








/* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/IETechCol/cols/dnexpie/ie7_css_compat.asp */

* {
	margin: 0;
	padding: 0;
	font-family: verdana,arial,sans-serif;
}

html {
    font-family: verdana,arial,sans-serif;
    font-size: 100.01%;
	color:#000;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    font-family: verdana,arial,sans-serif;
    font-size: 70.01%;
    color:#000;
    color: #000000;
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 70em;

}

#headWrap{
	background-color: white;
	background-image: url(../pix/kbs/headerGradient.jpg);
	background-position:right top;
	background-repeat: repeat-y;
}

#headerDiv{
	overflow:visible;
	width:100%;
	height: 75px;
	margin:0;
	padding:0;
	position: relative;
}

#headerDiv .product-version {
	position: absolute;
	left: 74px; top: 42px;
	color: #707173;
	font-family: arial,sans-serif;
}

#headerDiv .calc-year {
	position: absolute;
	right: 1.5em; top: 16px;
	font-size: 20px;
	font-family: arial,sans-serif;
	font-weight: bold;
}

#headerDiv #logo{
	position: absolute;
	top: 0.5em;
    left: 1em;
}

#headerDiv #logoHaufe{
	position: absolute;
	top: 28px;
    right: 16px;
}

div#swimmer{
	position: relative;
	width: 100%;
}

div#backNavi{
	background: #A7D1D2 url(../pix/kbs/backNaviBkg.png) repeat-x;
	text-align: center;
	width: 10em;
	height: 25px;
	line-height: 25px;
	padding: 0 0.8em 0 0.8em;
	border-color: #118185;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	z-index: 5;
	position: relative;
	top: 1px;
	left: 1em;
}

div#backNavi *{
	color: #118185;
	font-weight:bold;
	text-decoration:none;
}

div#backNavi a:hover{
	text-decoration: underline;
}

div#blueBar{
	position: relative;
	background:#118185 url(../pix/kbs/barBkg.png) repeat-x;
	border-top: 1px solid #118185;
	z-index: 2;
	padding: 0 1em 0 1em;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border-bottom:1px solid #118185;
}
/**
	die box mit den Nutzerinfos
**/
#userBox { 
	font-size: .8em;
    float: right;
}

#userBox a{ 
    color: #ffffff;
    font-weight: bold;
}

#info{
	float: left;
}

div#userinfo * {
	font-size: .9em;
}


/* ## Login Screen ##################### */

.loginLogoWrapper {
	width: 30em;
	position: relative;
	text-align: left;
	height: 70px;
}

.loginLogoWrapper .product-version {
	position: absolute;
	left: 67px; top: 35px;
	color: #707173;
	font-family: arial,sans-serif;
}




h1 {
	font-size:1em;
	font-weight:bold;
	padding:.2em 1em .2em 1em;
}

form#loginform h1, form#loginformExp h1{
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0;
}

.leftColFormTable{
	vertical-align:top;
	font-weight: bold;
	padding-top: .8em;
	padding-right: 1em;
}

.leftColFormTable *{
	font-weight: bold;
}

.stdColFormTable{
	padding-top: .8em;
}

img {
	border: none;
}
.w45 {
 width:45em;
 }
.w40 {
 width:40em;
 }
.w35 {
 width:35em;
 }
.w30 {
 width:30em;
 }
.w25 {
 width:25em;
 }
.w15 {
 width:15em;
 }
.w14 {
 width:14em;
 }
.w13 {
 width:13em;
 }
.w12 {
 width:12em;
 }
.w10 {
 width:10em;
 }
.w9 {
 width:9em;
 }
.w8 {
 width:8em;
 }
.w7 {
 width:7em;
 }
.w6 {
 width:6em;
 }
.w5 {
 width:5em;
 }
 
.dlg {
    background-color:#ccc;
    background-color:WhiteSmoke; 
    color:WindowText;
    
    border:1px solid;
    border-color: #BBB #666 #666 #BBB;
    
    margin: 5% 4em auto 4em;
    padding:2em;
    
    max-width:50em;
    min-width:10em;
    
    overflow:hidden;
    position:relative;
}

