﻿
@viewport{
    width: device-width;
}



body 
{
    font-weight: normal; 
    font-size: 9pt; 
    font-family: Arial; 
    text-align: left; 
    /*width:100%;*/
}

header
{
    clear:left;
    float:left; 
    width: 100%;
}

section
{
    
}

footer
{
    clear:left;
    float:left; 
    /*padding: 2px; */
    width: 100%;
}


 
#leftpanel {display:table-cell; vertical-align:top;} 

#left_detail {display:table-cell; vertical-align:top;} 
	
#eiBody {display:table-cell;  vertical-align:top;}
	 
#rightpanel {display:table-cell;  vertical-align:top;} 

#right_detail {display:table-cell;  vertical-align:top;} 

.InputDisabled {border:1px solid #999; background-color:#F0F0F0; color:#999}	


/*---------------------------------
Control the display of the Ei Dynamics Powered by logo
-----------------------------------
*/
#eiLogo 
{
    font-family: Arial; 
    font-size: x-small; 
    float:left;
    padding-top:10px;
    padding-bottom:5px;
    vertical-align:top;
} 


.ErrorLogHeader
{
    border:1px solid grey;
    font-family: Arial; 
    font-size: 10pt; 
    padding:5px;
    background-color:gainsboro

}


