/* files\stylesheets\screen\layout.css */
body div.alert
{
	border: 3px solid #AA0000;
	background: #FFB0B0;
	margin: 1.2em;
	padding: 0.4em;
}
div.dynamic
{
	display: inline;
	position: absolute;
	margin-top: 1.2em;
	margin-left: -0.4em;
	padding: 0.4em;
	border: 1px solid #646363;
	background: #ffffff;
	text-align: left;
}
div.dynamic p
{
	margin-bottom: 0.1em;
}
div.dynamic.hidden
{
	display: none;
}
form
{
	overflow: auto;
}
form div
{
	float: left;
	width: 45%;
	margin-right: 2em;
}
form textarea
{
	border: 1px solid #AAAAAA;
}
form .required input, form .required textarea
{
	border: 1px solid #AAAAAA;
	background-color: #FFFFCC;
}
form p.submit
{
	margin-top: 2em;
	text-align: center;
}
form p.submit input
{
	margin-left: 1em;
	padding: 0.2em;
}
form p.error
{
	color: #AA0000;
}
form div.info
{
	font-size: 80%;
	width:20%;
	float: right;
}
form table tr td
{
	vertical-align: top;
}
p.success
{
	color: #00AA00;
}
form.again,form.again select,form.again input
{
	font-size: 90%;
}
div.results
{
	margin-top: 0.2em;
	border-top: 2px solid #396fab;
	padding-top: 0.3em;
	min-height: 200px;
}
div.results h3
{
	font-size: 110%;
}
div.results p.image
{
	float: right;
	text-align: center;
	width: 230px;
}
div.results p
{
	font-size: 88%;
	width: 70%;
	margin-bottom: 0.2em;
}
div.results p.notfound
{
	font-weight: bold;
	color: #660000;
}
div.results form p
{
	text-align: center;
}
span.attribute
{
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	background: #4c88be;
	color: #ffffff;
}
li span.attribute
{
	font-size: 78%;
}
p.attribute, p.action
{
	font-size: 80%;
	color: #646363;
}
div.action 
{
	background:url("/files/images/png/action.png") 0 0 no-repeat;
	border:none;
	cursor:pointer;
	display:block;
	height:61px;
	width:230px;
}
div.action a
{
	color:#444444;
	text-decoration:none;
}
div.action:hover
{
	background-position:0 -61px;
	color:#444444;
	text-decoration:none;
}
div.action p
{
	font-size:18px;
	font-weight:700;
	height:61px;
	line-height:60px;
	text-align:center;
	text-shadow:0 1px #ffffff;
	text-transform:uppercase;
}
form td.error
{
	color: #AA0000;
}
.sitemap ul
{
	border-left: 1px solid #447099;
	padding-left: 12px;
}
.sitemap li.main
{
	font-weight: bold;
}
.sitemap li.main ul
{
	font-weight: normal;
}
.sitemap li.end
{
	font-style: italic;
}
