/*#############################################################

#############################################################*/

table {


	margin: 0 0 1em 0;	
	font-family: Verdana;
	font-size: 13px;
	}
	
table, tr, th, td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #000000;
}
/*caption {
	width: 100%;
	height: 39px;
	font-size: 0;
	line-height: 0;
	text-indent: -5000em;
	background: url(caption.gif) no-repeat 98% 0;
}
caption:hover {
	background-position: 98% 100%;
}*/

/* HEADER */

thead {
	background: #484848;
	color: #FFFFFF;
	height: 25px;
	text-align:center;
}
tbody.sc{border: dashed;}

/* BODY */

/*tbody tr td {
	background: #000000;
}*/
tbody tr.odd td {
	background-color: #cccccc;
}
/*tbody tr td:hover, tbody tr.odd td:hover {
	background: #cccccc;
}*/
tbody tr th, tbody tr td {
	padding: 0.1em 0.4em;
	height: 20px;
	/*border: 1px solid #000000; */
}

/*tbody tr th:hover {
	background: #D0EBA6;
}*/


/* LINKS */

table a {
	color: #854400;
	text-decoration: none;
}

table a:link {
	text-decoration: underline;
}

table a:visited {
	text-decoration: underline;
}
table a:hover {
	text-decoration: underline;
}