﻿@charset "UTF-8";
/* CSS Document */

#tradeContainer {
	font-size: 1em;
	padding: 9px 0 0 0;
	margin: 6px 0 10px 18px;
	width: 280px;
	display: block;
	border-top: solid #999 1px;	
}

#tradeContainer h1
{
    font: normal 20px Arial Black;
    color: #33322f;
    letter-spacing: -2px;
    margin: 0 0 15px 0;
}    

#tradeContainer #tabnav
{
	height: 24px;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 10px solid #FFF;		
} 

#tradeContainer #tabnav li
{
	margin: 0 2px 0 0;
	padding: 0;
	display: block;
	background-color: #cbcbcb;	
	float: left;	
}

#tradeContainer #tabnav span
{
	float: left;
	line-height: 14px;
	background: #f3f3f3;
	font: bold 12px Arial;		
	padding: 5px;	
	text-decoration: none;
	color: #666;
	width: 129px;
	height: 14px; 
	text-align: center;	
}

#tradeContainer #tabnav .lastItem
{
	margin: 0;
}

#tradeContainer #tabnav .active 
{
	background-color: #fff;
	color: #000;
	border-bottom: 2px solid #fff;
	padding: 5px;
	height: 14px;
}

#tradeContainer #tabnav .inactive 
{
	background-color: #cbcbcb;
	color: #595959;
	padding: 5px;
	height: 14px;
}

#tradeContainer #tabnav a:hover
{
	background-color: #fff;
}

#tradeContainer #recommendedHolder 
{
    margin: 0;
	padding: 0;
}

#tradeContainer #marketsHolder 
{
    margin: 0;
	padding: 0;
}

#tradeContainer .holderVisible 
{
	display: block;
}

#tradeContainer .holderHidden 
{
	display: none;
}

#tradeContainer .tradeList .headers 
{	
	font: bold 11px Arial;
	color: #000;
	text-align: left;
	height: 20px;
	background-color: #d5d6d6;
}

#tradeContainer .tradeList .tradeTable
{
    border: 0;
    font: normal 11px Arial;
    color: #000;    
}    

#tradeContainer .tradeList .tradeTable th
{
    padding: 2px 2px 2px 8px;
    border: 1px solid #d5d6d6;
} 

#tradeContainer .tradeList .tradeTable b.symbol
{
    color: #004276; 
    font-size: 12px;  
}    

#tradeContainer .tradeList .tradeTable b
{
    color: #004276; 
}   

#tradeContainer .tradeList .row
{
	background-color: #EEEEEE;
	border: 1px solid #EEEEEE;
	padding: 8px;
}

#tradeContainer .tradeList .row .cell
{
    padding: 8px;
    border: 1px solid #EEEEEE;
}    

#tradeContainer .tradeList .alternate
{
	background-color: #f8f7f6;
	border: 1px solid #f8f7f6;
	padding: 8px;
}

#tradeContainer .tradeList .alternate .cell
{
    padding: 8px;
    border: 1px solid #f8f7f6;
} 

#tradeContainer .tradeList .cell img
{
    margin: 5px 0 0 0;
}    

#tradeContainer .tradeList .detail
{
	border: 2px solid #FFF;
	background-color: #f2f2f2;
	padding: 5px;
	border-top: 0;
}  

#tradeContainer .tradeList ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tradeContainer .tradeList li 
{
	list-style-type: none;
	margin: 0 5px 0 0;
	text-align: right;
	padding: 5px 15px 5px 0;
	background-image: url(../images/arrow_more_orange.png);
	background-repeat: no-repeat;
	background-position: right 9px;	
	vertical-align: middle;
	font: bold 11px Arial;		
} 

#tradeContainer .tradeList a 
{
	color: #FF6600;
	text-decoration: none;
}

#tradeContainer .tradeList a:hover
{
    text-decoration: underline;
}   

#tradeContainer .tradeList a:visited
{
    text-decoration: none;
}

#tradeContainer .tradeList a:active
{
    text-decoration: none;
}

#tradeContainer .emptyDataTable
{
    background-color: #CCC;
    font: normal 11px Arial;
    color: #004276;
    border: 2px solid #FFF;
}      

