#itsthetable {
	color: #222;
	font: 11px/1.3 Arial, Helvetica, Verdana, Geneva, sans-serif;
	letter-spacing: normal;
	background-color: #F9EBEB;
}

#itsthetable table {
	border-collapse: collapse;
		width: 100%;

}

#itsthetable caption {
	color: #444;
	font-size: 1.1em;
	font-weight: bold;

}

#itsthetable td, th {
	text-align: left;
	padding: .6em .4em;
	vertical-align: top;
}

#itsthetable th.data {
		color: #c7373b;
}
#itsthetable td.boldo {
	font-weight: bold;
}

#itsthetable thead th, tfoot th, tfoot td {
	border: 1px solid #361;
	border-width: 1px 0;
	background: #e0e5cf url(deg.png) top left repeat-x;
	color: #444;
	font-weight: bold;
}

#itsthetable tbody tr {
	background: #fcfcff;
}

#itsthetable tbody tr.odd {
	background: #fffcfc;
}

#itsthetable tbody tr:hover {
background-color: #fef0f0;}

#itsthetable tbody tr.odd:hover {
	background-color: #fef0f0;
}

#itsthetable tbody td, tbody th {
	border-bottom: 1px solid #779;
}

#itsthetable tbody tr.odd td, tbody tr.odd th {
	border-color: #977;
}

#itsthetable tbody tr:last-child td {
	border: none;
}
#itsthetable tbody tr:last-child th {
	border: none;
}

#itsthetable tbody tr a {
	color: #449;
	text-decoration: none;
}

#itsthetable tbody tr.odd a {
	color: #944;
}


#itsthetable tbody a:visited {
	color: teal;
}

#itsthetable tbody tr a:hover {
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #009;
}

#itsthetable tbody tr.odd a:hover {
	color: #900;
}





#itsthetable tbody td + td + td + td a { /* image replacement */
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	overflow: hidden;
	margin: 0 auto;
}

#itsthetable tbody td + td + td + td a:hover {
	border: none;
}
