/*@charset "utf-8";*/
/* CSS Document */



/* ======= Global Styles ====== */

/* For DNN Tags */
.logos{
	margin-top: 5px;
	margin-left: 25px;
	float: left;
	width: 415px;
	height: 120px;
	background-image:url(images/FSBECLogo120x120.png);
	background-repeat: no-repeat;
	background-color: transparent;
	}

body {

	font-family:Tahoma, Geneva, sans-serif;
	background: #c7c6d6 url(images/imagebackgrnd.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	z-index:-1;
}

.Normal p, h1, h2, h3, h4, h5, h6, li {
	/*margin: 1ex 1em;*/
	/*margin: 1ex;*/
	margin: 1ex 0;
}

#fckbody
{
	 background-color: #FFF;
	 background-image: none;
}

/* ======= General Text Layout ====== */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Tahoma,Arial,sans-serif;
  font-style: normal;
  color: #000066;
  font-weight: bold;
/*  font-size: 17px;*/
  text-decoration: none;
 /* margin: 1ex 1em;*/
/*  display: inline;*/
}

.Normal ul li {
	/*list-style-image: url(arrow2.gif);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: disc;
	list-style-position: outside;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 6px;
	text-align: left;
}


/* Default Text Link Setup */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0955A5;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0955A5;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0955A5;
	text-decoration: none;
}

/* ======= Begin Define Headers In Detail ====== */

.Normal h1
{
   color: #000066;
/*   margin: 20px 0;*/
/*	margin: 0px;*/
   font-family: Tahoma,Arial,sans-serif;
   font-size: 17px;    
}


.Normal h1 a, .Normal h1 a:link, .Normal h1 a:hover, .Normal h1 a:visited, .Normal h1 a, .Normal h1 a:link, .Normal h1 a:hover, .Normal h1 a:visited 
{
   font-family: Tahoma,Arial,sans-serif;
   font-size: 17px;
   text-decoration:underline;
}

.Normal h1 a:hover 
{
	color:#F00;
}

.Normal ul li h1
{
	margin: 0px;
	list-style-position: outside;
	font-size: 17px;
	line-height: 13px;
	display: inline; 
}

.Normal h2
{
   color: #000066;
/*margin: 22px 0;*/
   font-family: Tahoma,Arial,sans-serif;
   font-size: 28px;    
}


.Normal h2 a, .Normal h2 a:link, .Normal h2 a:hover, .Normal h2 a:visited, .Normal h2 a, .Normal h2 a:link, .Normal h2 a:hover, .Normal h2 a:visited 
{
   
   font-family: Tahoma,Arial,sans-serif;
   font-size: 28px;
   text-decoration:underline; 
}

.Normal h2 a:hover 
{
	color:#F00;
}

.Normal ul li h2
{
	margin: 0px;
	list-style-position: outside;
	font-size: 28px;
	line-height: 28px;
	display: inline; 
}

/* H3 SETTINGS */

.Normal h3
{
   /*color: #0B1F2D;*/
/*margin: 18px 0;*/
color: #000066;
   /*margin: 1ex 0;*/
   font-weight: bold;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 22px;
/*   font-size: 18px;*/
	   
}


.Normal h3 a, .Normal h3 a:link, .Normal h3 a:visited, .Normal h3 a, .Normal h3 a:link, .Normal h3 a:visited 
{
   font-family: Tahoma,Arial,sans-serif;
   font-size: 22px;
   text-decoration:underline;
   margin: 0;
}

.Normal h3 a:hover 
{
	color:#F00;
}

.Normal ul li h3
{
	margin: 0px;
	list-style-position: outside;
	font-size: 22px;
	line-height: 13px;
	display: inline; 
}

/* HEADING 4 */
.Normal h4
{
   /*color: #0B1F2D;*/
/*margin: 18px 0;*/
color: #000066;
   /*margin: 1ex 0;*/
   font-weight: bold;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 16px;
/*   font-size: 18px;*/
	   
}


.Normal h4 a, .Normal h4 a:link, .Normal h4 a:visited, .Normal h4 a, .Normal h4 a:link, .Normal h4 a:visited 
{
   font-family: Tahoma,Arial,sans-serif;
   font-size: 16px;
   text-decoration:underline;
   margin: 0;
}

