@charset "UTF-8";
/* CSS Document */

.menuitem {
	font-family:Arial;
	font-size:11px;
	color:#AAAAAA;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor:pointer;
}

.homenews {
	width:314px; 
	height:120px; 
	position:relative; 
	top:410px; 
	left:150px;
	padding:10px;
	text-align:left;
	-moz-user-select: none;
	-khtml-user-select: none;	
	font-family:Arial;
	font-size:13px;
	color:#333;
}

.content {
	width:584px; 
	height:313px; 
	background-color:#FFF; 
	position:relative; 
	top:240px; 
	left:30px;
	padding:10px;
	text-align:left;
	-moz-user-select: none;
	-khtml-user-select: none;	
	font-family:Arial;
	font-size:13px;
	color:#333;
}

.contentTitle {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#333;
	-moz-user-select: none;
	-khtml-user-select: none;		
}

.contentText {
	font-family:Arial;
	font-size:12px;
	color:#555;
	-moz-user-select: none;
	-khtml-user-select: none;	
	cursor: default;
}

.inputText {
	font-family:Arial;
	font-size:12px;
	color:#555;
	border:1px solid #999;
	background-image:url(../imgfiles/inputbckg.jpg);
	background-repeat:repeat-x;
	cursor: default;
	width:200px;
}

.homebtn {
	width:12px; 
	height:12px; 
	cursor:pointer; 
	position:relative; 
	top:232px; 
	left:30px; 
	background-image:url(../imgfiles/home.png); 
	background-repeat:no-repeat;
}

.background2window {
	background-color:#000000;
	position:absolute;
	width:100px;
	height:100px;
	top:0px;
	left:0px;
    filter:opacity(alpha=60); /* para o IE */
    -moz-opacity:0.6; /* para o FireFox */
    opacity:0.6; /* para o outros Navegadores */
	z-index:10;
	display:none;
	visibility:hidden;
}

.btnwindowclose {
	position:relative; 
	left:708px; 
	top:6px; 
	font-family:Arial; 
	font-size:14px; 
	font-weight:bold; 
	color:#000;
	-moz-user-select: none;
	-khtml-user-select: none;	
	cursor:pointer;
}