/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10px; height:23px; visibility:hidden;}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{background-color:#ADC9F8; layer-background-color:#ADC9F8; color:#666666;}
.clLevel0over{background-color:#BDD4FC; layer-background-color:#BDD4FC; color:Yellow; cursor:pointer;  }
.clLevel0border{position:absolute; visibility:hidden;}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:#ADC9F8; layer-background-color:#ADC9F8; color:#666666;}
.clLevel1over{background-color:#BDD4FC; layer-background-color:#BDD4FC; color:Yellow; cursor:pointer;  }
.clLevel1border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:#ADC9F8; layer-background-color:#ADC9F8; color:#666666;}
.clLevel2over{background-color:#BDD4FC; layer-background-color:#BDD4FC; color:Yellow; cursor:pointer;  }
.clLevel2border{position:absolute; visibility:hidden; background-color:#006699; layer-background-color:#006699}

/*-------------------- Normal Stylesheet Starts Here! ----------------------------------------*/

a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;


}
a:hover {
	color: #969CC7;
	text-decoration: underline;
	font-weight: bold;


}
.smalltext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.text {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.big {
	font-size: 14px;
}
.blue {
	color: blue;
}
.white {
	color: #666666;
}
.black {
	color: #000000;
}
b {
	font-weight: bold;
}

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid;
	height:16px;
}
.logininput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border:1px solid;
	height:16px;
}
.top-right {
	background-image: url(images/top-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;

}

.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/login-button.gif);
	height: 16px;
	width: 52px;
	border: 0px;
	
}
.tableheaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
