body {
	background-color: #fff;
	font: 12px/1.5 Verdana, Tahoma, Helvetica, sans-serif;
	margin: 0;
}

/*a {
	color: #669;
	text-decoration: none;
}
a:hover {
	color: #99c;
	text-decoration: underline;
}*/

div#back_button_notice {
	color: #f00;
	font-size: 80%;
	/*margin: 16px 0 -40px 0;*/
	margin: 16px 0 0 0;
	text-align: center;
}

div.checkbox_options {
	background-color: #f0f0f0;
	border: 1px solid #c9c9c9;
	font: 12px Helvetica, Arial, sans-serif;
	height: 120px;
	line-height: 18px;
	overflow: auto;
	padding: 0 3px;
	width: 98%;
}

div#order_header_numbers {
	background-color: #f4f4f4;
	clear: all;
	padding: 6px;
	margin-bottom: 15px;
}

div#static_navs {
	background-color: #fff;
	border-bottom: 2px solid #999;
	border-left: 2px solid #fff;
	border-right: 2px solid #999;
	border-top: 2px solid #fff;
	text-align: left;
	width: 143px;
}
div#static_navs a {
	background-color: #fff;
	color: #000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
/*	margin-bottom: 6px;*/
	padding: 4px;
	text-decoration: none;
}
div#static_navs a:hover {
	background-color: #dfdfdf;
}
div#static_navs a.top_level_nav {
	border: 1px solid #dbdbdb;
	border-width: 1px 0;
	font-weight: bold;
	margin-bottom: 2px;
}
div#static_navs a.sub_level_nav {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	margin-left: 5px;
}
div#static_navs a.sub_level_nav:hover {
	background-color: #67FFCC;
}
div#static_navs a.indent {
	font-size: 75%;
	padding-left: 10px;
}


div.side_bar_options {
	background-color: #fff;
	border: 1px solid #ebebeb;
	font-size: 90%;
	margin-bottom: 5px;
}

div.side_bar_options div.side_bar_title {
	background-color: #099;
	border-bottom: 1px solid #ebebeb;
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 3px;
}
div.side_bar_options a {
	display: block;
	font-size: 80%;
	margin-bottom: 3px;
	padding: 3px;
	width: 94%;
}
div.side_bar_options a.current {
	color: #000;
	background-color: #eee;
	font-weight: bold;
}
div.side_bar_options a:hover {
	background-color: #eee;
	color: #000;
	text-decoration: none;
}

div#search_ops {
	background-color: #e1e1e1;
	margin-bottom: 15px;
	padding: 8px;
}

.error {
	color: #f00;
}

form {
	margin: 0;
}

.form_tags {
	background-color: #f0f0f0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.form_tags_passwords {
	background-color: #f0f0f0;
	border: 1px solid #c9c9c9;
	font: 14px Courier New, Courier, mono;
}

.gray_background {
	background-color: #f5f5f5;
	border: 1px solid #c9c9c9;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

a.notif_title {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.notif_title:hover {
	text-decoration: underline;
}

.normal_text {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.status {
	color: #00f;
}

.submit_button {
	background-color: #099;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
p, table {
	font-size: 12px;
}
p.notif_msg {
	margin-top: 5px;
}
p.justify {
	text-align: justify;
}
.purple_text {
	color: #400080;
}
.small {
	font-size: 10px;
}

/* STYLES FOR THE BASIC TABLE, USED THROUGHOUT THE SITE */
table.data_entry_table tr td table.basic_layout_table, table.basic_layout_table {
	border: 0;
}
table.data_entry_table tr td table.basic_layout_table tr td, table.basic_layout_table tr td {
	border: 0;
	vertical-align: middle;
	padding-right: 2px;
}

div.checkbox_options table.no_style {
	background-color: transparent;
	border: 0;
	padding: inherit;
}
div.checkbox_options table.no_style tr td {
	background-color: transparent;
	border: 0;
	padding: 0;
	vertical-align: middle;
}

/* STYLES FOR THE DATA ENTRY FORMS, USED THROUGHOUT THE SITE */
table.data_entry_table {
	border-collapse: collapse;
	margin-bottom: 8px;
}
table.data_entry_table tr td {
	background-color: #fff;
	border: 1px solid #ebebeb;
	vertical-align: top;
}
table.data_entry_table tr td.label {
	background-color: #e1e1e1;
	color: #000;
	text-align: right;
	padding-top: 9px;
}
table.data_entry_table tr td.required {
	background-color: #099;
	color: #fff;
}
table.data_entry_table tr td.error {
	background-color: #f8f8f8;
	color: #f00;
}

table#error_msg, table#status_msg {
	border-collapse: collapse;
	margin-bottom: 10px;
}

/* STYLES FOR THE STATUS AND ERROR MESSAGES BOXES, USED THROUGHOUT THE SITE */
table#error_message_box, table#status_message_box {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table#error_message_box th, table#status_message_box th {
	border: 1px solid #ebebeb;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
table#error_message_box th {
	background-color: #f00;
}
table#status_message_box th {
	background-color: #060;
}
table#error_message_box td, table#status_message_box td {
	border: 1px solid #ebebeb;
	padding: 5px;
}
table#status_message_box td div.message, table#error_message_box td div.message {
	display: block;
	line-height: 18px;
	margin: 5px 0;
}

/* STYLES FOR THE LAYOUT OF THE ADMIN PAGES */
div#layout {
	background-color: #fff;
	border: 2px outset #c1c1c1;
	width: 99%;
}
div#main_body_area {
	margin-left: 115px;
	padding: 15px;
}
div#side_bar_navs {
	background-color: #ccf;
	float: left;
	height: 100%;
	padding: 5px;
	width: 100px;
}
div#top_level_navs {
	background-color: #099;
	clear: all;
	height: 29px;
	padding: 3px 6px;
}
div#top_level_navs a {
	background-color: #099;
	border: 1px solid #f0f0f0;
	color: #fff;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-right: 3px;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}
div#top_level_navs a.current, div#top_level_navs a.current:hover {
	background-color: #fff;
	color: #000;
}
div#top_level_navs a:hover {
	background-color: #9cc;
	color: #000;
} 

/* STYLES USED FOR LISTING TABLES, USED THROUGHOUT THE SITE */
table.listing_table {
	border-collapse: collapse;
	font-size: 92%;
	margin: 8px 0;
}
table.listing_table th a {
	color: #fff;
	text-decoration: none;
}
table.listing_table th a:hover {
	color: #ffc;
	text-decoration: underline;
}

table.rounded_submit_buttons {
	border: 0;
	margin: 0;
	padding: 0;
}

/* STYLES THAT APPLY TO MULTIPLE TABLES */
th {
	background-color: #099;
	color: #fff;
}
th.basic_th {
	background-color: transparent;
	color: #000;
}
tr.bg1 td {
	background-color: #e1e1e1;
	border: 1px solid #ebebeb;
}
tr.bg2 td {
	background-color: #fff;
	border: 1px solid #ebebeb;
}
tr.bg3 td {
	background-color: #ffc;
	border: 1px solid #ebebeb;
}
tr.tally_row td {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

a.button {
	background: #099 url(/images/button_bkg.gif) repeat-x;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
a.button:hover {
	color: #faf7b4;
	text-decoration: none;
}

ul#dealer_benefits li {
	line-height: 1.7em;
	list-style-type: square;
	margin-bottom: 10px;
}
.high_priority {
	color: #f00;
}
.medium_priority {
	color: #e4a03a;
}