html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;
    padding: 0px;
    border:  0px;
    text-align: center;
}
 
a {
    color: #006600; 
}

a.mname {
    color: #5275B1;
    font-weight: bold;
}

img {
    border:  0px;
}

h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: bold;
    padding: 0px; 
    margin: 0px;
    display: inline;
}

input, select, textarea {
    background-color: #D7E5F2;
    border: 1px solid #d0d0d0;
    background: #eef5ff;
}

input[type=submit] {
    border: inherit;
}

#shape_logo {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 173px;
    height: 130px;
}

#top_banner {
    text-align: left;
    height: 130px;
    width: 100%;
}

#top_banner div {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    color: #5275B1;
    font-weight: bold;
    font-family: Verdana, Impact, fantasy, sans-serif;
    line-height: 27px;
    padding: 10px 0px 0px 173px;
}

#top_banner div div {
    color: #63C43F;
    font-size: 34px;
    line-height: 40px;
    padding: 0px;
}

#top_banner h1 {
    padding: 10px 0px 0px 173px;
    margin: 0px;
    font-size: 9px; 
    font-weight: normal;
    color: #C5BF04;
}

#add_menu {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0px;
}

#add_menu a {
    padding: 5px;
}

#img_search {
    background-image: url(/img/line_green_vawe.gif);
    background-repeat: no-repeat;
    background-color: #79A8D4;
    width: 44px;
    height: 50px;
    position: absolute;
    top: 86px;
    right: 290px;
}

#search {
    padding: 7px 10px 5px 0px;
    margin: 0px;
    text-align: right;
    background-image: url(/img/line_green.gif);
    background-repeat: repeat-x;
    background-color: #79A8D4;
    font-size: 9px; 
    font-weight: normal;
    width: 290px;
    height: 38px;
    position: absolute;
    top: 86px;
    right: 0px;
}

html>body #search {
    width: 280px;
}

#search .s_i {
    margin: 5px 5px 0px 0px;
    width: 200px;
    border: 0px;
}

#search .s_s {
    margin: 5px 0px 0px 0px;
    width: 60px;
    border: 0px;
}

#login_search {
    display: none;
}

#search #login_search .s_i {
    width: 96px;
}

#search #login_search div {
    text-align: left;
    width: 100%;
}

#search #login_search span {
    padding-left: 12px;
    padding-right: 40px;
}

#position {
    text-align: left;
    padding: 35px 5% 10px 5%;
    background-image: url(/img/line.gif);
    background-repeat: repeat-x;
}

#container {
    padding: 10px 5% 81px 5%;
    text-align: left;
    width: 89%;
}

.dcenter
{
    text-align: center;
}

.dleft {
    text-align: left;
}


#sortby {
    padding: 10px 10px 10px 10px;
    text-align: right;
}

#categories {
    padding: 10px 0px 10px 0px;
    width: 85%;
    text-align: center;
}

#categories table {
    padding: 0px 0px 0px 0px;
    width: 100%;
}

#categories td {
    width: 33%;
    text-align: left;
    vertical-align: top;
    background-image: url(/img/ismall.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 5px 0px 5px 20px;
}

#categories .sub {
    font-size: 9px; 
}

#copyright {
    margin-top: 10px;
    padding: 20px 5px 9px 5px;
    text-align: left;
    background-color: #EEEEEE;
    background-image: url(/img/lines_footer.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

#valid {
    padding-top: 31px;
    padding-right: 38px;
    float: right;
    display: inline;
}

#valid img, #ipv6 img, #copyright span {
    cursor: pointer;
}

#position {
    text-align: left;
}

#list_sort {
    text-align: left;
    margin: 10px 0px 10px 0px;
} 

#list_links {
    margin: 10px 0px 10px 0px;
    text-align: left;
}

#list_links ol {
    margin: 0px;
    padding: 0px;
}

#list_links li {
    margin: 6px 0px 6px 0px;
    padding: 0px;
    display: block;
}

#list_links span {
    color: gray;
}

#list_links imga {
    float: left;
    width: 120px;
    height: 90px;
}

#list_count {
    padding: 10px 0px 10px 0px;
}

#list_pages{
    text-align: center;
    padding: 10px 0px 10px 0px;
}

#info {
    text-align: left;
    width: 85%;
    margin: 20px 0px 20px 0px;
}

#add {
    border: 0px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

#add td {
    padding: 5px;
    border: solid 2px #9fd7bd
}

#add .title {
    text-align: right;
    width: 20%;
    padding-right: 13px;
}

#add .title_r {
    text-align: right;
    width: 20%;
    padding-right: 3px;
}

#add .title_r:after {
    content: "*";
    color: red;
}


#add .value {
    text-align: left;
    width: 30%;
}

#add .value select, #add .value input, #add .value textarea, #add .value input {
    width: 99%;
}

#add #s_add {
    width: 150px;
}

#add .info {
    text-align: left;
    padding-right: 50px;
    margin-right: 100px;
}

.warning {
    color: red;
    text-align: left;
}

.preview {
    text-align: center;
    border: solid 1px #F0F0F0;
    background: #F8F8F8;
    margin: 5px;
    padding: 7px;
}

.preview code {
    margin: 10px;
    padding: 10px;
    background: #E0E0E0;
    border: solid 1px;
    display: block;
}

.hl {
    color: red;
    font-weight: bold;
    font-style: normal;
}

.pagerank {
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: #000000;
    float: left;
    height: 30px;
    margin: 1px 5px 0px 1px;
}

.pagerank .prg {
    width: 40px;
    border: 1px solid #999999;
}

.pagerank .prb {
    background: #5eaa5e;
    height: 3px;
    font-size: 1px;
}

.normal {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.fright {
    float: right;
    margin: 0px 30px 0px 10px;
    position: relative; top: -250px;
}

#ads_right {
    float: right;
}

html, body, #content {
    height: 100%;
}

body > #content {
    height: auto;
    min-height: 100%;
}

#footer { 
    height: 71px;
    margin-top: -71px;
}

