﻿/*___________________________________________________
Author: iColab Softwares Pvt. Ltd. <http://icolabsoft.com/>
Version: 2.2012
Client URL: http://www.cdcri.org
Developed by: PerfectCoder <http://www.perfectcoder.com/> 
by Bhavesh Rathod <gulonline@gmail.com>
_____________________________________________________*/

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	width: 700px;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #000000;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
	font-weight: 700;

}

tbody th {
	font-weight: bold;
}
tbody td.pay {
	text-align: left;
}

tbody tr {
	background: #FCFDFE;
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	text-align: center;
}

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-family: 'PT Sans Narrow', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
}
