html {
 height: 100%;
 margin-bottom: 1px;
}
body {
    font-family: tahoma, arial, sans-serif;
    font-size: 11px;
    background: #2A4F8E url(images/bg_main.gif) repeat-x top left;
    margin: 0px 5px 0px 0px;
}
input, option, select, textarea {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}
a, a:active, a:visited {
    color: #242424;
    text-decoration: none;
}
a:hover {
    color: #4068A4;
    text-decoration: underline;
}
h1 {
	margin:0; padding: 0 0 0 10px;
	height:35px;
	padding-right:30px;
	font: 19px Arial, Helvetica, sans-serif;
}
h2 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0px;
    padding: 6px 5px 4px 5px;
}
h3 {
    font-family: arial, verdana, tahoma, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
    margin: 0px;
    padding: 3px 0px 0px 0px;
}
input, textarea {
}


.body-container {
    text-align: center;
}
.body-outer {
    margin: 0px auto 0px auto;
    text-align: left;
    width: 900px;
    padding: 0px;
    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: 0;
 background: #8DBFF4 url('images/header.jpg') no-repeat top left;
 color: #cccccc;
 padding: 0 38px;
}
.body-header .left {
 float: left; width: 400px;
}
.body-header .right {
 float: right;
 text-align: right;
 margin-top: 70px;
}
.body-header .right .input-search {
 background: transparent url('images/bg_search.gif') no-repeat top left;
 width: 190px; padding-left: 10px;
 height: 21px; padding-top: 6px;
 border: 0; font-size: 12px; color: #666666;
}

#home, #buy, #faq, #contact {
 float: left;
 width: 81px; height: 55px; padding-top: 45px;
 text-align: center;
 font-weight: bold;
 text-transform: uppercase;
}
#home {
 background: url('images/icon_home.gif') no-repeat top left;
}
#buy {
 background: url('images/icon_buy.gif') no-repeat top left;
 margin-left: 30px;
}
#faq {
 background: url('images/icon_faq.gif') no-repeat top left;
 margin-left: 30px;
}
#contact {
 background: url('images/icon_contact.gif') no-repeat top left;
 margin-left: 30px;
}

a.logo, a.logo:active, a.logo:visited {
    color: white;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}
a.logo:hover {
    color: #99CC00;
    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 {
	background: #8DBFF4;
    margin: 0px 0 0 0px;
    padding: 30px 38px 20px 38px;
    border: 0px;
}
.body-content .left {
 float: left;
 width: 560px;
 background: url(images/links_bottom.gif) no-repeat bottom left;
}
.content {
 background: #A7CEF7 url(images/links_top.gif) no-repeat top left;
 width:560px;
}
.content p {
 padding: 0 15px;
}
.body-content .right {
 float: right;
 width: 221px;
 background: #A7CEF7 url(images/sidebar_top.gif) no-repeat top left;
}
.body-content .sidebar {
 background: url(images/sidebar_bottom.gif) no-repeat bottom left;
 padding: 15px 20px;
}
.body-content .right h2 {
 font: bold 15px Arial, Helvetica, sans-serif;
 text-decoration: none;
 margin-bottom:10px;
 text-transform:uppercase;
 padding: 6px 0px 4px 0px;
}
.search {
 background:url(images/bg_search.gif) no-repeat top right;
 width: 227px;
 text-align:center;
 height: 105px;
 padding-top:20px;
}
.body-footer {
    font-size: 11px;
    height: 19px;
    padding: 20px 20px 40px 20px;
    text-align: center;
	background: #8DBFF4 url(images/bg_footer.gif) repeat-x top left;
}
.body-footer a, .body-footer a:active, .body-footer a:visited {
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    font-weight: bold;
}
.body-footer a:hover {
    font-weight: bold;
}
ul.sidebar {
 list-style: none;
 margin: 0 0 15px 0; padding: 0;
}
ul.sidebar li {
 list-style: none;
 margin: 0; padding: 3px 0 3px 20px;
 background: url('images/bg_arrow.gif') no-repeat center left;
}
.msg1 {
    clear:both;
    padding: 10px;
    text-align: center;
	color: #000000;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
}
.msg1 a:link, .msg1 a:visited {
 color: #000000;
 text-decoration:underline;
}
/* Ad styles */
.adBodyTr {
    padding: 0px;
    width: 250px;
    height: 250px;
    float: right;
}

/* Top Menu styles */
.tmenu {
}
div.link1, div.link1h {
    margin: 1px;
    color: #ffffff;
    padding: 5px 2px 5px 2px;
    background-color: #3e4968;
    font-size: 20px;
    text-align: center;
    width: 45px;
    float: left;
    cursor: pointer;
}
div.link1h {
    background-color: #49567c;
    text-decoration: none;
}
div.link2, div.link2h {
    cursor: pointer;
    margin: 1px;
    color: #ffffff;
    padding: 4px;
    background-color: #3e4968;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    float: left;
}
div.link2h {
    background-color: #49567c;
    text-decoration: none;
}
a.link2, a.link2:active, a.link2:visited {
    margin: 0px 1px 0px 1px;
    color: #ffffff;
    padding: 4px;
    background-color: #3e4968;
    font-size: 11px;
    font-weight: bold;
    float:left;
    width: 50px;
}
a.link2:hover {
    background-color: #49567c;
    text-decoration: none;
}
.hidden {
    display: none;
    visibility: hidden;
}
.leader {
 background: url('images/bg_leader.gif') no-repeat top left;
 height: 119px; width: 560px;
 margin-bottom: 20px;
}
.leader-bid {
 padding: 30px 0 0 30px;
 color: #FFFFFF;
}
.leader a, .leader a:active, .leader a:visited {
    font: 21px "trebuchet MS";
    font-weight: bold;
	color: #FFCC00;
}
.ally {
	 background:url(images/ally.gif) no-repeat top left;
	 margin-left:35px;
	 height:29px;
}
.link-bidbg { 
    background: url(images/bidbg.gif) no-repeat top left; 
    width: 75px;
}
.link-bid {
    text-align: center;
    font: bold 18px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 1px 0px 10px 0px;
	margin-left:12px;
}
.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: #333333;
    font-size: 9px;
	margin-left: 12px;
}
.link-place a, .link-place a:active, .link-place a:visited {
    color: #333333;
    text-decoration: none;
}
.link-place a:hover {
    color: #333333;
    text-decoration: none;
}
.link-cell {
    padding: 0px 0px 0px 10px;
}
.link-title {
    font-size: 17px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #20528F;
}
a.link-title, a.link-title:active, a.link-title:visited {
 text-decoration: none;
 color: #20528F;
}
a.link-title:hover {
    text-decoration: underline;
}
.link-desc {
    padding: 5px 0 0 0;
}
.link-date {
    width: 95%;
    color: #ffffff;
    padding: 3px 0px 3px 5px;
    margin: 5px 0px 0px 0px;
    border: solid 1px #dadada;
}
/* 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: 5px;
	margin: 1px;
}
.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 {
    font-weight: bold;
    margin: 10px 5px 2px 0px;
}
.kForm input#a, .kForm input#link_id {
	background:none;
}
.kForm label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    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.pager-table {
    background-color: #C3DEFA;
	
}
td.pager-page, td.pager-current, td.pager-link {
    
    border: 0px;
}
td.pager-page {
    background-color: #8DBFF4;
    color: #000000;
}
td.pager-current {
    background-color: #2A4F8E;
    color: #ffffff;
}
td.pager-link {
    background-color: #c8dcf1;
    color: #000000;
}
hr {
    padding: 0px;
    margin: 20px 3px 5px 3px;
}


/**
 * v1.2 Styles
 */

