div#itsthetable {
}

html>body div#itsthetable {
	font: normal normal normal 11px Arial, Helvetica, sans-serif;
	width: 730px;
	border:1px #aaa solid;

}

div#itsthetable table {
	border-collapse: collapse
}

caption {
	background: #262422 center left;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	display: none;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px
}

html>body caption {
	display: block
}

tbody tr.head th, tbody tr.head td {
	background: #cccc99 center left;
	border-left:1px #aaa solid;
	border-bottom: 2px solid #aaa;
	display: table-cell;
	font: 900 italic 11px Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: bottom;
}

html>body thead tr th, html>body tr thead td {
	position: inherit
}

tbody tr th, tbody tr td {
	 center left;
	border-left:1px #aaa solid;
	display: table-cell;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

tbody tr th {font-weight:bold;}

tbody tr.odd th, tbody tr.odd td {
	background: #DDD center left;
	border-left:1px #aaa solid;
	display: table-cell;
	padding: 5px;
	text-align: left;
	vertical-align: top
}


tbody tr a, tbody tr a:link, tbody tr a:visited {
	color: #009;
	text-decoration: underline
}



tbody tr:hover th a:hover, tbody tr:hover td a:hover, 
tbody tr.odd:hover th a:hover, tbody tr.odd:hover td a:hover {
	color: #d2ab0b;
	text-decoration: none
}

 
html>body thead {
	display: block;
}


html>body tbody {
	display: block;
}

html>body thead tr th, html>body tbody tr th {
	width: 120px
}

html>body thead tr th + th, html>body tbody tr th + td {
	width: 10%
}

html>body thead tr th + th + th, html>body tbody tr th + td + td {
	width: 10%
}

html>body thead tr th + th + th + th, html>body tbody tr th + td + td + td {
	width: 150px
}

html>body thead tr th + th + th + th + th, html>body tbody tr th + td + td + td + td {
	width: 150px
}

html>body thead tr th + th + th + th + th + th {
border-left:1px;
	width: 4px
}

tr.zebra:nth-of-type(odd) {
    background: #ddd;
}

