/* Images */
.imgBorder {
    border: 1px solid #666666;
}

/* Forms */

input, textarea, select {
	color: #494949; 
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana, Sans-serif;
	background: white;
}

input.formcheckbox {
	background: none;
}

input.formfield{
	width: 300px;
	margin: 4px 3px;
	border-top: 1px solid #919090;
	border-left: 1px solid #919090;
	border-right: 1px solid #919090;
	border-bottom: 1px solid #919090;
}

input.smallformfield{
	width: 100px;
	margin: 4px 3px;
	border-top: 1px solid #919090;
	border-left: 1px solid #919090;
	border-right: 1px solid #919090;
	border-bottom: 1px solid #919090;
}

input.tinyformfield{
	width: 50px;
	margin: 4px 3px;
	border-top: 1px solid #919090;
	border-left: 1px solid #919090;
	border-right: 1px solid #919090;
	border-bottom: 1px solid #919090;
}

textarea.formtextarea{
	width: 300px;
	height: 100px;
	margin: 4px 3px;
	border-top: 1px solid #919090;
	border-left: 1px solid #919090;
	border-right: 1px solid #919090;
	border-bottom: 1px solid #919090;
	overflow: auto;
}

select.formselect{
/*	height: 200px; */
	margin: 4px 3px;
	border-top: 1px solid #919090;
	border-left: 1px solid #919090;
	border-right: 1px solid #919090;
	border-bottom: 1px solid #919090;
	padding: 1px 1px 1px 2px;
}

input.formbutton{
	border: none;
	border-top: 1px solid #B1AAAA;
	border-left: 1px solid #B1AAAA;
	border-right: 1px solid #B1AAAA;
	border-bottom: 1px solid #B1AAAA;
	background: #E2E2E2;
	font-weight: bold;
}

.desc {
	margin: 7px 3px;
	font-size: 11px;
	color: #777;
}


/* Header Drop Down Menu Begin*/
#dropmenudiv { 
	font: 11px Arial; 
	border: #F7D8D8 1px solid; 
	position: absolute;
}

ul.headermenu {
	list-style: none;
	padding: 7px;
	margin: 7px;
	font-size: 11px;
}

ul.headermenu li {
	background: url(/images/box_arrow.gif) 6px no-repeat;
	margin-bottom: 3px;
	margin-top: 5px;
	padding-left: 6px;
}

ul.headermenu li a:link,
ul.headermenu li a:visited
{
	font-size: 11px;
	text-decoration: underline;
	color: #000;
}

ul.headermenu li a:hover,
ul.headermenu li a:active{
	text-decoration: none;
	color: #000;
}

/* Header Drop Down Menu End*/


/* Normal CSS */
body {
	background: white;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 20px 0 80px 0;
	border-top: 3px solid #D8DFEB;
}

.highlight {
	font-weight: bold;
	color: #FF0000;
}

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}


/* Left Menu CSS */
.left_menu th{
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.left_menu a:link,
.left_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
	padding-left: 9px;
}

.left_menu a:hover,
.left_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
	padding-left: 9px;
}

/* Page Section Title */

.c_title {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	width: 350px;
}

.c_title h1{
	color : #DF0000;
	border-bottom : 1px dotted #000000;
	margin: 0px;
	padding-bottom : 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/* Page Section Content */
.content_title {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.content_title h1{
	margin: 0px;
	padding-bottom : 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#DF0000;
	text-decoration: underline;
}
.content_title h4{
	margin: 0px;
	padding-bottom : 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.content_title a:link,
.content_title a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.content_title a:hover,
.content_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}


/* Product Search Content */
.product_search {
	padding-left: 160px;
	padding-top: 10px;
	padding-right: 10px;
	background: url(/images/search_bg.gif) right top no-repeat;;
	position: relative;
	height: 70px;
}

.product_search h4{
	margin: 0px;
	padding-bottom : 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.product_search a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
	padding-left: 9px;
}
.product_search a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
	padding-left: 9px;
}

.product_search a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
	padding-left: 9px;
}

