﻿.mainDiv
{
    width: 700px;
}

.IDTrans_MainWrapper
{
    position:relative;
    width: 718px;
    
    border: 0px solid green;
    
}
.IDTrans_StuInfo
{

    float: left;
    width: 340px;
    height: auto;
    margin-right: 5px;
    
    border: 0px solid green; 
}
.IDTrans_ReqInfo
{

    float: left;
    width: 340px;
    height: auto;
    margin-left: 5px;
    
    border: 0px solid green; 
 
}
    .IDTrans_ReqInfo_Sch
    {
        float:left;
        height:auto;
        width: 100%;
        
        margin-top:5px;
        margin-bottom: 10px;
       
        padding-top: 5px;
        padding-bottom: 5px;
        
        background-color: #EEE;
        border-top: 1px solid #bbb; 
        border-bottom: 1px solid #bbb;
        
        z-index: -2;
         
    }
.IDTrans_DayCareInfo
{

    float: left;
    width: 670px;
    height: auto;
    margin: 10px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    
    background-color: #EEE;
    border-top: 1px solid #bbb; 
    border-bottom: 1px solid #bbb; 
}
.IDTrans_Reason
{
    position:relative;
    float:left;
    width: 700px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    
    border: 0px solid green; 
}
.IDTrans_Sig
{
    position:relative;
    float:left;
    width: 700px;
    height: auto;
    margin-top: 10px;
    
    border: 0px solid green; 
    z-index:-1;
}
.IDTrans_Buttons
{
    position:relative;
    float:left;
    width: 700px;
    height: auto;
    margin-top: 10px;
    
    border: 0px solid green; 
}
.IDTrans_HalfSize
{
    position:relative;
    float:left;
    width:auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
    .IDTrans_HalfSize span
    {
        color:#990033;
        font-weight:bold;
    }
.EffectiveDate
{
    z-index:2000;
    background-color: #FFF;
}
.watermrk
{
    color: #CCC;
}
.validSummary
{
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid blue;
}
.hidden
{
    display:none;
}