body{
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:normal; 
	border:none;
	color:#333333; 
	margin: 0; 
	padding: 0; 
	background-color:#AAA;
	margin-top:5px; 
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	text-align: -khtml-center;
	text-align: -moz-center; 
}
* {
	padding: 0; margin: 0; border:none; vertical-align: top; font-family : Arial, Helvitica, sans-serif;
}
 
/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION HACK ---------------------- */
/* -------------------------------------------------- */
 
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}
html,
body,
/* To fix IE6 display bugs. */
#menu a {
_display: inline-block ;
_width: 99% ;
}
.mainBody {
	 z-index:10; margin-left:auto; margin-right:auto; width: 1000px; min-height:1000px; background-color:#FFF; -moz-box-shadow: 0 0 5px 2px rgba(1,1,1,0.3); -webkit-box-shadow: 0 0 5px 2px rgba(1,1,1,0.3); box-shadow: 0 5px 5px 2px rgba(1,1,1,0.3);
}
a:link, a:visited, a:hover {
	color : #333333;
	text-decoration : none;
}
a:hover {
	color:#8AA9B9;
	text-decoration : underline;
}
.border {
	border:#000 solid 2px;
}
.curved {
	-moz-border-radius: 10px; /*Firefox*/
	-webkit-border-radius: 10px; /*Safari and Chrome*/
	-khtml-border-radius: 10px; /*Linux browsers*/
    behavior: url(css/border-radius.htc);
    border-radius: 10px;
}
.center{
	margin-left:auto; margin-right:auto;
}
.blank{
	margin-left:auto; margin-right:auto; width:1000px;
}
.divHref{
	text-decoration:none;
}
.divHref:hover {
	text-decoration:underline;
}
.searchBox{
	float:left; margin-top:10px; width:33%;
}
.searchBoxBack{
	-moz-border-radius: 6px; /*Firefox*/
	-webkit-border-radius: 6px; /*Safari and Chrome*/
	-khtml-border-radius: 6px; /*Linux browsers*/
	-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
 	box-shadow: inset 0 4px 6px rgba(0,0,0,.24); 
	background-color:#FFF; 
	padding: 3px 3px 3px 3px;
    behavior: url(css/border-radius.htc);
    border-radius: 6px;
	width:200px;
	height:18px;
}

.formbox{
	color:#000; 
	font-weight:normal; 
}
.formbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff; box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) ); background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf'); background-color:#ededed; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; border:1px solid #dcdcdc; display:inline-block; color:#6b656b; font-size:11px; font-weight:bold; padding:2px 9px; text-decoration:none; text-shadow:1px 1px 0px #ffffff; cursor:pointer;
}
.formbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) ); background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed'); background-color:#dfdfdf;
}
.formbutton:active {
	position:relative; top:1px;
}
input {
 outline:none;
}
.search{
	-moz-border-radius: 6px; /*Firefox*/
	-webkit-border-radius: 6px; /*Safari and Chrome*/
	-khtml-border-radius: 6px; /*Linux browsers*/
	-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
 	box-shadow: inset 0 4px 6px rgba(0,0,0,.24); 
	background-color:#CCC; 
	padding: 3px 3px 3px 3px;
    behavior: url(css/border-radius.htc);
    border-radius: 6px;
	width:200px;
	height:18px;
}
.searchSq{
	-moz-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 6px rgba(0,0,0,.4);
 	box-shadow: inset 0 4px 6px rgba(0,0,0,.24); 
	background-color:#CCC; 
	padding: 3px 3px 3px 3px;
	width:200px;
	height:18px;
}
.search input[type="text"]{
  background: none;
  border: 0 none;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  padding: 3px 0;
  width: 180px;
}

.search input[type="submit"]{
  background: url(../images/searchIcon.png);
  border: 0 none;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  padding: 3px 0;
  text-indent: 200px;
  width: 20px;
  cursor:pointer;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}

dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 60px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
    text-align: left;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -150px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(../images/icons/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(../images/icons/pointer.gif) left top no-repeat;
}
.btnStyle {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 14px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}.btnStyle:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	
}
.btnStyle:active {
	position:relative;
	top:1px;
}

ul{
	list-style-type: disc;
	list-style-position:outside;
}
.sides{
	-moz-box-shadow: 0 0 5px 2px rgba(1,1,1,0.3); 
	-webkit-box-shadow: 0 0 5px 2px rgba(1,1,1,0.3); 
	box-shadow: 0 5px 5px 2px rgba(1,1,1,0.3);
}
.menuitem3On{
	padding-top:4px; 
	font-size:14px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:164px; 
	height:22px; 
	background-color:#EEE;  
	float:left; 
	border-right:#CCC solid 1px;
	border-bottom:none;
}
.menuitem3{
	padding-top:4px; 
	font-size:14px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:164px; 
	height:22px; 
	background-color:transparent; 
	float:left; 
	border-right:#CCC solid 1px; 
	border-bottom:#CCC solid 1px;
}
.menuitem3:link, .menuitem3:visited, .menuitem3:hover {
	text-decoration : none;
}
.menuitem3:hover {
	background-color:#72798a;
}
.menuitem4off{
	padding-top:4px; 
	font-size:13px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:164px; 
	height:22px; 
	background-color:transparent; 
	float:left; 
	/*border-bottom:#CCC solid 1px;*/
}
.menuitem4On{
	padding-top:4px; 
	font-size:13px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:164px; 
	height:22px; 
	background-color:#72798a;  
	float:left; 
	/*border-right:#CCC solid 1px; */
	/*border-top:#CCC solid 1px;*/
}
.menuitem4{
	padding-top:4px; 
	font-size:13px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:164px; 
	height:22px; 
	background-color:transparent; 
	float:left; 
	/*border-bottom:#CCC solid 1px;*/
}
.menuitem4:link, .menuitem4:visited, .menuitem4:hover {
	text-decoration : none;
}
.menuitem4:hover {
	background-color:#72798a;
}
.menuitem5{
	padding:10px 4px 4px 4px; 
	font-size:14px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:120px; 
	height:24px; 
	background-color:transparent; 
	float:left; 
	border-left:#72798a solid 1px;
}
.menuitem5:link, .menuitem5:visited {
	text-decoration : none;
}
.menuitem5:hover {
	background-color:#999;
}
.submenuitem4{ 
	padding-top:4px; 
	font-size:12px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:164px; 
	height:18px; 
	background-color:transparent;
	float:left; 
}
.submenuitem4On{
	padding-top:4px; 
	font-size:12px; 
	font-weight:normal; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	width:164px; 
	height:18px; 
	background-color:#666;  
	float:left;
}
.submenuitem4:link, .menuitem4:visited, .menuitem4:hover {
	text-decoration : none;
}
.submenuitem4:hover {
	background-color:#666;
}
.submenuitem6on{
	background-color:#72798a;
}
.menuitem6{
	background-color:transparent;
}
.menuitem6:hover{
	background-color:#CCC;
}
.pageMenuOn{
	padding-top:5px; 
	font-size:14px; 
	font-weight:normal; 
	color:#333; 
	cursor:pointer; 
	text-align:center; 
	width:162px; 
	height:20px; 
	background-color:#FFF;  
	float:left; 
	border:#666 solid 1px; 
	border-bottom:none;
}
.pageMenu{
	padding-top:5px; 
	font-size:14px; 
	font-weight:normal; 
	color:#333; 
	cursor:pointer; 
	text-align:center; 
	width:162px; 
	height:20px; 
	background-color:#a6acbb;  
	float:left; 
	border:#666 solid 1px; 
	border-top:none; 
	cursor:pointer;
}
.pageMenu:link, .pageMenu:visited, .pageMenu:hover {
	text-decoration : none;
}
.pageMenu:hover {
	background-color:#666;
}
.schedules {
	background-color:transparent;
	cursor:pointer;
}
.schedules:hover {
	background-color:#b8bac0;
}
.schedules2 {
	background-color:transparent;
	cursor:pointer;
}
.schedules2:hover {
	background-color:#898c98;
}
.opac {
	filter:alpha(opacity=100);
	opacity: 1.00;  
}
.opac:hover {
	filter:alpha(opacity=60);
	opacity: 0.60;  
}

