/*****************************************************************************/
/* Ereg Module Visibility */
/*****************************************************************************/

span.dreweatts_specific{display: none;}

/*****************************************************************************/
/* Master Page Areas */
/*****************************************************************************/

.left_pane
{
    width: 180px;
}

.content_pane_with_menu
{
    width: 548px;
    padding-left: 10px;
    padding-top: 10px;
}

.content_pane_with_menu_ereg
{
    width: 538px;
    padding-left: 10px;
    padding-top: 10px;
}

.content_pane
{
    width: 825px;
    padding-left: 10px;
    padding-top: 10px;
}

.news_summary
{
    width: 272px;
    background-color: #ECEBEB;
    text-align: center;
}

.right_menu_body
{
    background-color: #ECEBEB;
}

/*****************************************************************************/
/* DNN Side Menu */
/*****************************************************************************/

.MenuHdr0
{   
    width: 175px;   
    padding-left: 5px;   
    background-color: #94BDEB;        
    font-size: 13px;
    font-weight: bold;
    color: #9F9F9F;  
    height:25px;        
    line-height: 25px;     
    border-bottom: #FFFFFF 2px solid; 
}

.MenuHdr0 A, .MenuHdr0 A:Active, .MenuHdr0 A:Hover, .MenuHdr0 A:Visited, .MenuHdr0 A:Link, .currentHeaderHighlight0
{
    font-size: 13px;
    color: #555555;
    text-decoration: none;
}

.MenuItem1
{
    padding-left: 5px;               
    background:#ECEBEB; 
    color:#9F9F9F;     
    height:20px;        
    line-height: 20px;    
    border-bottom: 2px solid White;
}

.currentItemHighlight1
{                    
    font-family: Arial, Helvetica, sans-serif;     
    font-size: 10px;
    font-weight: normal;            
    color:#9F9F9F;             
}

.MenuItemMouseOver1
{
    padding-left: 5px;   
    font-family: Arial, Helvetica, sans-serif;     
    font-size: 10px;
    font-weight: bold;   
    background:#CCCCCC;     
    color:#9F9F9F;     
    height:20px;        
    line-height: 20px;    
    border-bottom: 2px solid White;        
}

.MenuItem1 A, .MenuItem1 A:Active, .MenuItem1 A:Hover, .MenuItem1 A:Visited, .MenuItem1 A:Link, 
.MenuItemMouseOver1 A, .MenuItemMouseOver1 A:Active, .MenuItemMouseOver1 A:Hover, .MenuItemMouseOver1 A:Visited, .MenuItemMouseOver1 A:Link
{
    font-family: Arial, Helvetica, sans-serif;     
    font-size: 10px;
    font-weight: bold;
    color: #9F9F9F;    
    cursor: pointer; 
    text-decoration: none;
}

/*****************************************************************************/
/* Side Menu */
/*****************************************************************************/

.top_menu
{
    width: 180px;
}

.top_menu a, .top_menu a:visited, .top_menu a:active 
{       
    font-size: 13px;
    font-weight: bold;
    display:block;        
    background-color: #94BDEB;    
    color:#555555; 
    text-decoration:none;         
    height:25px;         
    line-height:25px;
    padding-left:5px;    
    border-bottom: #FFFFFF 2px solid; 
}

.sub_menu a, .sub_menu a:visited 
{ 
    font-family: Arial, Helvetica, sans-serif;     
    font-size: 10px;    
    background:#ECEBEB; 
    color:#9F9F9F; 
    height:20px;        
    line-height: 20px;    
    border-bottom: 2px solid White;
}

.sub_menu a:active 
{     
    font-weight: bold;     
}

.sub_menu a:hover
{
    background:#CCCCCC;     
    cursor: pointer; 
}

.menu_current_page
{
  color: #696969;
}

/*****************************************************************************/
/* Footer */
/*****************************************************************************/

.footer
{
    height: 25px;
}

.footer *
{
    color: #B2B2B2;   
    font-size: 7pt; 
    background-color: #29292B;    
}

