* { padding: 0; margin: 0; }
body {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background: #000;
}
a, a:active, a:visited {
    color: #000;
}
a:hover {
    color: #666;
}
input, option, select, textarea {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 11px;
}
h1 {
    color: #000;
    background-image: url(images/h1bg.gif);
    font-size: 19px;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 4px 4px 4px 8px;
    margin: 0px 0px 12px 0px;
}

p, h2, h3 {
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

/* Page Layout Styles */
#wrapper { 
    margin: 0 auto;
    padding: 0px 0px 0px 21px;
    width: 790px;
    background-image: url(images/body-bg.gif);
    background-repeat: repeat-y;
}
#header {
    color: #333;
    width: 730px;
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0px 0px 0px;
    background: #BD9C8C;
    background: #E7DBD5;
}
#navigation {
    float: left;
    width: 730px;
    color: #fff;
    padding: 14px 10px 16px 10px;
    border: 1px solid #ccc;
    margin: 0px 0px 0px 0px;
    background: #444;
    background-image: url(images/nav-bg.gif);
}
#navigation a, #navigation a:active , #navigation a:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #ccc;
}
#navigation a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
    text-decoration: none;
    border-bottom: solid 1px #fff;
}
#leftcolumn { 
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 15px;
    width: 485px;
    float: left;
    background: transparent;
}
#rightcolumn { 
    float: right;
    color: #ccc;
    margin: 0px 40px 0px 0px;
    padding: 0px;
    width: 240px;
    display: inline;
}
#logo {
    width: 285px;
    float: left;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}
#search {
    width: 200px;
    float: right;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#search input {
    vertical-align: middle;
}
#footer { 
    width: 730px;
    clear: both;
    color: #aaa;
    border: 1px solid #ccc;
    background: #444;
    background-image: url(images/nav-bg.gif);
    margin: 0px 0px 10px 0px;
    padding: 10px;
}
#footer a, #footer a:active, #footer a:visited {
    text-decoration: none;
    border-bottom: solid 1px #999999;
    color: #eee;
}
#footer a:hover {
    text-decoration: none;
    color: #eae2aa;
    border-bottom: solid 1px #ddd077;
}


/* Link Styles */
#links {
    padding: 0px 10px 5px 10px;
}
#link, #link2, #linkf, #linkf2 {
    padding: 5px 5px 5px 6px;
    margin: 0px 0px 5px 0px;
    cursor: default;        
}
#link {
    background-color: #4a4a4a;
    border: solid 1px #555;
}
#link2 {
    background-color: #4f4f4f;
    border: solid 1px #666;
}
#linkf {
    background-color: #4a4a4a;
    border: solid 1px #999;
}
#linkf2 {
    background-color: #4f4f4f;
    border: solid 1px #bbb;
}
#links h2 {
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 5px 0px 10px 0px;
    color: #888;
}
#links a, #links a:active, #links a:visited {
    text-decoration: none;
    border-bottom: solid 1px #999999;
    color: #eee;
}
#links a:hover {
    text-decoration: none;
    color: #eae2aa;
    border-bottom: solid 1px #ddd077;
}



.msg1 {
    clear:both;
    padding: 5px;
    text-align: center;
    background-color: #eeeeee;
    border: solid 1px #999999;
}


/* Category Styles */
.cat-links {
    width: 460px;
    margin: 8px 0px 6px 0px;
}
div.cat-desc {
    padding: 1px 35px 15px 30px;
    color: #999999;
    margin: 0px 0px 0px 15px;
    background-image: url(images/ico_cat2.gif);
    background-repeat: no-repeat;
    font-size: 11px;
}
div.cat-link1,
div.cat-link2 {
    background-image: url(images/ico_cat2.gif);
    background-repeat: no-repeat;
    padding: 1px 5px 11px 21px;
    margin: 0px 0px 0px 5px;
    font-size: 10px;
    color: #999999;
}
div.cat-link1 a, div.cat-link1 a:active, div.cat-link1 a:visited,
div.cat-link2 a, div.cat-link2 a:active, div.cat-link2 a:visited {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #ccc;
}
div.cat-link1 a:hover,
div.cat-link2 a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #999;
}
.cat-link1-count, .cat-link2-count {
    font-size: 10px;
    color: #aaaaaa;
}


