﻿body
{
	margin: auto;
	width: 1024px;
	background-image:url('http://www.catamarans.com/vdesign/bg2.jpg');
	background-position:center;
	font-family: "Futura Bk BT", Arial, Helvetica, sans-serif;
}

div.header
{
	height: 98px;
	width: 1004px;
	margin-top: 10px;
	background-image:url('http://www.catamarans.com/images/home/vdesign/topstrap.gif');
	padding: 10px;
	font-size: 10px;
}

div.body
{
	background-color: White;
	padding: 5px;
}

div#errors
{
	color: Red;
	padding-left: 20px;
	margin: auto;
}

table.box
{
	width: 165px;
	margin-bottom: 10px;
}

table.search_result
{
	border: 2px dotted #003371;
	margin-bottom: 10px;
	width: 640px;
	font-size: 11px;
}

tr.highlight
{
background-image: url('../pictures/sales/price_highlight.gif');
font-weight: bolder; 
font-size: 12px;
}

td.left_menu
{
	vertical-align: top;
}

td.header_box
{
	background-image:url('../pictures/general/header_box.gif');
	background-repeat:no-repeat;
	width: 160px;
	height:12px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	padding: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
}

td.field_label
{
	font-weight:bolder;
	font-size: 11px;
	border-left:  1px solid #104E8B;
	border-right: 1px solid #104E8B;
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 0px;
}

td.field_input
{
	padding: 4px;
	font-size: 11px;
	border-left:  1px solid #104E8B;
	border-right: 1px solid #104E8B;
}

td.footer_box
{
	background-image:url('../pictures/general/footer_box.gif');
	background-color: Blue;
	background-repeat:no-repeat;
	width: 158px;
	height:7px;
}

td.thumbnail
{
	width: 300px;
}

input.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ed0303;
	color: White;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	font-size: 10px;
}

span.big
{
	font-size: 50px;
}

span.error
{
	color: Red;
}

a
{
color:#003371;
font-weight:bold;
}

a:visited 
{	
}

a:hover
{
color: red;
}

a:active
{
}

a.search_results
{
	font-size: 20px;
	font-weight:normal;
}

.modal_background {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
