
*
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
						
}


body
{
	color: Black;
	background-color: white;
	font-size: 9.75pt;
}


h1, h1 span
{
	font-size: large;
	color: #2244aa;
	border-bottom: solid 1px #2244aa;
	text-align: left;
}

h2, h2 span
{
	font-size: medium;
}


div.form
{
	padding: 0px;
}


table.form
{
	margin: 20px;
}


table.form td, table.list td
{
	padding: 1px 5px;
}



table.form td.buttonrow
{
	text-align: right;
	padding-top: 20px;
}


a
{
	color: blue;
	text-decoration: none;
}


tr.header td, div.header
{
	border-bottom: solid 1px black;
	font-weight: bold;
}

tr.footer td
{
	border-top: solid 1px black;
	font-weight: bold;
}


tr.header td a
{
	font-weight: normal;
}


tr.subheader td
{
	border-bottom: solid 1px #999999;
}

tr.bold td
{
	font-weight: bold;
}


tr.spacer td
{
	padding-top: 20px;
}


tr.altrow td, tr.row1 td
{
	background-color: #E7F5F9;
}

td.total
{
	border-top: solid 1px black;
}

hr
{
	color: #2244aa;
	height: 1px;
}

.large
{
	font-size: medium;
}

acronym
{
	text-decoration: underline;
	color: Green;
	cursor: help;
}


.error
{
	color: Red;
}

tr.highlight td
{
	font-weight: bold;
	background-color: #ffffee;
}


/* form elements ********** ********** ********** ********** ********** ***********/

.standard
{
	width: 400px;
}


.half
{
	width: 200px;
}

.quarter
{
	width: 100px;
}

.eigth
{
	width: 50px;
}

.price
{
	width: 80px;
}


/* menu page ********** ********** ********** ********** ********** ***********/


body.menu
{
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}


div.menu
{
	border: solid 1px black;
	margin: 10px 10px;
}


div.menu h1
{
	border: none;
	font-size: xx-small;
	margin: 0px;
	cursor: pointer;
	background-color: #2244aa;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#550000FF, endColorstr=#80AAAAAA, gradientType=1);
	color: white;
	padding: 2px 5px;
	text-align: left;
}


div.menu a
{
	display: block;
	background-color: White;
	color: #0066cc;
	border-left: solid 10px #0066cc;
	padding: 2px 10px;
	font-size: xx-small;
}


div.menu a:hover
{
	color: blue;
	border-left: solid 10px blue;
	background-color: #ddeeff;
}


div.menu a.disabled
{
	color: gray;
	border-left: solid 10px gray;
}

div.menu a.disabled:hover
{
	color: gray;
	background-color: #eeeeee;
	border-left: solid 10px gray;
}



@media print
{

	.noprint
	{
		visibility: hidden;
		display: none;
		height: 0px;
		width: 0px;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}

}

/* Zurn.Net Phase II */

.AssociatedComponentTopLeft
{
	width: 50%;
	float: left;
	border-right: solid thin Black;
}

.AssociatedComponentTopRight
{
	width: 49%;
	float: left;
}

.AssociatedComponentLeft
{
	width: 50%; 
	float: left; 
	border-right: solid thin Black; 
	border-top: solid thin Black;
}

.AssociatedComponentRight
{
	width: 49%; 
	float: left; 
	border-top: solid thin Black;
}

.AssociatedComponentAltLeft
{
	width: 50%; 
	float: left; 
	border-right: solid thin Black; 
	border-top: solid thin Black;
	background-color: #E7F5F9;
}

.AssociatedComponentAltRight
{
	width: 49%; 
	float: left; 
	border-top: solid thin Black;
	background-color: #E7F5F9;
}

.CampaignList
{
	padding-bottom: 1em;
	border-top: solid thin Black;
}


/* Print CSS */

@media print {
	body > frameset > frame
	{
		display: none;
	}
}
