body {
	background: #565757;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	color: #303030;
	padding: 0;
	margin: 0;
}

a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #475e6f;
}

a:hover {
	text-decoration: none;
}

#top a, #top a:link, #top a:visited, #top a:active {
	text-decoration: none;
	color: #fff;
}

#top a:hover {
	text-decoration: underline;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #475e6f;
	font-weight: normal;
}

#wrapper {
	width: 1050px;
	margin: 0 auto;
}

#wrapper_outside {
	width: 100%;
	padding: 8px 0 11px 0;
	background: #fff url(/images/bg.gif) top repeat-x;
}

#top {
	border-top: 1px solid #272727;
	background: transparent url(/images/top_header.jpg) top center no-repeat;
	height: 98px;
}

#content {
	border: 1px solid #d3d3d3;
	padding: 13px;
	margin: 11px 0 0 78px;
	width: 922px;
	background: #fff;
}

#left {
	float: left;
	width: 646px;
	margin-bottom: 13px;
}

#right {
	float: right;
	width: 249px; /* NEeds to be 262px */
	border-left: 1px solid #d3d3d3;
	padding-left: 13px;
}

#footer {
	clear: both;
	background: #565757 url(/images/footer.gif) top repeat-x;
	padding: 7px;
	color: #fff;
	text-align: center;
}

ul.main_menu {
	padding: 0;
	margin: 0; /* 75px */
}

ul.main_menu li {
	list-style-type: none;
	margin: 0;
	padding: 8px 0;
	float: right;
}

ul.main_menu li a {
	padding: 8px;
	background: #405667 url(/images/menu_bg.gif) top repeat-x;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #373c3f;
}

ul.main_menu li a:hover {
	background: #5b7385 url(/images/menu_bg_over.gif) top repeat-x;
}

.top_header {
	margin-top: 0;
}

.top_search_box {
	width: 174px;
	height: 12px;
	padding: 7px 8px 8px 8px;
	font-style: italic;
	color: #5e5e5e;
	float: right;
	border-top: 1px solid #373C3F;
	border-left: 1px solid #373C3F;
	border-bottom: 1px solid #373C3F;
	border-right: 0;
}

.top_search_go {
	border-top: 1px solid #373C3F;
	border-right: 1px solid #373C3F;
	border-bottom: 1px solid #373C3F;
	float: right;
}

.frontpage_div_out {
	border: 1px solid #d3d3d3;
}

.frontpage_div {
	border: 1px solid #fff;
	padding: 5px;
	background: #fff url(/images/front_box.gif) top left repeat-y;
}

table.vehicle_stats td.highlight {
	font-weight: bold;
}

a.new_inventory {
	border:1px solid #d3d3d3;
	padding:3px;
	display:block;
	margin-bottom:8px;
	background:#F1F1F1;
	text-decoration: none;
	text-align:center;
}

a.new_inventory:hover {
	background: #fff;
}

a.new_inventory img {
	border: 1px solid #d3d3d3;
	padding: 2px;
	background: #fff;
}

ul#right_list_menu {
	margin: 0;
	padding: 0;
}

ul#right_list_menu li {
	list-style-type: none;
}

ul#right_list_menu li a {
	padding: 5px;
	border: 1px solid #d3d3d3;
	background: #f6f6f6;
	font-size: 120%;
	margin-bottom: 3px;
	display: block;
}

ul#right_list_menu li a:hover {
	background: #fff;
}

/* System */

.admin_menu_div
{
	border: 1px solid #d3d3d3;
	padding: 3px;
	background: #f1f1f1;
}

a.green_button {
	padding: 8px;
	font-size: 120%;
	background: #cef6be;
	color: #1d4d0b;
	border: 1px solid #79d554;
}

a.grey_button {
	padding: 5px;
	font-size: 120%;
	background: #e1e1e1;
	color: #484848;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	display: block;
}

a.grey_button:hover {
	background: #f1f1f1;
	color: #484848;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
}

div.grey_button_border {
	border: 1px solid #484848;
	margin-top: 8px;
}

td.splitter hr {
	margin: 0;
	border: 0;
	border-top: 1px solid #b5c9d7;
}

.news
{
	
}
.news_container
{
	border: 1px solid black;
	padding: 4px;
}
.news_title
{
	font-weight: bold;
	font-size: 110%;
}
.news_content
{
	font-size: 80%;
}
.news_footer
{
	font-weight: bold;
}
.mini_news
{
	
}
.mini_news_container
{
	padding: 4px;
}
.mini_news_title
{
	font-weight: bold;
	font-size: 80%;
}
.mini_news_content
{
	font-size: 60%;
}
.mini_news_link
{
	text-align:right;
}
.mini_news_footer
{
	font-weight: bold;
}

/* Mini Poll Submit View */

#poll
{
}
.poll_container
{
}
.poll_answers
{
}
.poll_list
{
}
.poll_button {
	
}


/* Mini Poll Results View */

#mini_poll
{
}
.mini_poll_table
{
}
td.mini_poll_question
{
}
.mini_poll_answer
{
}
.mini_poll_image
{
}
.mini_poll_percent
{

}
.mini_poll_footer {
	
}

/* Paul Test*/
div.admin_menu_dropdown
{
  display: block;
  width:160px;
  font-size:10px;
  background: #FFFFEE;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  text-align:left;
  pointer:cursor;
  float:left;
}
a.admin_menu_link,a.admin_menu_link:visited
{
  display: block;
  width:160px;
  background: white;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  text-align:left;
  pointer:cursor;
  color: blue;
  font-size:11px;
}
a.admin_menu_link:hover
{
	background:#e8e8e8;
	color:red;
	text-decoration: none
}
div.admin_menu_title
{
	background: #FFFFEE;
	font-size: 14px;
	font-weight:bold;
	color:Black;
	width:160px;
}
.admin_menu_sub_on
{
	background: #e8e8e8;
	font-size: 14px;
	font-weight:bold;
	color:#B8002E;
	text-align:middle;
	width:160px;
}

.admin_menu_sub
{
	background: #FFFFEE;
	font-size: 14px;
	font-weight:bold;
	color:Black;
	text-align:left;
	width:160px;
}
.admin_menu_child
{
	border-top:1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width:160px;
	z-index:1000;
}
a.admin_menu_dropdown, a.admin_menu_dropdown:visited { border-bottom: none; }
div#admin_menu_child             { border-bottom: 1px solid black; }
/* End Paul Test */
