/* CSS Document */

/* container */
body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.buttonA{
	display:none;
}

#container_ad_header {
	display: none;
}

#container_main {
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	font-weight:normal;
	min-width:900px;
	max-width:1200px;
}

#container_logo_search {
	width:100%;
	height:40px;
	background-color:#fff;
	font-weight:normal;
	min-width:900px;
	max-width:1200px;
}

#container_content {
	width:100%;
	background-color:#fff;
	font-weight:normal;
	padding:0 10px 0 0;
}

/*Historical Data*/

#container_main_historical {
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	font-weight:normal;
	min-width:800px;
	max-width:900px;
}

#container_logo_search_historical {
	width:100%;
	height:40px;
	background-color:#fff;
	font-weight:normal;
}

#container_content_historical {
	float:left;
	width:100%;
	background-color:#fff;
	font-weight:normal;
}
/* end historical data */

#container_right_column {
	float:right;
	width:300px;
	font-weight:normal;
        clear:both;
	margin:11px 0 0 0;
}

#container_news {
	display:none;
}

#container_chart {
	float:left;
	width:100%;
	background-color:#fff;
	font-weight:normal;
	height:19px;
}

#container_footer {
	display:none;
}

/* elements search and language bar*/

#div_search {
	display:none;
}

#searchFields {
	display: none;
}

#divLanguage {
	display: none;
}

#div_form_text_input {
	display: none;
}

#dropArrow {
	display:none;
}

#div_text_between_searchboxes {
	display:none;
}

#div_button_begin {
        display:none;
}

#div_button_repeat {
	display:none;
}

#div_button_end {
	display:none;
}

#div_language {
	display:none;
}

.language_selection {
	display:none;
}

#div_language_arrow {
	float:right;
	width:10px;
	height:10px;
	margin-top:7px;
	margin-right:7px;
	background: transparent url(../img/arrow_down.gif) no-repeat 0 4px;
}

.text_link_language:link, .text_link_language:visited {
	font-weight:normal;
	color:#386eb1;
	text-decoration:none;
}

.tll:link, .tll:visited {
	font-weight:normal;
	color:#386eb1;
	text-decoration:none;
}

#divLanguageLink{
	padding-bottom:5px;	
}

.text_link_language:hover, .text_link_language:active {
	font-weight:normal;
	color:#386eb1;
	text-decoration:underline;
}

/* elements */

img {
	border:0;
}

#div_logo {
	float:left;
	width:50%;
	height:37px;
	background:#fff;
}

#div_line_top {
	display:none;
}

#div_h1 {
	float:left;
	width:100%;
	height:30px;
	border-bottom:3px solid #3a4c62;
	margin:5px 0 0 0;
	vertical-align:top;
}

.headline {
	float:left;
	font-size:18px;
	margin-top:4px;
}

.refresh {
	display:none;
}

#div_link_right {
	display: none;
}

#div_link_right_tab {
	display:none;
}

#div_update{
	float:right;
}

#div_info_chart {
	float:left;
	width:100%;
	vertical-align:top;
	padding-top:10px;
	height:60px;
}

#spacer {
	float:left;
	width:100%;
	height:25px;
}

#flashcontent {
	float:left;
	width:100%;
	vertical-align:top;
	background-color:#FC6;
	height:400px;
}

.form_text_input {
	height:14px;
	width:150px;
	font-size:11px;
 	background-color:#ffffff;
 	border:1px solid #9ca4ac;
	margin-top:6px;
	margin-left:7px;
}

.inputLinktoChart {
	height:14px;
	width:60%;
	font-size:11px;
 	border:1px solid #9ca4ac;
	margin-top:6px;
	margin-left:7px;
}


/* chart styles */

#tab_compare_on {
	float:left;
	width:69px;
	height:19px;
	background-image:url(../img/nav_compare_on.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-align:center;
	line-height:16px;
	font-weight:bold;
	text-decoration:none;
	margin-right:3px;
}

#tab_mycharts_off {
	float:left;
	width:75px;
	height:19px;
	background-image:url(../img/nav_mycharts_off.gif);
	background-repeat:no-repeat;
	color:#000;
	text-align:center;
	line-height:16px;
	text-decoration:none;
	margin-right:3px;
}

#tab_linktochart_off {
	float:left;
	width:94px;
	height:19px;
	background-image:url(../img/nav_linktochart_off.gif);
	background-repeat:no-repeat;
	color:#000;
	text-align:center;
	line-height:16px;
	text-decoration:none;
	margin-right:3px;
}

.tab_link:link, .tab_link:visited {
	font-weight:normal;
	color:#386eb1;
	text-decoration:none;
}
.tab_link:hover, .tab_link:active {
	font-weight:normal;
	color:#386eb1;
	text-decoration:underline;
}

#line_tab_content {
	float:left;
	width:100%;
	border-bottom: 3px solid #3a4c62;
	height:0px;
}

.bg_option {
	display: none;
}

#div_radiobutton {
	display: none;
}

#div_text {
	float:left;
	width:70px;
	height:37px;
	padding-top:6px;
}

#div_button_print {
	float:right;
	width:24px;
	height:17px;
	margin-top:6px;
	margin-right:7px;
	background-image:url(../img/b_print_off.gif);
	background-repeat:no-repeat;
}