.product_search select.formselect{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

.product_search input.formfield,
.product_search textarea.formtextarea{
	border-top: 1px solid #B1AAAA;
	border-left: 1px solid #B1AAAA;
	border-right: 1px solid #B1AAAA;
	border-bottom: 1px solid #B1AAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}



.red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: red;
}
/* End of Page Section Content */

/* Product Category Content*/
.cat_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-left: 9px;
	background: #FFE1E1;
	height: 5px;
	margin-top: 3px;
}

ul.maincat {
	list-style: none;
	padding: 0px 0;
	margin: 0;
	font-size: 12px;
}

ul.maincat li {
	margin-bottom: 0px;
	padding-left: 10px;
	list-style: none;
}

ul.maincat li a:link,
ul.maincat li a:visited
{
	font-size: 12px;
	text-decoration: underline;
	color: blue;
	font-weight: bold;
}

ul.maincat li a:hover{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

ul.subcat {
	list-style: none;
	padding: 0px 0;
	margin: 0;
}

ul.subcat li {
	margin-bottom: 2px;
	padding-left: 18px;
	list-style: none;
}

ul.subcat li a:link,
ul.subcat li a:visited
{
	font-size: 11px;
	text-decoration: underline;
	color: blue;
}

ul.subcat li a:hover{
	color: blue;
	text-decoration: none;
}

ul.subcatlist {
	list-style: none;
	padding-left: 28px;
	margin: 0;
}

ul.subcatlist li {
	margin-bottom: 2px;
	display: inline;
}

ul.subcatlist li a:link,
ul.subcatlist li a:visited
{
	font-size: 11px;
	text-decoration: underline;
	color: blue;
}

ul.subcatlist li a:hover{
	color: blue;
	text-decoration: none;
}
.category_listing tr.table_title{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #000000;
}

.category_listing tr.table_content{
	padding: 3px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 10px;
	color: #555;
	text-align: left;
}

/* Supplier Listing Section */

.supplier_listing tr.table_title{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #000000;
}

.supplier_listing tr.table_content{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
}

.supplier_listing a:link,
.supplier_listing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.supplier_listing a:hover,
.supplier_listing a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

/* Product Listing Section*/

.notfound{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-align: center;
}

.product_listing tr.table_title{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #000000;
}

.product_listing tr.table_content{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 10px;
	color: #555;
	text-align: left;
}

.bold_desc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	font-weight: bold;
}

.product_listing a:link,
.product_listing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.product_listing a:hover,
.product_listing a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}


/* Product Details Section*/
.product tr.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: #E6E6E6;
	padding: 3px;
	color: #666666;
	padding-left: 10px;
}
.product tr.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: white;
	padding: 3px;
	padding-left: 10px;
	color: #666666;
}

.product_company_title a:link, 
.product_company_title a:visited,
.product_company_title a:hover,
.product_company_title a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	padding-left: 10px;
}

.product_category_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

div.HorizontalRule { height: 2px; background: #fff url(/images/red_pix.jpg) repeat scroll center; }
div.HorizontalRule hr { display: none; }


.product_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #DF0000;
}


.product_items_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding-left: 5px;
}

ul.product {
	list-style: circle;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	color: #666666;
}

ul.product li {
	margin-bottom: 0px;
	padding-left: 10px;
	list-style: square  inside;
	color: #666666;
}


/* Register Section*/
.register tr.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: white;
	padding: 3px;
	color: #666666;
	padding-left: 10px;
}

.register a:link,
.register a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.register a:hover,
.register a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

.register label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

/* Cart Section */

.cart_listing tr.table_title{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #000000;
}

.cart_listing tr.table_content{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
}

.cart_listing a:link,
.cart_listing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.cart_listing a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

/* Inquiry */

.inquiry tr.table_title{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #000000;
}

.inquiry tr.table_content{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
}

.inquiry a:link,
.inquiry a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.inquiry a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

.smallfont{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
}

.inquiry tr.even{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background: #E4E4E4;
}

.inquiry tr.odd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background: #FFFFFF;
}

#RecipientTable { 
	font-size: 10px Arial; 
	border: #666666 1px solid; 
}

label{
	text-decoration: none;
	font-weight: bold;
}

/* Inquiry Mail*/

.inquiry_mail tr.table_title{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #000000;
}

.inquiry_mail tr.table_content{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}


.inquiry_mail a:link,
.inquiry_mail a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.inquiry_mail a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

.smallfont{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
}