.footer A, A:Visited
{
    color: White;
    font-size: 7pt;
}

.footer A:hover
{
     text-decoration: none;
     color: #B2B2B2;
}

.footer_links
{
    float: left;
}

.copyright
{
    float: right;
    color: White;    
}

.copyright_black
{
    font-size: 7pt;       
}

/*****************************************************************************/
/* HTML Elements */
/*****************************************************************************/

*
{
    font-family: Tahoma;
	font-size: 8pt;
	color: #4E535A;
}

body, html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

ul
{
    padding:0;
    margin:0;
    list-style-type:none;
}

td a, td a:visited, td a:active
{
    font-size: 8pt;    
    text-decoration: underline;
    color: #9F9F9F;    
}

.button
{
    background-color: #E7E7E7;
    color: #425163;
    border: 1px ridged #6F6F6F;
    border-top: none;
    border-left: none; 
    height: 20px;
}

/*****************************************************************************/
/* Content Areas */
/*****************************************************************************/
/* dnn header class */
.Head
{      
	font-size: 14pt;	
	text-transform: capitalize;
}

.header
{
    color: #555555;		
	font-size: 14pt;	
	text-transform: capitalize;
}

.sub_header, .sub_header .gvj_specific
{
    color: #555555;		
	font-size: 14pt;	
}

.section_header
{
    color: White;
    font-size: 8pt;
	font-weight: bold;
	background-color: #6E757D;
	width: 100%;		
	line-height: 20px;
	padding-left: 5px;
}

.message
{
    text-align: justify;    
}

.hidden_message
{
	font-family: Tahoma;
	font-size: 7pt;
	display: none;
}

.alert_msg
{
	color: Red;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.s_label
{	
	width: 100px;	
	display: block;
	float: left;
}

.m_label
{
	width: 200px;
	display: block;
	float: left;
}

.l_label
{
	width: 300px;
	display: block;
	float: left;
}

/*****************************************************************************/
/* news summary */
/*****************************************************************************/

.fading_banner1
{
    width: 255px;
    height: 55px;
    background-color: #94BDEB;    
    text-align: left;
    padding-top: 10px;  
}

.fading_banner2
{
    width: 253px;
    height: 60px;
    background-color: White;    
    border: solid 1px #003366;  
    padding-top: 2px;  
}

.fading_banner1 .title
{
    font-size: 16pt;
    font-weight: bold;
    padding-left: 25px;
}

.fading_banner2 .title
{
    color:#003366;
    font-weight: bold;        
}

.fading_banner1 .body
{
    font-size: 10pt;    
    font-weight: bold;
    padding-left: 80px;
}

.news_summary .header
{
    width: 250px;
    line-height: 25px;
    color: Black;		
	font-size: 13pt;			
	text-align: left;
	padding-left: 5px;
	background-color: #94BDEB;    
}

.news_item
{
    width: 255px;
    height: 70px;
    margin-top: 5px;
    margin-bottom: 12px;    
}

.news_text
{    
    width: 190px;
    text-align: left; 
    float: left;    
}

.news_header
{    
	font-weight: bold;
}

.image
{
    float: right;    
}

/*****************************************************************************/
/* Login classes */
/*****************************************************************************/

.my_portfolio_login
{
    float: left;
    width: 450px;    
}

.portfolio_example
{
    margin-left: 5px;
    float: right;
    width: 355px;    
}

/*****************************************************************************/
/* Portfolio classes */
/*****************************************************************************/

.valuation_table 
{
    width: 100%;
}

.valuation_header
{
    font-size: 8pt;
    text-align: left;    
}

.valuation_row
{       
	text-align: left;
}

.alt_valuation_row
{       
	text-align: left;
}

.row_hightlight
{
    cursor: pointer;
	text-align: left;
	background-color: #ECEBEB;
}

/*****************************************************************************/
/* Valuation classes */
/*****************************************************************************/

.booking_example
{
    float: right;
}