/*
© 2005 Christine Kirchmeier http://www.zeta-software.de
*/

.itsthetable {
	background-color: #fff;
      background-image: url(bg_caption20.jpg);
      background-repeat: repeat-x;
	padding: 0 2em 2em 2em;
	border-top:    2px solid #004F9C;
	border-right:  2px solid #004F9C;
	border-bottom: 2px solid #004F9C;
	border-left:   2px solid #004F9C;
}

.itsthetable table {
	margin: 0em auto;
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	border-spacing: 0;
}
* html .itsthetable table {
	margin: 0em auto;
}

.itsthetable table caption {
      background-image: url(caption_title.jpg);
      background-repeat: no-repeat;
	background-position: top center;/* 50% 0%; /*  */
	color: #2442b1;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 3.5em 0.2em 2em 0;
	text-align: left;
}


.itsthetable thead th, .itsthetable tbody th {
	background: #004F9C url(left_corner.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
}

.itsthetable thead th {
	font-size: 1em;
}

.itsthetable tbody th {
	background: #dee2e9 url(bg_col1.gif) repeat-x;
}

.itsthetable tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.itsthetable tbody th a, .itsthetable tbody th a:link, .itsthetable tbody th a:visited, .itsthetable tbody th a:hover, .itsthetable tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.itsthetable tbody th a:hover {
	text-decoration: underline;
}

.itsthetable td a:link {
	color: #537fc3;
}

.itsthetable tbody th a:visited, .itsthetable td a:visited {
	color: #444;
}

.itsthetable th a:hover, .itsthetable td a:hover {
	text-decoration: none;
}

.itsthetable td {
	background: #f3f8fd url(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 td:hover {
	background: #f3f8fd;
}

.itsthetable tr.odd td {
	background: #f8f8f8 url(bg_col3.gif) repeat-x;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.itsthetable tr.odd td:hover {
	background: #f8f8f8;
}

.itsthetable tfoot th, #itsthetable tfoot td {
	background: #444 !important;
	padding: .5em .5em .5em .5em !important;
	color: #fff;
}