.Normal h4 a:hover 
{
	color:#F00;
}

.Normal ul li h4
{
	margin: 0px;
	list-style-position: outside;
	font-size: 16px;
	line-height: 13px;
	display: inline; 
}

/* HEADING H5*/

.Normal h5
{
color: #000066;
   font-weight: bold;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 13px;	   
}


.Normal h5 a, .Normal h5 a:link, .Normal h5 a:visited, .Normal h5 a, .Normal h5 a:link, .Normal h5 a:visited 
{
   font-family: Tahoma,Arial,sans-serif;
   font-size: 13px;
   text-decoration:underline;
   margin: 0;
}

.Normal h5 a:hover 
{
	color:#F00;
}

.Normal ul li h5
{
	margin: 0px;
	list-style-position: outside;
	font-size: 13px;
	line-height: 13px;
	display: inline; 
}

/* HEADING 6*/

.Normal h6
{
color: #000066;
   font-weight: bold;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 11px;	   
}


.Normal h6 a, .Normal h6 a:link, .Normal h6 a:visited, .Normal h6 a, .Normal h6 a:link, .Normal h6 a:visited 
{
   font-family: Tahoma,Arial,sans-serif;
   font-size: 11px;
   text-decoration:underline;
   margin: 0;
}

.Normal h6 a:hover 
{
	color:#F00;
}

.Normal ul li h6
{
	margin: 0px;
	list-style-position: outside;
	font-size: 11px;
	line-height: 13px;
	display: inline; 
}


/* Site Wide Fonts */
.NormalBold  {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.Normal  {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	text-align: left;
}

/* Container CSS */

.SubHdrTabNote .Normal h1 {
   color: #000066;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 17px;
   margin: 0;
   display: inline;    
}

.BlueContainerText .Normal {
   color: #dddddd;
   font-family: Tahoma,Arial,sans-serif;
   font-weight: bold;
   font-size: 17px;   
}

.SkyBlueContainerText .Normal {
   color: #000000;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 19px;   
}

.PromosContainer02Text .Normal {
   color: #dddddd;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 12px;
   line-height: 16px;
   text-align:left;   
}

.PromosContainer03Text .Normal {
   color: #dddddd;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 12px;
   line-height: 16px;
   text-align:left;   
}

.QuickLinksContainer .Normal {
   color: #000000;
   font-family: Tahoma,Arial,sans-serif;
   font-size: 14px;
   line-height: 18px;
   text-align:left;   
}

/* Container Bullets */

/*.QuickLinksContainer .Normal ul {
	margin-bottom: -7px;
}*/

.QuickLinksContainer .Normal ul li {
	list-style-position: outside;
	list-style-image: url(Arrowbullet1.gif);
	list-style-type: disc;
	font-size: 14px;
    line-height: 18px;
}

.QuickLinksContainer .Normal ul li A, .QuickLinksContainer .Normal ul li A:Active, .QuickLinksContainer .Normal ul li A:Visited, .QuickLinksContainer .Normal ul li A:Link
{
   color:#000000;
   font-size: 14px;
   line-height: 18px;
   text-decoration: none;
}

.QuickLinksContainer .Normal ul li A:Hover
{
	color:#F00;	
	text-decoration: underline;
}

/* Landing Page Custom Title All Single Line for H1  */
.LandingPgCustom .Normal h1 {
   color: #000066;
   font-family: Tahoma,Arial,sans-serif;
/*   font-size: 32px;*/
	margin: 0;
   display: inline;    
}


.ContentNavBoldBlue {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11pt; 
	COLOR: #000066; 
	FONT-FAMILY: Tahoma,Arial,sans-serif;
}

/* ======= Layout ====== */
div#outer {
	position: relative;
	width: 800px;
/*	height: 1800px;*/
	margin: 15px auto;
	background-color: #ffffff;
	clear:both;
/*	border: solid 1px black;*/
}

div#header {
	position: relative;
	width: 800px;
	height: 130px;
/*	background-color: #012c5c;*/
	background: #ffffff url(images/webheader800x130.jpg);
	background-repeat: no-repeat;
