﻿/**
 * INVESTOR NAV STYLES
 */
.investorNavBase
{
    position: relative; 
    width: 220px; 
    border: solid 0px blue;
    float: left;
}
 
#investorNav .CMSListMenuUL
{
	font-size: 10px !important;
}
#investorNav .CMSListMenuHighlightedLI
{
    font-size: 10px;
	font-weight: bold;
}
#investorNav a,
#investorNav a:hover,
#investorNav a:visited
{
	color: #215084;
	text-decoration: none;
}
#investorNav ul
{
	padding: 0px;
	margin: 0px;
}
#investorNav li
{
	list-style-type: none;
	/*list-style-type:cjk-ideographic;*/
}



/**
 * INVESTOR CONTENT AREA STYLES
 */
#InvestorAreaContainer
{
    position: relative;
    width: 710px;
    padding: 10px;
} 

#InvestorRelationsContent
{
    position: relative;
    font-family: Calibri;
	color: #333;
	font-size: 12px;   
	background-color: #FFF;
	border: solid 1px #dedede;
	padding: 10px;
	min-width: 690px;
	max-width: 690px;
	width: 690px;
	overflow: hidden;
	min-height: 300px;
	height:auto;
}

#InvestorRelationsContent td
{
    padding: 5px;
    font-family: Calibri;
	color: #333;
	font-size: 9pt;   
}

#InvestorRelationsDisclaimer
{
    text-align: center;
    font-size: 10px;
}

/**
 * INVESTOR PAGE TITLE STYLES
 */
#InvestorTitle
{
    position:relative;
    width: 625px;
    padding: 10px;
    font-family: Calibri;
	color: #333;
	font-size: 18pt;  
	left: 10px;
}


.OwnershipColumnData
{
    padding: 10px;
    font-family: Calibri;
	color: #333;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
}

.AnalystRatingsColumnHeader
{
    padding: 10px;
    font-family: Calibri;
	color: #333;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
}

.AnalystRatingsColumnData
{
    padding: 10px;
    font-family: Calibri;
	color: #333;
    font-size: 10pt;
    text-align: right;
}

.IRCurrentEvents
{
    border-style: none;
}
