@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #ffffff;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
 a, a:link {
	text-decoration:none;
	color:#ff4310;	/*font-weight:bold;*/
}
a:visited {
	text-decoration:none;
	color:#ff4310;
	/*font-weight:bold;*/
}
 a:hover, a:active {
	text-decoration:underline;
	color:#ff4310;	/*font-weight:bold;*/	
}
#loginbanner {
	position: relative;
	width: 400px;
	height: 97px;
	background-image:url(../images/banners/adminbannersm.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#wrapper {
	top: 10px;
	width: 800px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding: 0px 5px 0px 5px;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 4px;
	border-left-width: 4px;
	border-left-color:#ff4310;
	border-right-color:#ff4310;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color:#ff4310;
	border-bottom-color:#ff4310;
	font-size:12px;
}
#wrapper2 {
	top: 150px;
	width: 400px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background-color:#FFFFFF;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 4px;
	border-left-width: 4px;
	border-left-color:#ff4310;
	border-right-color:#ff4310;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-color:#ff4310;
	border-bottom-color:#ff4310;
	vertical-align:middle;
	font-size:12px;
}
.heading {
	font-size : 20px;
	font-weight: bold;
	color:#ff4310;
}
.heading2 {
	font-size : 22px;
	font-weight: bold;
	color:#ff4310;
}
.heading3 {
	font-size : 18px;
	font-weight: bold;
	color:#ff4310;
}
.headingsm {
	font-size : 12px;
	font-weight: bold;
	color:#ff4310;
}
.headingwh {
	font-size : 20px;
	font-weight: bold;
	color:#ffffff;
}
#bluepanel {
	position:relative;
	display: block;
	width: 275px;
	height: auto;
	background-color:#ff4310;
	padding: 10px 10px 10px 10px;
	border: 2px #ffffff solid;
	font-weight:400;
	color:#ffffff;
	font-size:16px;
	text-align:left;
	font-family:  Helvetica, "Arial Narrow", Arial, "Gill Sans MT Condensed";
	z-index:3;
	margin-bottom:10px;
}
#bluepanel a{
	text-decoration:underline;
	color:#ffffff;
}
#bluepanel a:hover{
	text-decoration:none;
}
#bluepanelwide {
	position:relative;
	display: block;
	width: 575px;
	height: auto;
	background-color:#ff4310;
	padding: 10px 10px 10px 10px;
	border: 2px #ffffff solid;
	font-weight:400;
	color:#ffffff;
	font-size:16px;
	text-align:left;
	font-family:  Helvetica, "Arial Narrow", Arial, "Gill Sans MT Condensed";
	z-index:3;
	margin-bottom:10px;
}
#bluepanelwide a{
	text-decoration:underline;
	color:#ffffff;
}
#bluepanelwide a:hover{
	text-decoration:none;
}
td.calcell {
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
.button {
	background-color: #ff4310;
	border: 1px inset;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	border-color: #383737 #383737 #383737 #383737;
	height: 20px;
	vertical-align: middle;
} 
