/* Body and other generic fromatting */

#content
{
    width: 200px;
    height: 10px;
}

body
{
    color: #555555;
    background: #EEEEEE;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 11px;
}

/*------------Main Tabs Styles---------------*/

div.ntabStrip
{
    width: 550px;
    border-bottom: solid 1px #FFCC00;
}

div.ntabStrip a, div.ntabStrip a:active, div.ntabStrip a:visited
{
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    cursor: hand;
    font-size: 11px;
}
div.ntabStrip a:hover
{
    text-decoration: none;
    cursor: hand;
}

div.ntabStrip ul
{
    list-style-type: none;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    padding: 0;
    margin: 0px;
    border-bottom: solid 0px #FFFFFF;
    width: 100%;
}
div.ntabStrip ul li
{
    float: left;
    text-align: center;
    margin: 0px 4px 0px 0px;
    padding: 6px 0px 2px 0px;
    height: 16px;
    white-space: nowrap;
    background-color: #EEEEEE;
    border: solid 0px #F1B47D;
    border-bottom: none;
}


div.ntabStrip ul li a
{
    display: block;
}

div.ntabStrip ul li span
{
    float: left;
    width: 75px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
    font-weight:bold;    
}

div.ntabStrip ul li.current
{
    background-color: #FFCC00;
}

div.ntabStrip ul li.current span
{
    color: #000000;
    font-weight: bold;
}

/*------------Main Tabs Styles Ends---------------*/



input, select
{
    font-family: Tahoma;
    font-size: 11px;
}

.NewsLinks
{
    font-size: 7pt;
}

td
{
    vertical-align: top;
}

h1 h2 h3
{
    width: 100%;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    color: White;
    background-color: #427BB5;
}

/*a:link, a:active, a:visited
{
    color: #000000;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: normal;
}

A:hover
{
    color: #000000;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: normal;
}*/

.TopTab
{
    margin-left: 0px;
}

.TopHeader
{
    background: #003366;
    width: 100%;
    margin-top: 10px;
}

.TopTabLink
{
    color: #000000;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
}
.TopTabLink a:hover
{
    color: #000000;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: normal;
}

.UI-heading
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 14px 0 0 10px;
}


/* Tab Strip 
div.ntabStrip
{
    width: 550px;
    border-bottom: solid 1px #CCCCCC;
}

div.ntabStrip a, div.ntabStrip a:active, div.ntabStrip a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    cursor: hand;
    font-size: 11px;
}
div.ntabStrip a:hover
{
    text-decoration: none;
    cursor: hand;
}

div.ntabStrip ul
{
    list-style-type: none;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    padding: 0;
    margin: 0px;
    border-bottom: solid 0px #FFFFFF;
    width: 100%;
}
div.ntabStrip ul li
{
    float: left;
    text-align: center;
    margin: 0px 4px 0px 0px;
    padding: 6px 0px 2px 0px;
    height: 16px;
    white-space: nowrap;
    background-color: #A7AFB9;
    border: solid 0px #F1B47D;
    border-bottom: none;
}


div.ntabStrip ul li a
{
    display: block;
}

div.ntabStrip ul li span
{
    float: left;
    width: 75px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 7px 0px 7px;
}

div.ntabStrip ul li.current
{
    background-color: #D8421D;
}

div.ntabStrip ul li.current span
{
    color: #FFFFFF;
    font-weight: bold;
}*/

/* Tab Strip */
div.tabStrip
{
    text-align:left;
    border-bottom:solid 1px #FFCC00;
}
div.tabStrip a:active 
{
	color: #000000;
	text-decoration: underline;
}
div.tabStrip a:hover 
{
	color: #000000;
	text-decoration: none;
}

div.tabStrip a, div.tabStrip a:visited 
{
	color: #666666;
	text-decoration: none;
	display:block;
	font-weight: bold;
}

div.tabStrip ul 
{
    text-align:left;
	list-style-type: none;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	padding: 0;
	margin: 1px 1px 0px 1px;
	border-bottom: solid 0px [style_color_highlight_main];
}
div.tabStrip ul li 
{
	background-color: #EEEEEE;
	float: left;
	text-align:center;
	width: 68px;
	height: 21px;
	padding: 3px 0px 0 0px;
	margin: 0px 0px 0px 0px;
}

