/* 
    Document   : general
    Created on : 04/01/2012, 14:02:55
    Author     : Note Ton
    Description:
        Purpose of the stylesheet follows.
*/

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

.margin1
{
    margin: 10px 30px 10px 30px;
}

/* =================== GENERAL LAYOUT ================== */
.box{
    
}
    .box-title
    {
        background: url("../images/gridview/bg.gif") repeat scroll left top white;
        color: white;
        font-size: 18px;
        min-height: 15px;
        padding: 5px 10px;
        top: 0;
    }
    .box-text
    {
        
    }

/* ================== Table Style ===================== */
#tableStyle1
{
    text-align: left;
    color: white;
    font-size: 14px;
    width: 100%;
}
.tableStyle1
{
    text-align: left;
    color: white;
    font-size: 15px;
    width: 100%;
}
.trTitleStyle1
{
    background: url("../images/gridview/bg.gif") scroll left top white;
    text-align: center;
    color: white;
}
.trEvenStyle1
{
    text-align: left;
    background-color: #E5ECF9;
    color: #5E5E55;
    width: 100%;
}
.trOddStyle1
{
    text-align: left;
    background-color: #D5DBE5;
    color: #5E5E55;
    width: 100%;
}
