@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #555555;
		scrollbar-face-color: #333333;
scrollbar-highlight-color: #333333;
scrollbar-3dlight-color: #666666;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #333333;
scrollbar-arrow-color: #666666;
scrollbar-track-color: #333333;
}
.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.menu:hover {
background-image:url(../imagens/bg/menu.jpg);
background-repeat:repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	
	opacity:0.4;	
	background-color:#000;
	z-index:1;
	position:absolute; 
}
.modalDialog_contentDiv{
	border:3px solid #666;	
	padding:2px;
	z-index:100;
	position:absolute;	
	background-color:#333;	
}
.modalDialog_contentDiv_shadow{
	z-index:90;
	position:absolute;	
	background-color: #000;
	filter:alpha(opacity=30);	
	opacity:0.8;	
}
#mainContainer{
		width:500px;
		margin:0 auto;
		margin-top:5px;
		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;
	}body,td,th {
	color: #CCCCCC;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
	color: #FFFFFF;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: #CCCCCC ;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
	.box2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}