div.tabStrip ul li.last 
{
	width: auto;
	background-color: [style_color_bg];
	background:none;
}

div.tabStrip ul>li.last 
{
	float: none;
}

div.tabStrip ul li span 
{
	padding: 2px 0px 2px 0px;
	display: block;
}

div.tabStrip ul li.Selected 
{
	background-color: #FFCC00;
	color: #000000;
	font-weight: bold;
}

div.tabStrip ul li.Selected a, div.tabStrip ul li.Selected a:link, div.tabStrip ul li.Selected a:visited, div.tabStrip ul li.Selected a:active
{
	color: #000000;
	display:block;
	font-weight: bold;
}




.minor_heading headMargin
{
    margin: 0px;
}


.minor_heading
{
    padding: 5px 0 0px 5px;
    color:#FFCC00;
    font-size:11px;
    height: 25px;
    font-weight: bold;
    background: #FFFFFF url(../pictures/bg_headings.gif) top repeat-x;
    border: none;
    margin:0;
}

.textbox
{
    padding: 3px 10px 3px 10px;
    color: #000000;
    font-size: 12px;
    text-align: left;
    background-color: #FFFFFF;
    border: solid 0px #F5F5F5;
}

.newsbox
{
    border-left: 0px solid #F5F5F5;
    border-right: 0px solid #F5F5F5;
    margin: 0px;
    background: #FFFFFF;
    margin-bottom: 15px;
}

.sharetable
{
    background: #FFFFFF;
    margin-bottom: 15px;
}

.sharetable td
{
    width: 50%;
    padding: 3px 10px 3px 10px;
    color: #000000;
    font-size: 11px;
    text-align: left;
    background-color: #FFFFFF;
    white-space: nowrap;
    border-bottom: solid 1px #CCCCCC;
}

.sharetable1
{
    background: #FFFFFF;
    margin-bottom: 15px;
}

.sharetable1 td
{
    padding: 3px 8px 3px 8px;
    color: #000000;
    font-size: 11px;
    text-align: left;
    background-color: #FFFFFF;
}

.data
{
    text-align: right;
    border-right: solid 0px #ccd9e0;
}


.ratingstable
{
    width: 495px;
    border: solid 0px #F5F5F5;
    border-top: none;
}

.ratingstable td
{
    color: #000000;
    font-size: 11px;
    text-align: right;
    background-color: #FFFFFF;
    border-top: solid 1px #CCCCCC;
    padding: 2px 8px 2px 8px;
}

.ratingstable th
{
    color: #000000;
    font-size: 11px;
    text-align: right;
    background-color: #FFFFFF;
    border-top: solid 1px #CCCCCC;
    padding: 2px 8px 2px 8px;
}

.ratingstable .head
{
    background-color: #FFFFFF;
    color: #555555;
    text-align: right;
    font-weight: bold;
}

.ratingstable th.first
{
    color: #555555;
    font-size: 11px;
    text-align: left;
    background-color: #FFFFFF;
}


.performancetable
{
    border-collapse: collapse;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #e0e8ec;
    width: 100%;
}

.performancetable td
{
    padding: 3px 10px 3px 0px;
    color: #555555;
    font-size: 11px;
    text-align: right;
    background-color: #FFFFFF;
    border-bottom: solid 1px #ccd9e0;
    border-right: solid 1px #ccd9e0;
}

.performancetable th
{
    background-color: #7f9fb0;
    color: #FFFFFF;
    padding: 2px 10px 3px 0px;
    text-align: right;
    font-weight: bold;
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 1px #7f9fb0;
    border-right: solid 1px #ccd9e0;
}

.performancetable th.first
{
    text-align: left;
    width: 31%;
}


.invisibleTable td
{
    background: #FFFFFF;
    padding: 5px;
}

.ButtonColumn
{
    text-align: right;
}

.InvTotal
{
    display: none;
}

.noScroll
{
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    overflow: hidden;
}

.chartwidth
{
    width: 550px;
}

.newsline
{
    background: #FFFFFF;
    padding: 3px 8px 3px 8px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccd9e0;
}