.dlgbox {
    background-color:WhiteSmoke; 
    color:WindowText;
    
    border:1px solid;
    border-color: #BBB #666 #666 #BBB;
    
    margin: 1em;
    padding:1em;
    
    /*max-width:50em;*/
    min-width:10em;
    
    
    overflow:hidden;
    position:relative;
}



.dlg_footer {
   float: left;
   margin-top: 1em;
}

.dlg_hidden {
  display:none;
}

.dlg_header {
}


.bold{
	font-weight: bold;
}

/* Links */

a { 
	color: #00F; 
	text-decoration: none; 
}

a:hover {
	color: #0F0F0F;  
	text-decoration: underline; 
}



form br { 
  clear: left; 
}

.cb {
  margin-left: .3em;
}

/* Select */
select { 
    margin-bottom: .1em;
    font-size: inherit;

}
option { 
  padding-right: .5em;
}

/* Warnung Text */

.errorBox { 
    text-align:center;
    border-width:0px;
	border-style:none;
}

.errorText {
  color: red;
  font-weight: bold;
}

.okText {
  color: green;
  font-weight: bold;
}

.warningBox { 
	border-bottom: 1px dotted #C7C7C7; 
	margin: 0; 
	padding: 0 10px 10px; 
}
.warningText {
  color: red;
  font-weight: bold;
}

.sbError  {
	border-width:1px;
	border-style:solid;
	border-color:#FF0000;	
	margin: 5px;
	margin-left:0;
	margin-right:0; 
	vertical-align:middle;
	border-collapse: separate;	
	overflow:visible;
	font-weight:bold;
	padding:10px; 
	text-align:left; 
	line-height:16px;
	display:block;
}


.sbErrorInline {
	margin-left:.3em;
	color: red;
}

.small {
	width: 15em;
}

.medium {
	width: 25em;
}

.large {
	width: 41em;
}

.formTable, .formTable {
	float:left;
	font-size: 1em;
	margin: 0 1em 1em 0;
}

.formTable th, .formTableMiddle th{
	font-size: 1.2em;
	margin-left: .5em;
}
.formTable tr td{
	vertical-align: top;	
}

.formTableMiddle tr td{
	vertical-align: middle;	
}

.focus {
  color: black;
  background-color: #FFFF80 !important;     
}

input, select {
	font-size:1em;
	vertical-align:baseline;
}

textarea {
	font-size:1em;
  	background-color: snow;
  	border-color: #E0DFE3 !important;
}

.formTable input, .formTable textarea, .formTable select, .formTable option{
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1em;
	margin-top:.2em;
	color: #333;
	background-color: snow;
	color: #2e3436;
	border-color: #E0DFE3 ;
	border-width:1px;
}

.formTable textarea, .formTable select, .formTable option {
 font-size: 1em;
}

.formTable th, .leftAlign{
	text-align: left;
}

.rightAlign {
     text-align: right;
}


.required {
	font-weight: bold;
	color: black;
}

.required:after {
	content: "(*)";
	font-size: 65%;
}

.required+input {
	color: #2e3436;
	background-color: #ddd;
}

/******************************************************/
.main_dialog_header {
	
	background-color: ActiveCaption;
	color:CaptionText;
	
	border-collapse: separate;
	border-color: #FFF #666 #666 #FFF;
	border-style: solid;
	border-width: 1px;
	clear: both;
	vertical-align: middle;
}

.main_dialog_inner {
	min-width: 30em;
	max-width: 44em;
	margin: 2.5em 15% auto 15%;
	background-color: #F1F1F1;
	border-width: 1px;
	border-color: #d3d7cf #3a3b36 #3a3b36 #d3d7cf;
	border-style: solid;
}

.main_dialog_header {
	font-weight: bolder;
	background-color: ActiveCaption;
	color:CaptionText;
}
.main_dialog_header_text {
	font-weight: bolder;
	background-color: ActiveCaption;
	color:CaptionText;
	padding-left: .8em;
}

.main_dialog_navi {
	margin: 0;
	height: 32px;
	line-height: 32px;
  padding: 0 1em 0 1em;
	border-color: #78B7BA #118185 #118185 #118185;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
  text-align:right;
  background: #118185 url(../pix/kbs/barBkg.png) repeat-x;
  z-index: 1;
  color: #fff;
}

.main_dialog_navi input {
	margin-top: 6px !important;
}
   
  

/*********************************************************/
fieldset table tr label {
	line-height: 1.2em;
}

