/*global settings*/
body, td, th, input, select, a		{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;color:#003063; }
/*body, td, th, input, select, a		{font-family: Courier;font-size: 11px;color:#003063; } */
p 							{margin-left: 10px;margin-top: 9px;margin-bottom: 11px;margin-right: 10px;}

a:link 					{text-decoration: underline;font-weight: bold;}
a:active 				{font-weight: bold;}
a:visited 			{text-decoration: underline;font-weight: bold;}
a.visited:hover {color: #339933;text-decoration: underline;font-weight: bold;}
a:hover 				{color: #339933;text-decoration: underline;font-weight: bold;}

h1, h2, h3, h4 {font-family: Verdana, Arial, Helvetica, sans-serif;}
/*Applies to every page*/
	p.pagetitle		{font-size: 16px;font-weight: bold;}
	.button  	    {background-color: #ffffff;}
  span.pagetitle{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold;}
	
/*Applies to the search result page*/
	/* Column Header Font Style */
	tr.sr_colhead	{font-size: 12px;font-weight: bold;}
	
	tr.sr_row1{background-color:#cfd8e1;}
	tr.sr_row2{background-color:#b4c8e1;}
	/* Alternating Row Background Colour */
	td.sr_row1_col1, td.sr_row1_col2, td.sr_row1_col3 {background-color:#cfd8e1;}
	td.sr_row2_col1, td.sr_row2_col2, td.sr_row2_col3 {background-color:#b4c8e1;}	
	/*Column Widths*/
	td.sr_row1_col1,td.sr_row2_col1 {width:200;}
	td.sr_row1_col2,td.sr_row2_col2 {width:130;}
	td.sr_row1_col3,td.sr_row2_col3 {width:230;}
	
/*Applies to the search result page*/
	/* Record Title Font Style */
	.sd_title	{font-size: 12px;font-weight: bold;}
	/* Alternating Row Background Colour */
	/*Column Widths*/
	td.sd_col1 {width:200;}
	td.sd_col2 {width:300;}
	/*Column Font Styles*/
	.sd_col1 {font-weight: bold;}
	.sd_col2 {}
	
/*Applies to the search form page*/
  td.sf_col1 {width:150;}
  td.sf_col2 {width:210;}
  td.sf_col3 {width:190;}
	.sf_label	{font-weight: bold;}
	.sf_field {background-color: #ffffff;}
	.sf_field_short {background-color: #ffffff;width:80;}
	.sf_field_postal {background-color: #ffffff;width:100;}
	.sf_field_medium {background-color: #ffffff;width:189;}
	.sf_naicsFieldDDL {width : 300;}
	