/*	background-repeat:repeat-x;*/
	/*border: solid 5px #3a3a86;*/
	border-right: solid 2px #3a3a86;
	border-left: solid 2px #3a3a86;
	border-top: solid 2px #3a3a86;
	clear: both;
	
}

.HeaderLinks 
	{
		margin-top: 10px;
		float: right; 
		width: 340px; 
		height: 30px;
		background-color: transparent;
			font-size: 9.5pt;
	color:#000000;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	line-height: 1.5em; 
	}

div#OuterBottomSection {
	position: relative;
	width: 800px;
	/*height: 400px;*/
	/*background-color:#6FF;*/  /*Use this color to view background in cyan. This helps in layong out divs for positioning*/
	background-color:#fff;
	/*overflow: auto;*/ /*FYI - THIS PRODUCES SCROLL BARS ON THE DREADED AND FEARED MAC!*/
/*	border-style:solid #252453;*/
	border-right: solid 2px #3a3a86;
	border-left: solid 2px #3a3a86;
	border-bottom: solid 2px #3a3a86;
}

div#BreadCrumbOuter {
	position: relative;
	width: 796px;
	height: 46px;
	background-color:#c1ccec;
	border: solid 1px #dfdef0;

	clear:both;
}

div#TimeSection {
    float: right;
    height: 15px;
    margin-left: 118px;
    margin-top: 19px;
    width: 140px;
/*	background-color:#c1ccec;
	font-family: Tahoma,Arial,sans-serif;
	font-size: 8.5pt;
	line-height: 1.5em;
	color: #000066;
	padding-left: 2px;*/
}

.Date {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 8.5pt;
	line-height: 6.5em;
	color: #000066;
	padding-left: 2px;
}


div#LinksSectionRight {
	position: relative;
	float: right;
	width: 586px;
	height: 18px;
	background-image:url(images/linkmenubkgrnd.jpg);
	background-color:#ffffff;
	font-size: 8.5pt;
	color:#FFFFFF;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	text-align:right;
	line-height: 1.5em; 
/*	padding-right: 5px;*/ /*DON'T USE HERE. This Throws the Menu Off!*/


}

div#BreadCrumbTop {
	position: relative;
	float: right;
	width: 796px;
	height: 28px;
	background-color:#c1ccec;
	/*text-align:center;*/
/*	text-align: left;*/
}

div#SearchBoxArea {
	position: relative; 
	left: 570px; 
	margin-top: -18px; 
	width: 200px; 
	height: 28px;
}



div#Menu {
	position: relative;
	width: 800px;
	height: 27px;
	/*background-image:url(images/bluemenuarea.jpg);*/
	background-color:#cccccc;
	border-top: solid 1px #999999;
/*	border-bottom: solid 1px #333333;*/
/*	border: solid 1px #333333;*/
	margin: 0 0 0 0;
	z-index: 50;
}

div#OuterLogin {
	position: relative;
	width: 796px;
	height: 270px;
	background-color:#777777;
	border: solid 1px #000066;
	clear:both;
}

div#Login {
	position: relative;
	float: left;
	width: 185px;
	height: 270px;
	background-color:#009999;
}

div#Feature {
	position: relative;
	float: right;
	width: 584px;
	height: 270px;
	background-color:#990000;
}

div#OuterBottom {
	position: relative;
	width: 796px;
	height: 326px;
	background-color:#ffffff;
	clear:both;
}



div#BottomLeft {
	position: relative;
	float: left;
	left: 10px;
	width: 240px;
	height: 326px;
	background-color:#999900;
/*	margin-left: 10px 10px 10px 10px;*/
}

div#OuterBottomRight {
	/*This is the container for Inner Left Top, Inner Left Bottom, Inner Right Column*/
	position: relative;
	float: right;
	right: 15px;
	width: 490px;
	height: 320px;
	/*background-color:#009900;*/
	background-color:#ffffff;
	
}

div#BottomSectRightHeader {
	position: relative;
	padding-top: 2px;
	width: 490px;
	height: 40px;
	background-color:#ffffff;
	/*FontInfo*/
	font-family: Times New Roman, Times, sans-serif;
	font-weight: bold;
	font-style:italic;
	font-size: 20pt;
	/*line-height: 1.5em;*/
	color: #000000;
	padding-left: 2px;
	text-align:center;
}

