/* CSS Document */

body {
	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #333333;
	background-image:url(images/back2.gif)
}


td,th {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
	
}

.btn td
{
color: #ffffff;
font-size: 9pt;
font-family: Arial;
padding-left:25;
font-weight:bold
}

#title {
background-color:#4a4c4e; 
height:30; 
width:350;
border:none;
border-collapse:collapse;
}

#title td {
font-size:11pt;
color:#ffffff; 
font-weight:bold;
text-align:right;
padding-right:18;
}

#top a{
	color: #ffffff;
	text-decoration: none;
}
#top a:visited {
	text-decoration: none;
	color: #ffffff;
}
#top a:hover {
	text-decoration: none;
	color: #000000;
}

a
{
color: #47739c;
font-family: tahoma;
font-size: 8pt;
text-decoration: none
}

a:hover
{
color: #a82f21;
font-family: tahoma;
font-size: 8pt;
text-decoration: none
}

.sp_pagelinks
{
color:#252525;
}
.sp_pagelinks a {
	COLOR: #252525;
	TEXT-DECORATION: none;
}
.sp_pagelinks a:visited {
	COLOR: #252525;
	TEXT-DECORATION: none;
}

.sp_pagelinks a:hover {
	COLOR: #f45a37;
	TEXT-DECORATION: none;
}


.class_required {color: #FF0000; font-size: 12px; }



/* tooltips CSS  */


/* START STYLE FOR TOOTIPS */
#dhtmltooltip{
position: absolute;
left: -300px;
/*width: 150px; */
border: 1px solid black;
padding: 2px;
background-color: #fdd454;
visibility: hidden;
z-index: 100;
padding-left:5px;
padding-right:5px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/* END STYLE FOR TOOTIPS */