.menuIndex{
	padding-top:10px; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFF; 
	cursor:pointer; 
	text-align:center; 
	width:104px; 
	height:30px; 
	background-color:transparent; 
	float:left; 
	border-right:#C5C8BD solid 1px;
}
.menuIndex:hover {
	background-color:#72798a;
}
.menuOpt{
	padding-top:4px; 
	font-size:12px; 
	font-weight:bold; 
	color:#CCC; 
	cursor:pointer; 
	text-align:center; 
	height:20px; 
	background-color:transparent; 
	float:right; 
	border-left:#C5C8BD solid 1px; 
	border-bottom:#C5C8BD solid 1px;
}
.menuOpt:link, .menuOpt:visited, .menuOpt:hover {
	text-decoration : none;
}
.menuOpt:hover {
	background-color:#72798a;
}
.loads {
	background-color:#cfa357;
	color:#000;
	font-size:12px;
}
.results{
	width:95%; 
	text-align:right; 
	margin-right:10px; 
	font-size:16px; 
	color:#FFF; 
	padding-top:5px;
}
.boxHover{
	background-color:transparent;
}
.boxHover:hover {
	background-color:#72798a;
}
.divHref2{
	text-decoration:none;
	color:#EEE;
	cursor:pointer;
}
.divHref:hover {
	text-decoration:underline;
}
.btnStyle1{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c6ccda), color-stop(1, #8a97ba) );
	background:-moz-linear-gradient( center top, #c6ccda 5%, #8a97ba 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ccda', endColorstr='#8a97ba');
	background-color:#c6ccda;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	display:inline-block;
	color:#444444;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 8px;
	text-shadow:none;
	text-decoration:none;
	cursor:pointer;
}
.btnStyle1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8a97ba), color-stop(1, #c6ccda) );
	background:-moz-linear-gradient( center top, #8a97ba 5%, #c6ccda 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a97ba', endColorstr='#a7acb8');
	background-color:#8a97ba;
}
.btnStyle2{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a7acb8), color-stop(1, #5a647e) );
	background:-moz-linear-gradient( center top, #a7acb8 5%, #5a647e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7acb8', endColorstr='#5a647e');
	background-color:#a7acb8;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:none;
	display:inline-block;
	color:#444444;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 8px;
	text-shadow:none;
	text-decoration:none;
	cursor:pointer;
}
.btnStyle2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5a647e), color-stop(1, #a7acb8) );
	background:-moz-linear-gradient( center top, #5a647e 5%, #a7acb8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a647e', endColorstr='#a7acb8');
	background-color:#5a647e;
}
.btnStyle3{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d3d7), color-stop(1, #5a647e) );
	background:-moz-linear-gradient( center top, #d1d3d7 5%, #5a647e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d3d7', endColorstr='#5a647e');
	background-color:#d1d3d7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#DDDDDD;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #333333;
	cursor:pointer;
}
.btnStyle3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5a647e), color-stop(1, #d1d3d7) );
	background:-moz-linear-gradient( center top, #5a647e 5%, #d1d3d7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a647e', endColorstr='#d1d3d7');
	background-color:#FBE8CC;
}
.btnStyle4{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3d2b5), color-stop(1, #cfa357) );
	background:-moz-linear-gradient( center top, #e3d2b5 5%, #cfa357 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3d2b5', endColorstr='#cfa357');
	background-color:#e3d2b5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:none;
	display:inline-block;
	color:#444444;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 18px;
	text-shadow:none;
	text-decoration:none;
	cursor:pointer;
}
.btnStyle4:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cfa357), color-stop(1, #e3d2b5) );
	background:-moz-linear-gradient( center top, #cfa357 5%, #e3d2b5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfa357', endColorstr='#e3d2b5');
	background-color:#cfa357;
}
.btnStyle5{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c48282), color-stop(1, #ceb2b2) );
	background:-moz-linear-gradient( center top, #c48282 5%, #ceb2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c48282', endColorstr='#ceb2b2');
	background-color:#e3d2b5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:none;
	display:inline-block;
	color:#444444;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 18px;
	text-shadow:none;
	text-decoration:none;
	cursor:pointer;
}
.btnStyle5:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ceb2b2), color-stop(1, #c48282) );
	background:-moz-linear-gradient( center top, #ceb2b2 5%, #c48282 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceb2b2', endColorstr='#c48282');
	background-color:#ceb2b2;
}
.btnStyle6{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #97a996), color-stop(1, #cad6c9) );
	background:-moz-linear-gradient( center top, #97a996 5%, #cad6c9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#97a996', endColorstr='#cad6c9');
	background-color:#e3d2b5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:none;
	display:inline-block;
	color:#444444;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 18px;
	text-shadow:none;
	text-decoration:none;
	cursor:pointer;
}
.btnStyle6:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cad6c9), color-stop(1, #97a996) );
	background:-moz-linear-gradient( center top, #cad6c9 5%, #97a996 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cad6c9', endColorstr='#97a996');
	background-color:#cad6c9;
}
#fade { 
  /*--Transparent background layer--*/
  display: none; /*--hidden by default--*/
  background: rgba(0,0,0,0.6);
  position: fixed; left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: 9999;
}
#idlewarn {
  display: none; /*--hidden by default--*/
  background: rgb(0,97,127);
  padding: 20px;
  border: 1px solid rgb(3,52,102);
  float: left;
  position: fixed;
  top: 50%; left: 50%;
  z-index: 99999;
  /*--CSS3 Box Shadows--*/
  -webkit-box-shadow: 0 5px 20px 5px #000000;
  -moz-box-shadow: 0 5px 20px 5px #000000;
  box-shadow: 0 5px 20px 5px #000000;
  /*--CSS3 Rounded Corners--*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hoverCell {
	background-color:transparent;
}
.hoverCell:hover {
	background-color:#CCC;
}
.calendar {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #EEE;
	color: #333;
	border: 1px solid #DDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0.2em;
	width: 14em;
}

.calendar .months {
	background-color: #F6AF3A;
	border: 1px solid #E78F08;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	padding: 0.2em;
	text-align: center;
}

.calendar .prev-month,
.calendar .next-month {
	padding: 0;
}

.calendar .prev-month {
	float: left;
}

.calendar .next-month {
	float: right;
}

.calendar .current-month {
	margin: 0 auto;
}

.calendar .months .prev-month,
.calendar .months .next-month {
	color: #FFF;
	text-decoration: none;
	padding: 0 0.4em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.calendar .months .prev-month:hover,
.calendar .months .next-month:hover {
	background-color: #FDF5CE;
	color: #C77405;
}

.calendar table {
	border-collapse: collapse;
	padding: 0;
	font-size: 0.8em;
	width: 100%;
}

.calendar th {
	text-align: center;
}

.calendar td {
	text-align: right;
	padding: 1px;
	width: 14.3%;
}

.calendar td span {
	display: block;
	color: #1C94C4;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	text-decoration: none;
	padding: 0.2em;
	cursor: pointer;
}

.calendar td span:hover {
	color: #C77405;
	background-color: #FDF5CE;
	border: 1px solid #FBCB09;
}

.calendar td.today span {
	background-color: #FFF0A5;
	border: 1px solid #FED22F;
	color: #363636;
}
.ac_results  {
    border: solid 1px #E5E5E5;
    color:#000;

    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
	text-align:left;
}
.ac_over {
    background-color:#444;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
.menuH
{
    /* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
    For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
    margin: 0; width: 100px; float:none;
    /*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
    /*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
    behavior: url("/horizontal/menuh/cssmenu.htc");
    height: 30px;
    background-color: transparent;
    position:relative;/*! for IE htc*/
    z-index:4;/*H2*/
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
	cursor:pointer;
}

.menuH li
{
    padding: 0;
    /*margin: 0;
    display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
    float: left;
    height: 30px;
    position: relative;/*move it into .menuH if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH li:hover, .menuH li.onhover
{
    background-color: #CCC;
}

ul.menuH a
{
    padding: 0 10px;
    line-height: 30px; /*Note: keep this value the same as the height of .menuH and .menuH li */
    font-size: 12px;
    font-weight: bold;
    color: black;
    display: block;
    outline: 0;
    text-decoration: none;
}
.menuH a:hover
{
    color: #333;
}
.menuH a.arrow
{
    background: url(arrow.gif) no-repeat right center;
}
.menuH ul a.arrow
{
    background: url(right.gif) no-repeat 97% center;
}
 
        
/*Used to align a top-level item to the right*/        
.menuH .menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
.menuH li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #F7F7F7;
    border-right:1px solid #BBBBBB;
}
               
        
/*######sub level###########*/
        
ul.menuH ul
{
    width:200px;
    position: absolute;
    left: -9999px;
    border: 1px solid #AAA;
    border-top: 0; 
    background: #CCC;    
    text-align: left;
    list-style: none; margin: 0;  
    /*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
    padding: 0 1px 10px 0;   
}

.menuH li li
{
    float: none;
    white-space:nowrap;
    height: 26px;
}
.menuH li li:hover, .menuH li li.onhover
{
    background:#CCC;
}
.menuH ul a
{
    padding: 0 20px;
    line-height: 26px;
    font-size: 0.9em;
    font-weight: normal;
    color: #333;
    text-align: left;
}

.menuH ul a:hover
{
    color:#000;
    background-color:#AAA;
}

.menuH li:hover ul, .menuH li.onhover ul
{
    left: -1px;/*Use this property to change offset of the dropdown*/
    top: auto;
}

.menuH li:hover .dropToLeft, .menuH li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
    top: auto;
}
.menuH ul ul
{
    border-top: 1px solid #DDD;
}

.menuH li:hover ul ul, .menuH li:hover ul ul ul, .menuH li:hover ul ul ul ul,
.menuH li.onhover ul ul, .menuH li.onhover ul ul ul, .menuH li.onhover ul ul ul ul
{
    left: -9999px;
    top:0;
}

.menuH li li:hover ul, .menuH li li li:hover ul, .menuH li li li li:hover ul,
.menuH li li.onhover ul, .menuH li li li.onhover ul, .menuH li li li li.onhover ul
{
    left: 200px;
}
        
/*####### special effects ##########*/
        
.decor1 
{
  /*  -moz-border-radius: 3px; /* Firefox */
   /*  -webkit-border-radius: 3px; /* Safari and Chrome */
    /* border-radius: 3px; /* Opera 10.5+, future browsers, and now also our behavior htc file */

 /*    -moz-box-shadow: 0px 1px 4px #eee; /* Firefox */
   /*  -webkit-box-shadow: 0px 1px 4px #eee; /* Safari and Chrome */
     /*box-shadow: 0px 1px 4px #eee; /* Opera 10.5+, future browsers and IE6+ using our behavior htc file */
            
}
.menuH ul 
{
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;

    -moz-box-shadow: 0px 6px 6px #CCC;
    -webkit-box-shadow: 0px 6px 6px #CCC;
    box-shadow: 0px 6px 6px #CCC;  
    
    /*for older IE browsers, the htc file fix will disable this feature when box-shadow was also applied.*/
    /*filter:alpha(opacity=90);
    opacity: 0.90;*/  
            
    /* Gradient background */
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE)); 
}