﻿.page
{        
    background-color: #fff;
    border: 1px solid #496077;
    margin:0;
}

.tabCategoryHeaderText
{    
    font-size:13px;
    font-weight:normal;    
}

.tabReleaseHeaderText
{    
    font-size:11px;
    font-weight:600;    
}

.symbolLinks
{
    float: left;
    position:relative;
    left:-8px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 7px;
    z-index:99999;    
    font-weight:600;    
    font-size:11px;
}

.symbolLinkItem
{
    float: left;
    background-color:#FFFFFF;
    margin-left: 3px;
    margin-right: 0px;    
    margin-bottom: 5px;    
    padding:3px;
    border-style:solid;
    border-color: #DADADA;
    border-width: 1px;    
    color:#003366;
}

.symbolLinkItem_Selected
{
    float: left;
    background-color:#003366;
    margin-left: 2px;
    margin-right: 2px;    
    margin-bottom: 5px;    
    padding:3px;    
    border-style:solid;
    border-color: #DADADA;
    border-width: 1px;    
    color:#D7D7D7;
}

.symbolLinkItem a
{
   color:#003366;
}

.mainCategoryContainer
{
   margin-left:-3px;
   margin-top:0px;
   margin-right:0px;
   z-index:-1;  
   padding:0px;   
   width:550px;
}

.mainBriefContainer
{    
    position: relative;    
    /*top:-20px; - US
    top:-50px; - all others*/
    left:-7px;
    width:535px;
}

.phFollowButton
{
    z-index:9999;    
    position: relative;
    top:0px;
}

.followButton
{    
    float:right;
    margin:3px;  
    margin-bottom:-20px;    
    position: relative;
    top:0px; 
}
.mainBriefContainer .phTweetButton
{
    z-index:9999;    
    position: absolute;
    top:65px;
}

.mainBriefContainer .socialButtons
{        
    float:right;    
    margin-bottom: 3px;      
    margin-right: 5px;      
    position: relative;
    top:23px; 
}

.briefTitle
{        
    position: relative;
    top: 0px;    
    background-color:#003366;
    color:#D7D7D7;    
    font-weight: 600;
    font-size:14px;
    text-align:left;
    margin-right:0px;
    padding: 4px;
    width:auto;    
}

.headline
{
    position: relative;
    top: 5px;
    height:auto;        
    background-color:#F5F9FE;
    color:#003366;    
    font-size: 12px;
    font-weight: 600;
    text-align:left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 0px;    
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
    line-height:150%;
}

.valueGood
{
    color:green;
    display:inline;
}

.valueBad
{
    color:red;
    display:inline;
}

.valueNuetral
{
    font-style: italic;
    display:inline;
}

.releaseDates
{
    position: relative;
    width: 265px;
    top: 8px;
    background-color:#FFFFFF;
    color:#666666;    
    font-size: 9px;
    font-weight: normal;
    text-align:left;
    margin-right: 0px;
    padding: 4px;    
    border-color: #DADADA;
    border-width: 0px;
    border-style: solid;
}

.quoteAndGraph
{ 
    float: right;
    position: relative;   
    top: 0px;
	float:right;
	width: 265px;
}

.quoteStrip
{ 
    float: right;
    position: relative;   
    top: -13px;    
    margin: 4px;
    padding: 4px;    
    text-align: center;
    z-index:1;
}

.quoteStrip .quoteCurrentHeader
{ 
	float:left;
    margin-right: 16px;    
}

.quoteStrip .quoteCurrentHeader .quoteCurrent
{ 
	font-size: 16px; 
}

.quoteStrip .quotePreviousHeader 
{
	float:left;
	margin-right: 12px;
	font-weight: 100;
} 

.quoteStrip .quotePreviousHeader .quotePrevious
{ 
	font-size: 12px;
	font-weight: 100;
}

.quoteStrip .quoteChangeHeader 
{ 
	float:left;
	font-weight: 100;
}

.quoteStrip .quoteChangeHeader .quoteChange
{ 
	font-size: 12px;
	font-weight: 100;
}

.quoteStrip .quoteUp
{
	color: green;
}

.quoteStrip .quoteDown
{
	color: red;
}

.quoteStrip .quoteNoChange
{
	color: black;
}

.graphPlaceholder_IE
{	
    position: relative;   
    height: 455px;     
    top: -15px;
    background-color:#FFFFFF;
    text-align:center;
    margin-right: 0px;
    padding: 0px;    
    margin: 0px;
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
}

.graphPlaceholder
{	
    position: relative;   
    /*height:464px;*/   
    height:auto;  
    top: 35px;
    background-color:#FFFFFF;
    text-align:center;
    margin: 0px;
    padding: 0px;    
    margin: 0px;
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;    
}

