/* Variables
*  #3c5a0f, black background for #bgHeader and #footer (Primary Color)
*  #000000; blue  background for #bgHeader and #footer (Secondary Color, overwrite in application.css)

*  #0069b4, blue  background for buttons
*  #82be1e, green background for flowNavi, buttons:hover and a:hover border-bottom
*  #1f407a, blue  for h1, h2, h3

----------------------------------------------------------------------------------------------------*/






@media print{
  header div#logo_corp,
  header div#logo
 {
    display: none;
  }

}


#bgHeader,
#footer {
	background: #0069b4;  /*Blue*/
	/* background: #91056a; */ /* violet*/
	/* background: #007A92; */ /* turquoise*/
	/* background: #000000; */ /*black*/
	/* background: #0069b4; */ /*Blue*/

}



body #logo_corpprint {
	position: relative;
	display: none;
}

td a.button,
td input[type="button"], 
td input[type="reset"], 
td input[type="submit"], 
td .submit {
	margin-top: 4px;
	margin-bottom: 2px;
}

input[type="submit"].submitsmall{
	
	height: 18px;
	line-height: 1;
	padding: 1px 0px 1px 4px;
	margin: 1px 0px 1px 10px;
	width: 80px;
	font: 8pt  arial, sans-serif;
	} 




/* ToolTip */
.tooltip { cursor:help; text-decoration: none;}
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active { color: #AEC2C8; text-decoration: none; position: relative; }
a.tooltip:hover { background: transparent; z-index: 100; text-decoration: none;}
a.tooltip span { display: none; text-decoration: none; }
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 230px;
	z-index: 100;
	color: #000;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: normal;
	padding: 2px 10px;
	background-color: #FFFFFF;
	background-image:none;
	text-align: left;
	border-color: #0069B4;
	border-style: solid;
	border-width: 1px 4px; 
}


a.linkPDF
 {
	padding-left: 20px;
	background: url('../img/icon_pdf.gif') no-repeat left center;
}
a.linkURL
 {
	padding-left: 20px;
	background: url('../img/icon_pdf.gif') no-repeat left center;
}
a.pictnav,
a.pictnav:link{
	font-size: 18px;
}
a.pictnav:visited{
font-style: oblique;
}
a.pictnav:active{
	font-size: 20px;

}a.pictnav:hover{
	font-size: 20px;
}

a.n_OtherPage { font-size:14px; }
a.n_OtherPage:hover { font-size:18px; border-bottom:1px solid blue;}

#bgHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 170px;

}

/* Header modification when a MainNavi is added  */
.withMainNavi #bgHeader {
	height: 170px;
}
.withMainNavi #header {
	height: 170px;
}
.withStatusBar #headerLogo {
	position: relative;
	top: 41px;
}




#mainNavi {
	position: absolute;
	bottom: 0;
	line-height: 0;
	z-index: 100;
	height: 25px;
	width: 100%;
	border: none;
}

#mainNavi ul li.first a {
	border: none;
}

#contentContainer {
	position: relative;
	background-color: #fff;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 10;
	margin-bottom: 10px;
	min-height:600px;
}

/*
div.themenu {
	position:absolute; top:10px; left:5px ;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 00px;
	margin-bottom: 0px;
	width: 165px;
	height:auto; 
	padding-left:0px;
	padding-right:0px;
	float:left;
	
}
*/

