﻿body {
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
	vertical-align:text-bottom;
	height: 22px;
}

a 
{
    color:#666;
}

table 
{
	font-size: 12px;
	border: none 0px;
	padding:none;
	margin:none;
}

h1.Header1 {
	color: #867a6f;
}

h1.Header2 {
	color: #767676;
}
div.darkSeparator, div.lightSeparator
{
    height:1px;
    margin-top: 10px;
    margin-bottom: 10px;
    width:100%;
    vertical-align:middle;
    /*background-color: transparent;*/
}
div.blankSeparator
{
    height:10px;
    width:100%;
    vertical-align:middle;
    background-color: transparent;
}
/*div.darkSeparator div, div.lightSeparator div
{
    height:1px;
    width:100%;
    top:10px;
}*/
div.darkSeparator /*div*/
{
    background-color: #1c1c1c; /*c0c0c0;*/
}
div.lightSeparator /*div*/
{
    background-color: #1c1c1c;
}

/* Header Bars */
.ProfileHeaderBar, 
.ContactHeaderBar, 
.AlertHeaderBar,
.OrderHeaderBar,
.ProductHeaderBar,
.AccountHeaderBar
{
	font-weight: bold;
    color: Black;
    height: 50px;
    width: 100%;
    vertical-align: middle;
	padding-left: 60px;
}

.ProfileHeaderBar 
{
    background-image: url('images/profile_01.png'); background-repeat: no-repeat;
    background-color: #867a6f;
}

.ContactHeaderBar
{
    background-image: url('images/contact_01.png'); background-repeat: no-repeat;
    background-color: #867a6f;
}

.AlertHeaderBar 
{
    background-image: url('images/alerts_01.png'); background-repeat: no-repeat;
    background-color: #867a6f;
}

.OrderHeaderBar 
{
    background-image: url('images/order_01.png'); background-repeat: no-repeat;
    background-color: #867a6f;
}

.ProductHeaderBar
{
    background-image: url('images/products_01.png'); background-repeat: no-repeat;
    background-color: #867a6f;
}
.AccountHeaderBar
{
    background-image: url('images/accounts_01.png'); background-repeat: no-repeat;
    background-color: #867a6f;
}

.AddressHint
{
	font-size: 11px;
	font-weight: bold;
    color: #767676;
}

/* Legacy styles */
.body_italic1 {
	font-size: 12px;
	font-style: italic; 
	color: #666666;
}
.body_text2{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.body_text3{
	font-size: 10px;
	font-weight: normal;
	color: #867a6f;
}
.body_text3b{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #d0d0d0;
}
.body_text3c{
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #d0d0d0;
}
.body_text4{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}
.body_text_bold1 {
	font-weight: bold;
}
.body_text_bold2 {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.body_text_bold3{
    font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-weight: bold;
}
.body_text_link1 {
	color: #b9b9b9;
	text-decoration: underline;
}
.body_text_link2 {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.body_text_link3 {
	font-size: 10px;
	color: #867a6f;
	text-decoration: underline;
}
.body_text_link4 {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.body_text_link5 {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.body_text_link6 {
	color: #000000;
	text-decoration: underline;
}

.Message1 {
	font-weight: bold;
	color: #FF0000;
}
.Message2 {
	color: #FF0000;
}
.Message3 {
	color: #0000FF;
}
.Message4 {
	color: #6B9A31;
}