/* Category Styles */
.cat-links {
    width: 170px;
    margin: 3px 0px 0px 0px;
}
div.cat-desc {
    padding: 1px 35px 15px 30px;
    color: #999999;
    margin: 0px 0px 0px 15px;
    background-image: url(images/ico_cat.gif);
    background-repeat: no-repeat;
    font-size: 11px;
}
div.cat-link1 a, div.cat-link1 a:active, div.cat-link1 a:visited {
    font-size: 12px;
	color: #000000;
}
div.cat-link1 a:hover {
	color: #FFCC00;
}
.cats {
 background: #F4F4F4 url(images/bg_cats.gif) no-repeat top right;
 margin: 0px 0px 0px 0px;
 padding: 20px;
 height: 186px;
}
div.cat-link1, div.cat-link2 {
 padding: 4px 0 5px 30px; margin-left:10px;
 background: url(images/ico_cat.gif) no-repeat center left;
}
div.cat-link2 a, div.cat-link2 a:active, div.cat-link2 a:visited {
    font-size: 11px;
	color:#000000;
}
div.cat-link2 a:hover {
	color: #FFCC00;

}
.cat-link1-count, .cat-link2-count {
    font-size: 11px;
    color: #aaaaaa;
}

/* Link Styles */
select.link-info, select.link-info option {
    width: 74px;
    font-family: tahoma;
    font-size: 11px;
    background-color: #f3f3f3;
}
select.link-info {
    font-weight: bold;
    background-color: #f3f3f3;
}
select.link-info option {
    font-weight: normal;
    background-color: #ffffff;
}
select.link-info option.title {
    font-weight: bold;
    background-color: #f3f3f3;
}

/* Link Recordset Info */
div.link-rs {
    font-size: 10px;
    padding: 0px;
	margin-bottom: 0px;
    color: #20528F;
	border-bottom: 1px solid #C3DEFA;
}

.location {
	margin:0; padding: 0 0 0 10px;
	height:35px;
	padding-right:30px;
	font: 16px Arial, Helvetica, sans-serif;
}

.linkroll-title {

 padding: 4px 0 5px 30px; margin-left:10px;
 background: url(images/ico_cat.gif) no-repeat center left;

}

.linkroll-title a {

    font-size: 11px;
    color:#000000;
    text-decoration:underline;

}

.linkroll-desc {

padding-left:40px;

} 