@charset "UTF-8";
/* PIBA Contact List Stylesheet by Rohan Chambers, (RohanChambers.net) | Monday 2nd of February */

#hor-zebra
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	width: 750px;
	text-align: left;
	border-collapse: collapse;
}

#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra td
{
	padding: 8px;
	color: #000000;
}
#hor-zebra .odd
{
	background: url(../images/contentBG.gif) repeat; 
}


/* Smaller Table*/

#hor-zebra2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}

#hor-zebra2 th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
}
#hor-zebra2 td
{
	padding: 8px;
	color: #000000;
}
#hor-zebra2 .odd
{
	background: url(../images/contentBG.gif) repeat; 
}