/* 
    Document   : inspectionStep
    Created on : Sep 19, 2011, 8:07:11 PM
    Author     : tringuyen
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

#main {
    position:relative;
}

#content-top {
    min-height:200px;
    width:96%;
    padding: 0 2% 0 2%;
    margin-bottom:80px;
    float:left;
}

#top-left {
    width:197px;
    min-height:114px;
    color: whitesmoke;
    float:left;
    background:url("../images/inspection_back.png") transparent no-repeat 0 0 ;
    margin-top:1px;
}

#top-right {
    width:72%;
    min-height:100px;
    float:right;
    
}
    .tbl {
        border-bottom-style: solid;
    }
    
    .tbl tr {
        padding:1px;
        height:25px;
        
    }
    .tbl tr th {
        background:url("../images/uaTablebkgd.jpg") transparent repeat-x scroll 0 0;
        color:whitesmoke;
        border-left:1px solid #D0D0D0;
        border-right:1px solid #D0D0D0;
        border-bottom:1px solid #D0D0D0;
    }
    .tbl tr td {
        border:1px solid #D0D0D0;
    }
    .tbl tr th p {
        margin-top:5px;
    }
    
    .tbl tr td p {
        margin-top:5px;
    }

.content-sep {
    clear:both;
    position:absolute;
    width:100%;
    left:0px;
    top:300px;
    z-index: 1000;
    background: #D0D0D0;
    height:2px;
}

#content-bottom, #prefered {
    float:left;
    width:96%;
    margin-bottom:90px;
    padding: 0 2% 0 2%;
    position:relative;
}

.bottom-left {
    width:47%;
    height:auto;
    float:left;
    color:whitesmoke;
    
    
}
    .bottom-left p {
        color:#595959;
        margin-top:15px;
    }

.round {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.bottom-right {
    width:47%;
    height:auto;
    float:right;
    
    color:whitesmoke;
}

    #bottom-right table {

}

.button-down {
    margin:0 5px 0 5px;
    position:absolute;
    z-index: 10000;
    left:75px;
    
}

    .button-down  a button {
        background: url("../images/button_big.png") transparent no-repeat 0 0; 
        border:none;
        width:239px;
        height:24px;
        color:whitesmoke;
        padding-bottom:3px;
    }


    p.reqTxt {
        color:black;
        margin-bottom:7px;
    }
    
    
    #prefered ul li{
        list-style: disc;
        font: italic larger sans-serif;
        margin-bottom:10px;
        list-style-position: inside;
        font-weight: bold;
    }