body {font-family: arial, helvetica, "sans serif"; font-size:10pt}

.colmenu {
	font-size:9pt; 
	padding-right:5px;
	padding-left:5px;
	margin-left:7px;
	margin-right:5px;
	background-color:#e7f0db;
	width:250;
	height:500;
	filter:alpha(opacity=90);
}

a.toplinkon {
	font-size:10pt; 
	font-weight:600;
	font-family:Verdana,Arial;
	color:#2137A0;
	cursor:hand;
	text-decoration:none;
	behavior: expression(
	  this.onmouseover = new Function("this.style.color='#E08C01'"),
	  this.onmouseout = new Function("this.style.color='#2137A0'"),
	  this.style.behavior=null
	);
}

a.toplinkoff {
	font-size:10pt; 
	font-weight:600;
	font-family:Verdana,Arial;
	color:#E08C01;
	cursor:hand;
	text-decoration:none;
	behavior: expression(
	  this.onmouseover = new Function("this.style.color='#2137A0'"),
	  this.onmouseout = new Function("this.style.color='#E08C01'"),
	  this.style.behavior=null
	);
}

a {
	font-family: arial, helvetica, "sans serif"; 
	color:#844F00;
	text-decoration:none;
}

a:hover {
	color:#8CC648;
	text-decoration:underline;
}

.lftLink {
	font-size:9pt; 
	font-weight:600;
	color:#E08C01;
	cursor:hand;
	text-decoration:none;
	padding-bottom:10;
	behavior: expression(
	  this.onmouseover = new Function("this.style.color='#2137A0'"),
	  this.onmouseout = new Function("this.style.color='#E08C01'"),
	  this.style.behavior=null
	);
}

.inputtext  { color: black; height: 15px; width:200px; font-size: 11px; font-family: Verdana; }
.inputselect  { color: black; height: 15px; font-size: 11px; font-family: Verdana; }
.inputtextarea  { color: black; font-size: 11px; font-family: Verdana; }

.spnTxt  { 
	font-size: 11px; 
	font-family: Verdana; 
	border-bottom:1px solid #000000;
	width:300;
}
.spnTxtArea  { 
	font-size: 11px; 
	font-family: Verdana; 
	border:1px solid #C0C0C0;
	width:300;
	height:100;
}

.blankDay  { 
	border:1px solid #F2F3F1;
	width:75;
	height:150;
	background-color:#F5F5F5;
}

.calDay  { 
	border:1px solid #FFFFFF;
	height:150;
	font-family: Verdana; 
	font-size: 10px; 
	padding:3;
	background-color:#E8EFF7;
	width:80;
}

.calTbl { 
	background-color:#F5F5F5;
}

.header { 
	background-color:#f5f5f5;
	font-weight:600;
	border-bottom:1px solid #D1E0ED;
	text-align:center;
	width:80;
}

.hover { color: #DB873C; cursor:text; }
.click { color: #4560A5; cursor:hand; }
.link { color: #E08C01; cursor:hand; }

.fade{background-color:#B3B3B3;filter:alpha(opacity=60);display:block;position:absolute;z-index:100;width:100%;height:100%}