/*
	Global styles
*/


a
{
			color: #206AB3;
			text-decoration: none;
}

a:visited
{
			color: #753FBF;			
}

a:hover 
{
			color: #000000;
}



a img
{
	border: none;
}
body 		
{
			background-color: #F2F2F2;
			margin: 0px; 
			padding: 0px; 
			font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;
}

li
{
	padding: 0px 0px 12px 0px;
}

.section_title
{
			font-size: 18px;
}


table
{
			border-collapse: collapse;
			margin: 0px;
}

td
{
			padding: 0px;
			word-wrap: break-word;
}

img
{
			margin: 0px;
			display: block;
}

input.text_input
{
			border: 1px solid #3F403F;
			margin-bottom: 4px;
}

select
{
			border: 1px solid #3F403F;
			margin-bottom: 4px;
}

textarea
{
			border: 1px solid #3F403F;
}

.search_highlight
{
			color: #E01E1E;
			font-weight: bold;
}

a.black_link
{
			color:#000000;
}

a.black_link:hover
{
			font-weight: bold;
}

a.black_link:visited
{
			color: #000000;
}

a.alpha_link
{
			filter:alpha(opacity=100);   
			-moz-opacity: 1.0;   
			opacity: 1.0;
}

a.alpha_link:hover
{
			filter:alpha(opacity=30); 
			-moz-opacity: 0.3; 
			opacity: 0.3;
}

.validation_symbol
{
			color: red;
			margin: 0px 0px 0px 2px;
}

.graph_label
{
			font-weight: bold;
}

.message_div
{
			width: 450px;
			margin: 0px auto 0px auto;
			text-align: left;
			color:red;
			padding: 0px;
}

.centered_div
{
			width: 480px;
			margin: 0px auto 0px auto;
			text-align: left;
}

.centered_div_new
{
			margin: 0px;
			text-align: left;
}

.title_image
{
			margin: 10px auto 10px auto;
			margin-bottom: 10px;
}

.search_page_highlight
{
			font-weight: bold;
			font-size: 1.1em;
}

td.checkbox_td
{
			vertical-align: top;
			text-align: right;
			padding: 0px 0px 8px 0px;
}

td.checkbox_label_td
{
			vertical-align: top;
			text-align: left;
			padding: 0px 0px 8px 0px;
}

.product_category_primary
{
			font-size: 15px;
			font-weight: bold;
			margin: 0px 0px 0px 20px;
}

.product_category_secondary
{
			font-weight: bold;
}

#wrapper
{
			table-layout: auto;
			width: 850px;
}

#footer
{
			width: 100%;
}

img.back_gradient
{
	position:relative;
	z-index: 0;
	display: block;
}


table.yellow_box td.tl
{
	background-image: url('../images/global_yellow_tl.jpg');
	background-repeat: no-repeat;
	width: 11px;
	height: 14px;
}

table.yellow_box td.top_middle
{
	background-color: #ffd11b;
}

table.yellow_box td.tr
{
	background-image: url('../images/global_yellow_tr.jpg');
	background-repeat: no-repeat;
	width: 11px;
	height: 14px;
}


table.yellow_box td.bl
{
	background-image: url('../images/global_yellow_bl.jpg');
	background-repeat: no-repeat;
	width: 11px;
	height: 14px;
}

table.yellow_box td.bot_middle
{
	background-color: #FFEB4C;
}

table.yellow_box td.br
{
	background-image: url('../images/global_yellow_br.jpg');
	background-repeat: no-repeat;
	width: 11px;
	height: 14px;
}

div.yellow_grey_box
{
	padding-bottom: 30px;
}

div.yellow_grey_box div.title
{
	padding-top: 5px;
	font-weight: bold;
	color: #06347A;
}

div.yellow_grey_box div.title a:hover
{
	color: #206AB3;
}

div.yellow_grey_box div.title a, a:visited
{
	color: #06347A;
}


#menu_standard
{
	margin: 10px 0px 0px 5px;
}

