/**
	SIX AB Svenskborsinfo 
	http://www.six.se
	Per Fredrik Plars 051123
*/
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/*background-image: url(../images/bg1.gif);*/
	/*background-repeat: repeat-x;*/
}
td,tr {
	/*background-color: #FFFFFF;*/
	font-size: 11px;
	color: #000000;
}
.tableValue, .ticker1TableValue {
	font-size: 11px;
	white-space: nowrap;
}
.tableValueNeg {
	font-size: 11px;
	white-space: nowrap;
	color:#FF0000;
}
.tableValuePos {
	font-size: 11px;
	white-space: nowrap;
	color:#0000FF;
}

.fotnot {
	font-size: 9px;
	font-style: italic;
	color: #CCCCCC;
}

.sideTableHeader, .ticker1TableHeader, .brokerTableHeader {
	font-weight: bold;
	background-color: #A7BFC9;
	font-size: 11px;
	color: #000000;
}
.sideTableSubHeader, .brokerTableSubHeader {
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}
.button {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 15px;
	width: auto;
	font-size: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
.historyTable, .keyfigureTable, .brokerTable, .brokerSubTable, .excelTable, .emailTable, .mainownersTable, .orderTable, .chartcontrolTable {
	width: 100%;
	border: 2px solid #A7BFC9;
	margin: 0px;
}

.excelTable{
  background-color:#FFFFFF;   
}

.periodSelect {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 15px;
	width: auto;
	font-size: 10px;
}
/************* Ticker ***************/
.ticker1Table,ticker3Table {
	width: 100%;
	padding:0px;
	border:0px;
	margin: 0px;
}
.ticker2Header {
	font-weight: bold;
}

.tickerBottomLeftBorder{
font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#A6A1A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A1A0;
	background-color: #F7F7F7;
}
.tickerBottomBorder {
font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A1A0;
	background-color: #F7F7F7;
}
.tickerHeaderBottomLeftBorder {
	font-weight: bold;
	color: rgb(102, 102, 102);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#A6A1A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A1A0;
	background-color: #FFFFFF;
}
.tickerHeaderBottomBorder {
	font-weight: bold;
	color: rgb(102, 102, 102);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A1A0;
	background-color: #FFFFFF;
}

/************* End Ticker ***************/
.excelpos {
	position: absolute;
	width:190px;
	z-index:3;
	visibility: hidden;
	color: #FFFFFF;
	font-weight: normal;	
}

/************* NEWS ***************/
.newsHeader {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 3px;
	border: none;
	visibility: visible;
	overflow: visible;
	margin: 5px 5px 0px 5px;
}
.newsBody {
	display: none;
	padding: 3px;
	white-space: pre;
	background-color: #FFFFFF;
	visibility: hidden;
	overflow: visible;
	position: relative;
	margin: 0px 5px 0px 5px;
}
a.newsClick{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
a.newsClick:link, a.newsClick:visited{ 
	color: #FFFFFF; 
}
a.newsClick:active, a.newsClick:focus, a.newsClick:hover	{
	color: #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
/*********** END NEWS **************/



/********* Order ***************/

.orderBarBuy {
	padding: 0px;
	height: 8px;
	width: 0px;
	float:right;
	font-size:0.1em;
	display:block;
	margin:0px;
	background-color:#990000;
}
.orderBarSell {
	padding: 0px;
	height: 8px;
	width: 0px;
	float:left;
	font-size:0.1em;
	display:block;
	margin:0px;
	background-color:#000099;
}
/********* End Order ***************/
.legendSqare {
	padding: 0px;
	height: 8px;
	width: 8px;
	float:right;
	font-size:0.1em;
	display:block;
	margin:0px 3px;
}

.legendText {
	padding: 0px;
	font-size: 10px;
}
.inputField {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 12px;
	width: auto;
	font-size: 10px;
}

.leftBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A7BFC9;
}