/* Letter Styles */

div.link1, div.link1h {
    margin: 1px;
    color: #ffffff;
    padding: 7px 3px 7px 3px;
    background-color: #444;
    font-size: 20px;
    text-align: center;
    width: 45px;
    float: left;
    cursor: pointer;
}
div.link1h {
    background-color: #666;
    text-decoration: none;
}
div.link2, div.link2h {
    cursor: pointer;
    margin: 1px;
    color: #ffffff;
    padding: 4px;
    background-color: #444;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    float: left;
}
div.link2h {
    background-color: #666;
    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;
}

.ltr-menu {
    margin: 10px 0px 5px 0px;
    font-size: 10px;
    color: #999999;
    padding: 0px 0px 0px 5px;
}
.ltr-menu a, .ltr-menu a:active {
    border: 0px;
    margin: 0px;
    padding: 2px 2px 2px 3px;
    background-color: #fcfcfc;
    border: solid 1px #f3f3f3;
    text-decoration: none;
}
.ltr-menu a:hover {
    background-color: #ffffff;
    border: solid 1px #d3d3d3;
    color: #000000;
    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: #777777;
    background-color: #fafafa;
    border: solid 1px #dddddd;
    margin: 0px 0px 12px 0px;
}



/* Pager Styles */

table.pager-table {
    background-color: #ccc;
    border: solid 1px #444;
}
td.pager-page, td.pager-current, td.pager-link {
    padding: 2px 4px 2px 4px;
    border: 0px;
}
td.pager-page {
    background-color: #444;
    color: #ffffff;
}
td.pager-current {
    background-color: #bbb;
    color: #000000;
}
td.pager-link {
    background-color: #ddd;
    color: #000000;
}
td.pager-link a, td.pager-link a:active, td.pager-link a:visited {
    text-decoration: none;
}
td.pager-link a:hover {
    text-decoration: underline;
}



.link-bidbg {
    background-image: url(images/bid-bg2.jpg);
    height: 64px;
    background-repeat: no-repeat;
}
.link-bid {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 17px;
    padding: 10px 0px 10px 0px;
    width: 64px;
}
.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: #000;
    font-size: 9px;
}
.link-place a, .link-place a:active, .link-place a:visited {
    color: #000000;
    text-decoration: none;
}
.link-place a:hover {
    color: #666666;
    text-decoration: none;
}
.link-cell {
    padding: 0px 0px 0px 10px;
}
.link-title {
    font-size: 12px;
    font-weight: bold;
}
a.link-title, a.link-title:active, a.link-title:visited {
    color: #000;
    text-decoration: none;
    border-bottom: solid 1px #aaaaaa;
}
a.link-title:hover {
    text-decoration: none;
    border-bottom: solid 1px #000000;
}
.link-desc {
    color: #666666;
    padding: 0px;
}

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

/* Form Styles */
.kForm {
    padding: 0px;
}
.kForm input, .kForm textarea {
    padding: 3px;
    margin: 5px 2px 2px 5px;
    color: #555555;
    display: block;
}

.kForm select {
    margin: 5px 5px 5px 5px;
}
.kForm input.submit {
    font-weight: bold;
    margin: 10px 5px 2px 0px;
}
.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 {
    color: #595300;
    background-color: #fffef2;
    display: block;
}
hr {
    padding: 0px;
    margin: 20px 0px 5px 0px;
}
ul, ol {
    padding: 0px 0px 5px 20px;
    margin: 5px 0px 5px 15px;
}
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);
}
.bnav {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #999999;
}
.bnav a, .bnav a:active, .bnav a:visited
{
    color: #000;
    text-decoration: none;
}
.bnav a:hover {
    color: #666666;
    text-decoration: underline;
}

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

.kForm h2 {
    font-size: 12px;
    color: #3e4968;
    font-family: tahoma, verdana;
    font-weight: bold;
    background-color: #fff;
    padding: 3px 3px 3px 5px;
    margin: 16px 0px 5px 0px;
    border-bottom: solid 1px #add3f5;
}

.kForm input.counter {
    display: inline;
    font-size: 10px;
    padding: 1px;
    margin: 0px 5px 0px 5px;
    width: 25px;
    height: 12px;
    color: #555;
}

/* Sub-category Styles */
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;
}

