@charset "utf-8";
/* CSS Document */

td{
	font-size:11px;
	vertical-align:top;
	padding-right:10px;
}

td a{
	font-size:11px;
}
th{
	font-size:12px;
	text-align:left;
}
h2{
	margin-bottom:10px;
}

.articleStage{
	margin-top:40px;
}
.wrapperContent{
	width:940px;
	margin:0px auto;
	background:#fff;
	padding:20px;
	padding-top:10px;
	padding-bottom:0px;
	overflow:hidden;
	
	
	background-image:url(../../../images/tabContentBg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	border:1px solid #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:40px;
	box-shadow:0px 0px 20px 0px #e8e8e8;
	padding-bottom:20px;
}
.wrapperContent a{
	color:#0066CC;
	text-decoration:underline;
}
.wrapperContent a.buttonMediumBlue{
	color:#fff;
}


.loungeBox{
	border:1px solid #fff;
	border-top:0px none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px #ccc;
	padding:10px;
	color:#999;
	padding-bottom:33px;
	background:url(../../../images/tabContentBg.jpg) repeat-x;
}
.loungeBox h1, h2{
	font-size:18px;
	color:#333;
	margin-bottom:10px;
}
.loungeBox td{
	color:#666;
}
.loungeBox td a{
	font-size:11px;
}
.loungeBox a{
	font-size:12px;
	text-decoration:none;
}
.loungeBox a:hover{
	text-decoration:underline;
}
.loungeBox .pagin{
	overflow:hidden;
	padding:1px;
	margin-top:1px;
	margin-bottom:1px;
}



.content{
	width:980px;
}
.tableDesigns{
	margin-right:1px;
	font-size:11px;
	width:100%;
}
.tableDesigns td{
	padding:2px;
	padding-right:5px;
	border-right:1px dashed #dfdfdf;
	border-bottom:1px dashed #dfdfdf;
}
.tableDesigns th{
	font-weight:bold;
	text-align:left;
}

.tableDesigner{
	margin-right:1px;
	font-size:11px;
	width:100%;
}
.tableDesigner td{
	padding:2px;
	padding-right:5px;
	border-right:1px dashed #dfdfdf;
	border-bottom:1px dashed #dfdfdf;
}
.tableDesigner th{
	font-weight:bold;
	text-align:left;
}


.tableOrders{
	margin-right:1px;
	font-size:11px;
	width:100%;
}
.tableOrders td{
	padding:5px;
	border-right:1px dashed #dfdfdf;
	border-bottom:1px dashed #dfdfdf;
	vertical-align:top;
	font-size:10.5px;
	line-height:14px;
	color:#999;
}
.tableOrders td em, i, strong{
	font-size:10px;
}
.tableOrders th{
	padding:5px;
	font-weight:bold;
	text-align:left;
}

.active a{
	font-weight:bold;
	text-decoration:none;
}

h3{
	font-size:16px;
	margin:0px;
	padding:0px;
}
.fragen210{
	background-color:#f8f8f8;
	color:#000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:200px;
	border:1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px #ccc;
	color:#999;
}
.fragen210 h2{
	color:#333;
	font-size:18px;
}
.fragen210 a{
	font-size:12px;
	text-decoration:none;
}
.fragen210 a:hover{
	text-decoration:underline;
}
.fragen210 ul{
	margin:0px;
	padding:0px;
}
.fragen210 li{
	list-style-position: inside;
	list-style-type: none;
	margin-bottom:5px;	
}
.fragen210 hr{
	height:1px;
	border-top:1px solid #ccc;
	border:0px none;
}




/* Rating */
.rating{
	margin:5px;
	float:none;
	height:100px;
	display:inline;
}
.rating span{
	float:left;
	margin-right:5px;
}
.ratingBlock{
	padding-top:4px;
	float:left;
	width:60px;
}
.ratingStar{
	width:12px;
	height:11px;
	background-image:url(../../../images/ratingStar.gif);
	background-repeat:no-repeat;
	float:left;
}
.ratingStarHalf{
	width:12px;
	height:11px;
	background-image:url(../../../images/ratingStarHalf.gif);
	background-repeat:no-repeat;
	float:left;
}
.ratingStarNone{
	width:12px;
	height:11px;
	background-image:url(../../../images/ratingStarNone.gif);
	background-repeat:no-repeat;
	float:left;
}

.designuploadFiles{
	background-color:#f5f5f5;
	width:100%;
}
.designuploadFiles td{
	font-size:13px;
	vertical-align:bottom;
	padding:5px;
	
}

.designuploadAtt{
	/*background-color:#f5f5f5;*/
	width:100%;
}
.designuploadAtt td{
	font-size:11px;
	vertical-align:bottom;
	padding:5px;
	padding-left:0px;
	padding-bottom:5px;
	vertical-align:top;
}
.designuploadAtt select{
	/*background-color:#f5f5f5;*/
	width:120px;
}

.col1{
	width:670px;
	margin-right:20px;
	padding:10px;
	float:left;
	/*background-color:#FFFFFF;*/
}

.col2{
	width:230px;
	float:left;
	padding-top:10px;
}
hr{
	border:0px;
	border-top:#999999 dotted 1px;
	height:1px;
	margin-bottom:5px;
}

.error{
	color:#ff0000;
}
.noerror{
	color:#000000;
}


.loungeTabs{
	margin-bottom:20px;
	margin-top:20px;
	display:inline;
}
.loungeTabs ul{
	margin:0px;
	padding:0px;
	clear:both;
}
.loungeTabs li{
	list-style-position: inside;
	list-style-type: none;
	padding:10px;
}
.loungeTabs.tabs{
}
.loungeTabs.tabs ul{

}
.loungeTabs.tabs ul li{
	float:left;
	
	color:#000;
	list-style-position: inside;
	list-style-type: none;
	border:1px solid #ccc;
	border-bottom:0px none;
	border-left:0px none;
	margin-right:2px;
}
.loungeTabs.tabs ul li.active{
	border:1px solid #333;
	border-bottom:0px none;
	border-left:0px none;
	font-weight:bold;
}

.loungeTabs.content{
	
}
.loungeTabs.content ul{
	
}
.loungeTabs.content ul li{
	display:none;


}


.jobStatus{
	background:#fff;	
	padding:0px;
	padding-bottom:0px;
	border:1px solid #ccc;
	background:#fff;
}
.jobStatus.subline{
	background:#f8f8f8;	
	padding:5px;
	border:0px none;
	border-top:1px solid #ccc;
}
.jobStatus.input{
	border:0px;
	box-shadow:none;
	width:350px;
	font-size:16px;
	margin-left: 5px;
margin-top: 5px;
margin-bottom: 3px;
}
.jobStatus select{
	font-size:11px;
}
.jobStatus select option{
	font-size:11px;
}
.jobStatus.submit{
	float:right;
	cursor:pointer;
	box-shadow:none;
	font-size:11px;
	padding-bottom:0px;
}


table.ebizHistory span.key{
	font-style:italic;	
}
table.ebizHistory td, table.ebizHistory a{
	border-bottom:#f0f0f0 solid 1px;
	padding-bottom:5px;
	line-height:16px;
}

table.ebizHistory td.historyMessge{
	background:#f8f8f8;
	padding:10px;
}
table.ebizHistory span{
	font-size:11px;	
}
table.ebizHistory span.value{
	font-weight:bold;	
}
table.ebizHistory span.key{
}
span.lastStatus.message{
	font-size:22px;
	font-style:italic;	
	overflow:hidden;
}
span.lastStatus.sender{
	font-size:10px;
	font-style:italic;	
	overflow:hidden;
}



.tableOrders td.jobHeading{
	font-size:14px;
	background:#f8f8f8;
	padding:5px;
	
}
.jobHeading span.orderCode{
	font-style:normal;
	line-height:18px;
}
.jobHeading span.comment{
	font-weight:bold;
	line-height:18px;
}
.jobHeading span.datetime{
	float:right;
	font-size:12px;
}
.jobHeading div.requiresAction{
	float:left;
	margin-right:10px;	
}
.jobHeading div.requiresAction.true{
	color:#F00;	
}
.jobHeading div.requiresAction.false{
	color:#039;
}


.sprechblase { 
	padding:5px;
	background: #f8f8f8;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


