/* GENERAL STYLES */
html { height: 100%; }
body {
	color: Black;
	font-family: Verdana, helvetica, Sans-Serif;
	margin: 0 20px 0 20px;
}

.container { 
	height: 100%; 
	padding: 20px; 
	width: 780px; 
	margin-left: auto; 
	margin-right: auto; 
}
.container .header { 
	width: 780px; 
	height: 113px; 
	background-image: url(../media/931/header_6.png); 
}
.container .menu { 
	width: 778px; 
	height: 24px; 
	border: solid 1px #900; 
	border-bottom: none; 
	padding-top: 6px; 
}
.container .menu ul { margin: 0; padding: 0; }
.container .menu li { 
	display: inline; 
	padding: 0 9px 0 8px; 
	font-size: 90%; 
}
.container .footer { 
	width: 772px; 
	height: 50px; 
	color: #fff; 
	background-color: #000; 
	padding: 4px; 
	font-size: 10pt; 
	line-height: 130%; 
}

.container .footer a { color: #fff; }

.form { 
	width: 762px; 
	line-height: 130%; 
	font-size: 80%; 
	padding: 8px; 
	border: solid 1px #900; 
	min-height: 400px; 
	overflow: hidden;
}
.form .row { clear: both; float: left; width: 100%; }

hr { 
	clear: both; 
	float: left; 
	border: none; 
	border-top: solid 1px #999; 
	margin-top: 10px; 
}

h1 { font-family: trebuchet; font-size: 16pt; font-weight: bold; margin: 0; }
h2 { font-family: trebuchet; font-size: 14pt; font-weight: bold; margin: 0; }
h3 { font-family: trebuchet; font-size: 12pt; font-weight: bold; margin: 0; }


td { padding-right: 16px; }

.form .label { float: left; width: 250px; line-height: 1.8em; }
.form .indented_label { float: left; width: 238px; line-height: 1.8em; padding-left: 12px; }

.form .wide_label { float: left; width: 650px; line-height: 1.8em; }

.form .value { float: left; width: 400px; line-height: 1.8em; }
.ValidationSummary { 
	float: left;
	clear: both;
	width: 760px; 
	font-size: 10pt; 
	line-height: 130%; 
	border-top: solid 1px #f00; 
	border-bottom: solid 1px #f00; 
	background-image: url(../images/validationsummary.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.ajax__tab_tab { width: 150px; }

/* EDITOR PROPERTIES */
.headline {
font-size: 1.5em;
font-weight: bold;
margin: 0;
}

