a:link 
{
	text-decoration:none; 
	color: #004F90; 
	font-size: 9pt;
	font-weight: bold;
}
a:visited 
{
	text-decoration:none; 
	font-size: 9pt;
	color: #004F90; 
	font-weight: bold;
}
a:hover 
{
	text-decoration:underline; 
	color: #004F90; 
	font-size: 9pt;
	font-weight: bold;
}

body 
{ 
	margin: 10px; 
	padding: 0; 
	color: #091B80;
	background-color: #FFFFFF; 
	font-size: 9pt;
	font-family: Verdana, serif;
	scrollbar-arrow-color:#6C727D;
	scrollbar-base-color:#ECF2FD;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color: #ECF2FD; 
	scrollbar-shadow-color: #ACB2BD; 
	scrollbar-highlight-color: #FCFFFF; 
	scrollbar-darkshadow-color: #8C929D; 
}

table 
{
	border:0 solid #009900;
}

td
{
	padding: 0;
	border:0;
	font: 9pt/9pt arial;
}

input[type="text"], input[type="password"], input[type="datetime-local"], textarea, select
{
	border: 1px solid #cee1f2;
	background: white;
	color: #2e4557;
	padding:3px;
}


button, input[type="file"], input[type="submit"], input[type="button"]
{
	background: #3498db linear-gradient(to bottom, #3498db, #2980b9);
	border-radius: 0;
	border: none;
	font-family: Arial, serif;
	color: #ffffff;
	font-size: 17px;
	padding: 10px 20px;
	text-decoration: none;
	cursor: pointer;
}

button:hover, input[type="file"]:hover, input[type="submit"]:hover, input[type="button"]:hover
{
	background: #3cb0fd linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

button:active, input[type="file"]:active, input[type="submit"]:active, input[type="button"]:active {
	background-image: linear-gradient(to bottom, #2980b9, #3498db);
}

button:disabled, input[type="file"]:disabled, input[type="text"]:disabled, input[type="submit"]:disabled, input[type="button"]:disabled
{
	background: #dddddd none;
}

a.logout
{
	display: block;
	float: right;
	padding: 4px 0 0 30px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADAUExURU0FBf1RSIdkZPX19ba5uf0yK/2wqaSnp/gJBvpzadXW1nRsbY0DA/iTievs7P7b2MLFxePk5D8lJfqEfG9SUvj4+JqcnPwYFP7JxfzBu73Cw6UxLv7+/uoDA/7o5/qkm7EAAPqakPplXfxBOvcPDaGio8YBAfiKhVJDQ9/g4P4jHYeCgvDw8P/7+v/396+srMcqKf/497zAwK+xsbq+vpY/Pq0gH83Pz/7PyuPm5+fn5/r6+vv8/I6UlP///////97aqCIAAABAdFJOU////////////////////////////////////////////////////////////////////////////////////wDCe7FEAAABpklEQVR42jSS63qiMBCGBxMQJIongrBBzlSQlq60apEd7v+umoj7/Urmncwz801gfAnF4LqDECMiqjuoA47CJc1msaga4oopEZ5xl/zw01bq9K8iLsrk6QVpii2w6+fn9Qpb3hB8lSKrM7DQVMrzGOxeERjHR3OGOPdqXarOzRLslauAaCjEXrTMtJ2habpnxjBvhATuz4mFO3+ZWnfcpVrmmexUubKrFYXyLbEsP3EwiXbyTQldL2C4nVmY7qwD3h00/n5IEjL79gCytpmppwl+RA5Gd/TTLGf7dQNNsI/zLPXxIEtFiThKEO8vCthMggP6SWQkyfsLrIBczszM0giPSykD75puMvurgQedQ1hrloNOsjTe8S2rQ8apC7imp9jUNeuo7ERD0/NyS6mAse84C3NdSw3H8dUYITt3lbKku8wUyTSpTMX3QTvIycdVEeyluV5d67VnhrKlYqP2MeKikJ2Vea5sL9ksKG6T7ZLwr272/Ufqe9ZeuIzjtFrsC07XtG1pQIuimlb7BDhULedFwfl88XgG/gNEQfpN1ROBr+/zK8AA+FtNfglgxsgAAAAASUVORK5CYII=') no-repeat left top;
	height: 26px;
}

dl 
{
}

dt 
{
	float: left;
	clear: left;
	width: 500px;
	text-align: right;
	font-weight: bold;
	color: green;
	white-space: nowrap;
	font-size: 14pt;
	margin-right: 5px;
}

dd, dd input
{
	font-size: 14pt;
}

dt:after 
{
	content: ":";
}

dd
{
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

input[type="color"]
{
	width: 100px;
	height: 25px;
}

form.enter
{
	position: fixed;
	top: 50vh;
	left: 50%;
	margin-left: -20%;
	margin-top: -20vh;

	-webkit-box-shadow: 10px 10px 39px -1px rgba(0,0,0,0.49);
	-moz-box-shadow: 10px 10px 39px -1px rgba(0,0,0,0.49);
	box-shadow: 10px 10px 39px -1px rgba(0,0,0,0.49);
	padding: 105px 10px 10px 10px;
	height: 120px;

	width: 40%;

	background: #eeeeff url("/pics/logo.png") no-repeat center 10px;
	opacity: 0.95;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	/*z-index: 100500;*/
}

form.enter span
{
	clear: both;
	display: block;
	float: left;
	width: 25%;
	padding-top: 2px;
}

form.enter input[type="text"], form.enter input[type="password"], form.enter input[type="datetime-local"]
{
	display: block;
	height: 26px;
	font-size: 19px;
	float: left;
	margin-bottom: 15px;
	width: 73%;
}

form.enter br
{
	margin-bottom: 20px;
	clear: both;
}

form.enter button
{
	clear: both;
	display: block;
	margin: 20px auto 0 auto;
	padding: 4px 30px 4px 30px !important;
}

td.menu a
{
	font-size: 8pt;
}

table.transparent_table
{
	width: 100%;
}

table.formtable th table.transparent_table td
{
	border: none !important;
	background: none !important;
}

#hidemenu
{
	border: 1px solid #AAAAAA;
	margin-right: 10px;
}

div.menutitle
{
	font-size: 15px;
	width: 180px;
	padding: 12px 10px 7px 10px;
	height: 17px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #AAAAAA;
	color: #333333;
}

div.menutitle select
{
	position: relative;
	margin-top: -7px;
}

ul.leftmenu
{
	padding-left: 10px;
}

ul.leftmenu li
{
	list-style-type: none;
}

ul.leftmenu li ul
{
	margin-left: 20px;
}

button.hidemenu
{
	position: relative;
	margin-top: -10px;
	margin-right: -8px;
	float: right;
	background: #DDDDDD;
	color: #333333;
	padding: 4px 6px 4px 6px;
}

#showmenu
{
	display: none;
	margin-right: 0;
	left: -10px;
	margin-top:   0;
}

#hidemenu li
{
	margin: 20px 0 20px 0;
}

a.forgot
{
	display: block;
	float: right;
}

a.box
{
	border: 1px solid #004F90;
	padding: 5px;
	white-space: nowrap;
}

div.center_name
{
	padding: 10px;
}

#copyright
{
	float: right;
	font-size: 8pt;
	background-color: white;
}