
.content-button-l {

    background-image:   url('/img/button_l_0.gif');
    background-repeat:  no-repeat;
    width:              13px;
    height:             25px;
    float:              left;
    
}
                     
.content-button-l-on {

    background-image:   url('/img/button_l_1.gif');
    background-repeat:  no-repeat;
    width:              13px;
    height:             25px;
    float:              left;
    
}

.content-button-title {

    background-color:   #f0f2f5;
    border-top:         1px solid #3B5F81;
    border-bottom:      1px solid #3B5F81;
    padding:            3px 4px 3px 4px;
    float:              left;
    height:             17px;
    font-family:        Arial, Helvetica, Geneva, Verdana;
    text-decoration:    none;
    color:              #325376;
    font-size:          14px;
    font-weight:        bold;
    font-style:         italic;
    
}
                        
.content-button-title-on {

    background-color:   #fbff98;
    border-top:         1px solid #3B5F81;
    border-bottom:      1px solid #3B5F81;
    padding:            3px 4px 3px 4px;
    float:              left;
    height:             17px;
    font-family:        Arial, Helvetica, Geneva, Verdana;
    text-decoration:    none;
    color:              #325376;
    font-size:          14px;
    font-weight:        bold;
    font-style:         italic;
    
}

.content-button-r {

    background-image:   url('/img/button_r_0.gif');
    background-repeat:  no-repeat;
    width:              13px;
    height:             25px;
    float:              left;
    
}

.content-button-r-on {

    background-image:   url('/img/button_r_1.gif');
    background-repeat:  no-repeat;
    width:              13px;
    height:             25px;
    float:              left;
    
}

.content-button {

    background-color:   #F0F2F5;
    cursor:             pointer;
        
}
         
.content-button-link {

    font-family:        Arial, Helvetica, Geneva, Verdana;
    text-decoration:    none;
    color:              #325376;
    font-size:          14px;
    font-weight:        bold;
    font-style:         italic;

}                 
                    
