@charset "utf-8";
/* CSS Document */

.colhead, .boxhead{
	background-color: #cccccc;
	background-image:url(../images/colhead.gif);
	background-repeat:repeat-x;
	color: #000000;
	line-height: 20px;
	padding-left: 4px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #cccccc;	
	border-left: solid 1px #cccccc;
		border-right: solid 1px #cccccc;
}

.smboxhead {
	background-color:#cccccc;
	line-height: 20px;
	padding-left: 4px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;	
}

.evenrow td , .oddrow td, .evenrow, .oddrow {
	line-height: 24px;
	padding-left: 4px;
	border-bottom: solid 1px #ffffff;
}
.evenrow td {
	background-color:#eeeeee;
}
.oddrow td {
	background-color:#e1e1e1;
}
.title {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	padding-top:25px;
}
.label {
	font-weight: bold;
}
.bodycontainer, #bodycontainer {
	background-color:#eeeeee;

}
.bodycontainer td {
	padding: 5px;
}

.inside {
	background-color:#eeeeee;
	border: solid 1px #cccccc;
	padding: 4px;
}
