﻿body
{
    margin: 1px;
    font:Arial 11px;
}
#TitleDiv
{
    position: relative;
    margin:0px;
}
#LogoDiv
{
    margin:0px;
    height:48px;
    background:url(Images/ELNG PaleBlue Logo.bmp) no-repeat;
}
#SWNameDIV
{
    position: absolute;
    top: 25px;
    right:50px;
    text-align: right;
    color: RoyalBlue;
    font:Bold 22px Arial;
}
#UsrNumDIV
{
    position: absolute;
    top: 70px;
    right:70px;
    text-align: right;
    color: RoyalBlue;
    font:Bold 22px Arial;
}
#WelcomeDiv
{
	float: left;
	position: relative;
	text-align: left;
	font: Bold 12px Arial;
	color: RoyalBlue;
	border-right: solid 3px PowderBlue;
	padding-right: 5px;
	margin: 0 5px 3px 3px;
}
#BreadCrumbsDiv
{
	font:11px Arial;
	text-align: left;
    margin: 0 0 3px 0;
}
#MenuDiv
{
    clear:left;
    margin-left:3px;
}
#Content
{
	text-align: left;
	overflow: visible;
	background: url(../../App_Themes/Original/Images/ELNG PaleBlue Content.bmp) no-repeat scroll 0px 0px;
	border-top: solid 2px PowderBlue;
	font-size: 11px;
	font-family: Arial;
}


.GridDiv /*Make the width of this div equal to the content width -25 because of IE bug for showing scroll*/
{
    position: relative;
    width: 875px;
    overflow: auto;
}

      

.modalBackground {
	        background-color:white;
	        filter:alpha(opacity=90);
	        opacity:0.9;
        } 
        
         .DialougeHeaderBackground
{
	background-image: url('Images/DialougeHeaderBg.gif');
	background-repeat: repeat-x;
	height: 22px;width:100%;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}


.flyOutDiv
{
     display: none; 
     position: absolute; 
     width: 400px; 
     z-index: 3; 
     opacity: 0; 
     filter:(progid:DXImageTransform.Microsoft.Alpha(opacity=0)); 
     font-size: 14px; z
     border: solid 1px #CCCCCC; 
     background-color: #FFFFFF; 
     padding: 5px;
} 

.flyOutDivCloseX
{
 background-color: #666666; 
 color: #FFFFFF; 
 text-align: center; 
 font-weight: bold; 
 text-decoration: none; 
 border: outset thin #FFFFFF; 
 padding: 5px; 
} 
