@charset "utf-8";
/* CSS Document */
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* links */
a, a:visited {
  text-decoration: none;
  color: #0000FF;
  background: inherit;
}
a:hover {
  color: #FF0000;
  background: inherit;
}
a.tablink:link { color: black; text-decoration: none; }
a.tablink:visited { color: black; text-decoration: none; }
a.tablink:active { color: black; text-decoration: none; }
a.tablink:hover { color: black; text-decoration: none; }

/* tooltips */
#dhtmltooltip {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 1px solid #999999;
	padding: 3px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	opacity: .80;
	color: black;
}
.tooltip_title {
	font-weight: bolder;
}

/* dim background */
#dimbackground {
	background-color: black;
	height: 100%;
	filter:alpha(opacity=75); /* IE's opacity*/
	left: 0px;
	opacity: 0.75;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
	display: none;
}

/* message box */
#messagebox {
	background-color: black;
	height: 302px;
	left: 250px;
	position: absolute;
	top: 250px;
	width: 402px;
	z-index: 101;
	display: none;
	padding: 1px;
}

/* header makes */
#headmake {
	background-color: white;
	position: relative;
	top: 0px;
	left: 0px;
	width: 240px;
	z-index: 101;
	display: none;
}

/* header themes */
#headtheme {
	background-color: white;
	position: relative;
	top: 0px;
	left: 50px;
	width: 240px;
	z-index: 101;
	display: none;
}

/* header other vehicles */
#headother {
	background-color: white;
	position: relative;
	top: 0px;
	left: 230px;
	width: 150px;
	z-index: 101;
	display: none;
}

/* header markets */
#headmarket {
	background-color: white;
	position: relative;
	top: 0px;
	left: 330px;
	width: 280px;
	z-index: 101;
	display: none;
}

/* text */
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.content_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.content_minor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.content_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.content_major {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.crit_tbl {
	border: 1px solid #666666;
	display: inline;
}
.crit_fld {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.crit_val {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.list_header {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.sub_list_header {
	border-bottom: 1px dotted #666666;
	background-color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.list_content {
	border-bottom: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.list_content_viewed {
	border-bottom: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F0F0;
}
.list_content_saved {
	border-bottom: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CAF7CD;
}
.sub_list_content {
	border-bottom: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sub_list_content_highlight {
	background-color: #F0F0F0;
	border-bottom: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sub_list_content2 {
	border-bottom: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.tab {
	border: 1px solid black;
	background-color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tab_highlight {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.head_menu {
	border-bottom: 1px dotted #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tbl {
	border: 1px solid #999999;
}
.tbl_header {
	height: 30;
	background-image: url(../common/images/tbl_header.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

/* button */
.refine_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2A5CAA;
	border: 1px solid #6699CC;
	width: 50px;
	color: #FFFFFF;
}
.login_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2A5CAA;
	border: 1px solid #6699CC;
	width: 50px;
	color: #FFFFFF;
}
.login_button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2A5CAA;
	border: 1px solid #6699CC;
	width: 100px;
	color: #FFFFFF;
}
.search_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #2A5CAA;
	border: 1px solid #6699CC;
	width: 50px;
	color: #FFFFFF;
}
.search_button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0DC878;
	border: 1px solid #098450;
	width: 50px;
	color: #FFFFFF;
}
.search_button3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FF3366;
	border: 1px solid #990000;
	width: 120px;
	color: #FFFFFF;
}

/* admin */
.menu {
	border: 1px solid #003B1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	color: #003B1D;
}
.linkwithicon {
  position: relative;
  white-space: nowrap;
  left: 2px;
  width: 16px;
  padding-top: 2px;
}
.aftericon {
  display: inline;
}
.itemhidden {
	display: none;
}
.itemshown {
	display: inline;
}
.linkindented {
  border: none;
  position: relative;
  padding-top: 2px;
  margin-right: 2px;
  margin-left: 20px;
}
.admin_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9AD595;
	border: 1px solid #003B1D;
	width: 80px;
	color: #003B1D;
}
.admin_button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9AD595;
	border: 1px solid #003B1D;
	width: 50px;
	color: #003B1D;
}
a.tblhr:link { color: #FFFFFF; text-decoration: none; }
a.tblhr:visited { color: #FFFFFF; text-decoration: none; }
a.tblhr:active { color: #FFFFFF; text-decoration: none; }
a.tblhr:hover { color: #CCCCCC; text-decoration: none; }
.medium_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003B1D;
}
.table_header {
	background-color: #003B1D;
	border-right: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.table_subheader {
	background-color: #9AD595;
	border-bottom: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003B1D;
}
.table_content {
	background-color: #FFFFFF;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.table_content_over {
	background-color: #F8F8F8;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.table_content_highlight {
	background-color: #F0F0F0;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

