/*
?2005 Christine Kirchmeier http://www.zeta-software.de
*/

#itsthetable {
	background: #fff url(bg_caption.gif) repeat-x;
	padding: 0 2em 2em 0em;
}

#itsthetable table caption {
	background: url(caption_title.jpg) no-repeat 50% 0;
	color: #2442b1;
	font-size: 130%;
	letter-spacing: .1em;
	padding: 3.5em 0.2em 2em 0;
	text-align: right;
	text-transform: uppercase;
}

#itsthetable table thead th {
	color: #fff;
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	background-color: #393;
	background-image: url(../images/left_corner.gif);
	background-repeat: no-repeat;
}

#itsthetable tbody th {
	background: #2442b1 url(../images/left_corner.gif) no-repeat;
	color: #369;
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
}

#itsthetable table thead th {
	font-size: 1em;
}

#itsthetable table tbody th {
	background: #dee2e9 url(../images/bg_col1.gif) repeat-x;
}

#itsthetable table tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#itsthetable table tbody th a, tbody th a:link, tbody th a:visited, tbody th a:hover, tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

#itsthetable table tbody th a:hover {
	text-decoration: underline;
}

#itsthetable table tbody td a:link {
	color: #537fc3;
}

#itsthetable table tbody th a:visited, td a:visited {
	color: #444;
}

#itsthetable table th a:hover, td a:hover {
	text-decoration: none;
}

#itsthetable table td {
	background: #f3f8fd url(../images/bg_col2.gif) repeat-x;
	color: #203276;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 0.5em 0.5em 0.5em 0.8em;
}

#itsthetable table tbody td:hover {
	background: #f3f8fd;
}

#itsthetable table tbody tr.odd td {
	background: #f8f8f8 url(../images/bg_col3.gif) repeat-x;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#itsthetable table tbody tr.odd td:hover {
	background: #f8f8f8;
}

#itsthetable  table tfoot th, tfoot td {
	background: #444 !important;
	padding: .5em .5em .5em .5em !important;
	color: #fff;
}

#itsthetable  table  .C1 {
	color: #CCC;
}