@charset "utf-8";
/* CSS Document */


/*  GENERAL STYLES  */




#rightcontent .h3text {
	
	font-weight:normal;

}

#rightcontent .error {
	color:#CC0000;
	font-size: 110%;
	font-weight:bold;

}

#rightcontent .tablerow {
height:30px;

}

#rightcontent .errorbgd {
	background-color: #FFE7E4;
	height:30px;
	border:2px solid #CC0000;
	padding: 10px;


}

.display td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 2px;
    text-align:left;
    margin: 0px;
    
   
}

.display th {
	
    text-align:left;
    margin: 0px;
    padding-left: 2px;
    
   
}

.display tr {
	padding: 0px;
    margin: 0px;
    text-align: left;
    
   
}

.grey {
	background: #dddddd;
}

