/* Body and other generic fromatting */

body
{
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 9px;
}

.ahref
{
    color: #000000 !important;
    padding-left: 2px; 
    vertical-align: super;
    text-decoration: none;
}

.BorderBottom
{
    border-bottom: solid 1px #000000;
    padding:3px 0 3px 0;
}

.ahref:hover
{
    color: #000000 !important;
    padding-left: 2px; 
    vertical-align: super;
    text-decoration: underline;
}

.keyfigures tr:hover
{
	background-color: #E0DFDF;
}

input, select
{
	font-family: Verdana;
	font-size: 11px;
}
/* -------------------------------------- Keyfigures Row configuration ----------------------- */

.keyfigures
{
	position: relative;
}

.keyfigures .OddRow
{
	background-color: #FFFFFF;
}

.keyfigures .EvenRow
{
	background-color: #FFFFFF;
}

.keyfigures td.nopadding
{
	padding-left: 0px;
	padding-right: 0px;
}

.keyfigures .ActiveKeyFigureRow
{
	background-color: #FFFFFF;
}

.keyfigures .ActiveKeyFigureCell
{
    background-color: #E6E6E7;
}

.keyfigures td /* padding wichtig für abstände nach rechts zwischen spalten */
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 1px 2px 0px 10px;
	text-align: right;
	vertical-align: middle;
	border-bottom: solid 1px #000000 !important;
}

.keyfigures .PostColorField
{
	width: 16px;
	border: solid 1px #000000;
}

.keyfigures .PostCheckBox
{
	width: 16px;
	padding-left: 0px;
}

.keyfigures .PostName 
{
	text-align: left;
	color: #000000;
	border-right: solid 0px #000000;
}

/*
Width reserved for post name on the left side of the table
*/
.keyfigures div.fixedWidth
{
	width: 200px;
}

.keyfigures .fixedWidth /* width für labelrow */
{
	width: 200px;
}

.hidden
{
	visibility: hidden !important;
}

.TableWidth
{
    width: 100%;
}

.keyfigures .PostValues
{
	overflow: scroll;
	overflow-y: hidden; 
	overflow-x: scroll;
	width: 495px;
	min-width: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 0;
}

.keyfigures .PostNames
{
	left: 0px;
	position: relative;
	top: 0px;
	z-index: 1;
	color: #000000;
}

/* -------------------------------------- End of Keyfigures Row configuration ----------------- */

/* -------------------------------------- Date Row - Time Horizon ----------------------------- */

.keyfigures .headRow /* time horizon */
{
	background-color: #999999;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
}

.keyfigures .headRow:hover /* time horizon */
{
	background-color: #999999;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
}

.daterow   /* datums zeile */
{
    color: #FFFFFF !important;
}

/* -------------------------------------- End of Date Row - Time Horizon ----------------------- */

/* -------------------------------------- Instrument Selection Box ----------------------------- */

.Selection
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    background-color: #999999;
    margin: 0px 0px 0px 0px;
    width: 495px;
}

.FeatureBox
{
    background-color: #FFFFFF;
    border: solid 1px #EEEEEE;
    width: 495px;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
}

.ExcelTable
{
    width: 495px;
    padding-left: 6px;
}

.UpdateButton
{
    color: #FFFFFF;
    width: 100px;
    height: 20px;
    font-size: 10px;
    font-weight: normal;
    background-color: #0066CC;
    text-transform: uppercase;
}

/* -------------------------------------- End of Instrument Selection Box ---------------------- */

/* -------------------------------------- static classes --------------------------------------- */

.negative
{
	color: Red;
}

.positive
{
	color: Green;
}

.ChangeLabel
{
    white-space: nowrap;    
}

/* -------------------------------------- End of static classes-------------------------------- */

/* -------------------------------------- Navigation ------------------------------------------ */

a:link, a:active, a:visited
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none #FFFFFF;
}

A:hover
{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none #FFFFFF;
}

table.tabStrip
{
    width: 500px;
    padding: 0px 0px 0px 1px;
}

table.tabStrip td
{
	background-color: #0066CC;
	height: 20px;
	text-align: center;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	width: 33%;
}

table.tabStrip td:hover
{
	background-color: #0066CC;
	height: 20px;
	text-align: center;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	width: 33%;
	text-decoration: underline;
	color: #FFFFFF;
}

table.tabStrip td.current
{
	background-color: #999999 !important;
	font-weight: bold;
}

table.tabStrip td a
{
	padding: 3px 0px 3px 0px;
	display: block;
	font-size:11px;
	text-decoration:none;
}

/* -------------------------------------- End of Navigation ---------------------------------------- */

/* -------------------------------------- Row Config // Interface ---------------------------------- */

/* Kopfzeile - komplette Zeile bold */
.HeadRow
{
    color:#FFFFFF;
    font-weight: bold !important;    
}

/* UnterZeile - Einrückung */
.SubRow
{
    color: #000000 !important;
    background-color: #FFFFFF !important;
    padding-left: 25px !important;
    font-size: 11px !important;
}

/* Ist für die FAS IFRS Zeile */
.BerechnungsArt .PostColorField, .BerechnungsArt .Label, .BerechnungsArt .ChangeLabel, .BerechnungsArt input
{
    visibility: hidden !important;
}

/* Ist dafür eine Zeile nicht anwählen zu können */
.NotSelectAble .PostColorField, .NotSelectAble input
{
	visibility: hidden !important;
}

/* Ist dafür eine Prozentzeile einzurücken, und Nicht auswählen zu können */
.ProzentZeile
{
    color: #000000 !important;
    background-color: #FFFFFF !important;
    padding-left: 25px !important;
    font-size: 11px !important;
}
.ProzentZeile input, .ProzentZeile .PostColorField
{
    visibility: hidden !important;
}

/* Blendet alles aus - nur die Zeilenbezeichnung bleib - BOLD */
.LabelRow
{
    font-weight: bold !important;   
}
.LabelRow input, .LabelRow .ValueLabel, .LabelRow .ChangeLabel, .LabelRow .PostColorField
{
    visibility: hidden !important;
}

/* Blendet alles aus - nur die Zeilenbezeichnung bleib - NOT BOLD */
.LabelRow2 input, .LabelRow2 .ValueLabel, .LabelRow2 .ChangeLabel, .LabelRow2 .PostColorField
{
    visibility: hidden !important;
}

.NoChange .ChangeLabel
{
    visibility: hidden !important;
}

.NoFeature .PostColorField, .NoFeature input, .NoFeature .ChangeLabel
{
	visibility: hidden !important;
}

/* ---------------------------------- End of Row Config // Interface ------------------------------ */

.RowHover
{
    background: #E0DFDF !important;
}
