/* CSS Document Trageting Mozilla */
#fullheight {
	position: fixed;
	height: 95%;
}


.line 
{
	background-image:url("tab_footer.gif");
	background-repeat:repeat-x;
	height:18px;
	width: 100%;
	margin-top: 3px;
}

.line3 
{
	background-image: url(tab_footer3.gif);
	background-repeat:repeat-x;
	height: 4px;
	width: 100%;
	background-position: top;
	margin-top: 3px;
	margin-bottom: -2px;
}

.detailContent
{
	margin-top: 5px;
	margin-bottom: 8px;
	height: 10px;
}

#navigation
{
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: -38px;
	margin-top: 3px;	
}

#navigation ul
{
	height: 40px;
	list-style-image: none;
	list-style-type: none;
	background-image:url("footer_bg.gif");
	background-position: bottom;
	
}

#navigation li
{
	text-align: center;
	min-width: 120px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	display: block;
	
}

#navigation a
{
	display: block;
	float: left;
	background-color: #E7F3E5;
	background-image: url(TabLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	min-width: 120px;
	cursor: hand;
}

#navigation a span
{
	display: block;
	float: right;
	background: url(TabRight.gif) right top no-repeat;
	color: #333333;
	padding-bottom: 2px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	min-width: 120px;
	float: none;
	line-height: 14px;
}

#navigation span
{
	display: block;
	text-align: center;
	color: #000000;
	background-position: left bottom;
	background-color: #51B64D;
	background-image: url(TabLeftActive.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	min-width: 120px;
	float: none;
}

#navigation span b
{
	min-width: 120px;
	color: #FFFFFF;
	background-image: url(TabRightActive.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor: default;
	min-width: 120px;
	padding-bottom: 2px;
	padding-top: 4px;
	font-weight:bold;
	display: block;
	line-height: 14px;
}

#navigation a:hover
{
	min-width: 120px;
	color: #006400;
	background: #BFEF9C url("TabLeft_hover.gif") left top no-repeat;
	
}

#navigation a:hover span
{
	min-width: 120px;
	background: url("TabRight_hover.gif") right top no-repeat;
}

#spacer 
{
	height:20px;
}