/* CSS Document */
html,body {
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#000000;
	background-color:#FFF;
}

a:link {
	color:#a6b574;
	text-decoration:none;
}
a:visited {
	color:#a6b574;
	text-decoration:none;
}
a:hover {
	color:#a6b574;
	text-decoration:underline;
}

#hspage {
	background-color:#FFFFFF;
	font-size:12px;
}

#hspage #share_price_page p {
	font-size:16px;	
	margin-bottom:6px;
}

#hspage #share_price_page p .price, #hspage #share_price_page p .pos {
	font-weight:bold;
}


#hspage .prices {
	width:666px;
	background-color:#efeef0;
	border-left:none;
	border-top:none;
	border-spacing:0px; 
	margin-bottom:6px;	
}

#hspage caption {
	text-align:left;
	font-weight:bold;
	margin-bottom:6px;
}

#hspage .prices th, #hspage .prices td {
	text-align:left;
	border-right:none;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	padding:4px;
}

#hspage .prices th {
	font-weight:bold;
	background-color:#a8a6ae;
	color:#FFF;
}

.disclaimer {
	display:none;
}

/* GRAPH */

#share_chart_page legend {
	color:#000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 6px 0px;
	font-size:1.3em;
	font-weight:bold;
}

#chartForm fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

#sharechartTimePeriod select {
	margin:0px 6px 6px 0px;
}

#sharechartTimePeriod div, .comparisons div {
	width:90%;
	float:left;
	clear:both;
	margin:0px 6px 0px 0px;
	padding:0px 0px 6px 0px;
}


/* NEWS FILTER */

#news-filter fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

#news-filter #category {
	margin-right:6px;
}

#news-filter .floatleft {
	margin-right:6px;
}

#news-filter .alignleft {
	text-align:left;
}

#news-filter .newsTable th, #news-filter .newsTable td {
	text-align:left;
	border-right:none;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	padding:4px;
}

#news-filter .newsTable th {
	font-weight:bold;
	background-color:#a8a6ae;
	color:#FFF;
}