div#InnerOuterLeft {
	position: relative;
	float: left;
	left: 10px;
	top: 10px;
	width: 230px;
	height: 260px;
	background-color:#cccccc;
}

div#InnerRight {
	position: relative;
	float: right;
	right: 10px;
	top: 10px;
	width: 230px;
	height: 260px;
	background-color:#ffffff;
}

div#InnerLeftTop {
	position: relative;
	top: 5px;
	left: 50%;
	margin-left: -110px;/*THIS CENTERS AN OBJECT IN CSS. Divid Width by 2 use the number. example width 100 is -50px*/
	width: 220px;
	height: 120px;
	/*padding-bottom: 5px;*/
	margin-bottom: 15px; /*This is spacing at the bottom*/
	background-color:#ff9900;
}

div#InnerLeftBottom {
	position: relative;
/*	bottom: -30px;*/
	left: 50%;
	margin-left: -110px;/*THIS CENTERS AN OBJECT IN CSS. Divid Width by 2 use the number. example width 100 is -50px*/
	width: 220px;
	height: 120px;
	background-color:#990099;
}

div#CertificateFooterOuter {
	position: relative;
	width: 796px;
	height: 80px;
	background-color:#ffffff;
	margin: 0 0 0 0;

}

div#CertificateColumn1 {
	background-color: #ffffff;
	float: left;
	width: 190px;
	height: 80px;
	text-align:center;
	padding-top: 30px;
/*	padding-left: 15px;*/
}

div#CertificateColumn2 {
	background-color: #ffffff;
	float: left;
	width: 390px;
	height: 80px;
	text-align:center;
	padding-top: 30px;
	/*padding-left: 15px;*/
}

div#CertificateColumn3 {
	background-color: #ffffff;
	float: left;
	width: 190px;
	height: 80px;
	text-align:center;
	padding-top: 30px;
	/*padding-left: 15px;*/
}

div#HorizontalLine {
	position: relative;
	left: 46%;
	margin-left: -350px;/*THIS CENTERS AN OBJECT IN CSS. Divid Width by 2 use the number. example width 100 is -50px*/
	width: 760px;
	height: 6px;
	border-top: solid #000066 2px;
	margin-top: 3px;
	background-color: #fff;
}

div#Footer {
	position: relative;
	width: 800px;
	height: 90px;
	background-color:#252453;
	/*padding-top: 10px;*/
/*	text-align:center;*/
	margin: 0 0 0 0;
	
	
}

/* Footer */
.Footer {
	font-size: 8.5pt;
	color:#CEDEFA;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
}

div#FooterInner {
	/*padding-top: 1em;*/
	margin-top: 20px;
text-align: center;
	font-size: 8.5pt;
	color:#CEDEFA;
	font-family: Arial, Helvetica;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
}

#FooterInner a:link, #FooterInner a:visited {

color:#CEDEFA;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration:none;
padding-right: 5px;
padding-left: 5px;
}

#FooterInner a:hover, #FooterInner a:active {

color:#CEDEFA;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration: underline;
padding-right: 5px;
padding-left: 5px;
}

/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{
color:#0955A5;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration:none;
}
	
a.Breadcrumb:hover{
color:#990000;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration: underline;
}

/* ==== Link Items and Font Styles ============== */

#BreadCrumbTop a:link, #BreadCrumbTop a:visited {

color:#0955A5;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration:none;

}

#BreadCrumbTop a:hover {

color:#990000;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration: underline;

}

.HeaderLinks a:link, .HeaderLinks a:visited {

color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration:none;
padding-right: 5px;
padding-left: 5px;
}

.HeaderLinks a:hover, .HeaderLinks a:active {

color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration: underline;
padding-right: 5px;
padding-left: 5px;
}


#LinksSectionRight a:link, #LinksSectionRight a:visited {

color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration:none;
padding-right: 5px;
padding-left: 5px;
}

#LinksSectionRight a:hover, #LinksSectionRight a:active {

color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:8.5pt;
text-decoration: underline;
padding-right: 5px;
padding-left: 5px;
}


