/* specific for resultSection block */
#resultSection table {
    width=335px;
    border=0;
    text-align:left;
    border-color:#FFFFFF;
    background-color:#66CC00;
    color:#666666;
    margin-top:25px;
    font-family:  verdana,  geneva, arial, sans-serif ;
    font-size: 11px;
}
table td {border:1px solid #666666; padding:3px;}
#resultSection .tableTitle {
    font-weight:bold;
    line-height:17px;
    background-color:#333333;
	color:#ffffff;
}

#resultSection .columnHeader {
    font-weight:bold;   
    background-color:#ffffff;
}

#resultSection .dataColumn1 {
    background-color:#BDE4B6;
    width:199;
}
#resultSection .dataColumn2 {
    background-color:#f3fbf1;
    color:#666666;
    width:94;
}
#resultSection .dataColumn3 {
    background-color:#f3fbf1;
    color:#666666;
    width:96;
}

#resultSection .dataColumn4 {
    background-color:#BDE4B6;
    width:264;
}
#resultSection .dataColumn5 {
    background-color:#f3fbf1;
    color:#666666;
    width:125;
}

#resultSection .tableDesc {
    line-height:17px;
	color:#333333;
    background-color:#FFFFFF;
}