fieldset br {
	clear: both;
}

fieldset input [type='text'] {
	width: 25em;
}

.three {
	width: 3em;
}

.nowrap {
	white-space: nowrap;
}

/* Label
label {
	display: block;
	width: 20ex;
	float: left;
	margin-right: 1em;
	margin-left: 1em;
	font-weight: bolder;
}
 */
td label {
	font-weight: normal;
	margin-bottom: 0;
	/*vertical-align: middle;*/
}

.clearer {
	clear: both;
}

th {
	white-space: nowrap;
}


#icons input {
  display : none;
}

div#footer {
	padding: 2%;
	text-align: center;
	clear: both;
}

div#maincontent {
	padding: 0 1em;
}

/**
	überschrift in content_single
**/
div#viewHead {
	padding:1.2em 0pt;
}

div#viewHead h1 {
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
}



div#viewFooter {
	background-color: #babdb6;
	padding: 1.0em;
	border-width: 1px;
	border-color: #b3b7bf #3a3b36 #3a3b36 #d3d7cf;
	min-height: 2em;
	border-style: solid;
	border-color: rgb(255, 255, 255) rgb(102, 102, 102) rgb(102, 102, 102)
	rgb(255, 255, 255);
	border-width: 1px;
	overflow: visible;
	background-color: #8BA1BF;
	border-collapse: separate;
	padding: 0.5em;
	margin-right: 1px;
	margin-bottom: -1px;
	clear: both;
}

div#viewHead a {
	color: #000;
	font-size: 0.9em;
	font-weight: bolder;
}



/**
	der view, in content_single
**/
div#view {
	margin: 0;
	padding: .4em 0;
	overflow: visible;
	width: 100%;
}

input.submitButton, input.submitButtonHover{

	/** Im IE verschwinden Teile des Buttons **/
	vertical-align: middle;

   font-weight:bold;
	padding-left: 1em;
	padding-right: 1em;
	
	margin-left: 0.3em;
	margin-bottom: 0.3em;
	margin-right: 0.3em;
	border: 1px solid #ccc;
}

.submitButton{
	background:white url(../pix/kbs/submitBtnBkg.gif) repeat-x;
}

.submitButtonHover{
  background:white url(../pix/kbs/submitBtnBkgHover.gif) repeat-x;
}

/**
message box
**/
.messageBoxWrap{
	position: absolute;
	top: 9em;
	left: 20%;
	right: 20%;
	z-index: 20000;
	background: url("../pix/kbs/sbhint.gif");
	background-repeat: repeat-x;
	background-color: #fff;
	overflow: hidden;
}
/**
  Box fuer wichtige Hinweise, die sich abheben sollen von den normalen Hinweistexten
**/
.messageBoxHint {
    background: url("../pix/kbs/sbhint.gif");
	background-repeat: repeat-x;
	background-color: #fff;
    border-width: 1px;
    border-style: dotted;
    padding: 1em 2em;
    font-weight:normal;
}

.messageBox {
	background-color: transparent;
    border-color: #222 #444 #444 #222;
	border-width: 1px;
	border-style: solid;
	padding: 1em 2em;
}

.messageBox li {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:square;
  margin-left:1em;
}

.messageBox ul {
  list-style-image:none;
  margin-bottom:1em;
  margin-top:.5em;
}

.messageBox h4 {
  /* line-height:2em; */
}



.hintBox {
	background: url("../pix/haufe_orange/sbhint.gif");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-color: #888 #666 #666 #888;
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	margin: 0.1em 0.1em
}

.hintBoxPara {
	font-size: 1em;
	margin: 0.2em 2em 0.2em 0.5em;
	color: #111111;
}

.strong {
	font-weight: bold;
}

h1,h2,h3,h4 {
	text-align: left;
    margin: 0;
    padding: 0;
}

h1 {
	font-size: 1.1em;
	font-weight: bolder;
}

h2, #windowHead {
	font-size: 1.0em;
	font-weight: bolder;
	background-image: url("../pix/dlgfooter.png");
	background-repeat: repeat-x;
	padding-left: 1em;
}

h3{
	font-size: 1.3em;
	font-family: verdana,arial,sans-serif;
}

h4, #windowHead h3{
	display:inline;
}

