﻿.row_header
{
    background-position: left top;
    font-family: "Arial" , "Helvetica" , "sans-serif";
    font-size: 13px;
    font-weight: bold;
    text-align : left;
    background-image: url('/images/common/row_header_bgcolor.jpg');
    line-height:35px;
}

.row_header3
{
    background-position: left top;
    font-family: "Arial" , "Helvetica" , "sans-serif";
    font-size: 13px;
    font-weight: bold;
    text-align : left;
    background-image: url('/images/common/row_header_bgcolor.jpg');
    line-height:27px;
}

.row_header2
{
    background: #c8c8c8;
    font-family: "Arial" , "Helvetica" , "sans-serif";
    font-size: 12px;
    font-weight: bold;
}

.row_content
{
    background: #cfeffe;
    padding: 6px 4px;
    font-size: 12px;
    font-family: "Arial" , "Helvetica" , "sans-serif";
    border-bottom: 1px solid #c3c3c3;
}

.row_selected
{
    background: #cff0ff;
}


.row_white_bkgd
{
    background: #ffffff;
    padding: 4px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 12px;
    font-family: "Arial" , "Helvetica" , "sans-serif";
}


.rowItem
{
    
    color: InfoText;
    text-decoration : none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    line-height:15px;
    border-bottom:dashed 1px #C9C9C9; 
    font-family: Arial, Helvetica, sans-serif, 新細明體;
    font-size : 12px;
}

.rowItem2
{
    
    color: InfoText;
    text-decoration : none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    line-height:15px;
    border-bottom:dashed 1px #C9C9C9; 
    font-family: Arial, Helvetica, sans-serif, 新細明體;
    font-size : 12px;
}



.row_hyperlink a:link
{
    text-decoration : none;
    color: InfoText;
    

}

.row_hyperlink a:visited
{
    text-decoration: none;
    color: #0099FF;

}

.row_hyperlink a:hover
{
    text-decoration: underline;
    color: #0099FF;

}

.rowItem2 a:link
{
    text-decoration : underline;
    color: InfoText;
    

}

.rowItem2 a:visited
{
    text-decoration: underline;
    color: #0099FF;

}

.rowItem2 a:hover
{
    text-decoration: underline;
    color: #0099FF;

}




