@charset "UTF-8";
body {
	background-color: #bfbfbf;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 5px;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 955px;
	border-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	background-color: #f2f2f2;
}
#header{
	background-image: url(../images/ui/bg_header_gr.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #8c8c8c;
	border-left-color: #f2f2f2;
	position: relative;
	height: 80px;
}
#header #logo {
	float: left;
	padding-left: 15px;
	padding-top: 15px;
}
#header #login {
	float: right;
	padding-right: 20px;
	padding-top: 15px;
	visibility: hidden;
	text-align: right;
}

.focusField, .idleField{
	margin-left: 16px;
	padding-left: 5px;
	width: 140px;
 }
.focusField{  
	border:solid 1px #007199;  
	background:#ffffff;  
	color:#000000;  
}  
.idleField{  
	background:#f7f7f7;
	color: #999999;  
	border: solid 1px;
	border-top-color: #bfbfbf;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #bfbfbf;
}
#login .smallCheckbox{
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.formButton{
	background-image: url(../images/ui/bg_bar_gr.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
	color: #002f40;
	border: solid 1px;
	border-bottom-color: #bfbfbf;
	border-left-color: #ffffff;
	border-top-color: #ffffff;
	border-right-color: #bfbfbf;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 25px;
	margin-left: 0px;
}
#login .formButton{
	margin-top: 10px;
	margin-left: 20px;
}	
.formButton:hover{
	background-image: url(../images/ui/bg_bar_bl.gif);
	background-repeat: repeat-x;
	background-color: #007199;
	color: #ffffff;
}
#content-area .field{
	left: 75px;
	position: absolute;
}
#right_box .field{
	left: 150px;
	position: absolute;
}
#content-area .fieldLong{
	left: 150px;
	position: absolute;
}
#menubar{
	clear: both;
	background-image: url(../images/ui/bg_bar_gr.gif);
	background-repeat: repeat-x;
	background-color: #cccccc;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #8c8c8c;
	border-left-color: #f2f2f2;
	height: 25px;
}
#menuItemsLeft{
	float: left;
}
#menuItemsRight{
	float: right;
}
#menuItemsLeft a, #menuItemsRight a{
	background-repeat: repeat-x;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	color: #002f40;
	text-decoration: none;
	height: 20px;
}
#menuItemsLeft a:hover, #menuItemsRight a:hover{
	color: #ffffff;
	background-image: url(../images/ui/bg_bar_bl.gif);
	background-color: #007199;
}
#menuItemsRight a, #menuItemsRight a:hover{
	font-weight: bold;
}
#menuItemsRight a{
	color: #007199;
}
#main {
	clear: both;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8c8c8c;
	border-right-color: #8c8c8c;
	border-left-color: #ffffff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 400px;
}
#content-area {
	width: 550px;
	height: 400px;
	float: left;
	overflow: auto;
	padding-right: 25px;
	position: relative;
}
#loading {
	width: 550px;
	float: left;
}
#right_box{
	float: right;
	width: 290px;
	background-color: #f7f7f7;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 10px;
	height: 350px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #bfbfbf;
	position: relative;
}
#footer {
	clear: both;
	background-color: #cccccc;
	background-image: url(../images/ui/bg_bar_gr.gif);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-top-color: #ffffff;
	border-right-color: #8c8c8c;
	border-left-color: #f2f2f2;
	padding-top: 0.3em;
	padding-right: 10px;
	padding-bottom: 0.3em;
	padding-left: 5px;
	border-bottom-color: #8c8c8c;
}
#share {
	visibility: hidden;	
}
