@charset "utf-8";
/* CSS Document */

body {
	/*background: #6AA0BC;*/
	background-color: #003A21;
	/*background-color: #ffffff;*/
	#003822
	margin: 0px;
	padding: 0px;

	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #003a21;
}
body, td, input, select { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #005836; }
/*body, td, input, select { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #6AA0BC; }*/
input.inputtext , select.inputtext, textarea { border: 1px solid #003a21; width: 300px; }

.errortext { color: #FF0000; }

img { border: 0px; }

iframe {
	border: none;
	border-top: 1px dotted #003a21;
	border-bottom: 1px dotted #003a21;
}

a{ text-decoration: none; color: #003a21; }
a:hover { color: #003a21; text-decoration: underline;}

. scrollbar-base-color { }
.inputbutton {
	background: #003A21;
	color: #FFFFFF;
	border: 2px solid #595959;
	height: 24px;
	font-size: 11px;
	font-weight: bold;
}
.inputbutton:hover {
	background: #005836;
}

h1 {
	font-family: Georgia;
	font-size: 24px;
	color: #003a21;
	padding-bottom: 14px;
	margin-bottom: 7px;
	font-weight: lighter;
}
h2 {
	font-family: Georgia;
	font-size: 24px;
	color: #003a21;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 7px;
}
h2 a { font-weight: lighter; }
h2.frontpage { border-width: 1px; width: 95%; border-bottom: 1px dotted #8aaec1; }
h2.light { font-weight: lighter; padding: 0px; }
.mainbar h2 { border-bottom: 1px dotted #c4d6e0; }
h3 {
	font-family: Georgia;
	font-size: 22px;
	color: #003a21;
	padding-bottom: 14px;
	margin-bottom: 7px;
	font-weight: lighter;
}


.clear {
	clear: both;
}
.maintable {
	background: #ede1ab;
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 7px solid #003A21;
}
.mainbar {
	font-weight: bold;
}

.titlebar {
	background: #003a21;
	color: #FFFFFF;
	font-size: 11px;
	height: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
.titlebar td {
	color: #FFFFFF;
	font-weight: normal;
}

.menu_logo {
	background: url('/auction/design/img/bg_top_menu.jpg');
	height: 97px;
	width: 100%;
}
.menu_items {
	/*background: #56798B;*/
	background-color: #003A21;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana;
	height: 22px;
	width: 100%;
	border: 1px solid #003A21;
}
.content_table {
	width: 100%;
	border: 2px solid #595959;
}
.empty_row {
	height: 11px;
	/*background: #005836;*/
	background: url('/auction/design/img/bg-empty-row.jpg') repeat-x left bottom;
	border-top: 1px solid #608ca3;
}
.breadcrumb, .footer {
	background: #003a21;
	width: 100%;
	height: 17px;
	padding-left: 20px;
	font-family:  Verdana;
	font-size: 10px;
	color: white;
}
.breadcrumb a {
	font-family:  Verdana;
	font-size: 10px;
	color: white;
}

.content_main {
	padding: 20px;
}

/* ONLINE DOSSIERS */
#online_dossier, #pending_dossier {
	width: 95%;
	border-bottom: 1px dotted #8aaec1;
	border-width: 1px;
	margin-top: 7px;
	margin-bottom: 10px;
}
#online_dossier a, #pending_dossier a{
	cursor: pointer;
	color: #003a21;
	margin-left: 20px
}
#closed_dossier {
	cursor: pointer;
	margin-left: 20px
}

.dossier_title {
	color: #003a21;
	font-family: Georgia;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 0px;
}
.dossier_details {
	color: #003a21;
	font-size: 11px;
	font-family: Verdana;
	margin-bottom: 8px;
	margin-left: 20px;
/*	height: 50px; */
}

#online_dossier .dossier_links, #online_dossier .dossier_links a, #pending_dossier .dossier_links, #pending_dossier .dossier_links a {
	color: #a6a6a6;
	font-size: 10px;
	font-family: Verdana;
	margin-bottom: 8px;
}

#closed_dossier .dossier_title{
	color: #003a21;
	font-size: 12px;
	font-family: Verdana;
	margin-top: 3px;
}

#right_news {
	border: 1px solid #ccdce4;
	padding: 10px;
	margin-right: 20px;
}
#right_news .news_item {
	color: #003a21;
	border-bottom: 1px dotted #8aaec1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#right_news h2{
	margin: 0px;
	font-size: 16px;
}

#dossier_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#dossier_info td {
	color: #869095;
	font-size: 11px;
	height: 15px;
}

