.jobms li{
		list-style-type: none;
	}

.projects {
	margin: 10px;
}

.projects .head form option{
	margin: 0 0 0 5px;
}

.projects.printview{
	width: 550px;
	overflow: hidden;
}

.projects .head{
	background: #9999dd;
	margin: 0 0 ;
	border-bottom: solid 1px #c1c1c1;
	/*overflow: hidden;*/
	padding: 0 2px;
}

.projects.printview .head{
	background: #ffffff;
}

.projects .head .navigation li{
	float: left;
	padding: 5px 10px;
	cursor: pointer;
}


.projects .head .navigation li.cur,
.projects .head .navigation li:hover{
	background: #aa2222;
	color: #ffffff;
}

.projects .head .filter{
	clear: both;
	display: none;
}
.projects .head input{
	width: 90px;
}

.projects .head select{
	width: 93px;
}


.projects .head .col1,
.projects .head .col2{	
	float:left;
	margin: 0px 10px 0 0;
}

.projects .head .col1 span,
.projects .head .col3 span,
.projects .head .col2 span,	
.projects .head .col4 span{	
	float:left;
	width: 100px;
}
.projects .head .col1{

}

.projects .head .col2{

}

.projects .head .col3{
	float: left;
}



.projects .head .sortform{
	clear: both;
	display: none;
}


.projects .head .sortform select{
	width: 130px;
}


.projects .head .sortform .col1,
.projects .head .sortform .col2,
.projects .head .sortform .col3,
.projects .head .sortform .col4{
	margin: 0 15px;
}


.projects .head .sortform .col2{

}

.projects .head .sortform .col3{
	
}

.projects .head .col3 input{
	width: 40px;
}


.projects .head .viewform{
	clear: both;
	display: none;
}
.projects .head .viewform .col1 span{
	width: 110px;
}


.projects .head .extraform{
	clear: both;
	display: none;
}

.projects .head .extraform fieldset{
	float: left;
	padding: 5px;
	margin: 5px;
}

.projects .head .extraform fieldset input{
	width: 150px;
}

.projects .head .pages{
	float:right;
	margin: 2px 10px 2px 0;
	clear: both;
}

.projects .head .clearsearch{
	clear: left;
}

.projects .list li{
	border-top: solid 1px #c1c1c1;
	overflow: hidden;
	position: relative;
}

.projects.bills .list li{
	padding-bottom: 5px;
}

.projects .list li p{
	margin:0;
}

.projects .list li .col1,
.projects .list li .col2,
.projects .list li .col3,
.projects .list li .col14
{
	float: left;
}


.projects .list li .col1{
	margin: 0 0 0 2%;
	padding: 10px 5px 0;
	padding: 10px 2px 0 0;
	line-height: 1.2em;
	width: 100px;
	width: 20%;
	overflow: hidden;
	
}

.projects .list li .col1_5{
	margin: 0 0 0 2%;
	padding: 10px 0;
	width: 10%;
	overflow: hidden;
	float: left;
}

.projects.printview .list li .col1_5{
	display: none;
}

.projects .list li .col1 .projectnumber{
	margin: 0 0 1.2em 0;
	vertical-align: top;
	
}

.projects.bills .list li .col1 .projectnumber{
	margin: 0 0 0em 0;
}

.projects .list li .col2{
	margin: 0 2%;
	padding: 10px 0 0 0;
	line-height: 1.2em;
	width: 25%;
	min-width: 180px;
}

.projects .list li .col2 p span{
	display: block;
	float: left;
	width: 108px;
	padding: 0 6px 0 0;
}

.projects .list li .col2 p span b{
	float:right;
}

.projects .list li .col3{
	margin: 0 2%;
	padding: 10px 0 0;
	line-height: 1.2em;
	width: 120px;
	text-align: right;
	width: 17%;
	min-width:125px;
}
.projects .list li .col3 p{
	margin: 0;
	padding: 0;
}
.projects .list li .col3 p span{
	display: block;
	float: left;
	width: 70px;
	text-align: left;
}

.projects .list li .col4{
	margin: 0 0px;
	padding: 10px 0 0;
	line-height: 1.2em;
	overflow: hidden;
}

.projects .list li .col4 img{
	float:left; 
	width: 20px; 
	height: 20px; 
	border: solid 1px black; 
	margin: 2px;
}

.projects.printview .list li .col4 img{
	width: 15px;
	height: 15px;
	border: 0;
	margin: 1px;
}


.projects .list li.odd{
	background: #eeeeee;
}

.projects .list li.even{
	background: #eeeeee;
}

.projects ul.list li.closed{
	background: #bee4be;
}

