/* ------------------------------------------------------------------------------
Style Sheet for trade zone pages 
------------------------------------------------------------------------------*/


/* tables - START */
table.questions {
	border: none;
	margin: 0px;
	font: 13px/1.3 Arial, Helvetica, sans-serif;
	line-height: 2.1;	
}
table.questions td{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* tables - END */

.alert{
	border: 1px  solid #f00;
}

#clientTree{
	background:#FFF;
	border: 0px;
	padding: 0px;
	margin: 0px;	
}


#expandableTree table{
	border: 0px;
	padding: 0px;
	margin: 0px;	
}


#expandableTree th{
	padding:0px; 
	border:0px;
}

#expandableTree td{
	padding:0px; 
	border:0px;
}

table.tableNoBorder {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.tableNoBorder th{
	border: 0px;
	padding: 0px;
}

table.tableNoBorder td{
	border: 0px;
	padding: 0px;
}

.ReqTypeColHdr {
	width: 10%;
}
.DescriptionColHdr {
	width: 60%;
}
.AdditionalInfoColHdr {
	width: 30%;
}

.DescriptionCol {
	width: 67%;
}
.AdditionalInfoCol {
	width: 33%;
}

.link {
	text-decoration: underline;
}

.inputPrompt: {
	font-weight: bold;
	font-size: 12pt;
}

.summaryLabel {
	font-weight: bold;
}

th {
	vertical-align: bottom;
}