
/*=========================Start Zoom LightBox=========================*/


.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 900px;
	height: 855px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
}

.white_content 
{
	display: none;
	position: absolute;
	top: 5%;
	left: 100px;
	width: 750px;
	height: 630px;
	border:  #dddddd 1px solid;
	background-color: #EFECE7;
	z-index:1002;	
	cursor:hand;
	cursor:pointer;
}

/*=========================End Zoom LightBox=========================*/


/*=========================Start Help LightBox=========================*/

.white_content_Help 
{
	display: none;
	position: absolute;
	top: 5%;
	left: 175px;
	width: 525px;
	height: 650px;
	border:  #dddddd 1px solid;
	background-color: #fff;
	z-index:1002;	
	cursor:hand;
	cursor:pointer;
}

.HelpHeading
{
   font-size:14pt; 
   font-style :normal;
   padding-left:20px;
   cursor:text;	
}

.Help
{
   font-size:10pt;    
   color:#242424;  
   padding-left:20px;
   padding-right:20px;
   height: 545px;
   overflow: auto;
   cursor:text;
   text-align :justify;	
}

/*=========================End Help LightBox=========================*/

/*=========================Start Mail LightBox=========================*/

.white_content_Mail 
{
	display: none;
	position: absolute;
	top: 25%;
	left: 210px;
	width: 390px;
	height: 320px;
	border:  #666666 1px solid;
	background-color: #EEE9E3;
	z-index:1002;	
	cursor:hand;
	cursor:pointer;
}

.ButtonSubmit  
{
    background-color:#EFEEEC;
    border-color: #D4D0CB;
    font-family: AvantGarde;
    font-size:small;
    color:#333333;
    font-size :10pt;

}

.MailHeading
{
    font-family: AvantGarde;
    font-size:13pt;
    font-weight:bold; 
    color:#57524c; 
    cursor:text;
	
}

.MailSubHeading
{
     font-family: AvantGarde;
     font-size:11pt;
     font-weight:bold;     
     color:#57524c;
     cursor:text;
}

.FindFramer
{
     font-family: AvantGarde;
     font-size:9pt;
     font-weight:bold;          
     color:#57524c;
     cursor:text;
     text-decoration:underline;
}

.MailProperty
{
  font-family: AvantGarde; 
  font-size:10pt; 
  font-weight:bold;  
  color:#57524c; 
  cursor:text;
}

.white_framer 
{
	display: none;
	position: absolute;
	top: 10px;
	left: 100px;
	width: 650px;
	height: 750px;
	border:  #dddddd 1px solid;
		background-color: #fff;
	z-index:1010;	
    font-family:Arial;
    font-size: 9px;	
}


/*=========================End Mail LightBox=========================*/

/*=========================Start Fillet LightBox=====================*/

.white_content_fillet
{
    display:none;
    background-color: #FFFFFF;
    cursor: pointer; 
    height: 135px;
    left: 90px;
    position: absolute;
    top: 325px;
    width:190px;
    z-index: 1002;
    border: solid 1px #000;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5); /*-khtml-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);*/
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}


.black_overlayfillet
{  
    display:none;
    position: absolute;
    top: 600px;
    left: 0%;
    width: 287px;
    height: 251px;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
}

/*=========================End Fillet LightBox=========================*/

.white_content_MailAlert
{
	display: none;
	position: absolute;
	top: 195px;
	left: 230px;
	width: 340px;
	height: 250px;
	border:  #666666 1px solid;
	background-color: #fff;
	z-index:1002;	
	cursor:hand;
	cursor:pointer;
}

.MailSend
{
    font-family: 'ITCAvantGardeGothicBook';
    font-size :12pt;
    color :#57524C; 
    
}

.MailAlert
{
    font-family: 'ITCAvantGardeGothicBook';
    font-size :10pt;
    color :#57524C; 
    
}

.FindFrame
{
    text-decoration:underline;
    color:Black;
     font-size :8pt;
}

.white_content_AccountAlert
{
    background-color: #FFFFFF;  
    cursor: pointer;
    display: none;
    height: 100px;
    left: 290px;
    position: absolute;
    top: 325px;
    width: 250px;
    z-index: 1002;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.5); /*-khtml-box-shadow: 3px 3px 3px rgba(0,0,0,0.5);*/
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.DivAlertBaner
{
    background-color: #FFFFFF;
    height: 600px;   
    position: absolute;
    top: 70px;    
    width: 901px;
    z-index: 1;
}