/* Start of CMSMS style sheet 'Module: Uploads' */
/* UPLOADS MODULE STYLES */

table#uploads {
	width: 95%;
	background: #fffff0;
	border: 1px solid #333;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	padding: 1px;
}

table#uploads th, .hdr {
	background: #C3C794;
	color: #0a3102;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	padding: 1px;
}

table#uploads tr {
	line-height: 125%;
}

table#uploads td {
	font-size: 95%;
}

td.list {
	text-align: left;
}

tr#hdr {
	background-color: #C3C794;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

td#list {
	background-color: #eee;
	padding: 1px;
}
/* End of 'Module: Uploads' */

