/* menu.html */

div.b_menu {
    height: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* start.html */

table.blogs {
    width: 100%;
    height: 100%;
}

td.blogs_lhs {
    vertical-align: top
}

td.blogs_rhs {
    width: 165px;
    vertical-align: top
}

/* common */

td.blogs_lhs div.mod_box {
    width: 395px;
}

td.blogs_lhs div.mod_box span {
    text-align: left;
    padding-left: 5px;
}    

td.blogs_lhs div.mod_box p u {
    display: block;
    text-decoration: none;
    font-size: 11px;
}

td.blogs_rhs div.mod_box {
    width: 165px;
}

/* global */

.small {
    font-size: 10px;
}

a.more:active       {font-size: 10px;color: #BF2229}
a.more:link         {font-size: 10px;color: #BF2229}
a.more:visited      {font-size: 10px;color: #BF2229}
a.more:hover        {font-size: 10px;color: #BF2229}