.inquiry_mail tr.even{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #E4E4E4;
}

.inquiry_mail tr.odd{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #FFFFFF;
}

/* New Product */
.new_product a:visited,
.new_product a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: blue;
	text-decoration: underline;
}


.new_product a:hover,
.new_product a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: blue;
	text-decoration: none;
}

.new_product_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A11D03;
	font-weight: bold;
	padding-top: 5px;
}


.browse_product_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A11D03;
	padding: 5px;
	margin: 10px;
	width: 150px;
}

/* Product Alert Listing */
.product_alert_listing tr.table_title{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
	font-weight: bold;
	background: #E4E4E4;
	border: 1px solid #000000;
}

.product_alert_listing tr.table_content{
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: left;
}

.product_alert_listing a:link,
.product_alert_listing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.product_alert_listing a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

/* Help & FAQ Section */
.help tr.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: white;
	padding: 3px;
	color: #666666;
	padding-left: 10px;
}

.help a:link,
.help a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.help a:hover,
.help a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

ul.helplist {
	font-size: 12px;
	color: #595959;
}

ul.helplist li {
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 3px;
	list-style: square outside;
	background: url(../images/tradepapa_logo.jpg) bottom left no-repeat;
}

ul.helplist li a:link,
ul.helplist li a:visited
{
	font-size: 12px;
	text-decoration: underline;
	color: blue;
}

ul.helplist li a:hover{
	color: blue;
	text-decoration: none;
}

.help_small_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #595959;
	font-weight: bold;
	padding-top: 13px;
}

.help_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: red;
	font-style: normal;
	color: #595959;
}

/* Footer Section */
.footer_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: red;
	font-style: normal;
	color: #595959;
}

ul.footer {
	list-style: none;
	margin: 6px;
	font-size: 12px;
}

ul.footer li {
	margin-bottom: 3px;
	margin-top: 5px;
	padding-left: 6px;
	display: inline;
}

ul.footer li a:link,
ul.footer li a:visited
{
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}

ul.footer li a:hover,
ul.footer li a:active{
	text-decoration: none;
	color: #000;
}

/* Page Display */
.page_menu th,
.page_menu td,
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.page_menu a:link,
.page_menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.page_menu a:hover,
.page_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}


/* Contact Us */ 
.contactus tr.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: white;
	padding: 3px;
	color: #333333;
	padding-left: 10px;
}

.contactus a:link,
.contactus a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.contactus a:hover,
.contactus a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

.standardbold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	text-decoration: underline;
}

.standardbold a:link,
.standardbold a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: blue;
	text-decoration: underline;
}

.standardbold a:hover,
.standardbold a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: blue;
	text-decoration: none;
}

/* Trade Show */
.tradeshow_date{
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	border-bottom : 1px dotted #000000;
	padding: 2px;
	width: 100px;	
}

.tradeshow {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tradeshow h1{
	margin: 0px;
	padding-bottom : 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#DF0000;
	text-decoration: underline;
}
.tradeshow h4{
	margin: 0px;
	padding-bottom : 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.tradeshow a:link,
.tradeshow a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.tradeshow a:hover,
.tradeshow a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

.supplier_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	margin-left: 10px;
	padding-top:3px;
}

.supplier_title a:link,
.supplier_title a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.supplier_title a:hover,
.supplier_title a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}


.header_error_message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px;
	padding-left: 50px;
	border: 1px dotted #999999;
	height: 20px;
	background: #FEF7DE url(/images/error.gif) 6px no-repeat;
}

.header_ok_message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 15px;
	padding-left: 50px;
	border: 1px dotted #999999;
	background: #FEF7DE url(/images/ok.gif) 6px no-repeat;
}

/* Industry News */

.news_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A11D03;
	font-weight: bold;
	padding-top: 5px;
}

.news_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	text-decoration: underline;
}

.news_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: blue;
}

/* Sitemap Section */
.sitemap tr.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background: white;
	padding: 3px;
	color: #000000;
	padding-left: 10px;
}

.sitemap a:link,
.sitemap a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: underline;
}

.sitemap a:hover,
.sitemap a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000099;
	text-decoration: none;
}

/* Text in the header */
.header_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A11D03;
	font-weight: bold;
	padding-right: 5px;
}
