body {
	background:#b6b6b6 url(../images/brilho.png) center top center fixed;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	margin:0px;
}
a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
a:link {	
	color: #000;
	font-weight: bold;
}
a:visited {	
	color: #000;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
a:active {
	color: #666;
}
hr {
	border: #FFF dotted 1px;
	color: #000;
	size: 1px;
	width: 95%;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: 0px;
}
input, select {
	background-color: #EEEEEE;
	border: #999999 solid 1px;
	font-size: 9px;
}
textarea {
	background-color: #EEEEEE;
	border: #999999 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
tr, th, td {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px;
	padding: 5px;
}


/*   L A Y E R S   */
#arquivos {
	padding: 10px;
	font-size: 9px;
	position: absolute;
	width:500px;
	left: 0px;
	top: 5%;
}

#busca {
	background: #FFF;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
	text-align: right;
	width: 730px;
}

#central {
	background-color: #FFF;
	border: 3px solid #7A75B5;
	margin:10px auto;
	padding: 5px 0 10px 10px;
	margin-bottom:10px;
	width: 760px;
}

#fecharIframe {
	background-color: #FFFFFF;
	border: #000000 solid 3px;
	height: 14px;
	left: 50%;
	margin-left: -250px;
	margin-top: 29px;
	position: absolute;
	text-align: center;
	top: 25%;
	width: 50px;
}
#fundoPreto {
	background-color: #000000;
	filter: alpha(opacity: 90);
	height: 100%;
	left: 0px;
	opacity: 0.9;
	position: fixed;
	top: 0px;
	width: 100%;
}
#iframe {
	background-color: #FFFFFF;
	border: #000000 solid 3px;
	height: 500px;
	left: 50%;
	margin-left: -250px;
	margin-top: 50px;
	position: absolute;
	top: 25%;
	width:500px;
	overflow:auto;
}
#index {
	left: 50%;
	margin:0px;
	margin-left: -450px;
	position: absolute;
	width: 900px;
	padding:5px 10px;
	color:#FFF;
	font-size:12px;
}
#menuInserir {
	border: #000000 solid 1px;
	margin: 2px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
#menu{
	background: #FFF;
	float:left;
	min-height:60px;
	width:750px;
}

/*   C L A S S E S   */
#menu a, #menu a:hover { text-decoration:none; }
a>.menu {
	border-right:solid 2px #FFF;
	float: left;
	padding: 10px 4px;
	text-align: center;
	text-decoration: none;
	min-width: 93px;
	min-height: 35px;
}
a>.menu {
	color: #000;
	text-decoration: none;
	background: #000 url(../images/back_menu_.png) center top repeat-x;
}
a:hover>.menu {
	color: #FFF;
	background: #000 url(../images/back_menu.png) center top repeat-x;
	text-decoration: none;
}

.nome {
	font-weight: bold;
	text-transform: uppercase;
}
.paginacao {
	background: #efefef;
	line-height: 20px;
	margin: 2px;
	padding: 5px;
	text-align: center;
	width: 20px;
}