#div_button_favorite {
	float:right;
	width:24px;
	height:17px;
	margin-top:6px;
	margin-right:7px;
	background-image:url(../img/b_favorite_off.gif);
	background-repeat:no-repeat;
}

#div_button_save {
	float:right;
	width:24px;
	height:17px;
	margin-top:6px;
	margin-right:7px;
	background-image:url(../img/b_save_off.gif);
	background-repeat:no-repeat;
}

#div_bookmarked_charts {
	float:left;
	height:19px;
	margin-top:6px;
	margin-left:7px;
	margin-right:5px;
	padding-left:14px;
	background: transparent url(../img/b_close.gif) no-repeat 0px 1px;
}

/* print css does not include right column*/


/* table styles */

#div_table_header {
	float:left;
	width:70%;
	font-weight:bold;
	padding-top:8px;
	margin-right:10px;
}

#div_table_header_2 {
	float:left;
	width:28%;
	font-weight:bold;
	padding-top:8px;
}

#div_line_grey {
	float:left;
	clear:both;
	width:100%;
	height:8px;
	border-bottom: 1px solid #c3c3c3;
	vertical-align:top;
}

#div_table_text {
	float:left;
	width:70%;
	padding-top:8px;
	margin-right:10px;
}

#div_table_text {
	float:left;
	width:70%;
	padding-top:8px;
	margin-right:10px;
}

#div_table_text_1 {
	float:left;
	width:70%;
	padding-top:8px;
	margin-right:10px;
	background-color:#E3EEFA;
}

#div_table_text_2 {
	float:left;
	width:28%;
	padding-top:8px;
}

.text_link:link, .text_link:visited {
	display: none;		
}

.text_link:hover, .text_link:active {
	font-weight:normal;
	color:#386eb1;
	text-decoration:underline;
	background: transparent url(../img/arrow_left.png) no-repeat 0 4px;
	padding-left:8px;
		
}

.text_link_back:link, .text_link_back:visited {
	font-weight:normal;
	color:#386eb1;
	text-decoration:none;
	background: transparent url(../img/arrow_right.png) no-repeat 0 4px;
	padding-left:8px;

}
.text_link_back:hover, .text_link_back:active {
	font-weight:normal;
	color:#386eb1;
	text-decoration:underline;
	background: transparent url(../img/arrow_right.png) no-repeat 0 4px;
	padding-left:8px;
		
}


/* text */

.text_bold {
	font-weight:bold;
}

.text_red {
	color:#dd0c0c;
}

/* footer */

#text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:982px;
	color:#000000;
	font-weight:normal;
	padding-left:10px;
	padding-top:10px;
}

.text_link_footer:link, .text_link_footer:visited {
	display: none;
}
.text_link_footer:hover, .text_link_footer:active {
	display: none;
}

/* navigation */
.navUl
{
  	display: none;
}

.navLiOn
{
	float: left;
	margin-right:2px;
	background:url(../img/nav_on_left.gif) left no-repeat;
	padding-left: 2px;
	height:19px;
}

.navLiOn span
{
	background:url(../img/nav_on_right.gif) right top no-repeat;
	padding-right: 2px;
	margin-right:3px;
	float:left;
	height:19px;
}

.navLiOn a
{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	float:left;
	background-image:url(../img/nav_on.gif);
	background-repeat:repeat-x;
	text-align:center;
	line-height:16px;
	padding-left: 2px;
	padding-right: 2px;
	height:19px;
}

.navLiOff
{
	float: left;
	margin: 0;
	background:url(../img/nav_off_left.gif) left no-repeat;
	padding-left: 2px;
}

.navLiOff span
{
	background:url(../img/nav_off_right.gif) right top no-repeat;
	padding-right: 2px;
	margin-right:3px;
	float:left;
}

.navLiOff a
{
	font-weight:normal;
	color:#386eb1;
	text-decoration:none;
	float:left;
	height:19px;
	background-image:url(../img/nav_off.gif);
	background-repeat:repeat-x;
	line-height:16px;
	padding-left: 2px;
	padding-right: 2px;
}

.AutoCompleteBackground
{
	background-color:white;
}
.AutoCompleteHighlight
{
	background-color:#99CCFF;
}

.buttonA{
	display:none;
}

#compareDiv{
	display:block;
	width:100%;
}

#myChartsDiv, #linktoChartDiv, #optionsDiv{
	display:none;
}

#divLivePrice{
	float:left;
	width:300px;
	margin-top:10px;
}

#divKg{
	float:left;
	width:100%;
} 

.divIndicatorAutocomplete{
	position:absolute;
	width:450px;
	overflow:auto;
	margin-left:7px;
	display:none;
	border:solid #000000 1px;
	background-color:white;
	z-index:1
}


/* historical data */

.table_history {
	float:left;
	width:100%;
	vertical-align:top;
}

.table_header {
	font-weight:bold;
	height:26px;
	font-size:12px;
	
}

.table_cell {
	height:26px;
}

.table_cell_pages {
	display:none;
}

/* end of historical data */

#compareAjaxHist{
	display:none;
}

.noPrint{
	display:none;
}

#divLivePrice{
	float:left;
	width:300px;
	margin-top:10px;
}

#divKg{
	display:none;
}

#divSmallAds{
	display:none;
}

#theText1{
        display:none;
}