﻿/* =====================tablesorter TEMPORARY TILL WE GET THIS INTO MAIN SKIN SECTION */
body{
	margin:0;
	padding:0;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	line-height:150%;
	text-align:left;
}

table, td{
	font:Tahoma, Arial, Helvetica, sans-serif; 
}
#insurance-agent-name{font-weight:bold; font-size:13px;}

/* =================tablesorter TEMPORARY TILL WE GET THIS INTO MAIN SKIN SECTION*/


/* tablesorter styles */
table.tablesorter {
	font-family:arial;
	/*background-color: #CDCDCD;*/
	margin:10px 0pt 15px;
	font-size: 11px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	
	
	font-size: 12px;
	
}
table.tablesorter thead tr th span.inner {
		display:block; 
		background:url(/scripts/left.jpg) no-repeat left top; 
		line-height:24px; padding:0 25px 0 12px; 
		height:24px;
		white-space:nowrap;
		color:black;
}
table.tablesorter thead tr th span.outer{
	
	cursor: pointer;
		float:left; 
		display:block; 
		background:url(/scripts/rightNoSort.jpg) 
		no-repeat right top; 
		height:24px;
}
table.tablesorter thead tr .header span.outer {
		cursor: pointer;
		float:left; 
		display:block; 
		background:url(/scripts/right.jpg) 
		no-repeat right top; 
		height:24px;
}
table.tablesorter thead tr .header span.inner {
		display:block; 
		background:url(/scripts/left.jpg) no-repeat left top; 
		line-height:24px; padding:0 25px 0 12px; 
		height:24px;
		white-space:nowrap;
		color:black;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 3px;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#EFEFEF;
}
table.tablesorter thead tr .headerSortUp span.outer {
	background-image: url(/scripts/rightAsc.jpg);
}
table.tablesorter thead tr .headerSortDown span.outer {
	background-image: url(/scripts/rightDesc.jpg);
}


div.tablesorterPager {
	padding: 10px 0 10px 0;
	background-color: #D6D2C2;
	text-align: center;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 10px;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 10px;
}
div.tablesorterPager input {
	font-size: 8px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}
table.tablesorter tbody td.RowHover{background:#D3D2D2; cursor:pointer; cursor:hand;}
table.featuredAgentTable tbody td.RowHover{background:#D3D2D2; cursor:pointer; cursor:hand;}

table.tablesorter tbody tr.premium-row > td {font-size:12px; font-weight:bold;}
table.tablesorter tbody tr.premium-row > td#insurance-agent-name{font-weight:bold; font-size:14px;}