#dossier_categories h2 {
	margin-bottom: 0px;
	margin-top: 10px;
}
#dossier_categories .table-white .rowstyle1 td, .style1 td{ border-top: 1px dotted #003a21; }
#dossier_categories .table-white .rowstyle2 td, .style2 td{ border-top: 1px dotted #003a21; background: #FEF9E2; }
.style2 td td { border: 0px; }
.style1 td td { border: 0px; }
.style1 img, .style2 img {
	border: 1px solid #AAAAAA;
	margin: 4px;
	padding: 3px;
}
img.noborder { border: 0px; }
#dossier_categories .titlebar { padding-left: 15px; }
#dossier_categories .table-white .titlebar td{
	border: 0px;
}
#dossier_categories .mainbarlink {
	color: #003A21;
}
#dossier_categories .categorytext {
	color: #003A21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
	height: 20px;
}
#dossier_categories .auctiontext {
	color: #003A21;
	font-weight: bold;
}
#dossier_categories .table-white { border-bottom: 1px solid #003a21;}

#right_panel {width: 195px; margin: 20px;}
#right_panel .right_panel_top { height: 30px; background: no-repeat #e7eef1 url('/auction/design/img/right_panel_top.gif'); padding-top: 15px; padding-left: 60px; font-size: 18px; color: #ffffff;}
#right_panel .right_panel_top_empty { height: 30px; background: no-repeat #e7eef1 url('/auction/design/img/right_panel_top_empty.gif'); padding-top: 15px; padding-left: 60px; font-size: 18px;}
#right_panel .right_panel_middle {background: #005836; color: #EDE1AB; padding: 20px;}
#right_panel .right_panel_middle td { background: #0058366; color: #EDE1AB; }
#right_panel .right_panel_bottom {height: 13px; background: no-repeat url('/auction/design/img/right_panel_bottom.gif');}

#dossier_info .underline td{ border-bottom: 1px dotted #8aaec1; height: 20px; }
#dossier_info .border_left{ border-left: 1px dotted #8aaec1; padding-left: 10px; }

#tableLotPage td {padding-left: 20px; padding-right: 20px;}
#tableLotPage td td{padding-left: 0px; padding-right: 0px;}
#tableLotPage .border_left{ border-left: 1px solid #b3cad6;}
#tableLotPage .border_top td{ height: 17px; /*background: url('/auction/design/img/line_lotpage.gif');*/ }

#tableLogin .border_left{ border-left: 1px solid #b3cad6; padding-left: 10px;}
#tableLogin .border_top td{ height: 17px; /*background: url('/auction/design/img/line_lotpage.gif');*/ }
#tableLogin input.inputtext, #tableLogin select{ border: 1px solid #56798b; color: #003a21;}
#tableLogin .inputerror {border: 1px solid #e92d2b; color: #e92d2b;}
#tableLogin td {padding-right: 20px;}
#tableLogin td td{padding-right: 0px;}
#tableLogin .mainbar { font-weight: bold; padding-bottom: 4px; }


.category_title .border_right{ border-right: 1px solid #9ebac8; height: 10px;}
.category_title .border_left{ border-left: 1px solid #003a21; height: 10px;}
.category_title h1 { margin: 0px; padding: 0px; padding-right: 10px; color: #003a21;}
.category_title h2 { margin: 0px; padding: 0px; padding-left: 10px; color: #9ebac8; font-weight: lighter;}

.standy_page {
	border-top: 1px solid #b3cad6;
	border-bottom: 1px solid #b3cad6;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003a21;
}

#tableControlMenu td{ height: 20px; padding-left: 10px; }
#tableControlMenu .mainbar { background: #f4f7f9; border-top: 1px dotted #c4d6e0; border-bottom: 1px dotted #c4d6e0; padding-left: 0px; font-weight: bold; }
#tableControlMenu .border_top { border-top: 1px dotted #c4d6e0; }
#tableControl .border_left td{ border-left: 1px solid #003a21;	padding-left: 10px;}
#tableControl .border_left td td{ border: none; padding-left: 0px;}

#tableTracker .style1 td, #tableTracker .style2 td {height: 25px;}
#tableTracker .border_top td { border-top: 1px dotted #003a21; }
}
.overlib_font { 
	font: 8pt Verdana; 
	color: #040D23; 
}
.overlib_fg { 
	background-color:#FFFFFF; 
	padding: 2px; 
}
.overlib_bg { 
	align:center; 
	border:1px solid #040D23; 
	background-color: #ffffff; 
}
.overlib_cp { 
	font-weight:bold; 
	padding:2px; 
	color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	background-color:#003a21;
}

#strong_password table.strong_pw_main {
	background: #003a21;
}
#tableactivation td{ width: 800px; }
