/**

Sensys

Röd text: 660000
BG: AE251A
*/

.excelpos {
	position: absolute;
	z-index:3;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	//background-color: #FFFFFF;
	top: 150px;
	left: 200px;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: none;
}

.sideTableHeader {
	//font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #999917;
	padding: 3px;
	font-size: 10px;
	color: #FFFFFF;
	//border-bottom: 1px solid #999917;
}

.ticker1TableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 10px;
	color: #000000;
    border-bottom: 1px solid #999917;

}

.ticker1TableSubHeader {
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #FFFFFF;
}

.sideTableSubHeader{
    font-size: 10px;
}
.tableValue{
    font-size: 10px;
}

.ticker1TableValue {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #FFFFFF;
    padding: 3px;
    font-size: 10px;
    color: #000000;
}

.sideTable, .historyTable, .keyfigureTable,  .brokerTable, .emailTable, .mainownersTable, .orderTable, .chartcontrolTable {
	width: 100%;
    border-top: 1px solid #999917;
	border-right: 1px solid #999917;
	border-bottom: 1px solid #999917;
	border-left: 1px solid #999917;
	border-collapse: collapse;
	//border-bottom: 1px solid #999917;
}

.sideTableSubHeader, .tableValue {
	background-color: #FFFFFF;
}

.brokerSubTable {
	width: 100%;
	margin: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.brokerTableHeader {
	//font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.brokerTableSubHeader {
	//font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color:#eeeeee;
	font-size: 10px;
	color: #999999;
}

.leftBorder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D4D0C8;
}
a {
	display: block;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

/************* NEWS ***************/
a.newsClick{
	display: block;
	color: #FF6633;
	text-decoration: none;
}
a.newsClick:link, a.newsClick:visited{
	color: #660000;
}
a.newsClick:active, a.newsClick:focus, a.newsClick:hover	{
	color: #FF6633;
	background-color: #D5E0E9;
	text-decoration: none;
	font-weight: bold;
}
.newsHeader {
	font-weight: bold;
	background-color:#D5E0E9;
	padding: 3px;
	border: none;
	color:#FFFFFF;
	visibility: visible;
	overflow: visible;
	margin: 5px 5px 0px 5px;
	font-size: 12px;
}
.newsBody {
	display: none;
	padding: 3px;
	white-space: pre;
	background-color: #FFFFFF;
	visibility: hidden;
	overflow: visible;
	position: relative;
	margin: 0px 5px 0px 5px;
	border: 2px solid #D5E0E9;
}
/*********** END NEWS **************/