a,a:visited,a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.listing {
	margin-top: 0.8em;
	min-width: 15em;
}

.listing_table { /*	border-color: #8BA1BF;
	border-width: 1px;
	border-style: solid;*/
	
}

.listing_footer {
   border-top:1px solid #B7B7B7;
   line-height:1em;
   margin-top:0.8em;
}

.listing tbody tr td{
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.order-table-header {
	text-align: center;
	background: none repeat scroll 0 0 #E5E5E5;
	border-bottom: 1px solid #BBBBBB;
	padding: 10px;
}

.order-table-odd-row {
	text-align: left;
	background: none repeat scroll 0 0 #FFFFFFF;
	border-top: 1px solid #BBBBBB;
}

.order-table-even-row {
	text-align: left;
	background: none repeat scroll 0 0 #EEEEEE;
	border-top: 1px solid #BBBBBB;
}

.listing tbody tr{
	color:#003399;
}

.listing tbody tr.odd {
	background-color:#EEEEEE;
}

.listing tbody tr.even {
	background-color:#ffffff;
}

.listing tbody tr.over {
   background-color: #99ccff;
}

.shh, .left, .right, .middle, .colstd {
   padding-left: 0.5em;
   padding-right: 0.5em;
   vertical-align:middle;
}

.shh, .left, .right, .middle {
	background-color: #DDDDDD;
	font-weight: bold;
	color: #000;
	text-align: left;
	border-top:1px solid #BEBEBE;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.left{
	border-left:1px solid #ccc;
}

.middle{
	border-left:1px solid #ccc;
}

.right{
	border-left:1px solid #ccc;
	border-right:1px solid #BEBEBE;
}


.dataGridHeader { 
	font-size: 0.8em;
}

.dataGridHeader h3,.dataGridHeader a,.dataGridHeader span {
	color: #444;
}

.dataGridHeader a,.dataGridHeader a:hover,.dataGridHeader a:hover {
	font-weight: bolder;
	font-size: 1em;
}

div#filterBox {
	margin-left: 2em;
	
	font-size: 0.8em;
	font-weight: normal;
}

/* */
.divMainBox, .divMainBox2 {
    font-size: 1em;
    float:left;
    margin-right: .8em;
    margin-bottom: .8em;
    
    background-color:#FFFFFF;
	border:1px solid #B7B7B7;
	
}

.divMainBox {
   width:20em;
}

.divMainBox div, .divMainBox2 div{
   padding: 0.5em 1em;
}

.divMainBox a, .divMainBox2 a{
	color:#003399;
}

.divMainBox .minmax{
	float:right; 
	margin: 0.15em 0.15em 0 0;
}

.filterbox{
	padding: 0 !important;
	
}

.divMainBox h2, .divMainBox2 h2, t1 {
	background:transparent url(../pix/haufe_orange/portletHeadlineBkg.gif) repeat-x scroll 0%;
	color:#000000;
	font-size: 1.1em;
	font-weight:bold;
	height:2.1em;
	padding: 0.4em 0pt 0pt 0.8em;
	overflow: auto;
}

.divMainBox2x1 {
    width:19.2em;
}

.divMainBox2x1_5 {
    width:28.8em;
}

.divMainBox2x1_7 {
    width:32em;
}

.divMainBox2x2 {
    width:39.5em;
}

.divMainBox2x3 {
    width:59.7em;
}

.divMainBox2xFull {
    width:99%;
}

.logBox{
width: 95%; 
overflow:auto; 
border: 1px solid #999;
}

.logBox h1, .logBox h2, .logBox h3{
	background: none !important;
}


li * {
	vertical-align: top; 
}

li a:hover {
	text-decoration:underline;
}

ul{
	padding-left: 0.3em;
	list-style-position:inside;
	list-style-image:url(../pix/haufe_orange/arrow.gif);
}

.list{
	list-style-image:none;
}

ul li{
	padding: 0; margin: 0;
}
ul li *{
	padding: 0; margin: 0;
}

.baseFilterBox {
  white-space: nowrap;
  float:left; 
  margin-left: 1em;
}

/* Popup für Infos */
.popup {
	background-color: #f0f0f0;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0 #999 #999 #f0f0f0;
	padding: 0.2em;
	font-size: 0.9em;

}

