/* 
    Document   : style
    Created on : 13.12.2011, 21:45:07
    Author     : emissar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.blog_head {
    
}

.blog_head th a {
    text-decoration: underline;
}


.blog_select {
    background-color: #b1bad0;
}

.blog_select a {
    color: white;
}

.blog_head{
    background-color: #e8ecf1;
    margin: 3px;
}

.blog_head_list {
    background: url(/tab/background_1.jpg);
}


.blog_list, .blog_head_list th {
    border: 1px #BBBBBB solid;
    color: #666666;
}

.blog_list tbody tr td {
    border: 1px #BBBBBB solid;
    padding: 3px;
}

.blog_list tbody tr td a {
    text-decoration: none;
}

.first_list {
    background-color: #f4f4f4;
    font-size: 12px;
}
.second_list {
    background-color: #e6e6e6;
    font-size: 12px;
}

#blogs_div {
    font-size: 12px;
}

#blogs_div td {
    padding: 5px;
    border: 1px #CCCCCC solid;
}

#blogs_divs {
    font-size: 12px;
}

#blogs_divs td {
    border: 1px #CCCCCC solid;
}

.add_blog {
    border: 1px #CCCCCC solid;
}

.tiny_blog {
    padding: 0px;
    margin: 0px;
}