body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	line-height: 130%;
}

div#fundo {

	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 800;
	overflow-y: hidden;
	overflow-x: auto;
}

div#clock {

	position: absolute;
	bottom: 5;
	right: 0;
	width: 100;
	height: 20;
}

div#cabecalho {

	height: 205;
	width: 100%;
}

div#cabecalho div#cfundo {

	position: absolute;
	top: 0;
	width: 100%;
	height: 152;
	background-color: #c1c1c1;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/imagens/_cabecalho/fundo.png);
}

div#cabecalho div#mfundo {

	position: absolute;
	top: 152;
	left: 0;
	width: 100%;
	height: 38;
	background-color: #333333;
}

div#cabecalho div#menu {
	
	position: absolute;
	top: 152;
	left: 0;
	width: 100%;
	height: 38;
}

div#cabecalho div#menu img#spacer { margin-left: 270px; }

img.menu { margin: 10 10 0 10px; border: none; }

div#cimgs {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200;
}

div#cabecalho div#cimgs img#logo {

	position: relative;
	top: -35px;
}

div#cabecalho div#cimgs img#enigma {

	position: absolute;
	top: 25px;
	right: 25px;
}


div#conteudo {

	width: 100%;
	height: 100%;
}

div#conteudo #corpo {

	width: 1000;
	height: 100%;
	margin: 0 10 10 10px;
	overflow-y: auto;
}

div#rodape { 

	position: absolute; 
	bottom: 10; 
	width: 100%;
	height: 35; 
}

img.redes { margin: 8px 8px 0px 0px; border: none; }


body, table, td, th {
	font-family: Tahoma;
	font-size: 11px;
}

a { color: #000000; }

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover {
	text-decoration: underline;
	color: #315a96;
}

a:active { text-decoration: none; }


.titulo { color: #111111; font-weight: bold; }

input, select, option, textarea  {
	border-color : #333333;
	border-width : 1px;
	border-style : solid;
	font-family : Verdana;
	font-size : 11px;
}

input, textarea {
	padding: 3px;
	color: #222222;
}

input { height : 25px; }

li {
	padding: 0px;
	margin: 0px;
	height : 15px;
}

input.btn,
input.btnedit  {
	font-size : 11;
	height : 25px;
	color: white;
	background-image: url(/imagens/darken.png);
	background-repeat: repeat-xy;
	background-position: left top;
	padding: 0px 10px 3px 10px;
}

table.main {
	background-image: url(/imagens/darken3.png);
	background-repeat: repeat-xy;
	background-position: left top;
	border-color : #333333;
	border-width : 1px;
	border-style : solid;
}

tr.main, td.main {
	font-weight : bold;
	color : white;
	background-image: url(/imagens/darken.png);
	background-repeat: repeat-xy;
	background-position: left top;
}

tr.linetrue  { 

	background-image: url(/imagens/lighten.png);
	background-repeat: repeat-xy;
	background-position: left top;
}

tr.linefalse { 

	background-image: url(/imagens/darken3.png);
	background-repeat: repeat-xy;
	background-position: left top;
}

hr.separator {
 color : #DDDDDD;
 height: 1;
 width : 85%;
 text-align: center;
}
