@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;
}

#rightcontent .greybgtable {
	background-color: #dddddd;
}

.scheduletable td {
	padding: 8px 4px;

    text-align:left;
    border-right: 2px #ffffff solid;
    
}



