
/*
 JQUERY PLUGIN ZEBRA - STYLESHEET FILE
*/

table a {color: #042a1d;}

table.stripeMe {
	border-collapse:collapse;
	width:100%;
	margin:30px auto 0;
	font-size:1.1em;
	background: #fbfcfb;
	}



table.stripeMe th {
	padding:10px 11px;
	border-left:3px solid #fff;
	line-height:1.2;
	font-weight:normal;
	font-size: 1.3em;
	color:#042a1d;
	text-align:left;
	background:#b2bb85;
	text-align: center;
	}







table.stripeMe th:first-child {border: none;}



table.stripeMe td {
	padding: 10px;
	border-bottom:1px solid #adbaaf;
	vertical-align:center;
	font-size: 1.2em;
	text-align: center;
	}
	
	
table.stripeMe td * {padding:0;}
table.stripeMe tr.alt td {background:#f1f6ed;}
table.stripeMe tr.over td {background:#f1f6ed url(http://www.pbarealtors.com/template/mine-template/images/trover.png) 0 0 repeat-x;}

table.browse_tool_table {background: #ddd url(images/browsetoolbg.png) 0 0 repeat-x; padding:10px; color: #666;}
table.browse_tool_table a {color: #666; text-decoration: none;padding: 0 4px;}
table.browse_tool_table a:hover {color: #222; text-decoration: none;}