#menu_standard td
{
	width: 129px;
	height: 25px;
	vertical-align: center;
}

table.sub_nav
{
	table-layout: fixed;
	margin: 0px auto 20px auto;
}

table.sub_nav td
{
	text-align: center;
	border-right: 1px solid black;
	overflow: visible;
	padding: 0px 3px 0px 3px;
}

table.sub_nav td.right
{
	border: none;
}

/* -------- form table ---------------------------- */

.form_table
{
			table-layout: fixed;
			width: 480px;
			margin: 0px auto 0px auto;
			padding: 0px;
}



.form_table td
{
			padding: 2px 2px 2px 2px;
}

.form_table td.left
{
			text-align: right;
			vertical-align: middle;
			width: 50%;
			padding-right: 10px;
}

.form_table td.top_left
{
			text-align: right;
			vertical-align: center;
			width: 50%;
			padding: 5px 10px 0px 0px;
}

.form_table td.right
{
			width: 50%;
}

.form_table td.top_right
{
			width: 50%;
			padding-top: 5px;
}

.form_table td.submit_cell
{
			text-align: center;
			padding: 10px 14px 20px 0px;
}

.form_table td.img_validator
{
			text-align: center;
			padding: 40px 0px 10px 30px;
}

.form_table td.img_validator img
{
			margin: 0px auto 0px auto;
}





/* ------- listing table -------------------------- */

.listing_table
{
			margin: 0px 5px 0px 5px;
			width: 480px;
}

.listing_table td
{
			vertical-align: top;
						
}

.listing_table td.company_name
{
			font-weight: bold;
			padding: 0px 0px 4px 0px;
}

.listing_table td.block_section
{
			padding: 10px 0px 0px 0px;
			width: 100%;
			
}

.listing_table img.classified_image
{
			float: left;
			margin: 0px 10px 10px 0px;
}
	
	
/*   ---------------------------  Company Profile Page  ---------------------------------- */

.listing_form_table
{
			margin: 0px auto 0px auto;
			table-layout: fixed;
}

.listing_form_table td
{
			vertical-align: top;			
}

.listing_form_table td.left_label
{
			text-align: right;
			padding: 2px 8px 2px 0px;
			vertical-align: middle;
}

.listing_form_table td.right_label
{
			text-align: left;
			padding: 2px 0px 2px 3px;
			vertical-align: middle;
}

.listing_form_table .company_name
{
			font-weight: bold;
}

.listing_form_table td.left_field
{
			border-right: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			padding: 2px 2px 2px 12px;
}

.listing_form_table td.right_field
{
			padding: 2px 2px 2px 10px;
			border-right: 1px solid #cccccc;
}

.listing_form_table td.textarea
{
			text-align: center;
			border-right: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
}


.categories_form_table
{
			table-layout: fixed;
			width: 100%;
			margin: 0px auto 0px auto;
}


.categories_form_table td.category_td
{
			vertical-align: top;
			padding: 0px 18px 18px 0px;
			width: 50%;
			
			
}

.categories_form_table td.category_label_td
{
			vertical-align: top;
			padding: 4px 0px 2px 3px;
			width: 33%;
			
}

table.accounts_table
{
	width: 90%;
	margin: 0px auto 0px auto;
}

table.accounts_table td
{
	padding: 2px 2px 2px 2px;
	text-align: center;
	border-top: 1px solid #3F403F;
	border-bottom: 1px solid #3F403F;
}

table.accounts_table th
{
	text-align: center;
}

	
/*   End Company Profile Page */

.resource_center_item
{
	margin: 0px 0px 40px 0px;
}

.resource_center_item .abstract
{
	margin: 10px;
}



.resource_center_item a
{
	color: #206AB3;
	text-decoration: none;
}

.resource_center_item a:hover
{
	color: #000000;
	text-decoration: none;
}
	
.resource_center_article img
{
	display: inline;
}

.links_table td
{
	padding: 20px 20px 10px 0px;
}

