.ctable table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size:10px;
	background-color:#E7E7E7;
	color: #666;
	width:100%;
}

.ctable caption {
	font-weight: bold;
	background: #007cc3 url(/images/tables/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:5px;
}

.ctable td {
	padding: 4px;
}
.ctable th {
	padding: 4px;
}

.ctable thead th {
	text-align: center;
	background: #F5F5F5;
	color: #333;
	border: 1px solid #FFF;
	text-transform:uppercase;
}
.ctable tbody th {
	font-weight: bold;
}

.ctable tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
.ctable tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.ctable tbody th a:link{
	color:#96D030;
	background:url(/images/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
.ctable tbody th a:visited{
	color:#96D030;
	background:url(/images/tables/layout.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
.ctable tbody th a:hover{
	color:#FF9900;
	}

.ctable tbody tr td { 
	height:25px;
	background: #FFF;
	border: 1px solid #FFF;
	}

.ctable tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.ctable table td a:link{
	color: #007cc3;
	text-decoration: none;
}
.ctable  table td a:visited{
	color: #007cc3;
	text-decoration: none;
}

.ctable table td a:hover {
	color: #007cc3;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
.ctable tbody td a {
	margin: 0 auto;
	height: 15px;
	background: url(/images/tables/ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF9900;
}

.ctable table a[title^="Download"] { 
	background: url(/images/tables/down.gif) no-repeat center;
	padding:20px 0px 0px 15px;
}

.ctable tfoot th {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:1px solid #CCC;
	border-top:1px solid #DFDFDF;
}

.ctable tfoot td {
	background-color:#E7E7E7; padding:5px;
	text-align:left; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px; font-weight:bold; font-style:italic;
	border-bottom:1px solid #CCC;
	border-top:1px solid #DFDFDF;
}


