@charset "utf-8";
/* CSS Document
	Used for member pages only
*/


ul.content-area-link  {
list-style-type:none;
margin:0;
padding:0;
width:247px;
}
ul.content-area-link  li {
background-image:url(/images/redBulletPoint.png);
background-position:0 6px;
background-repeat:no-repeat;
list-style-image:inherit;
list-style-position:inherit;
list-style-type:inherit;
margin:0;
padding:1px 10px;
}

	
.largeTableTextRows {
color:#797979;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
height:16px;
padding:3px 0;
}


.largeTableTextRows{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: rgb(121,121,121);
	font-weight: 100; 
	padding:3px 0px 0px 0px;
} 

/*for text boxes in the table*/
.largeTableTextRows .tBoxes{
	height:10px;
	font-size:9px;
}


table#supplierListTable td.checkBoxCell{
	padding:1px 0px 5px 5px; 	
}

	
table#supplierListTable tr.rowHeader td{
	padding-bottom:7px;
	
}
table#supplierListTable{
table-layout:fixed;
background-color:#F4F3F3;
width:100%;
}

table#supplierListTable td.textCell{
	padding: 0px 0px 10px 3px;
	font-size:9px;
}

table#supplierListTable td.inputCell{
	padding:0px 0px 10px 0px;
	
}



table#supplierListTable input.tBoxes{
	width:60px;	
}
	
	
.rowHeader{
	background-color: #538FB1;
	color: white;
	font-size: 11px;
	line-height:21px;
	font-weight: bold;
	padding-bottom:2px;
	font-weight:bold;
	height:37px;
	height:31px !ie;
	line-height:12px;
	vertical-align:bottom;
}

#supplier_numbers_table .rowHeader{
	background-color: #538FB1;
	color: white;
	font-size: 11px;
	line-height:21px;
	font-weight: bold;
	padding-bottom:2px;
	font-weight:bold;
	height:20px;
	height:16px !ie;
	line-height:12px;
	vertical-align:middle;
}




#supplier_numbers_table .largeTableTextRows{
	font-weight: bold;
	line-height:20px;
	
} 

/*idraft thank you page */
#dividerHeader{
	height:20px;
	line-height:20px;
	padding:0 0 2px 5px;
}
	
div#errorBox {
background-image:url(../images/errorExclamation.gif);
background-position:0 50%;
background-repeat:no-repeat;
border:2px solid #999999;
padding:20px 10px 20px 65px;
width:300px;

}	




div#textArea{
	padding-top:10px;	
}

/* form styles ***********************************/
#formContainer {
background-color:#F5F6F8;
margin:0;
padding:10px;
}

.label {
font-size:11px;
text-align:right;
}
.field {
color:#4A4A49;
font-size:11px;
padding-left:5px;
}


.displayBox {
background-color:#F5F6F8;
color:#538FB1;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
margin-bottom:10px;
width:100%;
}


