﻿.toplistBody {
    font-family: Verdana;
    background-color: #FFFFFF;
    margin: 10px;
    text-align: left;
}
.style1 {
    color: #535BA6;
}
.style2 {
    text-align: center;
    font-weight: normal;
    border: 1px solid #867559;
}
.style3 {
    font-size: small;
    font-weight: normal;
   /* color: #FF0000;*/
}
.style4 {
    font-size: small;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10px 3px;
}
.style5 {
    font-size: 10pt;
}
.style6 {
    color: #FFFFFF;
    float: none;
    margin-top: 2px;
    text-decoration: none;
}
.style7 {
    border-width: 0px;
}
.style9 {
    margin: 0 0 0 0;
    color: #383E72;
    font-size: 10pt;
}
.style11 {
    margin-top: 0;
    margin-bottom: 0;
}
.style12 {
    font-size: x-small;
}
.style13 {
    margin-top: 7px;
    margin-bottom: 7px;
}
.style14 {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 3px;
    font-size: 10pt;
    font-weight: bold;
}
.style15 {
    margin-top: 7px;
    margin-bottom: 7px;
    color: #383E72;
}
.style16 {
    text-align: left;
    font-size: small;
}
.style17 {
    color: #FF0000;
    text-align: left;
}
.style18 {
    text-decoration: none;
}
.style19 {
    border: 1px solid #544938;
}
.style109 {
    border: 1px solid #544938;
}

.style20 {
    color: #BDC0D9;
    text-align: center;
}
.style21 {
    color: #BDC0D9;
}
.style22 {
    font-size: 10pt;
    color: #535BA6;
}
.style23 {
    font-size: 10pt;
    color: #FF0000;
}
.topSites01 {
    font-size: x-large;
    font-weight: bold;
    color: #383E72;
}
.style24 {
    color: #383E72;
    font-size: small;
}
.style25 {
    color: #0000FF;
}
.style25 {
    font-size: small;
    font-weight: bold;
}
.style26 {
    color: #FF0000;
}
.style27 {
    color: #383E72;
    font-weight: bold;
    font-size: small;
}
.style28 {
    color: #FF0000;
    font-weight: bold;
    font-size: small;
}
.style29 {
    background-color: #F0F0F0;
}
.style30 {
    border-bottom: 2px solid #383E72;
}
.style31 {
    font-weight: normal;
    background-color: #F0F0F0;
}
.style32 {
    font-weight: normal;
}
.style33 {
    color: #BDC0D9;
}
.style34 {
    font-size: medium;
    font-weight: bold;
}
.style35 {
    text-align: center;
}
.style36 {
    margin-left: 15px;
}
.style37 {
    color: #007575;
    font-style: italic;
    font-size: small;
}
.style38 {
    color: #535BA6;
    font-size: small;
}
.style39 {
    text-align: left;
    font-size: 10pt;
    color: #535BA6;
}
.style40 {
    margin-top: 10px;
}
.style41 {
    text-align: left;
    font-size: medium;
    color: #535BA6;
}
a:hover {
    color: #FFFFFF;
    /*text-decoration: underline overline;*/
}
a:hover {
   /* text-decoration: underline overline;*/
    color: #BDC0D9;
}


.error{ border:1px solid #f00;}

.error_message{width:100%; padding:5px; color:#f00;font-weight:bold; display:block;}
label{font-weight:bold;}

.title_site{font-weight:bold; text-decoration:none;}

.border_left{border-left: 1px solid #000;padding:3px 5px;}
.site_info
{
    width:100%; 
   /* border: 1px solid #544938;*/
    border: 1px solid #000;
    border-top-width:4px;
}
.site_info a:hover{text-decoration:underline;}

.part_middle{border: 1px dotted #000;margin:10px 0px;}

.paginations{margin: 20px 5px;}
.paginations a{text-decoration:none;}
.paginations a:hover{text-decoration:underline;}

.logo{ color:#000; text-decoration:none; }
a.logo:hover{color:#000; text-decoration:none;}

.note{color:#f00;}

/*-------- star rating --------------------------------------------*/
.left {
    float: left;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
    background: url('../img/gfx/star4.gif') left -1000px repeat-x;
}
.star-rating{   
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating li{
    display: inline;
}
.star-rating a, 
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
    background-position: left 107%;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;  
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;  
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}   
.star-rating a:hover.disabled {
    width: 0px;
}

.inline-rating{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
}

/*
 .star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
    background: url('../img/gfx/star4_1.gif') left -1000px repeat-x;
}
.star-rating{  
    position:relative;
    width:81px;
    height:16px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
    margin:0px;
}
.star-rating li{
    display: inline;
}
.star-rating a, 
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:16px;
    line-height:16px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
    background-position: left 101%;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;  
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;  
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}   
.star-rating a:hover.disabled {
    width: 0px;
}
.inline-rating{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
}
*/


/* smaller star */
.small-star {
    width:50px;
    height:10px;
    margin:0px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
    background-image: url('../img/gfx/star_small.gif');
    line-height: 10px;
    height: 10px;
}

/*-----------------------------------------------------------------*/