.projects ul.list li.selected{
	background: #eee6ce;
}


.projects.printview .list li.odd,
.projects.printview .list li.even{
	background: #fff;
}

.projects .month .projectcount{
	float:right;
}
.projects .month{
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}

.projects .year .projectcount{
	float:right;
}
.projects .year{
	font-weight: bold;
	font-size: 1.3em;
	padding: 0px 5px 5px 5px;
	border-top: solid 5px #ffe0e0;
}


div.project{
	border: solid 1px black;;
	margin: 10px;
	background: #fff;
}

div.project .head{
	height: 50px;
	border-bottom: solid 1px black;
	background: #093270;
}
div.project .head .projectnr span{
	font-size: 0.9em;
}
div.project .head .projectnr,
div.project .head .projectname{
	line-height: 50px;
	font-size: 1.4em;
	color: #fff;
}
div.project .head div.projectnr{
	margin: 0 10px;
	float: left;
	color: #fff;
}

div.project .head .projectnumber{
	color: #fff;
}

div.project .head .projectname{
	margin: 0 0 0 270px;
}

div.project fieldset{
	margin: 10px;
	position: relative;
	padding: 5px 0 0 0;
	/*border-top: solid 18px #eee;*/
}

div.project fieldset .buttons{
	position: absolute;
	width: 100px;
	top: -13px;
	/*top: -19px;*/
	left: 100%;
	margin: 0 0 0 -100px;
	z-index: 2;
}

div.project fieldset .buttons div{
	width: 10px;
	height: 10px;
	border: solid 1px black;
	float: right;
} 

div.project fieldset .buttons div.minimize{
	background: url("../images/jobms/minimize.jpg");
}

div.project fieldset .buttons div.close{
	background: url("../images/jobms/close.gif");
}

div.project fieldset .buttons div.edit{
	background: url("../images/jobms/edit.jpg");
}

div.project fieldset .buttons div.delete{
	background: url("../images/jobms/delete.jpg");
}

div.project fieldset legend{
	/*background: #eee;*/

}

div.project fieldset form{
	display: none;
	margin: 5px;
}

div.project fieldset form ul li input{
	width: 150px;
}

div.project fieldset form ul li label{
	display: block;
	float: left;
	width: 150px;
}

div.project fieldset.kunde{
	
}

div.project fieldset.kunde div ul li{
	float: left;
	overflow: hidden;
}

div.project fieldset.kunde div ul li label{
	float: left;
	width: 90px;
}
div.project fieldset.kunde div ul li p{
	margin: 0 0 0 80px;
}

div.project fieldset.kunde div ul li ul li{
	float: none;
	margin: 2px 10px;
}


div.project fieldset.dates li{
	float: left;
	padding: 0 20px;
	/*width: 305px;*/
}

div.project fieldset.participants{
	/*float: left;
	width: 502px;*/
}

div.project fieldset.dates label{
	float: left;
	width: 130px;
}

div.project fieldset.dates input{
	width: 80px;
}

div.project fieldset.participants ul li{
	margin: 5px;
	padding: 0px;
}



div.project fieldset.participants ul li img{

}
div.project fieldset.participants ul li div{
	/*border: solid 1px black;*/
}
div.project fieldset.participants ul li div.netto{
	width: 87px;
	margin: 0 0 0 3px;
	float: right;
	text-align: right;
}
div.project fieldset.participants ul li.editing div.netto{
	width: 80px;
}
div.project fieldset.participants ul li .mwst{
	text-align:left;
	display: block;
	float: right;
	width: 40px;
}

div.project fieldset.participants ul li .partibilldate{
	text-align:left;
	width: 95px;
	float: right;
}


div.project fieldset.participants ul li .partibilldate input{
	width: 85px;
}


div.project fieldset.participants ul li div.netto span{
	display: inline;
	float: none;
}

div.project fieldset.participants form ul li div.netto{
	width: 100px;
}
div.project fieldset.participants form input{
	margin: 0 5px;
}

div.project fieldset.participants ul li span{
	float: right;
	text-align: right;
	
}

div.project fieldset.participants select optgroup{
	margin: 0px 2px 10px 2px;
}
div.project fieldset.participants select optgroup option{
	margin: 0 5px;
}

div.project fieldset.projectfield{
	clear: both;
	overflow: hidden;
}

div.project fieldset.projectfield label{
	float: left;
	width: 70px;
	margin: 0 0 0 5px;
}
div.project fieldset.projectfield input{
	width: 500px;
}

div.project fieldset.projectfield fieldset.text{
	/*float: left;
	width:43%;*/
	margin: 10px 20px;
	
}

