/* Start of CMSMS style sheet 'Module: Uploads' */
/* UPLOADS MODULE STYLES */

table#uploads {
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	padding: 1px;
	margin-bottom: 25px;
}

table#uploads th {
	background: #6b9c42;
	color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding: 1px;
}

table#uploads tr {
	line-height: 125%;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

table#uploads td {
	color: #000;
	background: #eee;
	padding: 2px;
	font-size: 90%;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
}

td.desc {
	font-size: 85%;
}

/* End of 'Module: Uploads' */

