#tab_active, #tab_active a {
     width: 70px;
     height: 20px;
     background-color: #99dd99;
     text-align: center;
     font-size: 11px; 
     line-height: 14px;
     color: #555555;
     vertical-align: sub;
}

#tab_inactive, #tab_inactive a {
     width: 70px;
     height: 20px;
     background-color: #77bb77;
     font-size: 11px; 
     line-height: 14px;
     text-align: center;
     color: #ffffff;
     vertical-align: sub;
}

.actTab {
     background-color: #99dd99;
     width: 100%;
}

.inactTab {
     background-color: #77bb77;
     width: 100%;
}

.name {border:1px solid #000000;width:102px;height:115px;padding:1px 4px 1px 4px;background-color:#ffffff;}
.name_child {border:1px solid #000000;padding:1px 4px 1px 4px;background-color:#ffffff; font:12px/1.3em arial; color:#464646;white-space:nowrap;}
.name_s {border:1px solid #000000;width:57px;height:73px;padding:1px 4px 1px 4px;background-color:#ffffff;}

/* .li{background:url(images/name_02.gif) repeat-x;} */

.name_a, a.name_a:link{color:#3A3A3A;}
a.name_a:visited{color:#3A3A3A;}
a.name_a:hover{color:#EE5A00;}
a.name_a:active{color:#3A3A3A;}

.name_ui_td{
        font:12px/1.3em arial;color:#464646;word-break:break-all;scrollbar-face-color:#DDDDDD;scrollbar-highlight-color: #CCCCCC;scrollbar-shadow-color: #CCCCCC;scrollbar-3dlight-color: #F5F5F5;scrollbar-darkshadow-color: #F5F5F5;scrollbar-track-color: #F0F0F0;scrollbar-arrow-color: #FFFFFF;
}

.tborder {
    border: 1px solid red;
}

.wordwrap {
    word-break:break-all;
    overflow:hidden;
    white-space:normal; 
    word-break:break-all;
}

.tbl {
    table-layout:fixed;
}

.tdl {
    overflow:hidden;
}

#tag{font-size:10pt;color:#333333;line-height:2;}
#tag A:link, .name_child A:link {COLOR: #666666; TEXT-DECORATION: underline;}
#tag A:visited, .name_child A:visited {COLOR: #666666; TEXT-DECORATION: underline;}
#tag A:hover, .name_child A:hover {COLOR: #ff0000; TEXT-DECORATION: underline;}
#tag A:active, .name_child A:active {COLOR: #666666;TEXT-DECORATION: none;}
.tag_link{margin:5px;}

/* For vote in hompy */
.discuss_top2 {
    float:left;
    display:block;
    border-bottom-style:solid;
    border-bottom-color:#fff;
    border-bottom:1px;
    margin-top:0px;
    padding-top:0px;
    background-color:#efefef;}
.dis_tit {
    background-color:#cccccc;
    margin:0px;
    margin-top:0px;
    padding:5px;
    font-weight:bold;
    overflow:hidden;}
.discuss_right2 {
    display:block;
    padding:5px;
    text-align:left;}
.discuss_content {
    color:#444444;
    font-weight:100;
    /*text-indent:2em;*/
    width:100%;
    overflow:auto;
    word-break: break-all;
    line-height:1.5;
    text-align:left;
    float:left;}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
background:none;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left:12px;
margin-bottom:0px;
background:none;
font-size:12px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:url(http://f.mwsrv.com/images/btn/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