/* ==== Misc Styles ===== */
.clear {clear: both}

.dnnpane {
	padding: 0px;
}

/* SIGNIN */
.SignIn {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 9pt;
	color: #00F;
}
A.SignIn:link {
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color:#00F;
}

A.SignIn:visited  {
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color:#00F;
}

A.SignIn:active   {
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	color:#F00;
}

A.SignIn:hover    {
    text-decoration: underline;
	font-size: 9pt;
    font-family: Arial, Helvetica;
    color:#00F;
}

/* Text Box */

.NormalTextBox {
    border: 1px solid #000066;
    color: #000066;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8.5pt;
    font-weight: normal;
    vertical-align: middle;
}

/* Search */

div#Search {
	margin-right: 20px; 
	float: right; 
	background:url(images/NewSearch.png) no-repeat left top; 
	width: 125px;
	height: 23px;	
}

.searchcss{ text-indent:-99999px; overflow:hidden; }
#dnn_dnnSEARCH_cmdSearch{position:absolute;  width:26px; height:23px; margin-left:95px}
.NormalTextBox#dnn_dnnSEARCH_txtSearch{ background:none; border:none; color:#000; position:absolute; width:96px; margin-top:3px; padding-left:5px;}




/*Basic Table Text */
/*.TableText {
	font-family: Tahoma,Arial,sans-serif;
	font-size: 14pt;
	color: #000000;
	line-height: 15pt;
}*/

/* Horizontal Login Holder */

.horizontallogincontainer {
float: left; 
width: 100%; 
min-height: 52px;
 border-bottom: solid 1px #252453;
 border-top: solid 1px #252453;
}

.horizontallogincontainer h2 {
	font-size:18px;
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 0px;
}



/* TEMP LOGIN ADJUSTMENTS COMMENT OUT ON PRODUCITON */

.SbsOlbAuth_Label_SETUP {
    font: 10pt Tahoma;
    width: 118px;
    color: #333;
    font-weight: bolder;
	line-height: 25px;
	margin-right: 12px;
	margin-left: 8px;
}

.SbsOlbAuth_Links_Setup a{
    font: 8pt Tahoma;
    color: blue;
}

.SbsOlbAuth_Links_Setup {
    font: 8pt Tahoma;
    color: blue;
}

.LandingImageArea {
	width: auto !important;
}

.SubHeadArea {
	width: auto !important;
}

.LoginLandingFeatureImg {
	width: auto !important;
}

.LoginSubHeadArea {
	width: auto !important;
	float: left;
	text-align:center !important;
	margin-left: 10px; 
}

	
/*SIDE MENU BEGINS*/

.currentItemHighlight
{
  border: #00008B 1px solid;
  background-color: #1A76D3!important;
  padding-left: 5px;
  padding-right: 5px; 
}

.CurrentItem
{
  border: #00008B 1px solid;
  background-color: #1A76D3!important;
  padding-left: 5px;
  padding-right: 5px; 
}


#invsidemenu-Home A
{
  /*border: red 1px dotted;*/
  color: black!important;
  font-weight: bold;
}

#invsidemenu-Home A:hover, #invsidemenu-Home A:active
{
  background-color: #000066;
  color: #0BE9F4!important;
  font-weight: bold;
}

#invsidemenu-PersonalBanking A:hover, #invsidemenu-PersonalBanking A:active
{
  /*border: #1A76D3 1px solid;*/
  background-color: #000066;
  color: #0BE9F4!important;
  font-weight: bold;
}
#invsidemenu-BusinessSolutions A:hover, #invsidemenu-BusinessSolutions A:active
{
  /*border: #1A76D3 1px solid;*/
  background-color: #000066;
  color: #0BE9F4!important;
  font-weight: bold;
}
#invsidemenu-BusinessManagement A:hover, #invsidemenu-BusinessManagement A:active
{
  /*border: #1A76D3 1px solid;*/
  background-color: #000066;
  color: #0BE9F4!important;
  font-weight: bold;
}

#invsidemenu-OnlineBanking A:hover, #invsidemenu-OnlineBanking A:active
{
  /*border: #1A76D3 1px solid;*/
  background-color: #000066;
  color: #0BE9F4!important;
  font-weight: bold;
}


