/* Start of CMSMS style sheet 'tablecss' */
.table1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc; 
	color: #333;
}

.table1 caption {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

.table1 a {
	text-decoration: none;
	border-bottom: 1px dotted #18507C;
	color: #18507C;
	font-weight: bold;
}

.table1 a:hover {
	text-decoration: none;
	color: #fff;
	background: #18507C;
}

.table1 tr th a {
	color: #369;
	border-bottom: 1px dotted #369;
}

.table1 tr th a:hover {
	color: #fff;
	background: #369;
}

.table1 thead tr th {
	text-transform: uppercase;
	background: #e2e2e2;
}

.table1 tfoot tr th, .table1 tfoot tr td {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.table1 tfoot tr th {
	/*width: 20%;*/
}

.table1 tfoot tr td {
	/*width: 80%;*/
}

.table1 td, .table1 th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 1.1em;
	vertical-align: top;
	/*width: 20%;*/
}

.table1 tr.odd th, .table1 tr.odd td {
	background: #efefef;
}

.table1 img {
border-style:none;
}
/* End of 'tablecss' */

