
BODY
{
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
	font-family: Verdana, Arial, MS Sans Serif, Tahoma;
	background-color: #FFFFFF;
	background-image: url("/images/NavBack.gif");
	background-repeat: repeat-y;
}

BODY a:link{color: #00007F;}
BODY a:visited{color: #00007F;}
BODY a:active{color: #00007F;}

/*-------------------------------------------------------------------------
	This is the title of the page - It's the header along the top
-------------------------------------------------------------------------*/
.pgTitleTxt
{
	color: #000000;
	font-size: 24;
	font-weight: bold;
}

.pgTitleTxtTest
{
	color: #FF0000;
	font-size: 24;
	font-weight: normal;
}

.pgTitle
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	border-color: 		#000000;
	border: 		0px;
	border-style: 		none;
	padding: 0;
	background-image: url("/images/TitleBack2.gif");
	background-position: right;
	background-repeat: repeat-y;
}


/*-------------------------------------------------------------------------
	Various odds and ends we use on the site
-------------------------------------------------------------------------*/
.WebError
{
	color: #FF0000;
	font-size: 110%;
	font-weight: heavy;
}

/* This is for the toolbar like thingy at the top of the page that has
the items Graph, Analyze, Report, Print, Learn More items. */
.bannerReg
{
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 6px;
	border: 		0px;
	border-style: 	none;
	padding: 0;
	color: #0000B5;
	background-color: #C0C0C0;
	text-decoration: none;
}

.bannerOver
{
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 6px;
	border: 		0px;
	border-style: 	none;
	padding: 0;
	color: #C0C0C0;
	background-color: #0000B5;
	text-decoration: none;
}

.bannerRed
{
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 6px;
	border: 		0px;
	border-style: 	none;
	padding: 0;
	color: #000000;
	background-color: #FF0000;
	text-decoration: none;
}

/* The main contents for this page */
.mainContents
{
	background-color: #FFFFFF;
	font-size: 95%;
}

/* This is the lead-in for pages that have a small title on them */
.contentsHdr
{
	color: #0020E5;
	height: 48;
	font-size: 24;
	font-weight: normal;
	background-image: url("/images/GrayFade.gif");
	background-repeat: repeat-y;
	text-indent: 2px;
}

.contentsHdrTest
{
	color: #FFFFFF;
	height: 48;
	font-size: 24;
	font-weight: heavy;
	background-image: url("/images/NewFade.gif");
	background-repeat: repeat-y;
	text-indent: 2px;
}

.pageFooterRight{
	text-align:			right;
	font-size:			x-small;
	position:			absolute;
	bottom:				8px;
	right:				12px;
}

.pageFooterLeft{
	text-align:			left;
	font-size:			x-small;
	position:			absolute;
	bottom:				8px;
	left:				8px;
}

.pageFooterTop{
	color: 				#FFFFFF;
	text-align:			right;
	font-size:			9;
}

.shadow 
{
	width:220;
	height:80;
	filter:	Shadow(Color=#666666, Direction=135)
}

/*-------------------------------------------------------------------------
	FAQ's and things that share display attributes with FAQ's
-------------------------------------------------------------------------*/
/* Question to a FAQ */
.question
{
	color: #0000B5;
	font-weight: bold;
}

/* Answer to a FAQ */
.answer
{
	color: #000000;
}





/*-------------------------------------------------------------------------
	Standard look for "info" class tables
-------------------------------------------------------------------------*/
.graybar{
	color:				#0000B5;
	background:			#c6c6c6;
}


table.info{
	font-size: 95%;
	border-collapse:	collapse;
	empty-cells: 		show;
	border-width: 		3px;
	border-color: 		#FFFFFF;
	border-style: 		ridge;
}

table.info thead{
	text-align:			left;
	color:				#0000B5;
	font-weight:		heavy;
	background:			#c6c6c6;
	padding:			8px;
}

table.info th{
	padding:			4px;
}

table.info td{
	border:				1px solid #000000;
	padding:			8px;
}

.trtest
{
	background:			#FFFFAF;
}


/*-------------------------------------------------------------------------
	Navigation pane along the left side of the page
-------------------------------------------------------------------------*/
.leftNav{
}

#nav {
	background: #c6c6c6;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav {
	margin-bottom: 1em;
}	
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li span {
	display: block;
	padding: 6px 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav li span#configParent, #nav li span #configuration {
	display: inline;
	font-weight: normal;
	padding: 0;
}

#nav li a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	background: #c6c6c6;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #a6a6a6;
}

#nav li a:hover {
	color:		#000000;
	background: #e0e0e0;
}

#nav ul li span,#nav ul li a {
	padding: 4px 8px 4px 20px;
}

.navSel{
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	background: #A0A0A0;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #a6a6a6;
	cursor: hand;
}

.navSubSel
{
	padding: 4px 0px 4px 32px;
	font-size: 14;
	display: block;
	text-decoration: none;
	background: #A0A0A0;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #a6a6a6;
	cursor: hand;
}


/* navSub are sub-items off a main menu item. Such as "Requirements" below the "Info" page */
.navSub
{
	font-size: 14;
	display: block;
	font-weight:	normal;
	text-align:			left;
	text-indent:		24px;
	text-decoration: none;
	cursor: hand;
}



.navtop {
	background: #c6c6c6;
}

.navtop a:hover {
	color:		#000000;
	background: #e0e0e0;
}

.navtop hover {
	color:		#00FF00;
	background: #e0e0e0;
}