.graph_IE
{	    
    position: relative;    
    top: 4px;    
}

.graph
{	    
    position: relative;    
    top: -43px;
}

.graphLabel
{        
    float:left;
    position: relative;    
    top: 0px;
    color:#003366;    
    font-size: 10px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 150px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
    width: 253px;    
    border-bottom: 1px solid #A0A0A0;
    font-weight: 600;
    padding: 3px;
    background: url("../images/nav_bg.gif") no-repeat;
}

.graph_Full_IE
{	    
    position: relative;    
    top: 4px;    
    overflow: auto;
}

.graph_Full
{	    
    position: relative;    
    top: 0px;
    overflow: auto;
    height: 770px;
}

.graphPlaceholder .graphControls
{        
    position: relative;    
    top: -45px;
    color:#000000;    
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
}

.details_IE
{ 
    position: relative;
    overflow: auto;    
    width:235px;
    top: 10px;    
    /*height*/:472px;
    height:654px;
    background-color:#FFFFFF;
    color:#000000;    
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    margin-right: 0px;
    padding: 4px;    
    padding-bottom: 12px;    
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
    line-height: 150%;
}

.details
{ 
    position: relative;
    overflow: auto;    
    width:235px;
    top: 10px;    
    /*height:481px;*/
    height:654px;
    background-color:#FFFFFF;
    color:#000000;    
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    margin-right: 0px;
    padding: 4px;   
    padding-bottom: 12px;    
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
    line-height: 150%;
}

.details p
{
    margin-bottom: 16px;
    padding:0;   
}

.details ul
{
    margin-left:10px;
    padding-left:1px;
    list-style-position: outside;
    display: block;        
    margin-top:10px;
}

.details li
{
    margin-bottom:10px;
}

.about
{ 
    position: relative;
    overflow: auto;    
    top: 10px;    
    height:705px;
    background-color:#FFFFFF;
    color:#000000;    
    font-size: 12px;
    font-weight: normal;
    text-align:left;
    margin-right: 0px;
    padding: 4px;    
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
    line-height: 150%;
}

.source
{    
    position: relative;    
    top: 12px;    
    left: 0px;
    color:#000000;    
    font-size: 9px;
    font-weight: normal;
    text-align:left;
    padding: 4px;    
    margin-top:3px;
}

.linkRelease_IE
{
    float:right;
    position: relative;    
    top: -7px;    
    left: 0px;
    color:#000000;    
    font-size: 10px;
    font-weight: normal;
    text-align:left;
    padding: 4px;    
}

.linkRelease
{
    float:right;
    position: relative;    
    top: -8px;    
    left: 0px;
    color:#000000;    
    font-size: 10px;
    font-weight: normal;
    text-align:left;
    padding: 4px;    
}

.copyright
{
    float:right;    
    position: relative;    
    top: -8px;    
    left: 0px;
    color:#C0C0C0;    
    font-size: 9px;
    font-weight: normal;
    text-align:right;
    padding: 4px;    
    margin-left: 30px;
}

.linkWikipedia
{
    float:right;
    position: relative;    
    top: 10px;    
    left: 0px;
    color:#000000;    
    font-size: 10px;
    font-weight: normal;
    text-align:left;
    padding: 4px;    
}

.data_SeriesInfo
{
    float:left;
    position: absolute;
    top: 29px;        
    margin-right:0px;
    padding: 0px;
    width:auto;   
}

.data_Title
{    
    position: relative;
    top: 0px;    
    background-color:#003366;
    color:#D7D7D7;    
    font-weight: 600;
    font-size:14px;
    text-align:left;
    margin-right:0px;
    padding: 4px;
    padding-right: 8px;
    width:503px;    
}

.dataDetails
{
    float: left;
    position:relative;
    top: 1px;
    padding: 4px;    
    padding-bottom:0px; 
    margin-bottom:0px;        
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
    width: 300px;
    /*height: 560px;*/
    height:auto;
}


.dataDetails_Title
{
    background-color:#D8E9F9;
    color:#003366;        
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 600;
    margin: 4px;    
    margin-bottom:0px;    
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;
    border-bottom: 0;
    line-height:150%;
    
}

.dataDetails_Section
{        
    border-color: #DADADA;
    border-width: 1px;
    border-style: solid;   
    margin: 4px; 
    margin-top: 0px; 
    margin-bottom: 30px; 
    /*padding:14px;*/
}
      
.dataDetails_SeriesProperties
{    
    font-size:11px;
    font-weight: normal;    
    margin-left:30px;    
    margin-right:30px;   
    padding-top: 0px;    
    padding-bottom: 15px;    
    height:auto;     
}

