/**
 * @since Wed Feb 27 22:51:33 BRT 2008
 * @author Fábio Matavelli <fabio@dotcustoms.com>
 * @name sdc.css
 */
 
body {
 	/*background-image: url('/v05/images/telainicial.jpg');
 	background-repeat: no-repeat;
 	background-attachment: fixed;
 	background-position: top right;*/
 	margin: 0;
 	padding: 0;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	color: #9c9fa8;
}

#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;
}

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('/v05/images/logo.png') no-repeat;
	position: relative;
	width: 210px;
	height: 250px;
	_float: left;
}

#conteudo {
	width: 800px;
	top: 0;
	left: 210px;
	position: absolute;
}

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

#base {
	width: 100%;
}

#menu {
	width: 200px;
	_float: left;
	_top: 200px;
	position: relative;
	text-align: right;
	padding: 5px;
}

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;
}

.ideiaLeftCol {
	/*position: relative;*/
	float: left;
	width: 700px;
	height: 200px;
}

.ideiaRightCol {
	position: relative;
	left: 300px;
	width: 200px;
	height: 200px;
}