/**
 * DOTCUSTOMS.COM SOLUÇÕES WEB LTDA.
 * CNPJ: 08.678.712/0001-76
 * www.dotcustoms.com - Tel: +55 11 2122-4213
 * SOLUÇÕES CUSTOMIZADAS
 * 
 * @since Wed Mar 19 20:45:46 BRT 2008
 * @author Fábio Matavelli <fabio@dotcustoms.com>
 * @name v-um.css
 */
  
body {
	background-color: #000000;
 	margin: 0;
 	padding: 0;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: #9c9fa8;
 	background-attachment: fixed;
}

#loadModal {
	position: absolute;
	background-color: #000000;
	z-index: 9999;
}

#loading {
	position: relative;
	z-index: 10000;
	width: 32px;
	height: 32px;
	margin: 5px;
	float: right;
}

input, textarea, select {
	color: #9C9FA8;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #9C9FA8;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

a {
	text-decoration: none;
}

#conteudo a:link, #conteudo a:hover, #conteudo a:active, #conteudo a:visited {
	text-decoration: none;
	color: #9c9fa8;
}

#geral {
 	width: 1020px;
}

#logo {
	z-index: 0;
	background: url('/images/logo.png') no-repeat;
	position: relative;
	width: 220px;
	height: 200px;
	_float: left;
}

#conteudo {
	width: 600px;
	top: 0;
	left: 220px;
	position: absolute;
}

#topo {
	width: 600px;
	height: 200px;
	overflow: auto;
}

#direita {
	position: absolute;
	left: 830px;
	top: 0;
	width: 190px;
	background: url('/images/bg_direita.png') no-repeat;
}

#base {
	width: 100%;
	padding: 5px;
}

#menu {
	width: 210px;
	_float: left;
	_top: 200px;
	position: relative;
	text-align: right;
	padding: 5px;
	background: url('/images/bg_menu.png') no-repeat;
}

dl { 
	width: 100%; 
}

dl, dd {
	margin: 0;
}

dt {
	background-color: #9C9FA8;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 17px;
	padding-right: 5px;
	padding-bottom: 3px;
	margin: 3px;
}

dt a {
	color: #FFFFFF;
}

dd a {
	color: #9c9fa8;
}

ul {
	list-style: none; 
	padding: 5px;
}