#navigation {
        padding-bottom: 2px;
        padding-right: 5px;
        font-size: 14px;
        text-align: right;
        width: 590px;
        border-bottom: 1px dotted #d4daa0;
}
#navigation a, .table_top_title a { color: #014B31; }
#navigation a:hover, .table_top_title a:hover {
        color: #000000;
}

#categories{
font-size: 11px;
padding: 3px 0 10px 0;
text-align: center;
}
#content {
clear: both;
padding-left: 5px;
padding-right: 5px;
}
#copyright {
text-align: center;
color: #99cc99;
font-size: 11px;
}

.table_border {
border: 1px dotted #d4daa0;
margin-bottom: 10px;
padding: 1px;
line-height: 150%;
}
/* Top Ranking Style */
.table_top_title {
background: url("http://www.toptipspot.com/images/currentcategory.png") repeat-x;
font-size: 12px;
color: #FFF;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}
.table_top_rank {
background-color: #dcf4cd;
color: #99cc99;
font-size: 16px;
font-weight: bold;
padding-left: 5px;
padding-right: 5px;
text-align: center;
}
.table_top_description {
}
.table_top_banner {
float: left;
padding-left: 10px;
padding-right: 10px;
}
.table_top_stats {
background-color: #f6f9f5;
padding: 2px;
}
.table_top_rating {
background-color: #f6f9f5;
text-align: center;
}
/* Ranking Style */
.table_title {
background: url("http://www.toptipspot.com/images/currentcategory.png") repeat-x;
font-size: 12px;
font-weight: normal;
text-align: center;
line-height: 25px;
}
.table_rank {
        background-color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        padding: 3px 5px 3px 5px;
        text-align: center;
}
.table_description {
padding: 2px;
}
.table_stats {
        background-color: #f6f9f5;
        padding: 2px;
        text-align: center;
}

/* Stats Style */
.stats_top {
        background: url("http://www.toptipspot.com/images/currentcategory.png") repeat-x;
        font-size: 12px;
        font-weight: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
}
.stats_left {
background-color: #99cc99;
color: #fff;
padding-left: 2px;
}
.stats1 {
        background-color: #dcf4cd;
        text-align: center;
}
.stats2 {
        background-color: #f6f9f5;
        text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
        background: #4a4a4a url("title.png") repeat-x;
        color: #FFF;
        font-size: 12px;
        font-weight: normal;
        padding-top: 5px;
        padding-bottom: 5px;
}
.lightbg {
        color: #000;
        background-color: #FFF;
}
.lightbgalt {
        color: #000;
        background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
        font-family: sans-serif;
        font-size: 12px;
}

.join_edit_error {
        background-color: #f0f0f0;
        border: 1px solid #f00;
        padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
