/*Freekat CSS*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px 20px;
}

.maintable {
width:400px;
background-color:#F7F9F7;
border-collapse:collapse;
border:1px solid #999999;
text-align:center;
padding:20px;}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}


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

table {
	font-size: 11px;
}

.nobr {
	display: none;
}
.error {
	color: #F00;
	font-weight: bold;
}
.exclusive {
	color: #09C;
}

.clearFix {
	overflow: hidden;
}
/* \*/
* html .clearFix {
    height: 1px;
    overflow: visible;
    }
/* */