/* XStream Styles */

Body {
background-image:url(../images/BG.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#007598;
margin-top: 0px;
}



p {
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #000000;
text-align:justify;
padding: 0px 25px 0px 10px;

}

.disclaimertxt {
font-family: verdana;
font-size: 10px;
font-weight: normal;
color: #ffffff;
font-style:italic;
margin-top: 20px;
width: 800px;
margin-left:auto !important;
margin-right:auto !important;
text-align:left;
}

.boldblue {

color: #007598;
font-weight:bold;
}

p.leftaligned {
text-align:left;
}

h1{
font-family: verdana;
font-size: 14px;
font-weight: bold;
text-transform:uppercase;
color: #0D8ACD;
text-align:left;
padding: 0px 15px 0px 10px;
}
h1.bigger{
font-size: 18px;
}




/*HEADER*/

.welcomemessage{
padding:10px 10px 10px 10px; text-align:right; font-family:Verdana; color:#ffffff; font-size:12px;
}

.custlogin{
padding:10px 10px 10px 10px; text-align:right; font-family:Verdana; color:#ffffff; font-size:11px;border-left:1px solid #ffffff;
}
.custlogintextbox{
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;
font-weight: normal;
font-size: 12px;
color: #000000;
width: 120px;
border: 1px solid #00c4ff;}

ul.leftNav, ul.leftNav a{
font-family: verdana;
font-size: 12px;
font-weight: normal;
color: #007598;
text-align:left;
padding: 0px 0px 0px 0px;
text-decoration:none;

}

li.leftnav{

list-style-image:url(../images/img_ul.gif);}



/*TOP NAVIGATION*/
.topNavigation{
	border: 1px solid #ffffff;
	background-image:url(../images/nav_BG.jpg);
	background-repeat:repeat-y;
	width:800px;
	height:32px;
	vertical-align:top;
	list-style-image:url(../images/arrow.gif);

}	
#nav ul {
	list-style-image:url(../images/arrow.gif);
	padding: 5px 5px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-family:verdana;
	text-transform:uppercase;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	
	
}
#nav ul li {
	display: inline;
	padding-left: 10px;
	margin-left:10px;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	}

#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	
	}

#nav ul li a:hover {
	
	list-style-image:url(../images/arrow_over.gif);
	color: #FF4327;
	
	}
	/*----------------------drop down css-----------------------*/
#dropmenudiv{
position:				absolute;
border:					1px solid white;
border-bottom-width:	0;
font:					normal 11px black;
font-family:			 verdana ;
text-align:				left;
line-height:			15px;
z-index:				100;
filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}

#dropmenudiv a{
xwidth: 				165px;
display: 				block;
text-indent: 			10px;
border-bottom: 			1px solid white;
padding: 				1px 0;
text-decoration: 		none;
font-weight: 			normal;
text-transform:			uppercase;
color:					#ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: 		#007598;
color:					#ffffff;
}




/*CONTENT AREA*/
.MainContent{
width:800px;
background-color:#FFFFFF;
border:solid 1px #ffffff;
}

.left { 
margin: 0; 
padding: 0;; 
height: auto; 
width: 200px; 
background: red; 
float: left; 
border:1px solid #ffffff;
padding: 0px 0px 0px 0px;
background-color:#FFFFFF;

} 
.right { 
float: right; 
margin: 0; 
padding: 0; 
height: auto; 
width: 590px; 

} 

.rightcontent { 
float: right; 
margin: 0; 
padding: 0; 
height: auto; 
width: 365px; 

} 


/*FOOTER*/
.footer, .footer a:link, .footer a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #ffffff;
text-decoration:none;
text-align:center;

}

.footer a:hover{
text-decoration:underline;


}

.forgotpassword
{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
.forgotpassword:hover 
{
	color: #FF4327;
	text-decoration:none;
}




/*TABBER*/



/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
 text-align:center;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
  text-align:center;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 color:#000000;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #007598;
 text-decoration: none;
 
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #9EC5DA;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
 font-family: verdana;
font-size: 14px;
font-weight: bold;
text-transform:uppercase;
color: #013861;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
