/* Body and other generic fromatting */

body
{
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	width: 726px;
	color: #7B6F64;
}

.WholePageWidth
{
    width: 726px;
}
.topTitle
{
     padding: 3px 5px 3px 5px;
    background-color:#FFFFFF;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    text-align:left;
    white-space: nowrap;
    }

.BorderBottom
{
    border-bottom: solid 1px #000000;
    padding:3px 0 3px 0;
}

.keyfigures tr:hover
{
	background-color: #FFFFFF;
}

.test1
{
    width: 100px;   
}

input, select
{
	font-family: Verdana;
	font-size: 11px;
}
/* -------------------------------------- Keyfigures Row configuration ----------------------- */

.keyfigures
{
	position: relative;
	border: solid 1px #FFFFFF;
}

.keyfigures .OddRow
{
	background-color: #FFFFFF;
}

.keyfigures .EvenRow
{
	background-color: #FFFFFF;
}

.keyfigures td.nopadding
{
	padding-left: 0px;
	padding-right: 0px;
	background-color: #e6e6e6;
}

.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 0px 0px 20px;
	text-align: right;
	vertical-align: middle;
	border-bottom: solid 1px #cecece;
	background-color: #FFFFFF;
}

.keyfigures .PostColorField
{
	width: 16px;
	border: solid 1px #000000; 
}

.keyfigures .PostCheckBox
{
	width: 16px;
	padding-left: 0px;
	background-color: #e6e6e6;
}

.keyfigures .PostName 
{
	text-align: left;
	white-space: nowrap;
	color: #333333;
	background-color: #e6e6e6;
	border-right: solid 0px #000000;
}


/*
Width reserved for post name on the left side of the table
*/

.hidden
{
	visibility: hidden !important;
}

.TableWidth
{
    width: 100%;
}

.keyfigures .PostValues
{
	overflow: scroll;
	overflow-y: hidden; 
	overflow-x: scroll;
	min-width: 100%;
	left: 0px;
	position: absolute;
	white-space: nowrap;
	top: 0px;
	z-index: 0;
}

.keyfigures .PostNames
{
	left: 0px;
	position: relative;
	width: 380px;
	top: 0px;
	z-index: 1;
}

/* -------------------------------------- End of Keyfigures Row configuration ----------------- */

/* -------------------------------------- Date Row - Time Horizon ----------------------------- */

.keyfigures .headRow /* time horizon */
{
	background: #e6e6e6;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	color: #333333;
}

.keyfigures .headRow span
{
    color: #333333;
    font-family: Verdana;
    background: #e6e6e6;
}

.keyfigures .headRow:hover /* time horizon */
{
	background: #e6e6e6;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
}

.DateColor
{
    color: #7B6F64;   
}


/* -------------------------------------- End of Date Row - Time Horizon ----------------------- */

/* -------------------------------------- Instrument Selection Box ----------------------------- */

.Selection
{
    padding: 3px;
    padding-left: 10px;
    background: #e6e6e6;
    color: #333333;
    margin-bottom: 0px;
    font-weight: bold; 
    width: 100%;
    font-size: 11px;
    border-bottom: none;
}
.Selection2
{
    padding: 3px;
    padding-left: 10px;
    background: #e6e6e6;
    color: #333333;
    margin-bottom: 0px;
    font-weight: bold; 
    width: 100%;
    font-size: 11px;
    border-bottom: none;
}
.FeatureBox
{
    background-color: #e6e6e6;
    width: 100%;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    color: #333333;
}

.ExcelTable
{
    width: 100%;
    padding-left: 6px;
}

.UpdateButton
{

}

/* -------------------------------------- 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: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

A:hover
{
    color: #fc0001;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.ahref
{
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.ahref:hover
{
    color: #fc0001;
    font-size: 11px;
    font-weight: normal !important;
    text-decoration: none;
}

/* MAIN NAVIGATION */

table.MainNavi
{
    width: 726px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 1px;
    color: #000000;
}

table.MainNavi td
{
    text-align: center;
    font-size:11px; 
    padding: 6px 0px 6px 0px;
    margin: 0px 0px 0px 0px;
    border: solid 0px #DDEEFF;
}

table.MainNavi td a
{
	color: #333333 !important;
    font-size: 11px;
    text-decoration: none;
}

table.MainNavi td a.current
{
	color: #333333 !important;
    font-size: 11px;
    text-decoration: underline;
}
table.MainNavi td a:hover
{
	color: #fc0001 !important;
    font-size: 11px;
    text-decoration: none;
}
/* TIME NAVIGATION */

table.TimeNavi
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
}

table.TimeNavi td
{
    width: 20%; 
    text-align: left;
    font-size:10px; 
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

table.TimeNavi td a
{
	background-color: #e6e6e6;
	color: #333333 !important;
	height: 15px;
	padding: 3px 0px 3px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

table.TimeNavi td a.current
{
	background-color: #cecece;
    color: #333333 !important;
	height: 15px;
	padding: 3px 0px 3px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

/* COMPARE NAVIGATION */

table.CompareNavi
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    background-color: #e6e6e6;
}

table.CompareNavi td
{
    text-align: left;
    font-size:10px; 
    padding: 10px 0px 10px 5px;
    margin: 0px 0px 0px 0px;
}



/* -------------------------------------- End of Navigation ---------------------------------------- */

/* -------------------------------------- Row Config // Interface ---------------------------------- */

/* Kopfzeile - komplette Zeile bold */
.HeadRow .fixedWidth
{
    font-weight: bold !important;    
}

/* UnterZeile - Einrückung */
.SubRow
{
    padding-left: 30px !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: #58585A !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;
    background-color: #FFFFFF !important;   
    color: #001177;
}

.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;
}

.MasterRow
{
    font-weight: bold !important;
    background-color: #FFFFFF !important;   
    color: #001177;
}

.MasterRow input, .MasterRow .ValueLabel, .MasterRow .ChangeLabel, .MasterRow .PostColorField
{
    visibility: hidden !important;
}

/* ---------------------------------- End of Row Config // Interface ------------------------------ */

.RowHover
{
    background: #FFFFFF !important;
}
