﻿body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 11px;
    color: Black;
    /*background-image: url('../img/main_background.gif');
    background-repeat: repeat-x;*/
    /*background-color: whitesmoke;*/
    background-color: whitesmoke;
}
.footer_green
{
    padding: 10px;
    border-bottom: dashed 1px silver;
    border-top: dashed 1px silver;
    color: #009900;
    font-family: tahoma;
    font-size: 11px;
}
.copyright
{
    padding: 10px;
    padding-bottom: 0px;
    color: #666666;
    font-family: tahoma;
    font-size: 11px;
}
.created_by
{
    padding: 10px;
    padding-bottom: 0px;
    color: #999999;
    font-family: tahoma;
    font-size: 11px;
}
.master_footer
{
    background-image: url('../img/panel/panel_header.gif'); 
    padding: 5px;
}
.login_link
{
    float: left;
    background-image: url('../img/arrows.gif'); 
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 8px;
    margin-right: 25px;
}
.registration_link
{
    float: left;
    background-image: url('../img/arrows.gif'); 
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 8px;
}
.header_text
{
    color: #13629F;
    font-family: Verdana;
    font-size: 10px;
}
.header_link
{
    color: #13629F;
    font-family: Verdana;
    font-size: 10px;
}
.header_link:link
{
    text-decoration: none;
}
.header_link:visited
{
    text-decoration: none;
}
.header_link:hover
{
    text-decoration: underline;
}
.header_link:active
{
    text-decoration: none;
}
/*
.ad
{
    border: solid 1px green;
}*/
.FotoButton
{
    width:168px;
    height:20px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 14px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
}

.rating .ratingStar {
    cursor: pointer;
}

.disabled_rating .ratingStar {
    cursor: default;
}
    

.filledRatingStar {
    background-image: url(../img/star_yellow.gif);

}

.emptyRatingStar {
    background-image: url(../img/star_grey.gif);
}

.savedRatingStar {
    background-image: url(../img/star_yellow.gif);
}

.disabled_rating, .rating
{
    display:inline-block;
    vertical-align: middle;
}

.pager
{
    
}

.page_item
{
    border: solid 1px black;
    padding: 2px;
    font-weight: bold;
}

.pager a
{
    text-decoration: none;
}

.pager a .page_item
{
    border: solid 1px red;
}

.date, .views
{
    color:#999999;
    font-size:11px;
    /*float: left;*/
    padding-right: 2px;
}

.comments
{
    color:#33CC00;
    font-size:9px;
    height:13px;
    margin:0 0 0 5px;
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 5px;
    padding-bottom: 3px;
    text-align:center;
    
}

.comments1
{
    background:transparent url(../img/comments/comment1.png) no-repeat scroll 0 0;
    width:22px;    
}

.comments2
{
    background:transparent url(../img/comments/comment2.png) no-repeat scroll 0 0;
    width:29px;    
}

.comments3
{
    background:transparent url(../img/comments/comment3.png) no-repeat scroll 0 0;
    width:36px;    
}

.comments4
{
    background:transparent url(../img/comments/comment4.png) no-repeat scroll 0 0;
    width:43px;    
}

.info_row
{
    float: left;
}

/*.news_item
{
    float: left;
}*/

.item_link
{
    /*float:left;*/
}
.item_list
{
    text-align: left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 0px;
    margin: 0px;
}

.archive_item
{
    border-bottom: 1px solid #B3B4B8;
    border-top: 1px solid #EAEAEA;
    margin-bottom: 10px;
    padding: 5px 0px;
}

.archive_item p
{
    margin-top: 0px;
    margin-bottom: 5px;
}

.paging
{
    margin-top: 5px;
}

.current_page_label
{
    padding: 2px 6px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #13629f;
}

.page_label, .next_previous_page_label
{
    padding: 2px 6px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #13629f;
    text-decoration: none;
}

.page_label:hover
{
    text-decoration: underline;
}

.archive_item_title
{
    padding: 0px;
    margin: 0px;
}

.news_item_td
{
    padding: 5px;
    border-bottom: 1px solid #eeefef;
    vertical-align: top;
}

.news_item
{
    
}