.dataDetails_SeriesProperties .dataDetails_SeriesProperties_Left
{    
    position:relative; 
    top: 0px;    
    margin-top: 10px;
}

.dataDetails_SeriesProperties .dataDetails_SeriesProperties_Right
{
    float: right;    
    position:relative;
    top: -13px;    
    font-weight: 600;
}

.dataDetails_Download
{    
    font-size:25px;
    height:50px;
    font-weight: 600;
    margin:0px;
    margin-left:20px;    
    margin-right:20px;       
}
   
.dataDetails_Download .dataDetails_LinkRow
{    
    float:none;  
    text-align:center;          
    margin:0px;         
}

   .dataDetails_Download .dataDetails_LinkRow .dataDetails_Link
{    
    float:none;
    text-align:center;          
    margin:10px;     
}
   
.dataGrid_Long
{
    font-size: 9px;
    font-weight:300;    
    position: relative;    
    margin-right:0px;    
    /*height:300px;*/
    height:100%;
    width:183px;
}

.dataGrid
{
    font-size: 9px;
    font-weight:300;    
    position: relative;    
    margin-right:0px;    
    /*height:300px;*/
    height:100%;
    width:200px;
}


.pnlGridView_Long
{
    z-index:99;
    position: relative;
    float: right;
    left: 0px;
    top: 36px;       
    overflow: auto;   
    /*height:569px;*/ 
    height:730px;   
    width:200px;
}

.pnlGridView
{
    z-index:99;
    position: relative;
    float: right;
    left: 0px;
    top: 36px;       
    overflow: auto;   
    height:730px;            
    width:200px;    
}

.dataGridHeader
{
    font-size: 14px;
    font-weight:700;
}
.dataGridRowStyle
{
    padding: 10px;
}

/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */   

.ajax__tab_xp
{
    position: relative;
    top:0px;
    float: left;
    text-align:left;
    margin:4px;  
    z-index:-1;  
}

.tabEconomicRelease .ajax__tab_header					 
{
    background:url(/images/tab-line.gif) repeat-x bottom; 
    margin: 10px 10px 0px 10px;    
    font-weight: bold;
    color: #666666;
}

.tabEconomicRelease .ajax__tab_active
{
    color: #1F4C79;
}
        
.tabEconomicRelease .ajax__tab_outer						
{
    background:url(/images/tab-right.gif) no-repeat right; 
    height:29px;
}

.tabEconomicRelease .ajax__tab_inner						 
{    
    background:url(/images/tab-left.gif) no-repeat; 
    padding-left:3px;
    margin: 0px 3px 0px 0px;
}

.tabEconomicRelease .ajax__tab_tab						 
{
    background:url(/images/tab.gif) repeat-x;     
    padding:8px; 
    margin:0px;
}

.tabEconomicRelease .ajax__tab_hover .ajax__tab_outer	{ background:url(/images/tab-hover-right.gif) no-repeat right; }
.tabEconomicRelease .ajax__tab_hover .ajax__tab_inner	{ background:url(/images/tab-hover-left.gif) no-repeat; }
.tabEconomicRelease .ajax__tab_hover .ajax__tab_tab		{ background:url(/images/tab-hover.gif) repeat-x; }

.tabEconomicRelease .ajax__tab_active .ajax__tab_outer	
{ 
    background:url(/images/tab-active-right.gif) no-repeat right;     
}
.tabEconomicRelease .ajax__tab_active .ajax__tab_inner	 
{
    background:url(/images/tab-active-left.gif) no-repeat; 
 }

.tabEconomicRelease .ajax__tab_active .ajax__tab_tab		
{ 
    background:url(/images/tab-active.gif) repeat-x; 
}

.tabEconomicRelease .ajax__tab_body
{ 
    border:1px inset #1F4C79;
    border-top:0px;
    padding:0px;
    background-color:#ffffff; 
    margin: 0px 20px 0px 10px;
}

.tabEconomicRelease .ajax__tab_header .ajax__tab_outer
{
      margin:0px 0px 0px 0px;
      padding:1px 0px 1px 0px;
      vertical-align:bottom;            
}

.releaseListChart
{
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 170px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0; 
}

.releaseListMoreDetails
{
    text-align: center;
    padding-top: 0px;
    width: 170px;    
}

.tabTitleGetWidget
{
    font-family:verdana,tahoma,helvetica;
    font-size: 9px;
    font-weight: bold;
    color: #990000;
    padding-top: 2px;
}

.numberedlist
{
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 15px;
    position: inherit;
    display: inline-block;
    font-size: 11px;    
}

li
{
    margin:10px;
}