/* 
    Document   : deficiencyReport
    Created on : Jan 25, 2012, 3:41:24 PM
    Author     : nguyen.triq
    Description:
        Purpose of the stylesheet follows.
*/

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

table#deficiencyTable{
    width:100%;
    vertical-align:middle !important;
}
table td, table tr, table th, table thead, table tbody{
    vertical-align:middle !important;
}
#deficiencyTable thead{
    background:#033d6a;
}

#deficiencyTable thead, #deficiencyTable thead a{
    color:#FFF;
    font-weight:bold;
}
#deficiencyTable td, #deficiencyTable th{
    border:2px solid #CCC;
    padding:5px;
    text-align:center;
}
#deficiencyTable td.left, #deficiencyTable th.left{
    text-align:left;
}
#deficiencyTable.padded td, #deficiencyTable.padded th{
    padding:10px 5px;
}
#deficiencyTable th{
    padding:0px 3px 0px 10px;
    font-size:13px;
    background:url(../images/defReportHeader.png) repeat-x;
}
.edit{
    background:url(../images/edit.png);
    width:18px;
    height:23px;
    display:block;
    margin:0px auto;
}
.calendar{
    width:77px;
    height:45px;
    padding-top:10px;
    text-align:center;
    margin:0px auto;
}
.calendar input[type="text"]{
    width:68px;
}
#buttons{
    height:26px;
    width:960px;
    float:right;
    margin-bottom:10px;
}
#buttons input[type="button"], #buttons input[type="submit"]{
    background:url(../images/defReportBtn.png);
    width:185px;
    height:41px;
    color:#FFF;
    float:left;
    border:0px;
    margin-left:5px;
    font-family:abbeyroad;
    font-size:16px;
}
#wrapper #main{
    width:100% !important;
    padding:0px !important;
}
.reportName{
/*    background:url(../images/grey.jpg);*/
    padding:0px 5px;
    display:block;
    height:26px;
    color:#FFF;    
    font-family:abbeyroad;
    font-size:16px;    
}
.dlReport{
    background:url(../images/dlReport.png);
    height:24px;
    width:24px;
    display:block;
}
.delReport{
    background:url(../images/delReport.png);
    height:24px;
    width:24px;
    display:block;
}
#savedReports table{
    margin-top:10px;
}
#savedReports table td{
    padding:1px 2px;
}
.seperator td{
    border-top:10px solid #000 !important;
}
.busreq{
    background:#e5e5e5;
}
.cussvc{
    background:#fdf5ce;
}
.teccap{
    background:#e4f1fb;
}
.regcom{
    background:#effeef;
}

.adc {
    background: #aaeeff;
}

.foal {
    background: #ffa02b;
}