/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:url(images/verticalback.jpg) repeat-y;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}
h1{
	font-size:35px;
	padding:0px;
	margin:0px;
}
img{
	margin:0px;
	padding:0px;
	border:0px;
}
a{
	color:#204768;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
form{
	padding:0px;
	margin:0px;
}
input{
	border:1px solid #A4B6C4;
	padding-left:4px;
	padding-right:4px;
	width:192px;
}
select{
	border:1px solid #A4B6C4;
	width:202px;
}
input.noborder{
	border:0px;
	padding-left:0px;
	padding-right:0px;
	width:auto;
}
#divtitle{
	position:relative;
	z-index:4;
	top:19px;
	width:450px;
	height:82px;
	text-align:center;
	color:#FFFFFF;
	font-size:27px;
	margin:0 auto;
	background-image:url('images/headertitle.jpg');
	background-repeat:no-repeat;
}
#divheader{
	width:100%;
	height:154px;
	background-image:url(images/horizontalback.jpg);
	background-repeat:repeat-x;
}
#divlogo{
	position:absolute;
	z-index:3;
	left:0px;
	top:0px;
}
#divlinks{
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	height:100%;
	vertical-align:bottom;
}
#divmain{
	position:absolute;
	z-index:5;
	left:169px;
	top:169px;
}
#remark{
	position: absolute;
	border:2px solid #a5b5c2;
	background-color:#FFFFFF;
	display:none;
	z-index:6;
	padding:3px;
}
.errortext{
	font-size:10px;
	color:#FF0000;
	font-weight:bold;
	text-transform:uppercase;
}
.forminput{
	border:1px solid #FFFFFF;
	width:118px;
	height:15px;
}
.menu{
	background:#a4b6c4;
}
.menuitems{
	padding-left:5px;
	padding-top:288px;
	padding-right:5px;
	width:144px;
}
.textfield{
	background:url(images/textfield.gif);
	background-repeat:no-repeat;
	height:17px;
	width:164px;
	border:0px;
	padding-left:5px;
}
.textarea{
	background:url(images/textarea.gif);
	background-repeat:no-repeat;
	height:59px;
	width:164px;
	border:0px;
	padding-left:5px;
}
.selectfield{
	background:url(images/selectbox.gif);
	background-repeat:no-repeat;
	height:17px;
	width:164px;
	border:0px;
	padding-left:5px;
}
.textinput{
	height:12px;
	width:160px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.textareainput{
	height:52px;
	width:161px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.selectinput{
	height:12px;
	width:160px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:transparent;
	color:#000000;
}
.fileinput{
	height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.overviewtitle{
	border-bottom:1px solid #acbac7;
	color:#204768;
	font-weight:bold;
	vertical-align:text-top;
	padding-bottom:4px;
}
.overviewitem{
	height:18px;
	padding-left:5px;
	vertical-align:middle;
}
.useractions{
	display:none;
	border:1px solid #acbac7;
	padding:2px;
}
.fade{
	padding-bottom:2px;
	padding-top:3px;
}
.longfade{
	padding-bottom:4px;
	padding-top:5px;
	text-align:center;
}
.dropdown{
	display:none;
	position:absolute;
	border:1px solid #b0bec9;
	background-color:#FFFFFF;
	margin-left:-5px;
	min-width:170px;
	margin-top:1px;
}
a.dropdownitem{
	display:block;
	width:100%;
	text-decoration:none;
	color:#000000;
}
a:hover.dropdownitem{
	background-color:#e3e8ed;
}
.dropdownimage{
	position:absolute;
	left:-5px;
	top:-1px;
}
.iframediv{
	height:200px;
	width:600px;
	overflow:auto;
	margin-top:2px;
}
div#error{
	width:610px;
	height:35px;
	background-image:url('images/errorbox.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	color:#f51111;
	font-weight:bold;
	padding-top:6px;
	padding-left:10px;
}
div#icon{
	width:20px;
	height:16px;
	background-image:url('images/0.gif');
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
}
div#icon.green{
	background-image:url('images/1.gif');
}
div#error.green{
	color:#1e8a10;
}
.green a{
	color:#1e8a10;
	text-decoration:underline;
}
.home{
	background-image:url(images/home.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.logout{
	background-image:url(images/exit.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