#invsidemenu-AccountLogin A:hover, #invsidemenu-AccountLogin A:active
{
  /*border: #1A76D3 1px solid;*/
  background-color: #000066;
  color: #0BE9F4!important;
  font-weight: bold;
}

#invsidemenu-AboutFNB A:hover
{
  /*border: #1A76D3 1px solid;*/
  background-color: #000066;
  color: #0BE9F4!important;
  font-weight: bold;
}

.MenuHdr
{
  padding-left: 10px;
  font-weight: bold;
  color: white!important;
  /*font-size: 9pt;*/
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Tahoma, Arial;
}
.MenuItem HR
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;    
}

.MenuItem, .MenuItemMouseOver
{
  font-family: Tahoma, Arial; font-size: 9pt; font-weight: normal; padding-bottom: 1px;
  padding-top: 1px;
  border: #404195 1px solid;    
}
.MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, .MenuHdr A:Link
{
  display: block;
  padding-bottom: 1px;
  font-size: 12pt!important; 
  width: 90%;
  cursor: pointer;
  color: #FFFFFF;
  padding-top: 1px;
  text-decoration: none;
}
/*This Controls the Side Menu Link Settings*/
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited, .MenuItem A:Link
{
  display: block;
  text-decoration: none;
  font-size: 8.5pt!important;
  width: 90%;
  cursor: pointer;
  color: #ffffff;
  line-height: 10pt;
  padding-left: 15px;
}
  
.MenuItemMouseOver
{
  border: #00008B 1px solid;
  background-color: #1A76D3!important;
  
  
}

/*This Controls the HOVER OVER Side Menu Link Settings*/
.MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver A:Link
{
  color: white;
  text-decoration: none;
  font-size: 8.5pt!important;
  width: 90%; 
  cursor: pointer; display: block;
  line-height: 10pt;
  padding-left: 15px;
}
#invsidemenu-ContactUs
{
  /*padding-left: 10px;*/
  font-weight: bold;
  font-size: 9pt;
  padding-bottom: 2px;
  cursor: default;
  padding-top: 2px;
  font-family: Tahoma, Arial; }

/* SideSITEMAPMenu  */
.SITEMAPMenuHdr
{ 
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px; 
  background-color: #f1f1f1; padding-top: 2px; cursor: default;
}
.SITEMAPMenuItem HR
{
  background-color: #f1f1f1; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999999;   
  margin-right: 5px;
   
}

.SITEMAPMenuItemMouseOver
{
  background-position: right top;
  background-image: url(images/Menuarrow-bg.gif);
  background-repeat: no-repeat;  border: #00008B 1px solid;
  background-color: #cccccc !important;  
}

.SITEMAPMenuItem, .SITEMAPMenuItemMouseOver
{
  font-size: 8pt; font-weight: normal; padding-bottom: 1px;
  background-color: #f1f1f1; padding-top: 1px;
  border: #f1f1f1 1px solid; 
}
.SITEMAPMenuHdr A, .SITEMAPMenuHdr A:Active, .SITEMAPMenuHdr A:Hover, .SITEMAPMenuHdr A:Visited, .SITEMAPMenuHdr A:Link
{
  font-size: 10pt; text-decoration: none; color: black; padding-top: 1px;
  padding-bottom: 1px; cursor: pointer; display: block; 
}
.SITEMAPMenuItem A, .SITEMAPMenuItem A:Active, .SITEMAPMenuItem A:Hover, .SITEMAPMenuItem A:Visited, .SITEMAPMenuItem A:Link, 
.SITEMAPMenuItemMouseOver A, .SITEMAPMenuItemMouseOver A:Active, .SITEMAPMenuItemMouseOver A:Hover, .SITEMAPMenuItemMouseOver A:Visited, .SITEMAPMenuItemMouseOver A:Link
{
  display: block;
  padding-left: 20px;
  padding-bottom: 1px;
  cursor: pointer;
  color: black;
  padding-top: 1px;
  text-decoration: none;   
  width: 100% 
  
}

.SITEMAPMenuCurrentPage
{
  color: #696969;
}

#dnn_ctr_Login_Login_DNN_liPassword{display:none;}