/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #09a0da;
	margin:10px 0pt 15px;

	width: 100%;
	text-align: left;
	padding: 1px;
	margin: 1px;
	
	text-align: center;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #09a0da;
	border: 1px solid #FFF;
	padding: 2px;   font-weight: bold; color: #fff;
	padding: 2px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 2px;
	background-color: #FFF;
	vertical-align: top;
	border-top: 1px solid #09a0da;
}
table.tablesorter tbody tr.odd td {
	background-color:#edf5f8;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #50c1ed;
}
 
 
 
 
 






table.stripeMe,
table.defaultStyle {
	padding: 0px;
	margin: 4px;
	/*border-collapse: collapse;
	padding: 1px;
	margin: 1px;
	background-color: #09a0da;
	*/

	margin:10px 0pt 15px;

	width: 100%;
	text-align: left;

	text-align: center;
}
table.defaultStyle{
	text-align: left;
}

table.stripeMe thead tr th, 
table.stripeMe tfoot tr th,
table.defaultStyle thead tr th, 
table.defaultStyle tfoot tr th {
	background-color: #09a0da;

	padding: 2px;
	font-weight: bold; 
	color: #fff;
	
	/*border: 1px solid #fff;*/
}



table.stripeMe tbody tr td
table.defaultStyle tbody tr td{
	color: #3D3D3D;
	border-bottom: 1px solid #09a0da; 
 	background-color: #FFF;
	vertical-align: top;
}
table.defaultStyle tbody tr.title td{
	border-bottom: 1px solid #09a0da; 
 	background-color: #404040;
}
table.stripeMe tbody tr td.disabled,
table.defaultStyle tbody tr td.disabled {
 	background-color: #d4ccc9 !important;
	border-bottom: 1px solid #09a0da; 
}

table.defaultStyle tbody tr td.altVstripe {
 	background-color: #f3f3f3;
	border-bottom: 1px solid #09a0da; 
}

table.defaultStyle
{
	
	border-color: #09a0da;
}


table.stripeMe tbody td,
table.defaultStyle tbody td {
	color: #5d4a4a;
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #fff;
	vertical-align: top;
	border-bottom: 1px solid #09a0da;
	
}
table.stripeMe tbody tr.alt td,
table.defaultStyle tbody tr.alt td {
	background-color:#edf5f8;
}

table.stripeMe thead tr .headerSortUp,
table.defaultStyle thead tr .headSortUp {
	background-image: url(../images/asc.gif);
}

table.stripeMe thead tr .headerSortDown,
table.defaultStyle thead tr .headSortDown {
	background-image: url(../images/desc.gif);
}

table.stripeMe thead tr .headerSortDown,
table.defaultStyle thead tr .headSortDown,
table.stripeMe thead tr .headerSortUp
table.defaultStyle thead tr .headSortUp {
	background-color: #50c1ed;
}
 
table.stripeMe tbody tr.over td,
table.defaultStyle tbody tr.over td {
	background: #bcd4ec;
}

