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

#main_right {
	float:right;
	width:670px;
	min-height:450px;
	background:url(../images/main_content_surroundbtm.gif) no-repeat bottom;
}
#main_right #topsurround {
	margin:0;
	width:670px;
	height:25px;
	background:url(../images/main_content_surround.gif);
}
#main_right #main_right_content {
	margin:0;
	float:right;
	width:600px;
	padding:0 40px 40px 30px;
}
#main_left {
	float:left;
	width:245px;
	padding:10px;
}
#main_left ul {
	list-style:none;
}
#main_left li {
	margin-top:15px;
}
#main_left a {
	color:#999999;
	font-weight:normal;
	display:block;
}
img {
margin:0;
border:none;
}
#main_right #main_right_content th {
padding:10px 0;
}
#main_right #main_right_content table {
margin-bottom:20px;
}

/* Misc Styles */
.oddrow {

}

.evenrow {
	background-color: #E2FAA3;
}

.hoverrow {
	background-color: #A2C595;
}

#fileListTable {
	width: 580px;
	margin: 10px 10px 10px 0;
}

#fileListTable a:hover {
	color: #FFF;
}