/* 
    Document   : style_content_nc
    Created on : 6 ก.พ. 2557, 14:52:41
    Author     : arnop
    Description:
        Purpose of the stylesheet follows.
*/
.headerContainer {
    color: #009CFE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    text-align: left;
}
.tableResult {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 98%;
}
.tableResult th {
    background: none repeat scroll 0 0 #A0CA17;
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #A0CA17;
    color: #3D60B7;
    font-size: 13px;
    font-weight: normal;
    padding: 2px;
}
.tableResult td {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0.5px solid #EEEEEE;
    color: #000000;
    height: 20px;
    padding: 0;
}
.tableResult tr:hover td {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
}


th.headerDsMusic {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}
.downloadDsMusic {
    color: #004A80;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: top;
}
.detailDsMusic {
    width: 49%;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    vertical-align: top;
}