a.menulink:link { font-size:12px;color: #888;  text-decoration:none;}
a.menulink:hover { font-size:14px; border-bottom:1px solid blue;}
a.menulink:active {font-size:12px; color:#888; text-decoration:none; } 
a.menulink:focus { font-size:12px;color:#888; text-decoration:none; }

/*
div.thecontent{
	float: none !important; 
	position:absolute; top:10px; left:175px;
	font-size:1em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	width: 810px;
	height:auto; 
	min-height:600px; 
}
*/

div.error{
	background-color: #FFF6F6;
}

 div.flybox {

 border: 0px solid #bbb;
/* border-color: #ff0000;*/
 }
 


table {
	/* border-top: 1px solid #ccc; */
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:none;
}

tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #333;
	/* border-bottom: 1px solid #ccc; */
	border:none;

}
td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	/* border-bottom: 1px solid #ccc; */
	border:none;
	height:10px;
}

/*
td:first-child {
	padding-left: 0;
	width: auto;
	font-weight: bold;
	color: #666;	
}
*/

table.contenttable{
	border: 0px;
}
table.contenttable td.menucol{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	width: 165px;
	height:auto;
}

table.contenttable td.contentcol{
	font-size:16pt; 
	/* color: #43536D;*/
	/*font-weight:bold;*/
	width: 810px;
	height:auto;
}


table.tabframetable {
	/*  width: 850px;     Grösser kann auf jeder Seite mit dem Main-Div geseetzt werde 850*/
	border-collapse:collapse;
	margin: 0 0 0 0;
	font-size:14pt;
}

td.tabframetd {
	/* width: 500px;       */
	border-top: 1px solid  #666666;
	border-left: 1px solid  #666666;
	border-right: 1px solid  #666666;
	border-bottom: 1px solid  #666666;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0 0 0 0;
/*	background: #F8F8FB; */
	border: 0px;
	vertical-align: top;
	font-size:10pt;
	font-weight: normal;
}





table.datatable{
	border-collapse:collapse;
	border-style: none;
	font-size:14pt;
	padding: 0px 0px 0px 0px;
	margin: 50 50 50 50;
	width: 98%;
	
}


table.datatable  tr {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	line-height:20pt;
}

table.datatable  td{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;

}

table.datatable  tr.spacerrow {
	line-height:5pt;
}

table.datatable  tr.inputrow td{
	line-height:20pt;
	vertical-align:top;
}

td.top{
	vertical-align:top;
}
td.datacell{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:normal;
	font-size:9pt;
	vertical-align:top;
	/* background-color: #F5F5F5; */
}

td.fieldlabel{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
}


td.fieldlabel_250{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	width: 250px;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
}

td.fieldlabel_200{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	width: 200px;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
}

td.fieldlabel_150{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	width: 150px;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
}

td.fieldlabel_100{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	width: 100px;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
}
td.fieldlabel_50{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	width: 50px;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
}

td.fieldlabeltiny{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:100;
	font-size:9pt;
	vertical-align:top;
}

td.smallhints{
	/* color: #43536D;*/
	/*font-weight:bold;*/
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:10pt;
	height:50%;
	font-weight:normal;
	font-size:8pt;
	vertical-align:top;
}

td.dataview{
	text-decoration: none;
	font-weight:normal;
	font-size:9pt;
	background: #FFFFFF;  /*  color x */
	border: 0px solid #666666;
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	vertical-align:top;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	max-width:250px;
}

td.mandatory{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
	max-width:20px;
}

td.helpbutton{
	/* font-size:8pt; */
	/* color: #43536D;*/
	/*font-weight:bold;*/
	padding:0 0 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	font-weight:bold;
	font-size:9pt;
	vertical-align:top;
	max-width:20px;
}

td.longo10{
width: 10px;
}

td.longo60{
width: 60px;
}
td.longo80{
width: 80px;
}
td.longo100{
width: 100px;
}
td.longo120{
width: 120px;
}
td.longo160{
width: 160px;
}
td.longo180{
width: 180px;
}
td.longo200{
width: 200px;
}



table.datatable  tr.datatitle {
	line-height:14pt;
}


table.datatable tr.datatitle td{
	color: #1f407a;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:0px;
}

table.datatable tr.pagetitle td
{
	color: #1f407a;
	font-size:18pt;
	font-weight:bold;
	padding-bottom:10px;
}



table.datatable  td.labledcheckbox{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	font-size:9pt;
}




table.datatable tr.dataheading td{
	font-weight:bold;
	vertical-align:top;
}
	


table.datatable tr.datarow td{
	border-bottom: 1px dotted #666666;
	background:  #F7F7F7;  /*  color x */
	vertical-align: top;
}

table.datatable tr.datarow_green td{
	border-bottom: 1px dotted #666666;
	background:  #a0f2c8;  /*  color x */
	vertical-align: top;
}

table.datatable tr.datarow td.putcenter{
	text-align: center;
}

table.datatable tr.datarow  td.noformatwhite{
	background: #FFF;
	border-bottom: 0px ;
}

table.datatable tr.datarow  td.noformattransparent{
	
	border-bottom: 0px ;
}

td.headercell{
	padding-left:2px;
	padding-right:2px;
	vertical-align:top;
}




td.errorcell{
	text-decoration: none;
	font-weight:normal;
	font-size:9pt;
	color: #faa;
	background: #FFFFFF;  /*  color x */
	border: 0px solid #666666;
	padding:0 0 0 0;
	margin-top: -1px;
	margin-bottom: -3px;
	height:auto;
	vertical-align:top;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}


td.datatitle {
	/* font-size:16pt; */
	color: #1f407a;
	font-size:12pt;
	font-weight:bold;
	vertical-align:top;
	margin: 0 0 0 ;
}

td.LabledCheckbox {
	padding: 0px 0px 0px 0px;
	font-size:9pt;
}


table.listing tr td{
	margin: 0px 0px 0px 0px;
	padding-right: 5px;  /*  rechter Zellinnenabstand in Listings*/
	font-size:8pt;
/*	font-weight:normal; */
	width: auto;
	text-align:none;
	line-height: 16px;
	vertical-align:top;
	border: 20px ;
	border-bottom: 1px solid #FFF;

}


tr.rowheading td{
	font-weight: bold;
}


td.listingcell{
	border: 0px ;
	padding-left:2px;
	font-weight:normal;
}
td.listingcellbkgr{
	border: 0px ;
	padding-left:2px;
	font-weight:normal;
	background: #EEE;
}

th.putcenter, td.putcenter{
	text-align: center;
	padding-left:5px;
	padding-right:5px;	
}


th.putright, td.putright{
	text-align: right;
	padding-right:5px;
}


th.putleft, td.putleft{
	text-align: left;
	padding-left:5px;
}




td.textcolor_1{
	color: #888;
}

td.explication{
	border: 0px ;
	padding-left:2px;
	font-size:8pt;
	color: #888;
}


table.displaytable{
	width: 800px;
	margin: 0px 0px 0px 0px;
	border: 0px ;
	padding:0px;
	font-size:8pt;
	vertical-align:top;
	/*line-height: 14px;*/
	/*border-bottom: 6px solid #FFF;*/

}

tr.displaytabledatarow{
	margin: 0px 0px 0px 0px;
	border: 0px ;
	padding:0px;
	font-size:8pt;
	vertical-align:top;
	line-height: 8px;
	border-bottom: 1px solid #FFF;

}

td.displaytablelabel{
	width: 120px;
	vertical-align:top;
	font-size:8pt;
	}

td.displaytabledatacellBkgr{
	width: 680px;
	vertical-align:top;
	font-size:8pt;
	background: #EEE;

}



td.flycell{

	padding-left:2px;
	padding-right:2px;
	vertical-align:top;
	background: #F8F8FB; 
	border: 1px solid #666;
}





button.fakelink{
	background: transparent;
	border:none;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}
button.fakelink:hover{
	background: #82be1e; /*green*/
	color:#FFFFFF;  /*white*/
	cursor:pointer;
}


button.SelectAllImg{
	width: 20px;
	background: transparent url('../img/cbmarker.png') no-repeat center left;
	border:none;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-left: 5;
}
button.SelectAllImg:hover{
	background: #82be1e url('../img/cbmarker.png') no-repeat center left;
	color:#7B9CA5;
	cursor:pointer;
}


span.fieldlabel{
color: #43536D;
}


 
input[type="text"], 
input[type="password"], 
iinput[name="Passwort"],
select, 
textarea {
	width: 250px;
	font: 10pt  arial, sans-serif;
	vertical-align:middle;
}


input[type="text"].longo40,
select.longo40 {
width: 40px;
	vertical-align:middle;
}

input[type="text"].longo80,
select.longo80 {
width: 80px;
	vertical-align:middle;
}

input[type="text"].longo120,
select.longo120 {
width: 120px;
	vertical-align:middle;
}
input[type="text"].longo140,
select.longo140 {
width: 120px;
	vertical-align:middle;
}
input[type="text"].longo160,
select.longo160 {
width: 160px;
	vertical-align:middle;
}

input[type="text"].longo210,
input[type="password"].longo210,
select.longo210 {
width: 210px;
	vertical-align:middle;
}

input[type="text"].longo400,
input[type="password"].longo400,
select.longo400 {
	width: 400px;
	vertical-align:middle;
}
textarea.longo400 {
	width: 400px;
	font: 10pt  arial, sans-serif;
	vertical-align:bottom;
}

textarea.longo650 {
	width: 650px;
	font: 8pt  arial, sans-serif;
	vertical-align:top;
}

textarea.fullwidht {
	width: 950px;
	font: 10pt  arial, sans-serif;
	vertical-align:middle;
}

textarea.displaytable {
	width: 650px;
	height: 100px;
	font-size:8pt;
	background: #EEE;
	vertical-align:top;
	margin:0px;
	border:none;
}


select.threeline{
height: 80px;
size: 3
}

select.offersorter
{
	height: 20px;
	line-height: 1;
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	width: auto;
	font: 8pt  arial, sans-serif;
}

select.rating
{
	height: 18px;
	line-height: 1;
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
	width: 80px;
	font: 8pt  arial, sans-serif;
}

input.right{
	text-align:right; 
	font-size:10pt;
	margin-right:0px;
	vertical-align:middle;
}


input.datainput{
	margin: 1px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
	
}
input.datainputErr100{
	margin: 1px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
	background: #F6CECE;
	width: 100px;
}

input.datainput100{
	margin: 1px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
	width: 100px;

}
input.datainputErr{
	margin: 1px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
	background: #F6CECE;}

select.datainput{
	margin: 2px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
}
select.datainputaw{
	margin: 2px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
	width: auto;
}

select.datainputErr{
	margin: 2px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
	background: #F6CECE;
}

select.datainputErraw{
	margin: 2px 0px 1px 0px;
	font-size:9pt;
	vertical-align:middle;
	background: #F6CECE;
	width: auto;
}

text.datainput{
	margin: 1px 0px 1px 0px;
	font: 9pt  arial, sans-serif;
	vertical-align:middle;
}

text.datainputErr{
	margin: 1px 0px 1px 0px;
	font: 9pt  arial, sans-serif;
	vertical-align:middle;
	background: #F6CECE;
}

textarea.datainput{
	margin: 1px 0px 1px 0px;
	font: 9pt  arial, sans-serif;
	vertical-align:middle;
}

textarea.datainputErr{
	margin: 1px 0px 1px 0px;
	font: 9pt  arial, sans-serif;
	vertical-align:middle;
	background: #F6CECE;
}

input.myreset{
	background: #0069B4 url('../images/icon-close.png') no-repeat center right; 
	
}
input.myreset:hover,
input.myreset:active{ 
	background-image: url('../images/icon-close.png');
	background-color: black;
	color: white;
	
}



input.myclose {
	background: #0069B4 url('../images/icon-close.png') no-repeat center right;
} 
input.myclose:hover,
input.myclose:active {
	background-image: url('../images/icon-close.png');
	background-color: red;
	color: white;
}


input.cancel {
	background: #0069B4 url('../images/icon-close.png') no-repeat center right;
}
input.cancel:hover, 
input.cancel:active {
	background: black url('../images/icon-close.png') no-repeat center right;
	color: white;
}


input.myback {
	background: #0069B4 url('../images/arrow-back.png') no-repeat center left;
	padding: 5px 12px 5px 35px;
}
input.myback:hover, 
input.myback:active  {
	background-image: url('../images/arrow-back-hover.png');
	background-position: center left;
	padding: 5px 12px 5px 35px;
}



input.mynext {
	background: #0069B4 url('../images/arrow-next.png') no-repeat center right;

}
input.mynext:hover, 
input.mynext:active  {
	background-image: url('../images/arrow-next-hover.png');
}



input.delete {
	background: #0069B4 url('../images/icon-close.png') no-repeat center right;
}
input.delete:hover,input.delete:active {
	background: #FF0000 url('../images/icon-close.png') no-repeat center right;
}



input.trashbutton{ 
	background: #0069B4 url('../images/trash.gif') no-repeat center left;
	border:none;
	vertical-align: baseline;
}
input.trashbutton,
input.trashbutton:hover,
input.trashbutton:active  { 
	color: #000000;
	background: #FFF; 
	border: none;
	background-image: url(../images/trash.gif); 
	background-repeat: no-repeat;
	width: 16px; height: 16px;
	padding: 1px 1px 1px 20px;
}

input.listingselector {
	background: transparent;
	padding: 0;
	width: 20px;
	vertical-align: middle;
}



span.okay{
	color: #00F;
	font-weight:bold;
}

span.twin{
	color: #000;
	font-weight:bold;
	background:#F00;
}

span.screenmessage{
	color: #F00;
	font-weight:bold;
	font-size:10pt;
	line-height: 1;
}	

span.screenmessageGreen{
	color: #009900;
	font-weight:bold;
	font-size:10pt;
	line-height: 1;
}	


span.formerror{
	color: #F00;
	font-weight:bold;
	font-size:10pt;
	line-height: 1;
	
	}

span.alerter{
	color: #F00;
	font-weight:bold;
	font-size:8pt;
	line-height: 1;
}



span.bigalerter{
	color: #F00;
	font-weight:bold;
	font-size:14pt;
	line-height: 1;
}

span.testversion{
	color: #FFFF00;
	font-weight:bold;
	font-size:14pt;
	line-height: 1;
}

span.softalerter{
	color: #faa;
	font-weight:bold;
	font-size:10pt;
}

span.tabcomplete{
	color: #008000;
	font-weight:bold;
	font-size:10pt;
}

span.allower{
	color: #008000;
	font-weight:bold;
}

span.hints{
	font-size:8pt;
	color:#888;
	line-height: 1;
}

span.bighints{
	font-size:8pt;
	color: #f00;
}


span.Asterixmandatory{
	color: #FF0000;
	font-size:14pt;
}

span.mandatory{
	color: #43536D;
	font-size:10pt;
}


span.n_CurrentPage {
background-color: #D6E0E3;
color:#000;
font-family:Verdana,Arial;
font-size:10px;
font-weight:500;
padding:1px;
vertical-align:top;
}




div.foundhint{
	float:left;
}

div.sortselector{
	float:right;
}

 div.divthumbpict{
	background-color: none;
	width: 95px;
	text-align:center;
	float:left;
}


a.thumbpict {
	background: none;
	text-decoration: none;
}





table.studdet{
	width: 700px;
	border: 1px solid #ccc ;
}

td.label {
	border: 1px solid #ccc ;
	text-align: left;
	font-style: bold;
}
td.data {
	border: 1px solid #ccc ;
	text-align: left;
}




table.matrix {
	width: 650px;
}


/* fuer MAtrix */
.table-header-rotated th{
  border-collapse: collapse;
  background-color: #fff;
  border: 0px;
}
.csstransforms .table-header-rotated td {
  width: 30px;
  background-color: #fff;
}
.no-csstransforms .table-header-rotated th {
  padding: 5px 10px;
  background-color: #fff;

}
.table-header-rotated td {
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.csstransforms .table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
  background-color: #fff;
  border: none ;
}
.csstransforms .table-header-rotated th.rotate > div {
  -webkit-transform: translate(25px, 110px) rotate(315deg);
          transform: translate(25px, 110px) rotate(315deg);
  width: 30px;
  background-color: #fff;
}
.csstransforms .table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #fff;
}
.table-header-rotated th.row-header {
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  width: 100xp;
  background-color: #eee;
}

.table-header-rotated td.detcollabel {
  width:100px;
  text-align: left;
  padding: 10px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}


#widerapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*width: 990px;*/
	width: 1400px;
	min-height: 100%;  /* -- for fixed footer -- */
}




table.matrixdet{
	background-color:transparent;
	border: none ;
}

.matrixdet tr{
	background-color:#EEE;
	margin: 0px 0px 0px 0px;
	border: 0px ;

}

.matrixdet td.matrixdetlabel {
	background-color:transparent;
	border: none ;
	text-align: left;
	font-size:10px;
	font-weight: bold;
	line-height: 11px;
	white-space: nowrap;
}
.matrixdet td.matrixdetdata {
	background-color:transparent;
	font-size:10px;
	border: none ;
	text-align: left;
	line-height: 11px;
}
