/**
	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;
}
td,tr {
	font-size: 11px;
	color: #000000;
	background-color:none;
}

.ticker1Table {
	width: 600px;
	padding:0px;
	border:0px;
	margin: 0px;
}

/************* Fotnot ***************/
.fotnot,a.fotnot {
	font-size: 11px;
	font-style: italic;
	color: #666666;
}

/************* Inner tables ***************/
.innerTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.innerTableHeader, .ticker1TableHeader {
	font-weight: bold;
	background-color: #EEEEEE;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.innerTableSubHeader{
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}
.tableValue,.ticker1TableValue{
	font-size: 11px;
	white-space: nowrap;
	background-color:none;
}

.tableValueNeg {
	font-size: 11px;
	white-space: nowrap;
	color:#FF0000;
}
.tableValuePos {
	font-size: 11px;
	white-space: nowrap;
	color:#0000FF;
}

.leftTableBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}
a:active, a:focus, a:hover	{
	text-decoration: underline;
}

.mainTable,.sharelistTable {
	width: 800px;
	border: 0px solid #000000;
	margin: 0px;
}
/************* ShareList ***************/
.sharelistTable {
	width: 800px;
	border: 1px solid #FFFFFF;
	margin: 0px;
}
.pyjamasRow {
	background-color: #F5F5F5;
	font-weight: none;
}
.fundlistTable {
	width: 800px;
	border: 1px solid #FFFFFF;
	margin: 0px;
}
/************* NEWS ***************/
.newsHeader, .insiderHeader {
    font-weight: bold;
    background-color: #CCCCCC;
    padding: 3px;
    visibility: visible;
    overflow: visible;
    margin: 5px 5px 0px 5px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.newsBody {
    display: none;
    padding: 3px;
    white-space: pre;
    background-color: #FFFFFF;
    visibility: hidden;
    overflow: visible;
    position: relative;
    margin: 0px 5px 0px 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

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;
}

/********* Temp ***************/
.tempTable {
	width: 100%;
	margin: 0px;
}

.tempUp, .tempUnch, .tempDown  {	
	padding: 0px;
	height: 8px;
	width: 8px;
	font-size:0.1em;
	display:block;
	border: 1px solid #000000;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	background-color:#000099;
}
.tempUnch{
	background-color:#FFFFCC;
}
.tempDown{
	background-color:#FF0000;
}
.tempBottomBorder{
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #000000;
}

/********* Chart ***************/
.legendSqare {
	padding: 0px;
	height: 8px;
	width: 8px;
	float:right;
	font-size:0.1em;
	display:block;
	margin:0px 3px;
}
.legendText {
	padding: 0px;
	font-size: 10px;
}
/********* Forms ***************/
.inputField {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 12px;
	width: auto;
	font-size: 10px;
}

.button {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 15px;
	width: auto;
	font-size: 10px;
}

.periodSelect {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	height: 19px;
	width: auto;
	font-size: 10px;
}
/********* Headers ***************/
.r1 {
	font-size: 18px;
	font-weight: bold;
}
.r2 {

	font-size: 16px;
	font-weight: bold;
}
.r3 {
	font-size: 14px;
	font-weight: bold;
}
