/* ------------------
 Styling for the SCXC tables
 Copyright Craig Welch 2011 
   ------------------   */
body {
	font-family: Trebuchet MS, Candara, Calibri, Bitstream Vera Sans, Helvetica, sans-serif;
	font-size: large;

	line-height: 1.6em;
}
tr {
	line-height: normal;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.zebra_table
{
	font-size: large;
	text-align: left;


	font-style: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	margin-left: 5px;
	font-stretch: narrower;


}
.zebra_table th
{
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #33CC66;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
	text-align: left;
	letter-spacing: normal;
}
.zebra_table td
{
	padding: 0px;
	text-align: left;
	border-collapse: collapse;
	font-size: small;

}
.zebra_table .male_even
{
	background-color: #e8edff;
}

.zebra_table .male_odd
{
	background-color: #9DBDFF;

}

.zebra_table .female_odd
{
	background-color: #ffbbbb;
}

.zebra_table .female_even
{
	background-color: #FFEAEA;
}
h1 {
	font-size: xx-large;
	color: #FF0000;
}
h2 {
	color: #FF0000;
	line-height: normal;
}

