html
{
scrollbar-base-color: #6B6B6B;
scrollbar-arrow-color: #F98C1F;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #191919;
scrollbar-face-color: #191919;
scrollbar-highlight-color: #AAAAAA;
scrollbar-shadow-color: #6B6B6B;
scrollbar-track-color: #6B6B6B;
}
/* -------- Page structure ----------*/
#containerdiv
{
	width: 970px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-left-width: 10px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-right-width: 10px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}
.doNotShowOnScreen {
	DISPLAY: none;
}
#headerdiv
{
	height: 80px;
	background:url('../images/header_background.gif') repeat-x #191919;	
	text-align: left;
	padding-left: 22px;
	padding-right: 7px;	
}

#headerLeft
{	
	margin-top:16px;
	float:left;
	width: 50%;
	position: relative;
}
#headerRight
{	
	margin-top:7px;
	width: 40%;
	float: right;
	position: relative;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-weight: bold;
	font-size: 0.85em;
	color: #EEEEEE;
  text-align: right;
}

#topmenudiv
{ 
	background: url(../images/topmenybackground.gif) no-repeat ;
	text-align: left;
	display: block;
	padding: 5px 0px 0px 25px;
	height: 24px;
	color: #999999;
}

#mainLeftDiv
{
	width: 230px;
	float: left;
	text-align: left;
	border-right-width: 10px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}

#maintopleftdiv
{
	width: 50%;
	float: left;
	text-align: left;
	border-bottom-width: 10px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
#main1div
{
	width: 100%;
	float: left;
	text-align: left;
	position:relative;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}
#main2div
{
	width: 100%;
	float: left;
	text-align: left;
	border-top-width: 10px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
}
#footerdiv
{
	width: 100%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.85em;
	padding: 0;
	margin-left:0px;
	margin-right:0px;
}

.tblMainCenter
{
	width: 990px;
	background-color: #FFFFFF;
	text-align: center;
}

/*------ Site map items ---*/
tr.sitemapheader
{
	font-weight: 600;
	padding: 0.4em 0.4em 0.4em 0.4em;
	font-size: 1.1em;
}
a.linklist
{
	text-decoration: none;
}

/* -------- Top Menu ------------*/
input.quicksearchinput
{
	width: 80px;
	height: 14px;
	margin-right: 5px;
	border: 0.1em solid #999999;
	font-size: 1.1em;
	font-family:Verdana;
	left: 10;
	top: -1px;
	position: relative;
	vertical-align:middle;
}
a.topNav
{
	text-decoration: none;
	text-align: left;
	font-weight: bold; 
	font-size: 1.3em; 
	color: #191919;
	position:relative;
	left:60px;
	top:2px;
}
a.topNavActive
{
	text-decoration: none;
	text-align: left;
	font-weight: bold; 
	font-size: 1.3em; 
	color: #FFFFFF;
	position:relative;
	left:60px;
	top:2px;
}

/* -------- Left Menu --------*/
div.menuitem
{
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.1em 0em 0em 0em;
	float:none !important;	
	width:100%;
	clear:both;
}
div.menuitemselected
{
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.1em 0em 0em 0em;
	float:none !important;	
	font-weight: bold;		
	clear:both;
}
div.menuitemexpanded
{
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.1em 0em 0em 0em;
	float:none !important;		
	clear:both;
}
div.menuitemchild
{
	padding: 0.1em 0em 0em 0em;
	float:none !important;	
	clear:both;
}

/* -------- Left Menu original --------
div.menuitem
{
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.1em 0em 0em 0em;
	float: left;		
	width:100%;
	
}
div.menuitemselected
{
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.1em 0em 0em 0em;
	float: left;
	font-weight: bold;
}
div.menuitemexpanded
{
	background-position: 0em bottom;
	background-repeat: repeat-x;
	padding: 0.1em 0em 0em 0em;
	float: left;
}
div.menuitemchild
{
	padding: 0.1em 0em 0em 0em;
	float: left;

}
*/

/* -------- LeftMenu items -----*/
a.menulink
{
	color: #191919;
	text-decoration: none;
}
a.menulinkactive
{
	color: #6B6B6B;
	text-decoration: none;
}
a.menulink:hover
{
	color: #999999;
	text-decoration: none;
}
  
/* -- Standard divs --*/
.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
	margin-left: 20px;
}
.leftaligned
{
	text-align: left;
	margin-left: 20px;
}
.hidden
{
	display:none;
}

