
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
}

h1 {
	font-size: 16px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

table {
	margin: 0px;
	padding: 0px;
}

td,
th {
	vertical-align: top;
	white-space: nowrap;
}

table form {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: underline;
	color: black;
}

div {
	/*border: 1px solid black;*/
}

form {
	padding: 0px;
	margin: 10px 0px 20px 0px;
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

.checkbox {
	border: 0px;
	width: 40px;
}

.radiobutton {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 125px;
	width: 100%;
	background: white url(/visuals/background_01.png) top left no-repeat;
}

.menu {
	position: absolute;
	top: 92px;
	left: 0px;
	width: 160px;
	padding: 30px 0px 30px 0px;


	font-weight: normal;
	background: white;
	border-right: 0px solid #FCAE19;
	font-size: 11px;
	font-weight: bold;
	z-index: 15;
}

.menu_item {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	overflow: hidden;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active {
	display: block;
	width: 130px;
	height: 16px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	background: url(/visuals/background_04.png) center left no-repeat;
}

.menu_item a:hover {
	display: block;
	width: 130px;
	height: 16px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	background: url(/visuals/background_06.png) center left no-repeat;
}


.menu_item_active {
	position: relative;
	text-align: center;
	margin-bottom: 5px;
	background: url(/visuals/background_06.png) center left no-repeat;
	cursor: pointer;
	overflow: hidden;
}

.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:hover, .menu_item_active a:active {
	display: block;
	width: 130px;
	height: 16px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	background: url(/visuals/background_06.png) center left no-repeat;
}

.menu_block .menu_block {
	margin-left: 7px;
}

.content {
	position: absolute;
	top: 92px;
	left: 162px;
	right: 0px;
	width: expression(document.body.clientWidth - 162 - 50 + "px");

	padding-left: 35px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: white;
	z-index: 10;

	scrollbar-face-color : #FFBC00;
	scrollbar-highlight-color : #FFF6E6;
	scrollbar-3dlight-color : #FFBC00;
	scrollbar-shadow-color : #FFBC00;
	scrollbar-darkshadow-color : #FFBC00;
	scrollbar-track-color : #FFF6E6;
	scrollbar-arrow-color : #FFF6E6;

	scrollbar-face-color : #CECECE;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #CECECE;
	scrollbar-darkshadow-color : #333333;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}

.content_3cols {
	position: absolute;
	top: 92px;
	left: 162px;
	right: 162px;
	width: expression(document.body.clientWidth - 162 - 35 - 15 - 162 + "px");

	padding-left: 35px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: white;
	z-index: 10;

	scrollbar-face-color : #FFBC00;
	scrollbar-highlight-color : #FFF6E6;
	scrollbar-3dlight-color : #FFBC00;
	scrollbar-shadow-color : #FFBC00;
	scrollbar-darkshadow-color : #FFBC00;
	scrollbar-track-color : #FFF6E6;
	scrollbar-arrow-color : #FFF6E6;

	scrollbar-face-color : #CECECE;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #CECECE;
	scrollbar-darkshadow-color : #333333;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;

}

.right_bar {
	position: absolute;
	top: 92px;
	right: 0px;
	width: 160px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;


	font-weight: normal;
	background: white;
	border-left: 0px solid #FCAE19;
	font-size: 11px;
	font-weight: bold;
	z-index: 15;
}

.right_bar .module_block {
	background: #ECE9D8;
	margin-bottom: 20px;
	padding: 15px 10px 15px 10px;
	border-top: 1px solid #ACA899;
	border-left: 1px solid #ACA899;
	border-bottom: 1px solid #ACA899;
}


.module_block {
	background: white;
	margin-bottom: 20px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #ACA899;
	border-right: 1px solid #ACA899;
	border-bottom: 1px solid #ACA899;
}

.login_form {
	margin: 0px 0px 0px 4px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px 0px 0px 5px;
}

.login_form input {
	width: 130px;
	height: 16px;
	padding: 2px 5px 2px 5px;
}

.login_form .form_button {
	width: 150px;
	height: 30px;
	padding: 7px 10px 7px 10px;
	text-align: center;
	margin: 0px 0px 5px -5px;
	background: url(/visuals/background_04.png) center left no-repeat;
	cursor: pointer;
	overflow: hidden;
	border: 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}