/*body {
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
}*/
body {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	margin: 0px;
}
/***********************************************/
.top {
	Margin-top: 0px;
	Margin-bottom: 15px;
	height: 90px;
	width: 767px;
	background: url('images/bg_top.jpg') no-repeat; 
	padding: 0px;
	position: relative;
	
}

.top-link {
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
}

.top-link a:link {
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
}

.top-link a:visited {
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
}

.top-link a:hover {
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	text-decoration: underline;
}

.digits {
	background: url('images/bg_digit.gif') repeat-x;
	font-family: verdana, arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	width: 22px;
	height: 22px;
	text-align:center;
}

.digits a:link {
	font-family: verdana, arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.digits a:visited {
	font-family: verdana, arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.digits a:hover {
	font-family: verdana, arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#submit-text {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana, arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #115599;
}

#body-container {
	margin-left: auto;
	margin-right: auto;
	width: 767px;
}

#submit-text a:link{
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana, arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #115599;
	text-decoration: none;
}

#submit-text a:visited{
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana, arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #115599;
	text-decoration: none;
}

#submit-text a:hover{
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana, arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #115599;
	text-decoration: underline;
}

#search-bar {
	width:767px;
}


#border {
	margin-top: 5px;
	margin-bottom: 10px;
	width:767px;
	background: url('images/border.jpg') no-repeat;
	height: 4px;
}

#insert {
	margin-top: 0px;
	margin-bottom: 5px;
	width:767px;
	font-family: verdana, arial;
	font-size=20px;
}

.submit {
   	border: 1px solid #063FA1;
	background-color: #92BAFE;
	width: 100px;
	height: 21px;
	padding: 0 0 0 0;
}

.input{
	font-family: verdana,arial;
	font-size: 9pt;
	color: #063FA1;
	border: 1px solid #666666;
	width: 182px;
	height: 16px;
	padding: 3px 0 0 3px;
}

.input-text{
	font-family: verdana,arial;
	font-size: 9pt;
	color: #063FA1;
	border: 1px solid #666666;
	width: 300px;
	height: 16px;
	padding: 0 0 0 3px;
}
.border {
	margin-top: 5px;
	margin-bottom: 5px;
	width:767px;
	background: url('images/border.jpg') no-repeat;
	height: 4px;
}


.bid {
	font-family: verdana,arial;
	font-size: 9pt;
	color: #063FA1;
	border: 1px solid #666666;
	width: 40px;
	height: 19px;
	padding: 0 0 0 3px;
}

.title-left {
	width:474px;
	height: 25px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color:#ffffff;
	padding-left: 6px;
	background: url('images/bg_title.jpg') no-repeat;
}

.title-right {
	width:272px;
	height: 25px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color:#ffffff;
	padding-left: 6px;
	background: url('images/bg_right.jpg') no-repeat;
}

.desc {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#464646;
	padding-left: 6px;
}

.amount {
	
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
	background: url('images/bid.gif') no-repeat right;
}
.break {
	background: url('images/border_thin_hr.gif') no-repeat right;
	height: 10px;
}

.last-add {
	background: url('images/link.gif') no-repeat left center;
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	padding: 3px 0 2px 15px;
}

