﻿#ctTable{
	background:#FFF;
	border:1px solid #CCC;
	border-collapse:collapse;
	color:#000;
	font-size:10px;
	font-family:verdana,tahoma,sans-serif;
}
#ctTable td,
#ctTable th{
	border:1px solid #CCC;
	padding:2px;
}
#ctTable .ct-heading{
	background-color:#DAEAFF;
	color:#036;
	font-weight:bold;
}
/* Custom Classes */
#ctTable .heading{
	background-color:#DAEAFF;
	color:#036;
	font-weight:bold;
}
#ctTable .heading-center{
	background-color:#DAEAFF;
	color:#036;
	font-weight:bold;
	text-align:center;
}
#ctTable .heading-ctrspcl{
	background-color: #DAEAFF;
	color: #036;
	text-align: center;
	font-weight: bold;
	border: 1px solid #036;
}
#ctTable .heading-left{
	background-color:#DAEAFF;
	color:#036;
	font-weight:bold;
	text-align:left;
}
#ctTable .heading-right{
	background-color:#DAEAFF;
	color:#036;
	font-weight:bold;
	text-align:right;
}
#ctTable .bold{
	font-weight:bold;
}
#ctTable .bold-blue{
	color:#036;
	font-weight:bold;
	font-size:10px;
}

