/*
© 2005 Christine Kirchmeier http://www.zeta-software.de
*/

#itsthetable {
	background: #fff url(/css/table__flowers/bg_caption.gif) repeat-x;
	padding: 0 0 0 0;
	border-left: 1px solid #c6cdd8;	
	border-top: 1px solid #c6cdd8;	
}

#itsthetable table {
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	border-spacing: 0;
}

#itsthetable tr.color1 th {
	background: #efefef;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#itsthetable td.color1 {
	background: #efefef url(/css/table__flowers/bg_1.jpg) 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.3em 0.1em 0.3em 0.1em;
}

#itsthetable tr.color0 th {
	background: #ffffff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#itsthetable td.color0 {
	background: #ffffff url(/css/table__flowers/bg_0.jpg) 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.3em 0.1em 0.3em 0.1em;
}

