/* --- Begin HTML Element Styles --- */
BODY
{
	background-color: White;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
}

A:link, A:visited
{
	color: #A00000;
	
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

P.pageSubHeading
{
	margin-bottom: 0px;
}

P.pageText
{
	margin-top: 0px;
}

OL
{
	margin-top: 0px;
}

UL
{
	margin-top: 0px;
}

/* ---End HTML Element Styles --- */

/* ---Begin Page Content Styles --- */

.contentBody, P, TH, TD
{
	font-size: 11px;
}
.contentBody
{
	width: 100%;
	text-align: center;
	background-image: url('images/background.png' );
	background-repeat: repeat-x;
}
.contentBlue
{
	height: 569px;
	width: 100%;
	background-color: #395CA5;
}

.contentWhite
{
	width: 100%;
	height: 570px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top:5px;
	text-align:left;
}
.contentWhiteDefault
{
	width: 100%;
	height: 570px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align:left;
}
.pageHeading
{
	color: #2739A0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

.pageSubHeading
{
	color: #395ca5;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.pageText
{
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.errorText
{
	color: Red;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}

.welcomeText
{
	color: White;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
}

/* --- End Page Content Styles --- */

/* --- Begin Control Styles --- */
.btn
{
	background-color: #C5C5C5;
	color: black;
	border: solid 1px #40637A;
	padding: 1px 2px 1px 2px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.cbo
{
	background-color: #F9FAE8;
	color: black;
	border: solid 1px black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.chk
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.lbl
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.lblBold
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

.lnk
{
	color: #395CA5;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

.rdo
{
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.txt
{
	background-color: #F9FAE8;
	color: black;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 2px;
}

.txtQuantity
{
	background-color: #F9FAE8;
	color: black;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding-left: 2px;
	width: 50px;
}

.grid
{
	border: solid 1px #395CA5;
	border-collapse: collapse;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}
.grid TD
{
	border: solid 1px black;
	padding: 2px 4px 2px 4px;
}
.gridHeader
{
	color: #FFFFFF;
	background-color: #395CA5;
	font-weight: bold;
}
.gridHeader A:link, .gridHeader A:visited
{
	color: #F9FAE8;
	text-decoration: underline;
}
.gridHeader A:hover
{
	text-decoration: underline;
}
.gridItem
{
	color: black;
	background-color: white;
}
.gridAltItem
{
	color: black;
	background-color: #F9FAE8;
}
.gridFooter
{
	color: black;
	background-color: white;
}
.gridPager
{
	color: white;
	background-color: #395CA5;
	font-weight: bold;
}
.gridPager A:link, .gridPager A:visited
{
	color: white;
	text-decoration: none;
}
.gridPager A:hover
{
	text-decoration: underline;
}

.gridSelected
{
	background-color: #9CAFD6;
	color: Black;
}

/* --- End Control Styles --- */


/* --- Begin Template-Only Styles --- */
.menuGroup
{
	color: #FFFFFF;
	background-color: #395CA5;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.menuGroupHover
{
	color: #EEA21D;
	background-color: #395CA5;
	border-bottom: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.menuGroupSecondary
{
	color: #FFFFFF;
	background-color: #395CA5;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.menuGroupHoverSecondary
{
	color: #EEA21D;
	background-color: #395CA5;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

.menu
{
	color: #395CA5;
	background-color: #9CAFD6;
	padding: 2px 5px 2px 5px;
	cursor: hand;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.menuHover
{
	color: white;
	background-color: #9CAFD6;
	padding: 2px 5px 2px 5px;
	cursor: hand;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
}

.menuArrow
{
	color: #EEA21D;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

A.sideMenuLink:link, A.sideMenuLink:visited
{
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	vertical-align: top;
}

A.sideMenuLink:hover
{
	text-decoration: underline;
}

A.headline:link, A.headline:visited
{
	color: #EEA21D;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

A.headline:hover
{
	text-decoration: underline;
}

A.login:link, A.login:visited
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A.login:hover
{
	text-decoration: underline;
}

A.welcomeText:link, A.welcomeText:visited
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

A.welcomeText:hover
{
	text-decoration: underline;
}

.sideMenuBullet
{
	color: #EEA21D;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

.photoLabel
{
	background-color: #FFFFFF;
	color: #395CA5;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
}

.taglineOrange
{
	color: #EEA21D;
	font-family: Times New Roman;
	font-size: 36pt;
}

.taglineWhite
{
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 24pt;
}
#TreeViewContainer .nodeItem A:Visited, .nodeItem A:Link
{
	color: #395ca5;
}
#TreeViewContainer .nodeItem A:Hover
{
	text-decoration:underline;
}

#TreeViewContainer .nodeItem
{
	font-family:Verdana,Arial,Helvetica;
	color: #395ca5;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	height: 18px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	
}

#TreeViewContainer.nodeSelectedItem A:Visited, .nodeItem A:Link
{
	color: #395ca5;
	
}
#TreeViewContainer .nodeExpandable
{
	padding-left: 4px;
}
#TreeViewContainer .treeView IMG
{
	margin-left: 5px;
}
#TreeViewContainer .treeView TABLE
{
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #f1f4f7;
}
#TreeViewContainer .treeView DIV TABLE .nodeItem A:Visited, 
#TreeViewContainer .treeView DIV TABLE .nodeItem A:Link
{
	font-weight:normal;
	font-family:Arial,Helvetica;
	color:#395ca5;
}

#TreeViewContainer .treeView DIV TABLE
{
	background-color: #dde3e9;
	margin: 0px;
	
}

#TreeViewContainer .treeView TR:Hover TD
{
	background-color: #f1f4f7;
	margin: 1px;
}

#TreeViewContainer .treeView TD
{
	vertical-align: middle;
}

.HomeRightBanner
{
	background-image: url('images/rightLinkBackground.png' );
	background-repeat: repeat-x;
	width: 190px;
	height: 80px;
	vertical-align: top;
	text-align: center;
}

.DIV-HomeContent
{
	height: 550px;
	overflow-x: visible;
	overflow-y: scroll;
	margin-left:5px;
	margin-top:2px;
	/*border: solid 4px #E7edf2;*/
	vertical-align: top;
	
	
}
.DIV-HomeContentShadow
{
	overflow:visible;
	vertical-align: top;
	border-bottom: inset  5px #DDD;
}
.trFooter
{
	height: 25px;
	background-image: url('images/footerbackground.png' );
	background-repeat: repeat-x;
}
/* ---End Template Only Styles --- */

.trTopBanner
{
	 vertical-align:top;
	 text-align:left;
	 background-image:url('images/topbanner3.jpg');
	 background-repeat:repeat-x;
}

.TopMenu
{
	width:auto;
	line-height:16px;
	text-align: center;
}
.TopMenu A,.TopMenu A:Visited
{
	color:#A00000;
	white-space:nowrap;
	text-decoration: underline;
}

.TopMenuItem
{
	width:auto;
	padding: 5px 8px 5px 8px;
	height:100%;
	
	background-color:Red;
/*	
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
	border-left: solid 1px #FFF;
	border-TOP: solid 1px #FFF;*/
}

.TopMenuItem:hover
{
	background-color:Red;
}
.TopMenu Table
{
	height:100%;
}

.TopMenu a:Hover
{
	color:Black;
}