@CHARSET "UTF-8";
html, body {
	display: block;
	background-color: #cccccc;
	color: #999999;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

a{
	text-decoration: none;
	color: #333333;
}

p, ul{
	text-decoration: none;
	color: #333333;
}

input{
	outline: 0;
}

input.text{
	text-align:center;
}

.centermain{
	margin: auto auto;
	height: 100%;
	width: 1000px;
	background-color: #ebebeb;
	background-image: url("../imagens/background_header.jpg");
	background-repeat: no-repeat;
	filter: alpha(Opacity=90);
	opacity: 0.9;
}

#divbody,#divMaterial{
	color: #424242;
	background-color: #e5e5e5;
}

#menu{
	font-weight: bold;
	font-size: 14px;
	color: #424242;
}

.itemMenu{
	color: #333333;
	cursor: pointer;
	width:50px;
	text-align:center;
	font-size: 14px
}

.itemMenu:hover{
	color: #AAAAAA;
	cursor: pointer;
	text-decoration: underline;
}

.menuSel{
	background-color:#e60413;color:#FFFFFF;
}

.borderShadow{
	-moz-box-shadow: 0 0 3px #e60413;
	-webkit-box-shadow: 0 0 3px #e60413;
	box-shadow: 0 0 3px #e60413;
	background-color: #dcdcdc;
}

.borderShadowYellow{
	-moz-box-shadow: 0 0 3px #fffe00;
	-webkit-box-shadow: 0 0 3px #fffe00;
	box-shadow: 0 0 3px #fffe00;
	background-color: #dcdcdc;
}

.borderRadius5px{
	border-radius: 5px;  
	-moz-border-radius: 5px;
}

.linkUtil{
	width:150;
	height:60px;
	text-align:left;
	vertical-align:middle;
	color:#e60413;
	padding: 5px 15px 5px 15px;
	font-size:12px;
	font-weight: bold;	
}

#footer{
	margin: auto auto;
	height: 100%;
	width: 1000px;
	background-image: url("../imagens/background_footer.jpg");
	background-repeat: no-repeat;
	background-position:center;
	filter: alpha(Opacity=90);
	text-align: center;
	color: maroon;
	font-weight: lighter;  
	font-size: 8px
}

table{
    border-collapse: separate;
    color: #999999;
}
.tbltitulo{
	text-align: left;
	color: #620000;
	font-weight: lighter;  
	font-size: 16px;
	border-width: 1px;
}

.trtextoEscuro{
	text-align: left;
	color: #f3f3f3;
	font-weight: lighter;  
	font-size: 12px;
	background-color: #6a6363;
}
.trtextoClaro{
	text-align: left;
	color: #3b3b3b;
	font-weight: lighter;  
	font-size: 12px;
	background-color: #d7d5d5;
}