/*------------------------------------------------------------------------------
CSS - http://CPSI.spcollege.edu
CPSIstyle.css
/*  ---------------------------Div IDs ------------------------*/

********* Directory Table  ************/

.directorytblHeader{
	color: #FFFFFF; 
	font-weight: bold;
	}
	
#hor-zebra
{
	font-family: Book Antigua, Georgia, Helvetica, serif;
	font-size: 12px;
	width:620px;
	text-align: left;
	border-collapse: collapse;

}
#hor-zebra th
{
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	background: #000066;
	padding:3px 0px 3px 5px;
}
#hor-zebra td
{
	color: #000000;
	padding:4px 0px 4px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
