table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 95%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-bottom: none;
	font-size: 8pt;
	padding: 0px;
	padding-left: 4px;
	margin-top: 0px;
	text-align: left;
}
table.tablesorter th.user {font-weight: bold; color: #A64300;}

table.tablesorter thead tr .header {
	background-image: url(/calendar/templates/style/img/bg.gif);
	background-repeat: no-repeat;
	background-position:  100% 90%;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CDCDCD;
}
table.tablesorter tbody tr.odd td p{
	margin: 0px; 
	padding: 0px;
}
table.tablesorter tbody tr.tophdr td {
	background-color: #E6EEEE;
	border-left: 0px solid #CDCDCD;
	border-right: 0px solid #CDCDCD;
	border-top: none;
	border-bottom: 0px solid #CDCDCD;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
table.tablesorter tbody tr.tophdr th {
	background-color: #E6EEEE;
	border-left: 0px solid #CDCDCD;
	border-right: 0px solid #CDCDCD;
	border-top: none;
	border-bottom: 0px solid #CDCDCD;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}
table.tablesorter tbody td.dem {
	color: #0000FF;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
table.tablesorter tbody td.rep {
	color: #FF0000;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

table.tablesorter tbody tr.in_profile td {
	background-color: #FFEADC;
}
table.tablesorter tbody tr.not_profile td {
	background-color: #FFFFFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#D5E8EE;
}
table.tablesorter tbody tr.oddGray td {
	background-color:#D5E8EE;
	color:rgb(0,0,0);
	color:rgba(0,0,0,0.5);
}
table.tablesorter tbody tr.evenGray td {
	color:rgb(0,0,0);
	color:rgba(0,0,0,0.5);
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/calendar/templates/style/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/calendar/templates/style/img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
