/*
	Author: John Coleman
	Date: 06/15/04
	File: _layouts/main.css

	LOG: 
	MODIFIER:			DATE:		DESCRIPTION:
	John Coleman		06/15/04	Created the File
*/

body {
	background-color: #FFFFFF;
	color: #000000;
	margin-top:    0;
	margin-bottom: 0;
	margin-left:   0;
	margin-right:  0;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #24408E;
}
a:visited {
	text-decoration: none;
	color: #24408E;
}
a:hover {
	text-decoration: none;
	color: #24408E;
}

img {
	border: none;
}

.header {
	background-image: url("../images/header/bg.jpg");
	background-repeat: repeat-x;
}

.leftcart, .leftcart_odd {
	font-size: 10px;
}

.leftcart_odd {
	background-color: #FFFFFF;
}

table.leftcategories td {
	background-color: #C0C0C0;
	padding-top:     2px;
	padding-bottom:  2px;
	padding-left:   5px;
	padding-right:   5px;
}
td.results a:link {
	color: #002DA6;
}
td.results a:visited {
	color: #002DA6;
}
td.results a:hover {
	color: #aaaaaa;
}

/*
table.leftcategories td, table.leftcategories a {
	color: #000000;
}
*/
table.leftcategories td img {
	margin-right: 5px;
}

table.leftcategories a:link {
	text-decoration: none;
	color: #000000;
}
table.leftcategories a:visited {
	text-decoration: none;
	color: #000000;
}
table.leftcategories a:hover {
	text-decoration: none;
	color: #002DA6;
}

table.leftlinks {
	margin-top: 5px;
}

table.leftlinks td {
	padding-top:     5px;
	padding-bottom:  5px;
	padding-left:   10px;
	padding-right:   5px;
}

table.leftlinks td, table.leftlinks a {
	color: #000000;
}

table.leftlinks td img {
	vertical-align: middle;
	margin-right: 8px;
}

.odd_row, .odd_row td {
	background-color: #F5F5F5;
}

table.cart_table {
	border: solid 2px #25418F;
	border-collapse: collapse;
}

table.cart_table td {
	border-top: solid 1px #25418F;
	border-bottom: solid 1px #25418F;
	border-left: solid 1px #AFBCE0;
	border-right: solid 1px #AFBCE0;
}

 td.noborder {
	border-top:  0px;
	border-bottom: 0px ;
	border-left: 0px ;
	border-right: 0px;
}
td.blue_border {	
	border-color: #155B7B;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
.dotted {
	background-image: url("../images/dotted.gif");
	background-repeat: repeat-x;
	font-size: 11px;
}


table.contact .mainblock {
	width: 15px;
	height: 20px;
	background-color: #25418F;
	border: solid 1px #25418F;
}

table.contact td.title, table.contact td.subtitle, table.contact td.content {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 2px;
}

table.contact td.title {
	border-top: solid 1px #25418F;
	border-bottom: solid 1px #93A6DA;
}

table.contact td.content, table.contact td.content_left, table.contact td.content_right {
	border-bottom: solid 1px #25418F;
}

table.contact td.content_left, table.contact td.subtitle_left {
	border-left: solid 1px #25418F;
}

table.contact td.content_right, table.contact td.subtitle_right {
	border-right: solid 1px #25418F;
}

table.contact .title {
	color: #25418F;
	border-right: solid 1px #25418F;
}

table.contact .subtitle, table.contact .subtitle_left, table.contact .subtitle_right {
	color: #666666;
	font-weight: bold;
}

table.contact td.subtitle, table.contact td.subtitle_left, table.contact td.subtitle_right, table.contact td.content, table.contact td.content_left, table.contact td.content_right {
	padding-left: 26px;
}

table.contact td.content, table.contact td.content_left, table.contact td.content_right {
	font-size: 11px;
}
.style1 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #204090;
}
