/* 
    Document   : tabs
    Created on : 2011/07/04, 0:59:01
    Author     : masataka
    Description:
        Purpose of the stylesheet follows.
*/

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

.triangle{
    color: black;
}

.en_b{
    color:black;
}

#tab_left,
#tab_right{
    width: 452px;
    background-repeat:inherit;
    font-size: 8pt;
    line-height: 16px;
    >width:460px;
}

#tab_left ul,
#tab_right ul{
    text-align: center;
}

#l_tab1,
#r_tab1,
#l_tab2,
#r_tab2,
#l_tab3,
#r_tab3,
#l_tab4,
#r_tab4{
    font-size: 8pt;
    line-height: 16px;
    text-align: left;
    height: 520px;
    overflow-y:scroll;
    background-color: white;
}
#l_tab1 ul,
#r_tab1 ul,
#l_tab2 ul,
#r_tab2 ul,
#l_tab3 ul,
#r_tab3 ul,
#l_tab4 ul,
#r_tab4 ul{
        text-align: left;
    padding: 0 0 0 20px;

}
.ui-tabs-selected{
    background-color: black;
    color: white;
}

