#itsthetable {
	font-size: 8px;
	text-align:center;
	font: 13px/1.5 trebuchet ms, verdana, bitstream vera sans, sans-serif;
	color: #222;
	margin-left: 20px;
}

table.limousa {
	border-collapse: collapse;
}

caption.limousa {
	font-size: 20px;
	color: #444;
}

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

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

tbody.limousa tr {
	background: #fcfcff;
}

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

tbody.limousa tr:hover {
	background: #f0f0fe url(i/shadow.png) bottom left repeat-x;
}

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

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

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

tbody.limousa tr:last-child td, tbody.limousa tr:last-child th {
	border: none;
}

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

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

tbody.limousa a:visited {
	text-decoration: line-through;
}

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

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


tbody.limousa td + td + td + td a {
	background: url(i/down.png) 0 50% no-repeat;
}

tbody.limousa tr.odd td + td + td + td a {
	background-image: url(i/down2.png);
}

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