#fullReportContainer
{
    width: 660px;
	padding: 0;
	margin: 6px 0 0 22px;
	background-color: #FFFFFF;
	border-top: solid #e6e3dc 5px;
}  

#fullReportContainer h1 
{
	font-size: 1.65em;
	color: #000000;
	margin: 10px 0 20px 0;
	font-weight: normal;
	line-height: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;    
}

#fullReportContainer p
{
    padding: 0;    
	font: normal 12px Arial;
	color: #000000;
	margin: 20px 0 30px 0; 
} 
 
#fullReportContainer .text
{
    padding: 3px 0 5px 0;    
	font: normal 12px Arial;
	color: #000000;
	margin: 0px 0 5px 0;  
}

#fullReportContainer h2
{
    /*
    border-top: 1px solid #e6e3dc;
    border-bottom: 1px solid #e6e3dc;
    */
    padding: 3px 0 0px 0;
	font: bold 12px Arial;
	color: #000000;
	margin: 20px 0 0px 0;
	/*width: 480px;*/
} 

#fullReportContainer h3
{
	font: bold 12px Arial;
	color: #595959;
	margin: 10px 0 10px 0;
} 

#fullReportContainer .tradeTable
{
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    font: normal 11px Arial;
    color: #000;    
}    

#fullReportContainer .headers 
{	
	font: bold 11px Arial;
	color: #FFF;
	text-align: left;
	background-color: #035489;	
}

#fullReportContainer th
{
    height: 15px;
    padding: 3px;
} 

#fullReportContainer .header
{	
    padding: 0 0 0 10px;
}   

#fullReportContainer .cellText
{
    border: 1px solid #FFF;
    /*padding: 5px;*/
    padding: 10px 0 10px 10px;
}

#fullReportContainer .cellImage
{
    border: 1px solid #FFF;
    /*padding-top: 10px;*/
}

#fullReportContainer .cellImg
{
    border: 1px solid #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

#fullReportContainer .recommendationContainer
{
    width:210px;
}  

#fullReportContainer .leftText
{
    float:left;
    width:90px;
}

#fullReportContainer .rightText
{
    float:right;
    margin-left:5px;
    width:100px;
    line-height:1.35em;    
}

#fullReportContainer .cell b
{
    color: #004276;
}    

#fullReportContainer .row
{
	background-color: #f2f2f2;
	padding: 5px;
}

#fullReportContainer .alternate
{
	background-color: #f9f9f9;
	padding: 5px;
}

#fullReportContainer .detail
{
	border: 2px solid #FFF;
	background-color: #f2f2f2;
	padding: 5px;
	border-top: 0;
} 

#fullReportContainer .approvalCode
{
    font: normal 11px Arial;
    color: #959595;
    margin: 30px 0 0 0;
}  

#fullReportContainer .linkToArchivePage
{
    font: normal 13px Arial;
	color: #004276;
	text-decoration: none;
	text-align: left;
	padding: 5px;
}  

#fullReportContainer .linkToArchivePage a:link
{
	color: #004276;
	text-decoration: none;
}

#fullReportContainer .linkToArchivePage a:visited
{
	color: #004276;
	text-decoration: none;
}

#fullReportContainer .linkToArchivePage a:hover
{
    color: #000000;
    text-decoration: underline;
}

#fullReportContainer .linkToArchivePage a:active
{
	color: #000000;
	text-decoration: none;
}

#fullReportContainer #linkToParentPage
{
    font: normal 11px Arial;
	color: #004276;
	text-decoration: none;
	text-align: right;
	padding: 5px;
}  

#fullReportContainer #linkToParentPage a:link
{
	color: #004276;
	text-decoration: none;
}

#fullReportContainer #linkToParentPage a:visited
{
	color: #004276;
	text-decoration: none;
}

#fullReportContainer #linkToParentPage a:hover
{
    color: #000000;
    text-decoration: underline;
}

#fullReportContainer #linkToParentPage a:visited a:hover
{
    color: #000000;
    text-decoration: underline;
}

#fullReportContainer #linkToParentPage a:active
{
	color: #000000;
	text-decoration: none;
}
