.news_day{background-color:#cccccc}
.leftName
{
    FONT-SIZE: 24px;
    COLOR: white;
    font-family: "Lucida Grande", Arial, sans-serif;
}
.leftSubname
{
    FONT-SIZE: 14px;
    COLOR: white;
    font-family: "Lucida Grande", Arial, sans-serif;
}
.navigation
{
    FONT-SIZE: 10px;
    COLOR: #a0a7aa;
    font-family: "Lucida Grande", Arial, sans-serif;
}

.calendar_table{FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
 } 
.first_row{ FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.prev_link{FONT-SIZE: 10px;
    COLOR: #ffffff;
    font-family: "Lucida Grande", Arial, sans-serif;
 } 
.center_column{ FONT-SIZE: 10px;
    COLOR: #2972A8;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.next_link{ FONT-SIZE: 10px;
    COLOR: #ffffff;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.second_row{FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
 } 
.weekday_names{ FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.weekend_names{ FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.calendar_row{ FONT-SIZE: 10px;
    COLOR: #ff0000;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.empty_cell{FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
 } 
.weekday{FONT-SIZE: 10px;
    COLOR: #808080;
    font-family: "Lucida Grande", Arial, sans-serif;
 } 
.weekend{FONT-SIZE: 10px;
    COLOR: ff0000;
    font-family: "Lucida Grande", Arial, sans-serif;
 } 
.news_day{ FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
}

.list_table{ FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.year_cell{FONT-SIZE: 10px;
    COLOR: #ff0000;
    font-family: "Lucida Grande", Arial, sans-serif;
 } 
.list_row{ FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
} 
.list_cell{FONT-SIZE: 10px;
    COLOR: #666666;
    font-family: "Lucida Grande", Arial, sans-serif;
 }
 /* Code for actual Rating-Bar */
* html body {
      behavior:url("../../../../csshover.htc");
}
.star-rating,
.star-rating span:hover,

.star-rating span:active,

.star-rating span:focus,
.star-rating .current-rating{
    background: url("../../../../images/star.png") left -1000px repeat-x;
    cursor:pointer;
}
.star-rating{

    position:relative;

    width:75px;

    height:15px;

    overflow:hidden;

    list-style:none;

    margin:0;

    padding:0;

    background-position: left top;

}

.star-rating li{
    display: inline;

}

.star-rating span,
.star-rating .current-rating{

    position:absolute;

    top:0;

    left:0;

    text-indent:-1000em;

    height:15px;

    line-height:15px;

    outline:none;

    overflow:hidden;
    border: none;
}
.star-rating span:hover,

.star-rating span:active,

.star-rating span:focus{
    background-position: left bottom;
}

.star-rating span.one-star{

    width:20%;

    z-index:6;

}

.star-rating span.two-stars{

    width:40%;

    z-index:5;

}

.star-rating span.three-stars{

    width:60%;

    z-index:4;

}

.star-rating span.four-stars{

    width:80%;

    z-index:3;

}

.star-rating span.five-stars{

    width:100%;

    z-index:2;

}

.star-rating .current-rating{

    z-index:1;

    background-position: left center;
}

.rating_confirm {
font-weight: bold;
    font-size: 10px;
    font-family: Bookman Old Style;
}

/* Code for showing the rating without possibility to vote */

.star-rating-showonly,
.star-rating-showonly span:hover,

.star-rating-showonly span:active,

.star-rating-showonly span:focus,
.star-rating-showonly .current-rating{
    background: url("../../../images/star.png") left -1000px repeat-x;
}
.star-rating-showonly{

    position:relative;

    width:75px;

    height:15px;

    overflow:hidden;

    list-style:none;

    margin:0;

    padding:0;

    background-position: left top;

}

.star-rating-showonly li{
    display: inline;

}

.star-rating-showonly span,
.star-rating-showonly .current-rating{

    position:absolute;

    top:0;

    left:0;

    text-indent:-1000em;

    height:15px;

    line-height:15px;

    outline:none;

    overflow:hidden;
    border: none;
}


.star-rating-showonly span.one-star{

    width:20%;

    z-index:6;

}

.star-rating-showonly span.two-stars{

    width:40%;

    z-index:5;

}

.star-rating-showonly span.three-stars{

    width:60%;

    z-index:4;

}

.star-rating-showonly span.four-stars{

    width:80%;

    z-index:3;

}

.star-rating-showonly span.five-stars{

    width:100%;

    z-index:2;

}

.star-rating-showonly .current-rating{

    z-index:1;


    background-position: center left;
}
