body{
	margin:0px;
	margin-top:0px;
	width:100%;
	background-color:white;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
}

th{
	background-repeat:repeat-x;
	color:white;
	height: 30px;
	vertical-align: top;
	font-size: 12px;
}
.default_row{
	background-color: #e5e5e5;
	cursor: pointer;
	font-size: 12px;
	
}
.darker_row{
	background-color: #cccccc;
	cursor: pointer;
	font-size: 12px;
}
