/*
* Style: Tabelle rot-weiss
* Author: Jens Mielke, 4wd media
* Site: www.4wdmedia.de
* Country Origin: Germany
*/

#itsthetable {
	width:300px;
	font: 12px Verdana, sans-serif;
	background:#ffffff;
}



#itsthetable caption, th, td {
	vertical-align: top;
	text-align: left;
}
#itsthetable table caption, tfoot td {
	font-weight: normal;
	font-weight:bold;
	font-size:14px;
	color: #333;
}
#itsthetable table caption {
	
	background:url(images/bg.png) no-repeat;
	background-color: #fffffff;
	padding: 8px;
}
#itsthetable table {
	border-spacing: 0;
	width: 595px;
	background-color: #395aa6;
}
#itsthetable td, th {
	padding: 8px;
}
#itsthetable thead th {
	font-weight:bold;
	border-bottom: 1px solid #395aa6;
	color: #ffffff;
}

#itsthetable tfoot {
	background-color:#ffffff;
	height:20;
	color:#FFFFFF;
}


#itsthetable tfoot tr td {
	background:url(images/bgf.png) center left no-repeat;
	background-color:#ffffff;
}

#itsthetable tfoot tr td#centro {
	background:url(images/bgfc.png) center  no-repeat;
	background-color:#ffffff;
}
#itsthetable tfoot tr td#derecha {
	background:url(images/bgf.png) center right no-repeat;
	background-color:#ffffff;
}


#itsthetable tbody td, tbody th {
	color: #ffffff;
}

#itsthetable tbody td a:hover {
	cursor: pointer;
	text-decoration:underline;
}



#itsthetable tbody tr:hover {
	background:white;
	background-color: #ffffff;
	color: #395aa6;
}
#itsthetable tbody tr:hover td {	
	background:white;
	background-color: #ffffff;	
	color: #395aa6;
}