.newsline_odd
{
    background: #f5f7f9;
    padding-bottom: 10px;
    padding: 3px 8px 3px 8px;
    border-bottom: solid 1px #ccd9e0;
}

.selection_control
{
    padding: 0px;
}

.selection_marker
{
    width: 5px;
    height: 12px;
    margin: 4px 2px 0 0px;
}

.selection_text
{
    margin: 4px 0 0 0;
}


.option_input
{
    width: 25px;
}


table.CheckBoxList
{
    padding: 0px;
    margin: 0px;
}


#divPopUp
{
    visibility: hidden;
    position: absolute;
    font-family: Tahoma;
    font-size: 11px;
    background-color: white;
    opacity: .7;
    filter: alpha(opacity=70);
    border: 1px solid #003366;
    color: #555555;
    padding: 2px;
}

#xcursor
{
    height: 1px;
    width: 100px;
    position: absolute;
    background-color: #000000;
    font-size: 1px;
    visibility: hidden;
}
#pointerX
{
    background-color: #D2DBE6;
    width: 1px;
}

#pointerY
{
    background-color: #D2DBE6;
    height: 1px;
}
#innerChartArea
{
    /* border: solid 1px red; */
}



.toolTipVolume
{
    text-align: right;
}

.toolTipPrice
{
    text-align: right;
}

.toolTipDate
{
    font-weight: bold;
}

.toolTipValues
{
    font-family: Tahoma;
    font-size: 11px;
}

table.toolTipValues
{
    height: 10px;
}


a.hintBoxlink
{
    text-decoration: none;
}
a.hintBoxlink:hover
{
    text-decoration: none;
}


#hintBox
{
    visibility: visible;
    width: 368px;
    background-color: #FFFFDD;
    border: 1px solid #000000;
    opacity: .90;
    filter: alpha(opacity=90);
    position: absolute;
    right: 5px;
    top: 50px;
}

#hintBox table
{
    font-family: Tahoma;
    font-size: 11px;
}

.disclaimer_width
{
    width: 495px;
}
.disclaimer
{
    border: 1px solid #CCCCCC;
    color: #999999;
    padding: 4px;
    margin: 20px 0 0 0;
}
div.markersBar
{
    background-color: #FFFFFF;
    border: solid 1px #333333;
    position: absolute;
    left: 35px;
    top: 542px;
    font-size: 8px;
    font-weight: bold;
}

table.FixedPartArea
{
    border-collapse: collapse;
    width: 495px;
    background-color: #FFFFFF;
}

.FixedPartArea .Header
{
    background-color: #5997C1;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 2px 10px 3px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    white-space: nowrap;
    border: solid 1px #5997C1;
    border-bottom: solid 1px #FFFFFF;
}

INPUT.button
{
    font-size: 11px;
    CURSOR: hand;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    background: #000000 url(../pictures/button.gif) no-repeat;
    color: #000000;
    width: 80px;
    border: none;
    height: 23px;
    padding:0 10px 5px 0;
}

.PartHeaderInner
{
    padding: 5px 0 0px 5px;
    color:#FFCC00;
    font-size:11px;
    height: 25px;
    font-weight: bold;
    background: #FFFFFF url(../pictures/bg_headings.gif) top repeat-x;
    border: none;
}

.ContentTable table
{
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.ContentTable td
{
    padding: 2px 4px 2px 4px;
}

.valueCell
{
    color: #555555;
    font-size: 11px;
    text-align: right;
    background-color: #FFFFFF;
    border-bottom: solid 1px #CCCCCC;
}
.valueCell2
{
    background-color: #FFFFFF;
    color: #555555;
    text-align: right;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
}

#innerChartArea
{
    /* border: solid 1px red; */
}


/*-----Key Figures Page----*/

div.key-figure-heading{padding:5px 0 5px 3px; background-color:#ffffff; font-weight:bold;}
table.FRCFigure{width:550px;}
table.FRCFigure tbody tr th{padding:3px; background:#ffffff; border-bottom:1px solid #CCCCCC; text-align:left;}
table.FRCFigure tbody tr td{padding:3px; background:#ffffff; border-bottom:1px solid #CCCCCC;}
