/***********************************************************/	
/* This CSS file contain style for the Odin Portal menu    */
/*                                                         */
/* Do not add specific styles that appear on only one      */
/* element here (like div tags with with,height etc.       */
/***********************************************************/	

BODY {
	font-size: 8px;
}

#mainContentArea {
	width: 100%;
}
/** Style for the menu area **/
div.navigation
{
	display:none;
	
}
#odinheader {
	display: none;
}
.scrollarea {
	display: none;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
.contenttext {
	font-size: 11px;
}
#odinsubtext{
	font-size: 8px; 
}
H1 {
	font-size: 12px;
}
H2 {
	font-size: 11px;
}
H3 {
	font-size: 11px;
}
H4 {
	font-size: 9px;
}
H5 {
	font-size: 8px;
}
FORM LABEL {
	font-size: 8px;
}
FORM INPUT {
	font-size: 8px;
}
FORM TEXTAREA {
	font-size: 8px;
}
FORM SELECT {
	font-size: 7px;
}
FIELDSET LEGEND {
	font-size: 8px;
}

LI a{
	font-size: 9px;
}
a.readmore {
	font-size: 9px;
}
.goback a{
	display:none;
}
.morenews {
	font-size: 9px;
}
.cicerotabs {
	font-size: 6pt;
}
#errorarea {
	font-size: 9px;
}

/**********************************************************/	
/* This style is used to set the width the boxes          */
/**********************************************************/	

/* maincontent_100percent */ 
div.maincontent_100percent {
	width: 650px;
}
/* maincontent + box_column2 + box_column3 */ 
div.maincontent ,div.maincontent_Full {
	width: 420px;
}
/* maincontent_80percent + box_column3 */ 
div.maincontent_80percent,div.maincontent_80percent_Full {
	Xwidth: 645px;
	width:100%;
}
div.box_column2,div.box_column2Full {
	display: none;
}
div.box_column3 , div.box_column3Full {
	display: none;

}
/* Width of boxes that covers column 2 and 3
*/
div.box_column2n3 {
	width: 320px;
}




/***********************************************************/	
/* These styles are used to get a shadowed box around the  */
/* content                                                 */
/* Its rather tricky, so be careful when editing           */
/* If you need to adjust the margins inside the box,       */
/* edit the style in "innerbox"                            */
/***********************************************************/	
div.box {
	background: transparent none 0% 0 no-repeat;
	padding: 0 15px 0 0;
	font-size: 1px;
}
div.bi {
	background: transparent none 0% 0 no-repeat;
	padding:0 0 0 15px;
}
div.bt {
	background: transparent none 0% 0 no-repeat;
	margin:0 -15px;
	height:0px;
}
div.bt div {
	background: transparent none 0% 0 no-repeat;
	width:0px;
	height:0px;
}
div.bb {
	background: transparent none 0% 0 no-repeat;
	height:0px;
	margin:0 -15px;
}
div.bb div {
	background: transparent none 0% 0 no-repeat;
	width:18px;
	height:0px;
}
div.innerbox, div.innerboxFull{
	background: transparent none 0% 0 no-repeat;
	margin-bottom:0px;
}




div.box {
	background: none;
	padding:0 15px 0 0;
	font-size: 1px;
}
div.bi {
	background:none;
	padding:0 0 0 15px;
}
div.bt {
	background:none;
	margin:0 -15px;
}
div.bt div {
	background:none;
	width:5px;
	height:0px;
}
div.bb {
	background: none;
	height:5px;
	margin:0 -15px;
}
div.bb div {
	background:none;
	width:18px;
	height:5px;
}
div.innerbox, div.innerboxFull{
}

/***********************************************************/	
/* These styles are used to generate the bottom of a       */
/* Oracle Portal tabs                                      */
/* Se Odin_Oracle_tabs.css for more style definitions      */
/* used to change the styles of Oracle Portal Tabs         */
/***********************************************************/	
.oracleTabFooter {
	width: 100%;
	margin-top: 0px;
}
.oracleTabFooter .oracleTabFooterInner {
	background-image: none;
	background-position:left top;
	background-repeat: no-repeat;
	width:100%; 
	height:8px; 
	margin:0px 0px -13px;
	padding-top:0px;
}
.oracleTabFooter .oracleTabFooterInner .mostLeft {
	background:none;
	width:11px; 
	float:left;
	height:8px;
}

.oracleTabFooter .oracleTabFooterInner .selectedTab {
	height:8px;
	float:left;
	background-color:white;
}
.oracleTabFooter .oracleTabFooterInner .mostRight {
	background-image: none;
	width:18px; 
	height:8px; 
	margin:0px 0px; 
	background-position: right top; 
	background-repeat:no-repeat;
	float:right;
}

#yieldingoverview_simplifiedprospect {
	page-break-after: always;
}

.printpage {
	display: none;
}
#odinsubtext {
	display: none;
}

#graph_zoom_controlPanel {
	display: none;
}
#fundnavzoom_graphimage  img{
	width: 640px;
	height: 500px;
}

/* Turn OFF Scrollbar on news article */
.newspage_singlenews {
	overflow:visible;
	height:auto;
}
.newspage_singlenews .articleLeadText {
	font-size: 14pt;
        line-height: normal;
}
.newspage_singlenews .articleBody {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
        line-height: normal;
}
.newspage_singlenews h1 {
	font-size: 16pt;
}
.newspage_singlenews h2 {
	font-size: 12pt;
}
.newspage_singlenews h3 {
	font-size: 12pt;
}
.newspage_singlenews H4 {
	font-size: 12pt;
}
.newspage_singlenews H5 {
	font-size: 12pt;
}

