/* Link styles */

a:link { color: #8C6900; text-decoration: none; }
a:visited  { color: #8C6900; text-decoration: none; }
a:hover  { color: #BF9F3F; text-decoration: underline; } 
a:active { color: #BF9F3F; text-decoration: underline; }

a.columnlink:link { color: #0F314C; text-decoration: none; font-weight: bold;}
a.columnlink:visited  { color: #0F314C; text-decoration: none; font-weight: bold;}
a.columnlink:hover  { color: #327CB5; text-decoration: none; font-weight: bold;}
a.columnlink:active  { color: #327CB5; text-decoration: none; font-weight: bold;}

.columnhead { color: #444444; text-decoration: none; font-weight: bold; }


/* CONTENT text and image styles */

body {
	background-color: #3E4F62;
	margin: 20px 20px 20px 20px;
}

.body-text	{ 
	color: #444444;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
}

.input-text	{ 
	color: #444444;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
}

.caption-text	{ 
	color: #444444;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif;
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
}

.small-text	{ 
	color: #444444;
	font-size: 9px; 
	line-height: 11px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
}

hr.banner-menus {
	border-top: solid 2px #758696;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
}

.disabled-text	{ 
	color: #888888;
}

.dataTable {
	background-color: #758696;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
}

p {
	color: #444444;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
}

p.toplink {
	margin: 5px 0px 35px 0px;
}

p.picture {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.figure-caption {
	font-size: 10px; 
	line-height: 13px; 
	margin: 5px 5px 20px 5px;
}

.content-table {
	background-color: #FFFFFF;
	width: 800px;
	color: #444444;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
	border-top: solid 2px #758696;
	border-bottom: solid 2px #758696;
	border-left: solid 2px #758696;
	border-right: solid 2px #758696;
}

.printer-friendly-table {
	background-color: #FFFFFF;
	width: 100%;
	color: #444444;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
}

.small-error-text {
	color: #FF0000;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
}

.medium-error-text {
	color: #FF0000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
}

.error-color {
	color: #FF0000;
}

h1  { 
	color: #2E597A; 
	font-size: 36px; 
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;  
	line-height: 28px; 
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

h2  { 
	color: #2E597A; 
	font-size: 18px; 
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;  
	line-height: 20px; 
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 12px 0px;
}

h3  { 
	color: #2E597A; 
	font-size: 14px; 
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;  
	line-height: 16px; 
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 5px 0px;
}

h4  { 
	color: #444444; 
	font-size: 12px; 
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;  
	line-height: 14px; 
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 5px 0px;
}

h4.notop {
	margin: 0px 0px 5px 0px;
}

h4.page-break {
	page-break-before: always;
}

.grid-table {
	color: #444444;
	font-size: 11px; 
	line-height: 14px; 
	font-family: Verdana, sans-serif; 
	letter-spacing: 0.03em;  
	padding: 0px 0px 0px 0px;
	border: solid 1px #888888;
}

sub, sup { line-height: 0; }


/* Table cell styles */

td.col-table-header		{ background: #D3DDE5; }
td.col-table-even		{ background: #FFFFFF; }
td.col-table-even-alt	{ background: #E0BEC1; }
td.col-table-odd		{ background: #DCE5ED; }
td.col-table-odd-alt	{ background: #E0B8BA; }
td.col-divider			{ background: #0000DD; }
td.col-grid-cell		{ background: #DDDDDD; }

tr.row-table-header		{ background: #D3DDE5; }
tr.row-table-even		{ background: #FFFFFF; }
td.row-table-even-alt	{ background: #E0BEC1; }
tr.row-table-odd		{ background: #DCE5ED; }
td.row-table-odd-alt	{ background: #E0B8BA; }

/* Option colors for availability */

option.available-option		{ color: #008800; }
option.active-option		{ color: #FF0000; }
option.unavailable-option	{ color: #FF8800; }
.available-background		{ background: #008800; }
.active-background			{ background: #FF0000; }
.unavailable-background		{ background: #FF8800; }
.available-color			{ color: #008800; }
.active-color				{ color: #FF0000; }
.unavailable-color			{ color: #FF8800; }
.sample-cell 				{ border: solid 1px #888888; }

#div_country_other	{ position:relative; z-index:2; top:0px; left:0px; visibility:hidden }
#div_state_choice	{ position:relative; z-index:2; top:0px; left:0px; visibility:visible }
#div_us_states		{ position:absolute; z-index:3; top:0px; left:0px; visibility:hidden }
#div_canadian		{ position:absolute; z-index:3; top:0px; left:0px; visibility:hidden }
#div_other_states	{ position:absolute; z-index:3; top:0px; left:0px; visibility:hidden }

