/* 
    Document   : createAudit
    Created on : Oct 14, 2012, 6:49:50 PM
    Author     : rafael
    Description:
        Purpose of the stylesheet follows.
*/

div.leftCa {
    height: 520px;
    width: 50%;
    float:left;
    background: #222;
    margin-top: 30px;
}

div.textleftCa {
    height: 100px;
    width: 100%;
    background: #f1f;
}

div.imageleftCa {
    height: 420px;
    width: 100%;
    background: #eee;
    text-align: center;
}

div.contentrightCa {
    height: 520px;
    width: 50%;
    overflow: auto;
    float:left;
/*    background: #931;*/
    margin-top: 30px;
    overflow-y: scroll;
}

ol {
    padding:1 1 1 10px;
    padding-left: 0px;
    margin:0; 
    list-style-position: inside;}
ol li { 
    padding-left: 2px; 
    border:2px solid #000;
    margin:1px 1px 1px 1px;
}

.slidingDiv {
    height:300px;
    background-color: #99CCFF;
    padding:20px;
    margin-top:10px;
    border-bottom:5px solid #3399FF;
}
 
.show_hide {
    display:none;
}