.maskGrey {
	position: absolute; 
	top: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-style: none;
	background-color: #d0d0d0;
	
	opacity: 0.5;
	z-index: 100;
}

.wA {
  width:auto;
  float:none;
}

.wAFloat {
  width:auto;
}

.hA {
  height:auto;
}

.w5 {
   width: 5em;
}
.w10 {
   width: 10em;
}
.w15 {
   width: 15em;
}
.w20 {
   width: 20em;
}
.w23 {
   width: 23em;
}
.w25 {
   width: 25em;
}
.w28 {
   width: 28em;
}
.w30 {
   width: 30em;
}
.w35 {
   width: 35em;
}
.w36 {
   width: 36em;
}
.w38 {
   width: 38em;
}
.w40 {
   width: 40em;
}
.w45 {
   width: 45em;
}
.w50 {
   width: 50em;
}
.w60 {
   width: 60em;
}
.w80 {
   width: 80em;
}
.w100 {
   width: 100em;
}

.h5 {
    min-height: 5em;
    height: auto !important;
    height: 5em;
}
.h7 {
    min-height: 7em;
    height: auto !important;
    height: 7em;}
.h10 {
    min-height: 10em;
    height: auto !important;
    height: 10em;}
.h12{
    min-height: 12em;
    height: auto !important;
    height: 12em;}
.h10 {
    min-height: 10em;
    height: auto !important;
    height: 10em;}
.h15 {
    min-height: 15em;
    height: auto !important;
    height: 15em;}
.h20 {
    min-height: 20em;
    height: auto !important;
    height: 20em;}
.h25 {
    min-height: 25em;
    height: auto !important;
    height: 25em;}
.h50 {
    min-height: 50em;
    height: auto !important;
    height: 50em;
}

.oA{
   overflow:auto;
}
.oH{
   overflow:hidden;
}
.oS{
   overflow:scroll;
}


.submitButtonLeft {
  float:left; 
}

.deleted {
  text-decoration:line-through;
  color:red;
}

.selected {
  font-weight: bold;
  text-decoration:overline underline;
}


.halfOpac{
	opacity: 0.5;

}

.normal {
}

.currency {
	 vertical-align: middle;
     text-align: right;
     padding-right: 0.5em;
}

.vLefthMiddle{
     width: 7em;
     text-align: left;
     vertical-align: middle;
}

.center {
     text-align: center;
}

.errorInput{
	border: 1px solid red !important;
}

.error {
  border: 1px solid orange;
}

.dr-mpnl-pnl {
    background-color:WhiteSmoke; 
    color:WindowText;
    overflow:visible;    
    border:1px solid;
    border-color: #BBB #666 #666 #BBB;
}

.tab {
	margin : .5em;
}

.tab1 {
	margin : 1em;
}

.tab2 {
	margin : 2em;
}

body .dojoComboBoxOuter {
        border: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
        background: transparent !important;
        white-space: nowrap !important;
}

body .dojoComboBox {
        
        margin: 0px;
        padding: 0px;
        vertical-align: middle !important;
        float: none !important;
        position: static !important;
        display: inline !important;
}

/* the input box */
body input.dojoComboBox {
        border-width: 1px;
        border-right-width: 1px !important;
        border-style: inset ;
        color:#2E3436;
		border-color: #E0DFE3;
}

/* the down arrow */
body img.dojoComboBox {
		display: none !important;
        border-left-width: 0px !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
}

/* IE vertical-alignment calculations can be off by +-1 but 
these margins are collapsed away */
body .dj_ie img.dojoComboBox {
        margin-top: 1px; 
        margin-bottom: 1px; 
}

/* the drop down */
body .dojoComboBoxOptions {
        font-family: Verdana, Helvetica, Garamond, sans-serif;
        /* font-size: 0.7em; */
        background-color: snow;
        border: 1px solid #afafaf;
        position: absolute;
        z-index: 1000; 
        overflow: auto;
        cursor: default;
        
        	margin-top: 3px;	
		
}

body .dojoComboBoxItem {
        padding-left: 2px;
        padding-top: 2px;
        margin: 0px;
}

body .dojoComboBoxItemEven {
        background-color: #f4f4f4;
}

body .dojoComboBoxItemOdd {
        background-color: white;
}

body .dojoComboBoxItemHighlight {
        background-color: #99ccff;
        color: white;
}

