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

/*
#theTable {
	background: #fff url(../img/flowerCss/bg_caption.gif) repeat-x;
	/* padding: 0 2em 2em 2em; */
/*} */

#theTable table {
	margin: 1em auto;
	font: 95%/130%;
	border-spacing: 0;
}

/*#theTable table caption {
	background: url(../img/flowerCss/caption_title.jpg) no-repeat 50% 0;
	color: #739FA0;
	font-size: 130%;
	letter-spacing: .1em;
	padding: 3.5em 0.2em 2em 0;
	text-align: right;
	text-transform: uppercase;
} */

#theTable thead th, #theTable tbody th{
	background: #739FA0 url(../img/flowerCss/left_corner.gif) no-repeat;
	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;
}

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

#theTable tbody th {
	background: #dee2e9 url(../img/flowerCss/bg_col1.gif) repeat-x;
	color: #444;
}

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

#theTable tbody th a, #theTable tbody th a:link, #theTable tbody th a:visited, #theTable tbody th a:hover, #theTable tbody th a:active {
	color: #739FA0;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

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

#theTable td a:link {
	color: #444;
}

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

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

#theTable td,  #loading  {
	background: #f3f8fd url(../img/flowerCss/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.5em;
}

#theTable td.text, #theTable th.text{
	text-align:center;
}

#theTable td:hover {
	background: #f3f8fd;
}

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

#theTable tr.odd td:hover {
	background: #f8f8f8;
}

#theTable tfoot th, #theTable tfoot td {
	/*background:  #444;*/
	padding: .5em .5em .5em .5em !important;
	color: #fff;
	background: #444 url(../img/flowerCss/bottom_right_corner.gif) no-repeat; /* !important;*/
	background-position:bottom right;
}