.last-add a:link{
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

.last-add a:visited{
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
}

.last-add a:hover{
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	text-decoration: underline;
}

.table {
	border: 1px solid #7FAAFE;
}

.table_err {
	border: 1px solid #FE7F8A;
}
.text_err {
	background-color: #fffef2;
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 2px 0px 2px 4px;
}
.partner-link {
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	height: 20px;
	padding: 3px 0px 2px 15px;
	background: url('images/link.gif') no-repeat left center;
	text-decoration: none;
}
.partner-link a:link,a:visited {
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	
	text-decoration: none;
}

.partner-link a:hover {
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

.footer {
	width: 760px;
	height: 30px;
	border: 1px solid #464646;
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	padding: 1px 3px 1px 3px;
}
.footer a:link{
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	text-decoration: none;
}

.footer a:visited{
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	text-decoration: none;
}

.footer a:hover{
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: right;
	text-decoration: underline;
}

.poca {
	font-family: verdana, arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #314AA7;
	padding-left: 2px;
}
.poca a:link{
	
	font-size: 10px;
	font-weight: bold;
	color: #314AA7;
	text-decoration: none;
	
}
.poca a:visited{
	
	font-size: 10px;
	font-weight: bold;
	color: #314AA7;
	text-decoration: none;
}
.poca a:hover{
	font-size: 10px;
	font-weight: bold;
	color: #314AA7;
	text-decoration: underline;
	
}
/******************************************************************************************************/
option, select, textarea {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}/*
a, a:active, a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #777777;
    text-decoration: underline;
}*/
h1 {
    font-family: verdana, tahoma, sans-serif;
    font-size: 17px;
    font-weight: bold;
	text-align: left;
    color: #dd6633;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 4px;
    letter-spacing: -1px;
}
h2 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #555555;
    margin: 0px;
    padding: 6px 0px 4px 0px;
}
h3 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
    margin: 0px;
    padding: 3px 0px 0px 0px;
}
.body-container {
    text-align: center;
	
}
.body-outer {
    margin: 0px auto 0px auto;
    text-align: left;
    width: 767px;
    padding: 0px;
    background-color: #ffffff;
    border: 0px;
}
.body-top {
    background-color: #5b687d;
    background-image: url(images/row1bg.gif);
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    padding: 6px 10px 6px 10px;
    border-bottom: solid 1px #ccc;
}
.body-header {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 2px;
}
.table-border {
	border: 1px solid #6eafe0; 
}
.a.logo, a.logo:active, a.logo:visited {
    color: #3e6848;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}
a.logo hover {
    color: #006600;
    text-decoration: none;
}
.body-header a:hover {
    border: 0px;
}
.body-nav {
    background-color: #f9f9f9;
    border: solid 1px #cccccc;
    padding: 4px 4px 4px 6px;
    margin: 0px 5px 0px 0px;
    font-size: 11px;
    color: #999999;
}
.body-nav {
    font-size: 11px;
    background-color: #f3f3f3;
    padding: 6px 10px 6px 10px;
    margin: 0px;
    color: #999999;
    border-top: solid 1px #e5e5e5;
}
.body-nav a, .body-nav a:active, .body-nav a:visited
{
    color: #004080;
    text-decoration: none;
}
.body-nav a:hover {
    color: #666666;
    text-decoration: underline;
}
.body-content {
    margin: 0px;
    padding: 8px 1px 20px 1px;
    border: 0px;
}
/***********************************************************************************
.body-footer {
    font-size: 11px;
    color: #aaaaaa;
    margin: 0px;
    height: 25px;
    padding: 5px 0 0 0;
    border-top: solid 1px #999999;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    font-weight: normal;
}
.body-footer a:hover {
    font-weight: normal;
	text-decoration: underline;
}
.input-search {
    width: 150px;
	height: 18px;
	font-size: 14px;
}
/*********************************************************************/
.msg1 {
    clear:both;
    padding: 5px;
    text-align: center;
    background-color: #d2e8d5;
    border: solid 1px #3e6848;
}

/* Ad styles */
.adBodyTr {
    padding: 0px;
    width: 250px;
    height: 250px;
    float: right;
}

/* Top Menu styles */
.tmenu {
}
.tmenu a, .tmenu a:active, .tmenu a:visited {
    color: #ffffff;
    text-decoration: none;
    border: 0px;
}
.tmenu a:hover {
    text-decoration: none;
    border: 0px;
}
div.link1, div.link1h {
    margin: 1px;
    color: #ffffff;
    padding: 5px 2px 5px 2px;
    background-color: #3e6848;
    font-size: 20px;
    text-align: center;
    width: 45px;
    float: left;
    cursor: pointer;
}
div.link1h {
    background-color: #497c56;
    text-decoration: none;
}
div.link2, div.link2h {
    cursor: pointer;
    margin: 1px;
    color: #ffffff;
    padding: 4px;
    background-color: #3e6848;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    float: left;
}
div.link2h {
    background-color: #497c56;
    text-decoration: none;
}
a.link2, a.link2:active, a.link2:visited {
    margin: 0px 1px 0px 1px;
    color: #ffffff;
    padding: 4px;
    background-color: #3e6848;
    font-size: 11px;
    font-weight: bold;
    float:left;
    width: 50px;
}
a.link2:hover {
    background-color: #49567c;
    text-decoration: none;
}
.tsmenu {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    cursor: default;
    text-align: right;
}
.tsmenu a, .tsmenu a:active, .tsmenu a:visited {
    margin: 0px 1px 0px 1px;
    font-size: 11px;
    text-decoration: none;
}
.tsmenu a:hover {
    text-decoration: underline;
}
.hidden {
    display: none;
    visibility: hidden;
}
.leader {

}
.leader a, .leader a:active, .leader a:visited {
    font-size: 18px;
    font-weight: bold;
	color: #336699;
    letter-spacing: -1px;
}

.link-bidbg {
    background-image: url(images/bidbg.gif);
    height: 32px;
    background-repeat: no-repeat;
}
.link-bid {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 0px 2px 0px;
    width: 50px;
}
.link-bidbig {
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    padding: 3px 0px 2px 0px;
    width: 50px;
}

.link-place {
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    font-size: 9px;
}
.link-place a, .link-place a:active, .link-place a:visited {
    color: #d9edff;
    text-decoration: none;
}
.link-place a:hover {
    color: #ffffff;
    text-decoration: none;
}
.link-cell {
    padding: 0px 0px 0px 10px;
}
.link-title {
    font-size: 16px;
    font-weight: bold;
}
a.link-title, a.link-title:active, a.link-title:visited {
    text-decoration: none;
    
}
a.link-title:hover {
    text-decoration: none;
    border-bottom: solid 1px #3e6848;
	
	
}

.link-date {
    width: 95%;
    color: #000000;
    padding: 3px 0px 3px 5px;
    margin: 5px 0px 0px 0px;
    border: solid 1px #dadada;
}

.link-header {
	background: #6eafe0;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #efefef;
	height: 15px;
	padding: 4px;
}

.link-desc {
	background: #f8f9f4;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 4px;
}

.link-links {
	background: #f8f9f4;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 4px;
}

.link-partners {
	background: #ffffff;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	padding: 4px;
}

/* Column styles */
.col-left {
    width: 18%;
    float: left;
    margin: 0px 5px 0px 0px;
}
.col-right {
    width: 81%;
    float: right;
}

/* Container styles */
.box1top {
    background-color: #555555;
    background-image: url(images/row2bg.gif);
    color: #555555;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 5px 6px 5px;
    margin: 0px;
    border: solid 1px #aaaaaa;
    border-bottom: 0px;
}
.box1body {
    background-color: #ffffff;
    font-size: 11px;
    color: #444444;
    border: solid 1px #cccccc;
    font-weight: normal;
    padding: 0px 5px 5px 5px;
    margin: 0px;
}
.box1body input {
    font-family: verdana, sans-serif;
    font-size: 11px;
    margin-top: 4px;
}
.login-box {
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
.login-box input {
    font-family: verdana, arial, tahoma;
    font-size: 16px;
}
.login-box label {
    display: block;
    margin: 5px 0px 0px 0px;
}

/* Dialog Box Styles */
.dialog-box {
    margin: 10px auto 0px auto;
    width: 420px;
    padding: 0px 0px 25px 0px;
}
.dialog-title {
    background-color: #f3f3f3;
    background-image: url(images/row2bg.gif);
    color: #555555;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 5px 6px 5px;
    margin: 0px;
    border: solid 1px #999999;
    border-bottom: 0px;
}
.dialog-body {
    background-color: #ffffff;
    font-size: 13px;
    color: #444444;
    border: solid 1px #999999;
    font-weight: normal;
    padding: 20px 15px 20px 15px;
    margin: 0px;
    text-align: center;
}
.dialog-links {
    padding: 8px 5px 8px 5px;
    background-color: #e3e3e3;
    text-align: center;
    border: solid 1px #999999;
    border-top: 0px;
}
.dialog-links a, .dialog-links a:active, .dialog-links a:visited {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #999999;
    margin: 0px 0px 0px 8px;
    padding: 3px 5px 3px 5px;
    background-color: #f9f9f9;
    background-image: url(images/tmenubg.gif);
    border: solid 1px #cccccc;
}
.dialog-links a:hover {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #555555;
    margin: 0px 0px 3px 8px;
    padding: 3px 5px 3px 5px;
    background-color: #ffffff;
    background-image: url(images/tmenubg2.gif);
    border: solid 1px #aaaaaa;
}

.kForm {
    padding: 0px;
}
.kForm input, .kForm textarea {
    font-family: tahoma, arial;
    padding: 3px;
    margin: 5px 2px 2px 5px;
    color: #555555;
    display: block;
}

.kForm select {
    font-family: arial;
    margin: 5px 5px 5px 5px;
}
.kForm option {
    font-family: arial;
}
.kForm input.submit {
   border: 1px solid #063FA1;
	background-color: #92BAFE;
	width: 101px;
	height: 21px;
}


.kForm label {
    display: block;
    font-size: 12px;
    font-weight: normal;
	color: #669933;
    margin: 2px;
    padding: 5px 0px 0px 0px;
}
.kFormError {
    font-size: 10px;
    font-weight: normal;
    color: #cc0000;
    display: block;
    margin: 0px 0px 2px 5px;
    padding: 0px;
}
.kForm input.error, .kForm textarea.error {
    font-family: tahoma, arial;
    color: #595300;
    background-color: #fffef2;
    display: block;
}

.tbl {

}
.tbl tr {
    background-color: #fbfbfb;
}
.tbl th {
    background-color: #555555;
    font-size: 10px;
    font-weight: normal;
    color: #f3f3f3;
    text-align: left;
    padding: 3px 6px 3px 6px;
}
.tbl th.sub {
    background-color: #2774c0;
    font-size: 11px;
    font-weight: normal;
    color: #d2e4f7;
    text-align: left;
    padding: 3px 6px 3px 6px;
}
.tbl th a, .tbl th a:active, .tbl th a:visited {
    color: #ecf5ff;
}
.tbl th a:visited {
    color: #ffffff;
}
.tbl td {
    font-size: 11px;
}
.tblrow1 {
    padding: 2px 5px 2px 5px;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
}
.tblrow2 {
    padding: 2px 5px 2px 5px;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
}
.tblrow1a {
    background-color: #ecf9ff;
    border-bottom: solid 1px #d9f2ff;
}
.tblrow2a {
    background-color: #ecf9ff;
    border-bottom: solid 1px #d9f2ff;
}
.tblrow1s {
    font-size: 10px;
    padding: 1px 4px 1px 4px;
    background-color: #fafafa;
    border-bottom: solid 1px #eeeeee;
}
.tblrow2s {
    font-size: 10px;
    padding: 1px 4px 1px 4px;
    background-color: #f5f5f5;
    border-bottom: solid 1px #eeeeee;
}

/* Text button styles */
.btn {
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 10px 0px;
    display:block;
}
.btn a, .btn a:active, .btn a:visited {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #999999;
    margin: 0px 5px 0px 0px;
    padding: 5px 5px 5px 5px;
    background-color: #f9f9f9;
    background-image: url(images/btnbg.gif);
    border: solid 1px #cccccc;
}
.btn a:hover {
    color: #555555;
    background-color: #ffffff;
    background-image: url(images/btnbg2.gif);
    border: solid 1px #aaaaaa;
}
/* Text button styles */
.btn2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.btn2 a, .btn2 a:active, .btn2 a:visited {
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #999999;
    margin: 0px 2px 0px 0px;
    padding: 1px 3px 1px 3px;
    background-color: #f9f9f9;
    background-image: url(images/btnbg.gif);
    border: solid 1px #cccccc;
}
.btn2 a:hover {
    color: #555555;
    background-color: #ffffff;
    background-image: url(images/btnbg2.gif);
    border: solid 1px #aaaaaa;
}

ul.usermenu {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}
ul.usermenu dl {
    font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
    background-image: url(images/icon_category.gif);
}
ul li {
    background-image: url(images/li1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
    line-height: 16px;
}

ul.submenu {
    padding: 0px 3px 0px 25px;
    margin: 0px;
}
li.submenu {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 0px 10px 2px 0px;
	padding: 0px 0px 3px 15px;
	list-style-type: none;
    line-height: 10px;
    background-image: url(images/ico_submenu.gif);
}

table-border {
	border: solid 1px #4c9dd9;
}

table.pager-table {
    border: solid 1px #237e4e;
}
td.pager-page, td.pager-current, td.pager-link {
    padding: 2px 4px 2px 4px;
    border: 1px;
}
td.pager-page {
    background-color: #7ca5fd;
    color: #ffffff;
}
td.pager-current {
    background-color: #aec7e3;
    color: #000000;
}
td.pager-link {
    background-color: #a8e1ac;
    color: #000000;
}
hr {
    padding: 0px;
    margin: 20px 0px 5px 0px;
}