
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10.7px;
	line-height: 16px;
	color: #333;
	margin: 0;
	background-color: #fff;
}


#all{
}

.heading{
	background-color: #ddd;
	padding: 7px;
	font-size: 18px;
	color: #444;
}

.line{
	border-bottom: 1px solid #444;
	padding: 2px;
}

.warning {
    margin: 6px;
    color: #600;
}
   
a {
	text-decoration: none;
	/*color: #305b8c;*/
	color: #006699;
	font-weight: normal;

}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

input {
    border: 2px white solid;
}

input[type=checkbox] {border: none}

/* unimplemented by Gecko 

input[type=textbox] {border: none}
*/


td {
    white-space: nowrap;
}

.box {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.bluebox {
    background-image: url(/images/subbutton.png);
    background-repeat: no-repeat;
    border: none;
    width: 230px;
    height: 25px;
    color: #305b8c;
    font-weight: bold;
    background-color: #5c85b4;
}

.maincell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #fff;
    
}

.left {
    float:left;
}

#whole_content {
    padding-left: 5px;
    padding-top: 0px;
}
