body {
	margin-top: 10px;
	background:#eeeeee url(../images/bg_body.jpg) repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;

/*	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #336699;
	scrollbar-track-border:0px;
*/

}

H1{
	font-family: "trebuchet ms";
	font-size: 20px;
	font-weight:500;
	color:#336699;
	margin:0px;
}
H2{
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	background:#336699;
	padding:3px 5px;
	margin-top:20px;
}
H3{
	font-family: "trebuchet ms";
	font-size: 16px;
	font-weight:bold;
	color:#666666;
	margin:10px 0px;
}

.H2{
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	background:#336699;
	padding:3px 5px;
	margin-top:20px;
}

.H3{
	font-family: "trebuchet ms";
	font-size: 16px;
	font-weight:bold;
	color:#666666;
	margin:10px 0px;
}

.input {
  font: 10px verdana, arial, sans-serif;
  color: #666666;
  background:#fff url(../images/bg_input.jpg) bottom repeat-x;
  border: 1px solid #999999;
  padding:2px 3px;
  margin:1px;
}

input,
textarea,
select,
button {
  font: 10px verdana, arial, sans-serif;
  color: #666666;
  background:#fff url(../images/bg_input.jpg) bottom repeat-x;
  border: 1px solid #999999;
  padding:2px 3px;
  margin:1px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
button:hover,
button:focus {
  color: #336699;
  background: #fff;
  border: 1px solid #999999;
  cursor:pointer;
}

/* Login home ------------------------------------------- */
.login_home {
	background:url(../images/bg_login_home.jpg) no-repeat;
	font-size:9px;
	font-weight:bold;
	color:#999999;
	padding:10px 15px;
	line-height:12px;
}
.login_home a {
	color:#999999;
	text-decoration:none;
}
.login_home a:visited {
	color:#999999;
	text-decoration:none;
}
.login_home a:hover {
	color:#333;
	text-decoration:none;
}

/* Login auto -------------------------------------------
.login_auto {
	background:#fff url(../images/bg_login_auto.jpg) no-repeat;
} */


/* Main menu ------------------------------------------- */
.navigation {	
	background:#fff url(../images/bg_menu.jpg) no-repeat;
	width:950px;
}

.menu{
	display:block;
	float:left;
	padding:0px 20px;
	font-weight: bold;
	font-size: 10px;
	color: #336699;
	line-height:35px;
	height:35px;
}
.menu a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding:11px 10px;
	background:url(../images/bg_menu_border.jpg) right repeat-y;
}
.menu a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.menu a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background:#336699 url(../images/bg_menu_border.jpg) right repeat-y;
}

.language{
	display: block;
	float:right;
	text-align:right;
	padding-top:18px;
	padding-right:20px;
	font-weight: bold;
	font-size: 9px;
	color: #333;
}
.language a {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.language a:visited {
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.language a:hover {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
}
/* content -------------------------------------------- */
.content {
	background:#fff url(../images/bg_content.jpg) bottom no-repeat;
}

/* left col -------------------------------------------- */
.left_col {
	width:190px;
	padding:10px 10px 40px 10px;
}
.submenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.submenu div{
	display:block;
	padding:0px;
	margin:5px 0px;
	line-height:25px;
}
.submenu a {
	display:block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	text-align:center;
	background:#eeeeee url(../images/bg_submenu.jpg) bottom repeat-x;
	padding:0px 10px;
	border:1px solid #666666;
}
.submenu a:visited {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.submenu a:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background:#336699;
}
.img {
	margin:5px 0px;
}
.adds {
	border:1px solid #cccccc;
	padding:2px;
	margin:5px 0px;
	font-size: 9px;
	color: #999999;
	text-align:center;
	vertical-align:top;
}
.leftbox {
	border:1px solid #666666;
	padding:2px;
	margin:5px 0px;
	font-size: 9px;
	color: #666666;
	vertical-align:top;
}
/* main col -------------------------------------------- */
.main_col {
	width:760px;
	padding:10px 15px 40px 15px;
	font-size:12px;
	color:#333;
	line-height:16px;
}
.main_col a {
	color:#666666;
	font-size:10px
}
.main_col a:visited {
	color:#666666;
}
.main_col a:hover{
	color:#336699;
	text-decoration:none
}

/* quick search -------------------------------------------- */
.search {
	border: 1px solid #cccccc;
	padding:10px;
	font-size:10px;
	text-align:right;
}

/* highlighted_box -------------------------------------------- */
.highlighted_box {

}
.highlighted_title {
	font-family: "trebuchet ms";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	line-height:14px;
	padding:5px 10px;
	background:#ff6600  repeat-x;
}
.highlighted_content {
	background:url(../images/bg_gray_gradient.jpg) bottom repeat-x;
	border: 1px solid #cccccc;
	padding:10px;
	font-size:10px;
}
.highlighted_content a {
	color:#336699;
	text-decoration:none;
}
.highlighted_content a:visited {
	color:#336699;
	text-decoration:none;
}
.highlighted_content a:hover {
	color:#336699;
	text-decoration:none;
	border-bottom:2px solid #336699;
}


/* Forms & Buttons -------------------------------------------- */
.more{
}
.more div{
	display:block;
	padding:0px;
	margin:5px 3px;
}
.more a {
	font-size: 9px;
	text-decoration: none;
	color: #666666;
	line-height:20px;
	background:#fff url(../images/bg_input.jpg) repeat-x;
	padding:3px 10px;
	border:1px solid #dddddd;
	cursor:pointer;
}
.more a:visited {
	text-decoration: none;
	color: #333;
}

.more a:hover {
	text-decoration: none;
	color: #666666;
	background:#eeeeee;
}

.form_table {
	border:#cccccc 1px solid;
	font-size:10px;
	padding:3px;
}
.form_table td {
	padding:2px;
}
.form_table_title {
	font-weight:bold;
	background:#eeeeee  right no-repeat;
	padding-right:15px;
}
.results_title {
	font-weight:bold;
	color:#FFFFFF;
	background:#336699;
}
.results_line_eeeeee {
	background:#eeeeee;
}
.results_line_dddddd {
	background:#dddddd;
}
.notes {
	font-size:9px;
	color:#666666;
}

/* footer ---------------------------------------- */
.footer {
	background: url(../images/bg_footer.jpg) no-repeat;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	color:#666666;
	text-align:center;
	padding-top:10px;
}
.footer a {
	color:#666666;
	text-decoration:none;
	padding:2px;
}
.footer a:visited {
	color:#666666;
}
.footer a:hover {
	color:#333;
	border-bottom:2px solid #999999;
}
.error {color:red}