/* -------- HTML ---------*/
img
{
	border: 0;
}
body
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.7em;
	color: #191919;
	background:#191919 url('../images/fade_bg.gif') repeat-x;		
	padding: 0; 
	margin: 0;
}

hr
{
	border:0px;
	border-bottom:1px solid #989898;
}

form select, form input, .inputText 
{
	font-family:Verdana,sans-serif;
	font-size:10px;
}
.centered
{
	text-align: center;
}

a
{
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

/* -------- Units ---------*/
.RulerText, .RulerText a
{
	font-weight: bold; 
	color: #FF8E18;
	position:relative;

}
.PageRightText
{
	float: left;
	background-repeat: repeat-x;
	padding:0.5em 0em 0em 1.5em;
	width: 700px;
}


.NewsTicker, .NewsTicker a
{
	font-weight: bold; 
	color: #FF8E18;
	position:relative;
	padding:0.5em 0em 0em 0.5em;
	height: 18px;	
	width:965px;
}

 
 
#hMainRuler2
{
	background-color: #FFFFFF;
	height: 20px;
}

#loginDiv
{
	padding-left: 40px;	
}
.LastText
{
	padding:0em 0em 2em 0em;
}

/* ------ Others -------*/
.Puff
{
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.85em;
	padding: 0; 
}

.RatesRow
{
	border-left: Solid 1px #FFFFFF;
	border-top: Solid 1px #FFFFFF;
	border-right: Solid 1px #FFFFFF;
	border-bottom: Solid 1px #FFFFFF;
}

#NewsDateRow td
{
	padding-bottom: 2px;	
}
#NewsLinkRow td
{
	padding-bottom: 7px;
	
}
#NewsLinkRow a
{
	color: #191919;
	font-weight: bold;
}
.Instrument
{
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 1.1em;
	padding: 2; 
	margin: 20;
}
/* -------- login page ----------*/
#loginDiv
{
	height: 220px;
	padding-left: 40px;	
}
input.login
{
	width: 176px;
	height: 16px;
	margin-right: 5px;
	border: 0.1em solid #999999;
	font-size: 1.1em;
	font-family:Verdana;
	left: 10;
	top: -1px;
	position: relative;
	vertical-align:middle;
}

select.login
{
	width: 180px;
	height: 18px;
	margin-right: 5px;
	border: 0.1em solid #999999;
	font-size: 1.1em;
	font-family:Verdana;
	left: 10;
	top: -1px;
	position: relative;
	vertical-align:middle;
}

/*--------Editor--------------*/

h1, .heading1
{
	font-weight: bold;
	font-size: 1.6em; 
	color: #FF8E18;
	display: inline;
	font-family:Arial;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold;
	font-family:Arial;
	font-size: 1.2em; 
	margin-bottom: 0;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
      display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #191919;
	font-family:Arial;
	EditMenuName: Heading 3;
}

.orange_heading1
{
	font-weight: bold;
	font-size: 1.6em; 
	color: #FF8E18;
	display: inline;
	font-family:Arial;
	EditMenuName: Heading Orange 1;
}
.orange_heading2
{
	font-weight: bold; 
	font-size: 1.3em; 
	color:#FF8E18;
	EditMenuName: Heading Orange 2;
}
.orange_heading3
{
	font-weight: bold;
    display: inline;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #FF8E18;
	EditMenuName: Heading Orange 3;
	border-right: Solid 1px #FFFFFF;
}

.PageRightText p
{
	margin:1px;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 1.0em; 
	EditMenuName: Image text;
}
.black
{
	color: #191919;
	EditMenuName: Normal black text;
}
.orange
{
	color: #FF8E18;
	EditMenuName: Normal orange text;

}
.grey
{
	color: #6B6B6B;
	EditMenuName: Normal grey text;
}
.white
{
	color: #FFFFFF;
	EditMenuName: Normal white text;
}
.Iframe
{
	width: 100%;
}
.TwoColumn
{
	float: left;
	padding:0.5em 0em 0em 1.5em;
	width: 66%;
}

/* Puffs */

form input.button 
{
  background-color: #e2e2e2;
  border: 1px solid black;
  margin-left: 10px;
}

.Puff
{
	background-color:#FFFFFF;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 0.85em;
	padding:0; 
}

.PuffHeader
{
	background:#191919 url(../images/titleBarBg.gif) repeat-x;	
	height: 18px;
	font-size:1px;
	margin:0px;		
	color: #ffffff;	
	margin:0px;
	padding:0px;		
	margin-top:0px;
	font-weight:bold;			
	line-height:18px;	
	width:100%;		
}

.IndividualPuffContainer
{
	padding-bottom:10px;	
}

.PuffHeader h3 
 {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;    
    line-height: 18px;
    background: url(../images/dots.gif) no-repeat top left;    
    padding:0 15px 0 15px;
    margin:0px;   
    color:White;
    border:0px;   
    float:left;
    cursor:default;
 }
 
 .PuffHeader img
 {
	float:right;
	margin:2px 4px 0 0;
	padding:0px;
 }

.PuffBody
{
	border:0px;
	border:1px solid #656565;
	border-top:0px;
	padding:0px;
	margin:0px;	
	background:white;
}

.PuffBody p
{
	margin-top:0px;
	padding-top:0px;
}



.PuffBody h3
{
	font-size:11px;
	font-weight:bold;
}

.PuffBody .Footer
{
	background:#EEEEEE;
	font-weight:bold;
}
.PuffMenu ul
{
	background:url('/images/menuBarBg.gif') repeat-x;
	height:17px;
	line-height:17px;
	padding:0px;
	margin:0px;
	list-style:none;
	list-style-image:none;
}

.PuffMenu li, .PuffMenu a
{
	padding:0 0 0 5px;
	color:White !important;
	font-family:Arial;
	font-weight:bold;
	font-size:9px;
	height:17px;
	line-height:17px;
	display:inline;
	text-decoration:none;	
	
}



#QuickBarControlsContainer
{
	position:absolute;
	right:0px;
	top:0px;
	margin-right:-7px;
	margin-top:-7px;
	height:60px;	
	padding:20px 5px 0px 5px;
}


#FlagsContainer
{
	clear:both;
	padding-bottom:3px;
}

#PrintContainer
{
	float:right;
	margin-left:10px;

}

#SiteMapContainer
{
	float:right;
	display:none;

		
}

#SearchBoxContainer
{
	float:right;

}
.quicksearchinput
{
	margin-top:-10px;
}

.QuickSearchButton img
{
	margin-right:3px;
	margin-left:-4px;
}

#StockRateContainer
{
	padding-top:3px;
	float:right;
	clear:both;
}

/* Radcontrols overrides */

.radr_clipRegion
 {
 	border: 0 !important;
 	background:Transparent none repeat scroll 0% !important;
 }
 
.RadTabStrip_Vista .rtsIn
{
	font-size: 10px !important;
	padding: 0 5px !important;	

}


/* Radmenu */

 .RadMenu_Default 
    {
	    border: 0 !important;	   
        background: transparent !important;          
    }
    
    .RadMenu_Default .rmLink:hover, .RadMenu_Default .rmFocused, .RadMenu_Default .rmExpanded
    {
	    background:transparent;  
	    cursor: pointer; 
        cursor: hand;        
        z-index:-1 !important;           
    }
    
    .NoText .rmText
    {
    	padding:0 !important;
    	margin:0 !important;
    	width:0 !important;   	
    }
    
    .rmText
    {
    	font-size:11px !important;
    }
    
   
    .RadMenu_Default .rmLevel1 .rmItem .rmText
   {
        font-weight:bold !important;
        color:Black !important;
        border-bottom:1px solid #888888 !important;
   }
   
   .RadMenu_Default .rmLevel1 .rmLink:hover,
    .RadMenu_Default .rmLevel1 .rmFocused,
    .RadMenu_Default .rmLevel1 .rmExpanded,
     .RadMenu_Default .rmLevel1 .rmLink:hover .rmText,
    .RadMenu_Default .rmLevel1 .rmFocused .rmText,
    .RadMenu_Default .rmLevel1 .rmExpanded .rmText
    {
    	background:transparent !important;
    	color:white !important;
    }
    
    
    .RadMenu_Default .rmGroup

{
    top:6px !important;
	border: 1px solid #666666 !important;

	background: url('../images/menu_fade.gif') #999999 repeat-x !important;

}

.Radmenu_Default .rmSlide
{
	top:6px !important;
}
    
    
 
    
    .RadMenu_Default .rmHorizontal .rmItem
    {
    	border:0 !important;    	
    	padding:0 !important;
    	margin:0 !important;
    }
    
    .RadMenu_Default .rmGroup 
    {
    	border-top:0px !important;
    }
    
    .rmLeftImage
    {
    	
    	padding:0 !important;
    	margin: 0 !important;    	
    }
    
    
    .RadMenu_Default .rmRootGroup
{
border:0 !important;
}