@charset "iso-8859-2";
body,td,th {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
.none{display:none;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/body-bg2.jpg);
	background-repeat:repeat-x;
	background-color: #83C1E0;
}
.style1 {
	color: #CCCCCC;

	font-size: 14px;
}
a {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
		font-weight: bold;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-size: 16px;
	color: #CCCCCC;
}
.style3 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
}
.style5 {color: #FFFFFF; font-size: 14px; }
.style7 {font-family: "Times New Roman", Times, serif; color: #FFFFFF; font-size: 20px;}
.style10 {color: #FFFFFF; font-size: 12px; }
.style11 {color: #FFFFFF}
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}
.style13 {font-size: 18px}
.style15 {color: #FFFFFF; font-size: 10px; }
.style14 {font-family:"Times New Roman", Times, serif; font-size: 24px}

.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	
	opacity:0.4;	
	background-color:#000;
	z-index:80;
	position:absolute; 
}
.modalDialog_contentDiv{
	
	padding:2px;
	z-index:100;
	position:absolute;	
	background-color:#FFF;	
}
.modalDialog_contentDiv_shadow{
	z-index:90;
	position:absolute;	
	background-color: #000;
	filter:alpha(opacity=25);	
	opacity:0.8;	
}
#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:10px;
		border:1px double #000;
		padding:5px;
		
	}
	
	
	
	.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;
		position:absolute;	
		background-color:#F00;	
		color:#FFF;
	}
	.modalDialog_contentDiv_error a{
		color:#FFF;
	}
	.TituloJanela {
	font-weight: bold;
	font-size: 14px;
	color: #003366;
}

