/* avoid unneeded scrollbars and gaps */

   html,body { overflow: auto; }
   html>body { overflow: visible; }

body {
	scrollbar-base-color: #FDE664;
	font-size: 10pt; color: #000; font-family: verdana, geneva, arial, helvetica, sans-serif;
	background-color: #FBF0B0;
	background: url(images/elearn_bk.gif) repeat;
}

hr { color:#E6B800; }

.req { color:#FF0000; font-weight: bold; }

/* classes for JS validator */

.tfvHighlight { color:#FF0000; }
.tfvNormal { color:black; }

okButton {
background-color: #D4D4D4;
font-color: #000000;
font-size: 9pt;
font-family: arial;
width: 70px;
height:	20px;  
}
.alertTitle {
background-color: #3C56FF;
font-family: arial;
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
}
.alertMessage {
font-family: arial;
font-size: 9pt;
color: #000000;
font-weight: normal;
}
.alertBoxStyle {
cursor: default;
filter: alpha(opacity=90);
background-color: #E4E4E4;
position: absolute;
top: 200px;
left: 200px;
width: 100px;
height: 50px;
visibility:hidden; z-index: 999;
border-style: groove;
border-width: 5px;
border-color: #FFFFFF;
text-align: center;
}