div.project fieldset.projectfield fieldset.text textarea{
	width: 96%;
	margin: 0 2% 2%;
	height: 200px;
}

div.project fieldset.billfield li{
	margin: 3px 0px;
	overflow: hidden;
}

div.project fieldset.billfield li.summenary span{
	font-weight: bold;
}

div.project fieldset.billfield li .col1,
div.project fieldset.billfield li .col2,
div.project fieldset.billfield li .col3{
	padding: 0 5px;
	margin: 0 10px;
	float: left;
	width: 200px;
}

div.project fieldset.billfield li .col1{
	width: 100px;
	z-index: 2;
}

div.project fieldset.billfield li .col4{
	float: right;
	margin: 0 10px;
}

div.project fieldset.billfield form .window{
		width: 600px;
	}

div.project fieldset.billfield form .window ul{
	overflow: hidden;
}
div.project fieldset.billfield form .window ul li{
	float: left;
	margin: 5px;
}

div.project fieldset.billfield form .window ul li textarea{
	width: 554px;
	height: 100px;
}

div.project fieldset.billfield form .window ul li ul li{
	float: none;
}

div.project fieldset.billfield form .window ul li ul li select{
	width: 80px;
}

.window{
	position: absolute;
	border: solid 1px black;
	background: #fff;
	z-index: 2;
	padding: 5px;
	 width: auto;
	 height: auto;
}

div.project fieldset{
		z-index: 1;
	}

div.project fieldset form .window{
	display: none;
}

.customerchange select{
	height: 200px;
	width: 150px;
}


.customerlist{
}

.customerlist ul li{
	margin: 2px 10px;
	overflow: hidden;
	clear: both;
}

.customerlist ul li div.col1,
.customerlist ul li div.col2{
	float: left;
}

.customerlist ul li div.col1{
	width: 50px;
	margin: 0 20px 0 0;
	text-align: right;
}



.customerlist ul li form ul{
	float: left;
}

.customerlist ul li form img{
	display: none;
	margin: 15px 50px 0 0;
	float: right;
}

.customerlist ul li form li img{
	display: inline;
	margin: 0;
	float: none;
}
.customerlist ul li form{
	display: none;
	clear: both;
	background: #fff;
	border: solid 1px black;
	overflow: hidden;
}

.customerlist ul li form ul li input{
	width: 150px;
}

.customerlist ul li form ul li label{
	display: block;
	float: left;
	width: 150px;
}

.customerlist ul li form ul li{
	float: left;
}

.customerlist ul li form label{
	float: left;
	width: 80px;
}
.customerlist ul li form ul li p{
	margin: 0 0 0 80px;
}

.customerlist ul li form ul li ul li{
	float: none;
	margin: 2px 10px;
}

.customerlist ul li form .links{
	float: left;
	padding: 25px;
	clear: right;
	line-height: 1.5em;
}

#jobms_customer_select optgroup{
	padding: 10px;
}

.schuldentable{
	
}

.schuldentable td{
	padding: 2px 15px;
}

.schuldentable th{
	padding: 2px 15px;
}


/*
	Generals
*/

.configModuls,
.configModules{
	
}

.hl{
	font-weight: bold;
}

.projectnumber{
	font-weight: bold;
}

.billsummanary .projectnumber{
	font-weight: bold;
	color: #aa2222;
}

.billsummanary .col2,
.billsummanary .col3{
	font-weight: bold;
}

.billsummanary .col2 span,
.billsummanary .col3 span{
	font-weight: normal;
}

pre {
   /*white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap !important;  /* 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+ */
}

.jobms_quickaccess{
	width: 400px;
	position: relative;
	left: 600px;
	text-align: right;
	z-index:2;
}
.jobms_quickaccess_wnd{
	width: 400px;
	position: absolute;
	background: #ffffff;
	border: solid 1px grey;
	z-index: 1000;
	display: none;
	text-align: left;
}


.jobms_quickaccess .close{
	border-left: solid 1px grey;
	border-bottom: solid 1px grey;
	float: right;
	padding: 2px 3px;
	cursor: default;
	font-weight: bold;
}


.jobms_quickaccess .close:hover{
	background: #990000;
}

.jobmsinouttable th,
.jobmsinouttable td{
	padding: 1px 5px;
	margin: 0;
	border: 0;
}

.jobms_in{
	background: #bee4be;
}
.jobms_out{
	background: #e4bebe;
}

.dropdown{
	position: absolute;
	display: none;
	background: #fff;
	border: solid 1px lightgray;
	border-top:0;
	width: 110px;
	padding: 3px 10px
}

.dropdown p{
	margin: 2px 0;
	padding:0;
}