body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #33312f;
}
h1 {
	color: #1f4681;
	font-weight: bold;
	font-size: 22pt;
	margin-left: 5%;
}
h2 {
	color: #1f4681;
	font-weight: bold;
	font-size: 20pt;
	margin-left: 5%;
	font-style: italic;
}
h3 {
	color: #1f4681;
	font-weight: normal;
	font-size: 16pt;
	margin-left: 0;
}
h5 {
	color: #1f4681;
}

a {
	color: #1f4681;
	text-decoration: underline;
}
a:active {
	color: red;
}
a:visited {
	color: #4c260a;
}
div {
	margin: 0;
	padding: 0;
}
.mainmenu {
	position: relative;
	margin: 0 auto;
	height: auto;
	min-height: 23px;
	width: 90%;
}

#header {
	background: #FFF url(img/top_bg.gif) repeat-x;
	margin:0 auto;
	padding: 0px;
	width: 100%;
	height: 231px;
	text-align: center;
}
#footer {
	background: #FFF url(img/footer-background.gif) repeat-x;
	margin: 40px auto 0;
	padding: 0px;
	width: 100%;
	height: 105px;
	text-align: right;
}

.mainmenu_element {
	position: relative;
	float: left;
	margin: 0 3px;
	background: #9cc7ff;
	border: solid #1f4681 1px;
	border-bottom: 0px;
	min-height: 20px;
	height: auto;
	display: inline;
	padding: 0 3px;
	top: 1px;
}
.mainmenu_element a {
	text-decoration: none;
	color: #1f4681;
}
#active {
	background-color: #fefeff;
	height: 22px;
	top: 1px;
	font-weight: bold;
}
.content {
	/*background: #fefeff;*/
	background: transparent;
	background: url(img/Fon.jpg) top right no-repeat;
	border: solid #1f4681 1px;
	width: 90%;
	margin: 0 auto;
	min-height: 400px; 
	padding: 20px 10px 10px 10px;
}

.supertable {
	border: solid 1px #1f4681;
	width: 80%;
	margin: 10px auto;
	padding: 2px;
}
.supertable td {
	border: 1px #1f4681 solid;
	padding: 3px;
	background-color: #ddecff;
}
.supertable td.label {
	text-align: right;
	font-weight: bold;
	width: 40%;
	background-color: #bbd9ff ;
	padding-right: 10px;
	color: #003c70;
}
.supertable td.forminput {
	padding-left: 10px;
}
.supertable input, .supertable textarea {
	width: 400px;
	border: solid 1px #d2b48c;
	background-color: white; 
	/*color: #8b4513;*/
	color: black;
}
.supertable select {
	max-width: 400px;
	background-color: white; 
	color: black;
} 
span.label {
	font-weight: bold;
}
.dopmenu {
	width: 90%;
	height: 20px;
	margin: 10px auto;
	text-aligh: right;
	position: relative;
}
.dopmenu span {
	float: right;
	display: block;
	padding: 2px 8px;
 }
.dopmenu span A {
	font-style: italic;
	font-weight: bold;
	color: #1f4681;
	text-decoration: none;
}
.error {
	font-size: large;
	font-color:  #1f4681;
	font-weight: bold; 
	margin: 7px;
}

.supertable input.ShortInput {
	width: 20px;
	min-width: 20px;
}
.supertable th {
	border: solid #1f4681 1px;
	background-color: #9CC7FF ;
}
#LoginForm {
	width: 80%;
	margin: 10px auto;
}
#LoginForm  table {
	margin: 10px auto;
	color: #1f4681;
}
#LoginForm  table input {
	border: 1px solid #1f4681;
	margin: 3px;
	padding: 2px;
}
