@import url("dynamiccss.css");
@import url("layout.css");

* body {
	/* Hack for IE */
	text-align:center;
}
html>body {
	text-align:left;
}

body {
    background:#eee url('../images/bg.gif') repeat-y top center;
}

table.csc-uploads {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.tr-even {
	background-color:#AECBE4;
}

.tr-odd {
	background-color:#E8EFF7;
}

td.csc-uploads-fileName a:link{
	color: red;
	text-decoration: underline;
}

.csc-uploads-fileName a:visited{
	color: red;
	text-decoration: underline;
}

.csc-uploads-fileName a:hover{
	color:#000;
	text-decoration: none;
}

.csc-uploads-fileName a:active{
	color:red;
	text-decoration: underline;
}
div.csc-header h1 {
	font-size: 100%;
	color:#36BBB2;
	padding:0;
	margin: 5px 0px 0px 0px;
}
div.csc-header h1.csc-firstHeader {
	font-size: 125%;
	color:#186AB3;
	padding:0;
	margin:0;
}
div.news-list-item-end {
}
div.news-list-date {
	float: left;
	height: 100%;
	margin-right: 10px;
}
hr.clearer {
	color: #E8EFF7;
}

