body {
    font-family: arial,tahoma, arial, sans-serif;
    font-size: 13px;
    background-color: #0A0A0A;
    background-image: url(images/bodybg.png);
    background-repeat: repeat-x;
    margin: 0px;
    color: #fff;
}
input, option, select, textarea {
    font-family: tahoma, verdana, tahoma, arial, sans-serif;
    font-size: 12px;
}
a, a:active, a:visited {
	color: #399800;
	text-decoration: none;
}

a:hover {
	color: #ABEC00;
	text-decoration: underline;
}

/** Common colors **/
.sidebar a, .sidebar a:active, .sidebar a:visited,
.sidebartop a, .sidebartop a:active, .sidebartop a:visited {
    font-weight: bold;
}
.sidebar a:hover {

}

h1 {
	font-family: tahoma, arial, verdana, tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	margin: 0px 0px 10px 0px;
	padding: 6px 5px 6px 10px;
	letter-spacing: -1px;
	
	background-color: #0A0A0A;
	background-image: url(images/h1bg.png);
	background-repeat: no-repeat;
}
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;
}
ul {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
ul li {
    background-image: url(images/ico_cat.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 0px 4px 24px;
    margin: 2px 0px 7px 0px;
    font-size: 13px;
}
.body-container {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    padding: 0px;
    text-align: left;
}
.body-outer {
}

.content-left {
    width: 180px;
    padding:0px;
    float:left;
}
.content-center {
    width:640px;
    padding:0px;
    float:left;
}
.content-right {
    width:180px;
    padding:0px;
    float:left;
}
.center-top {
    height: 88px;
    padding: 2px 0px 14px 0px;
    margin: auto;
    text-align: center;
}
.body-header {

    background-image: url(images/header-bg.gif);
    background-repeat: no-repeat;
    background-position: top left;

    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 115px;
}
.body-logo {
    width: 260px;
    float: left;
    margin: 0px;
    padding: 35px 0px 0px 0px;
}
.body-headline {
    width: 300px;
    padding: 15px 0px 0px 0px;
    float: left;
    margin: 0px;
    text-align:center;
}
.body-headline h1 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}
.body-headline h2 {
    font-size: 11px;
}

.a.logo, a.logo:active, a.logo:visited {
    color: #fff;
    margin: 0px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}
a.logo hover {
    color: #000000;
    text-decoration: none;
}
.body-header a:hover {
    border: 0px;
}
a.linkOn, a.linkOn:active, a.linkOn:visited {
    text-decoration: underline;
}
.menutop-outer {
    width:680px;
    margin: 62px 0px 0px 0px;
    float:right;
}
.menutop-outer a, .menutop-outer a:active, .menutop-outer a:visited {
    color: #eee;
    margin: 0px 0px;
    padding: 0px 0px;
}
.menutop-outer a .menutop, .menutop-outer a:active .menutop, .menutop-outer a:visited .menutop {
    background-image: url(images/menutop-bg.gif);
    color: #eee;
}
.menutop-outer a:hover .menutop {
    background-image: url(images/menutopHover.gif);
}
.menutop, .menutopOn {
    width: 100px;
    height: 25px;
    text-align: center;
    background-repeat: no-repeat;
    float: left;
    padding-top: 10px;
    margin: 0px 1px;
    cursor: pointer;
    text-decoration: none;
}
.menutop {
}
.menutopOn {
    background-image: url(images/menutop-bgOn.gif);
    color: #000;
}
.sidebar, .sidebartop {
    margin: 0px;
    padding: 5px 10px 15px 10px;
    width: 160px;
    background-repeat: no-repeat;
}
.sidebar {
	background-image: url(images/sidebar-bg.png);
	
}
.sidebartop {
    background-image: url(images/sidebartop-bg.gif);
}
.sidebar h2, .sidebartop h2 {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    text-align: center;
}
.sidebar p, .sidebartop p {
    padding: 0px;
    margin: 2px 0px 10px 0px;
}

.bnav {
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    color: #888;
}
.bnav a, .bnav a:active, .bnav a:visited
{
    color: #bbb;
    text-decoration: none;
}
.bnav a:hover {
    color: #eee;
    text-decoration: underline;
}
.body-content {
    margin: 0px;
    padding: 8px 1px 20px 1px;
    border: 0px;
}
.body-footer {
    background-image: url(images/footer-bg.gif);
    background-repeat: repeat-x;
    font-size: 13px;
    color: #aaaaaa;
    margin: 0px;
    padding: 25px 0px 0px 0px;
    height: 83px;
    text-align: center;
}
.input-search {
    font-family: tahoma, arial, sans-serif;
    width: 200px;
    margin: 5px 0px 0px 0px;
    padding: 4px;
    font-size: 13px;
    opacity:.50;
    -moz-opacity:.50;
    filter:alpha(opacity=50);
}
.msg1 {
    clear:both;
    padding: 5px;
    text-align: center;
    background-color: #444;
    border: solid 1px #666;
    color: #fff;
}

.hidden {
    display: none;
    visibility: hidden;
}
.leader {
    text-align: center;
    padding: 0px;
}
a.leader, a.leader:active, a.leader:visited {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
}
.leaderthumb {
    opacity:.75;
    -moz-opacity:.75;
    filter:alpha(opacity=75);
}
.opacity-med {
    opacity:.5;
    -moz-opacity:.5;
    filter:alpha(opacity=50);
}

.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: 18px;
    font-weight: bold;
}
a.link-title, a.link-title:active, a.link-title:visited {
    text-decoration: none;
    border-bottom: solid 1px #444;
}
a.link-title:hover {
    text-decoration: none;
    border-bottom: solid 1px #666;
}
.link-desc {
    padding: 0px;
    color: #eee;
}
.link-date {
    width: 95%;
    padding: 3px 0px 3px 5px;
    margin: 5px 0px 0px 0px;
    border: solid 1px #777;
}
.link-field {
    width: 95%;
    padding: 3px 0px 3px 5px;
    margin: 5px 0px 0px 0px;
    border: solid 1px #777;
}
.link-field ul {
    margin: 3px 0px 3px 0px;
}
.site-details {
    background-image:url(images/catmenu-bg2.gif);
    background-repeat:no-repeat;
    width:200px;
    height:20px;
    padding:4px 20px;
}
.linkurl {
    color: #999;
}
.linkbtn {
    background-image:url(images/linkbtn-bg.gif);
    background-repeat:no-repeat;
    width:100px;
    height:20px;
    padding: 3px 0px;
    text-align: center;
    font-size: 11px;
    float: left;
    margin: 3px 2px 0px 0px;
    color: #aaa;
}
.linkbtn a, .linkbtn a:active, .linkbtn a:visited {
    color: #999;
}
.linkbtn a:hover {
    color: #eee;
}
.linkthumb {
    opacity:.50;
    -moz-opacity:.50;
    filter:alpha(opacity=50);
}
/* 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;
}
#a {
    background-color: transparent;
}
.kForm {
    padding: 0px;
    color: #eee;
}
.kForm h2 {
    font-size: 12px;
    color: #eee;
    font-family: tahoma, verdana;
    font-weight: bold;
    background-color: #444;
    padding: 5px 3px 5px 5px;
    margin: 16px 0px 5px 0px;
    border-bottom: solid 1px #666;
}
.kForm input, .kForm textarea {
    font-family: tahoma, arial;
    padding: 3px;
    margin: 5px 2px 2px 5px;
    color: #555555;
}

.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;
    padding:5px;
    font-size: 14px;
}
.kForm label {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    padding: 5px 0px 0px 0px;
}
.kFormError {
    font-size: 11px;
    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;
}
.kForm input.counter {
    display: inline;
    font-size: 11px;
    padding: 1px;
    margin: 0px 5px 0px 5px;
    width: 25px;
    height: 12px;
    color: #555;
}

.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;
}


table.pager-table {
    background-color: #eee;
    border: solid 1px #888;
}
td.pager-page, td.pager-current, td.pager-link {
    padding: 2px 4px 2px 4px;
    border: 0px;
}
td.pager-page {
    background-color: #666;
    color: #ffffff;
}
td.pager-current {
    background-color: #eee;
    color: #000000;
}
td.pager-link {
    background-color: #444;
    color: #000000;
}
hr {
    padding: 0px;
    margin: 20px 0px 5px 0px;
}

/* Category Styles */
.cat-links {
    margin: 0px;
    padding: 0px;
}
div.cat-desc {
    padding: 0px 5px 20px 5px;
    color: #fff;
    margin: 0px 0px 0px 15px;
    font-size: 14px;
}
div.cat-link {
    background-image: url(images/ico_cat1.png);
    background-repeat: no-repeat;
    padding: 0px 5px 9px 23px;
    margin: 0px 0px 0px 0px;
}
.cat-link1-count, .cat-link2-count {
    font-size: 10px;
    color: #aaaaaa;
}
div.cat-subcats {
    background-image: none;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #999999;
}
div.cat-subcats a, div.cat-subcats a:active, div.cat-subcats a:visited {
    font-size: 10px;
    font-weight: normal;
}

/* Letter Styles */

.ltr-container1 {
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
}
.ltr-container2 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.ltr-link1, .ltr-link1h {
    margin: 0px 2px 2px 0px;
    color: #ffffff;
    padding: 6px 1px 6px 1px;
    background-color: #3e4968;
    font-size: 20px;
    text-align: center;
    width: 10%;
    float: left;
    cursor: pointer;
}
.ltr-link1h {
    background-color: #49567c;
    text-decoration: none;
}
.ltr-link2, .ltr-link2h {
    cursor: pointer;
    margin: 1px;
    color: #ffffff;
    padding: 5px;
    background-color: #3e4968;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    float: left;
}
.ltr-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;
}

/* 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: 4px;
    color: #eee;
    background-color: #444;
    border: solid 1px #666;
    margin: 0px 0px 12px 0px;
}

/* Linkroll Styles */

div.linkroll {
    padding: 0px;
    margin: 0px;
}
.linkroll-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.linkroll-desc {
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}