/* CSS Document */


#formUBBEvent label, #formUBBNews label{
	padding:0 6px 0 2px
}


/*stylesheet for errors*/
/* -start- */
#SystemErrorZone, #AlarmZone{
	line-height:normal;
}

.highlight{
	background-color:#FFEBE8 !important;
}

#errors
{
	background:#FFEBE8 none repeat scroll 0%;
	border:1px solid #DD3C10;
	margin:0pt 10px 10px;
	padding:10px;
}

#errors H1{
	font:bold;
	font-size:14px;
	color:#333333;
	margin:0px;
	padding:0px;

}
#errors p{
	font-weight:normal;
	line-height:14px;
	margin:4px 0px 0px;
}

/* -end- */

.multilineBox{
	border: 1px solid #D2CBB9; !important;
	padding:2px;	
	height:80px;
	width:250px;
}

.largeMultilineBox{
	border: 1px solid #D2CBB9; !important;
	padding:2px;	
	height:120px;
	width:400px;
}


div.formsctiontitle{
	width:100%;
	padding:0px !important;
	margin-top:40px;
}

div.formsctiontitle span{
	width:100%;
}

div.formsctiontitle p{
	margin-left:20px !important;
	font-size:12px;
}

div.formrowwrapper{
	background-color:#d1e1d4;
	width:100% !important;
	padding-bottom:20px;
	border-top:2px solid #e8b36d;
}

table.largeMultilineBox, table.multilineBox{
	border:none;
	padding:4px;
	margin-left:20px;
}

table.largeMultilineBox label, table.multilineBox label{
	padding-left:4px;
}

@media print 
{ 
	.not-printable { display: none; } 
}



#tblListElement tbody tr:hover td{
	background-color: silver;
	background-color: #e4e0d8;
}

.checkbox {
margin:3px;
}
.checkbox Label{
display:inline;
margin-left:4px;
}

.hidden{
display:none;
}

.buyerlist{
/*border:1px dotted;*/
}