h1, h2, h3 { margin: 0; padding: 0; }

/*******************************************************************/
/* 
	.rowA - The first alternating row.
	.rowB - The second alternating row.
	.colA - The first alternating column.
	.colB - The second alternating column.
*/

/*******************************************************************/
#bodyNavigation
{
	text-align: right;
	width: 96%;
	margin: 0px 0px 10px 0px;
	background-color: #efefef;
	padding: 3px 5px 3px 5px;
	border: 1px dotted #999999;
}

.buttonNavSacs
{
	border: 0px;
	font-family: arial;
	font-size: 16px;
	padding: 2px 0px 2px 0px;
	color: #4D72A0;
	font-weight: bold;
	background-color: white;
}

fieldset.sacs
{
	padding: 4px;
	text-align: left;
	border: 1px #bbbbbb;
}

fieldset.sacsUpdate
{
	padding: 4px;
	text-align: left;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}

.hoverRow
{
	color: white;
	cursor: hand;
	background-color:#6083b9;
	background-image:url(../../images/BG_hoverRow.gif);
	background-repeat:repeat-x;
}
.hoverRow a { color:white; }

.tip { cursor: help; border-bottom:1px dotted #009933; }

.red { color:red; }

/*******************************************************************/
#FooterContainer
{
	left: 0px;
	height:20px;
	bottom: 0px;
	/*background-color: #4294C8;*/
	margin: 0px;
	padding: 0px;
	/*border-top:1px solid #003366;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: white;*/
	/*background-image:url(../../images/BG_FooterFadeL.gif);
	background-repeat:no-repeat;
	background-position:top left;*/
}
#FooterProxient
{
	text-align: right;
	padding: 0px 15px 0px 0px;
	float: right;
}
#FooterApp
{
	text-align:right;
	padding:4px 0px 0px 15px;
	float:left;
}
#FooterApp a
{
	/*color: white;*/
	text-decoration: underline;
}
#FooterApp a:hover
{
	text-decoration: none;
}
/*******************************************************************/

