

#over_aerial {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	z-index: 10000;
}

#overload_aerial {
	position: absolute;
	width: 100%;
	height: 5000px;
	background-color: #333;
	opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 100100;
	display: none;
	overflow: hidden;
}

#win_over_aerial {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10001;

}

#win_load_aerial {
	display: none;  
    content: " ";  
    height: 100%;  
    width: 100%;  
    position: fixed;  
    left: 0;  
    top: 0;
	z-index: 100001;

}

#window_aerial {
	position: absolute;
	width: 700px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -150px;
	padding: 0 0 0 0;
		
    background: #fcfcfc;  
    
	text-align: left;  
    border-radius: 3px;  
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);  
    z-index: 10002;
}

#fd_window_aerial_titulo {
	background : #5472ae url(../../../images/system/bg_fundo_detalhe.jpg) repeat-x;
	height: 25px;
}






#over_aerial_alert {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	z-index: 10010;
}

#win_over_aerial_alert {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10011;

}

#window_aerial_alert {
	position: absolute;
	width: 700px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -350px;
	margin-top: -150px;
	padding: 0 0 0 0;
		
    background: #fcfcfc;  
    
	text-align: left;  
    border-radius: 3px;  
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);  
    z-index: 10002;
}

#fd_window_aerial_alert_titulo {
	background : #5472ae url(../../../images/system/bg_fundo_detalhe.jpg) repeat-x;
	height: 25px;
}

#close_window_aerial_alert {
	font-size: 9px;
	text-align: right;
	cursor: pointer;
	float: right;
	color: #FFF;
	margin: 7px 10px 0 0;
}


#content_window_aerial_alert {
	padding: 20px 20px 20px 20px;
}





#load_aerial {
	display: block;  
    margin: 300px auto;  
    width: 40px;
	height: 40px;
	top: 50%;
	padding: 0 0 0 0;  
    text-align: left;  
    z-index: 100007;
}


#content_load_aerial {
	
}

#close_window_aerial {
	font-size: 9px;
	text-align: right;
	cursor: pointer;
	float: right;
	color: #FFF;
	margin: 7px 10px 0 0;
}


#banner_header {
	position:absolute;
	width: 730px;
	height: 92px;
	border: 1px solid #060;
	margin: 10px 0 0 220px;
	
}

.content_tvheader {
	float: right;
	width: 750px;
	height: 300px;
	border: 1px solid #060;
	margin: 10px 10px 0 0;
}