.menuicon{
	vertical-align:middle !important;
	height:32px !important;
	border:0px !important;
	margin:3px !important;
}

.container {
	font-family: Arial !important;
	font-size:15px !important;
	width:800px !important;
/*	min-height:300px;*/
	margin-left:auto !important;
	margin-right:auto !important;
	border: 1px solid #454545 !important;
}


.help {
	margin:8px !important;
	font-size:0.8em !important;
	height:25px !important;
	overflow:hidden !important;
	background: #EFF4FF url(images/helpbg.png) !important;
	background-position: 2px 2px !important;
	background-repeat:no-repeat !important;
	padding-left:30px !important;
	padding-top:5px !important;
	width:75% !important;
	border:1px solid #EAF0FC !important;
	-moz-border-radius: 5px !important; 
	-webkit-border-radius: 5px !important;
}

.sitetest {
	background: #B2E2FD;
	padding:5px;
	margin-right:10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-top:5px;
	margin-bottom:5px;
}

.help .title {
	font-weight:bold !important;
}

.help:hover {
	height:auto !important;
	overflow:visible !important;



}
.menubar {
	width: 25%;
	height: 100%;
	float:left;
	background:#D1E0F3;
	border-right:1px solid #454595;
	padding:10px;
}

.menuitem{
	color:#233467;
	padding:6px;
	border-bottom:1px solid #6464A8;
	font-weight:bold;
}

.menuitem:hover{
	background:#E1EAF7;
	font-weight:bolder;
	cursor:pointer;
}

.indexitem{
	color:#121212 !important;
	width:90%;
	padding:6px;
	border-bottom:1px solid #BECEDE;
	cursor:pointer;
}

.indexitem a{
	color:#121267;
	font-size:0.9em;
	font-weight:bold;
}

.clear {
	width:100%;
	clear:both;
}

.mainpane {
	width:70% !important;
	float:right !important;
	min-height:400px !important;
}

.footer {

	width:100% !important;
	border-top:1px solid #ACACAC !important;
	height:25px !important;
	font-size:0.8em !important;
	background:#E1EFFF !important;

}

.header {
	height:55px !important;
	width:100% !important;
	margin-bottom:20px !important;

}

.header-icon {
	margin:5px;
	width:48px;
	height:48px;
	float:left;
}

.header h1 {
	float:left !important;
	width:80% !important;
	font-size:1.1em !important;
	font-weight:bold !important;
	margin-top:3px !important;
	padding-bottom:2px !important;
	margin-bottom:5px !important;
	border-bottom:1px solid #E1EFFF !important;
}

.header h2 {
	font-size:0.8em !important;
	font-weight:bold !important;
	width:80% !important;
	height:25px !important;
	margin-top:10px !important;
	clear:right !important;
}

h3 {
	font-size:1.1em !important;
	margin-top:20px !important;
	margin-bottom:4px !important;
	border-bottom:1px solid #F5F5F5 !important;
	width:80% !important;

}

.footer p {
	margin:5px !important;
}

html,body { 
font-size:15px !important;
height:100% !important;
}

input {

	background:#E1EEFF !important;
	border:1px solid #DFDFDF !important;
	padding:5px !important;
	margin:2px !important;
	width:45% !important;
	float:left !important;
	clear:right !important;
	font-size:15px !important;
	height: auto !important;
	clear:right !important;
	color:#000000  !important;
}

input[type=submit] {
	background:#E1E3F5 !important;
	font-size:1.1em !important;
	font-weight:bold !important;
	border-bottom:2px solid #455667 !important;
	border-right:2px solid #455667 !important;
	border-top:2px solid #BEDDFE !important;
	border-left:2px solid #BEDDFE !important;
	margin-left:auto !important;
	margin-right:auto !important;
	height:auto !important;
}


input[type=submit]:active
 {
	font-size:1.1em !important;
	font-weight:bold !important;
	border-top:2px solid #455667 !important;
	border-left:2px solid #455667 !important;
	border-bottom:2px solid #BEDDFE !important;
	border-right:2px solid #BEDDFE !important;
}

input[type=radio] {
	width:50px !important;
}

textarea {
	font-family:Arial;
	background:#E1EEFF;
	border:1px solid #DFDFDF;
	padding:5px;
	margin:2px;
	width:45%;
	float:left;
	clear:right;
	height:90px;
	font-size:15px;

}

label {
	width:30%;padding:5px;margin:2px;float:left;
}

table {
font-size:0.9em;
}
th {
	text-align:left;
	background:#D5DEF4;

	border-bottom:1px solid #5A5A5A;
	border-right: 1px solid #5A5A5A;
	padding:5px;
	min-width:10px
}

td {
	text-align:left;
	background:#EDF3F9;

	border-bottom:1px solid #747474;
	border-right: 1px solid #747474;
	padding:5px;
	min-width:10px
}
