/* @override 
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	color: black;
	font-size: .7em;
	font-family: arial;
	background-color: #D2C298;
	
	text-align:center;
}

h1, h2, h3, h4, h5, form, input, select, textarea {
	/*
	margin-bottom: 5px;
	margin-top: 3px;
	*/
}

#titulo {
	width: 100%;
	background-color: #999999;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h2 {
	color: #888888;
	font-size: 1.6em;
	font-weight: bold;
	padding-top: 10px;
}

h3 {
	color: #888888;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 {
	color: #888888;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

li {
	margin-left: 20px;
}

a img {
	border: 0px;
}

#contentor {
	width: 1000px;
	
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

#logout {
	padding-top: 10px;
	padding-right: 10px;
	float:right;
	list-style-type: none;
	z-index:100;
}

#logout a {
	font-weight: bold;	
	color: #E76C17;
}

#topo {
	background-color :#D2C298;
	background-image: url(../images/tussenn.bmp);
	background-position: top left;
	background-repeat: repeat-x;
	
	text-align:right;
	height: 225px;
}

#topo #imagem {
	background-image: url(../images/sofa.bmp);
	background-position: top right;
	background-repeat: no-repeat;
	
	height: 175px;
	display:block;

}

#menu {
	top: 175px;
	width:100%;
  float:left;

	background-image: url(../images/bckgrd_botao.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 12px;
	display:block;
	clear:all;
}

#menu #ulMenu {
	top: 0px;
	list-style-type: none;
	font-weight: bold;	
}

#menuAux {
	top: 200px;
	width:100%;
  float:left;

	background-image: url(../images/bckgrd_botao.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-size: 13px;
	display:block;
	clear:all;
}

#menu2 {
	top: 0px;
  float:right;
}

#menu2 #ulMenu2 {
	list-style-type: none;
	font-weight: normal;	
}

#menuPsi {
	top: 0px;
  float:left;
}

#menuPsi #ulMenuPsi {
	list-style-type: none;
	font-weight: normal;	
}

#ulMenu a, 
#ulMenu2 a , 
#ulMenuPsi a {
	color: #663333;
	text-decoration: none;
}

#ulMenu a:hover, 
#ulMenu2 a:hover, 
#ulMenuPsi a:hover  {
	color: red;
	text-decoration: none;
}

#ulMenu li, #ulMenu2 li, #ulMenuPsi li {
	margin: 0px;
	border-color: #E76C17;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
	color: #E76C17;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
}

#ulMenu .ulMenuSeleccionado, 
#ulMenu2 .ulMenuSeleccionado {
	color: red;
	background-color: #E76C17;
}

#ulMenu .ulMenuSeleccionado a, 
#ulMenu2 .ulMenuSeleccionado a {
	color: red;
	text-decoration: none;
}

#ulMenu .ulMenuSeleccionado a:hover, 
#ulMenu2 .ulMenuSeleccionado a:hover {
	color: white;
}

#ulMenu li, #ulMenu2 li {
	background-image: url(../images/bckgrd_botao.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	border-color: #E76C17;
	border-left-width: 1px;
	border-left-style: solid;
	text-align: center;
	color: #E76C17;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
}

#conteudo {
	color: black;
	background-color: #E2D2A8;
	padding: 20px;
}


#procura{
	border: solid 1px #f0f0f0;	
	background-color: #D2C298;
	padding: 5px;
	margin-bottom: 20px;
}

#procura label{
	font-weight: bold;
	padding-right: 5px;
}

#formulario{
	border: solid 1px #f0f0f0;	
	background-color: #D2C298;
	padding: 5px;
	margin-bottom: 20px;
}

.legenda{
	text-align:right;
	vertical-align: top;
	font-size: 11px;
	font-weight:bold; 
}

#formulario label{
	padding-right:5px;
}

.campo {
	/*width: 350px;*/
	font-size: 11px;
}

.campo {
	/*width: 350px;*/
	font-size: 11px;
}

.campo_text {
	/*width: 350px;*/
	font-size: 11px;
}

.campo_memo_span {
	/*width: 500px;*/
	font-size: 11px;
}

.campo_memo_no_span {
	/*width: 350px;*/
	font-size: 11px;
}

#lista{
	border: solid 1px #f0f0f0;	
	background-color: #D2C298;
	padding: 5px;
	margin-bottom: 20px;
}

#lista h3 a{
	color: red;
	text-decoration: none;
	background-color: #CCCCCC;
  border: solid 1px #666666;
  margin: 5px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
}

#lista h3 a:hover{
	color: orange;
	background-color: #eeeeee;
}

.dados{
	margin-top:5px;
}


.dados #header{
  font-size: 12px;
}

.dados tr td {
  font-size: 12px;
  padding-right:10px;
}

.tt1  {
	   FONT-SIZE: 1.1em; line-height: 1.3em;font-weight: bold; text-align: left ;  padding-top: 25px; padding-bottom: 3px; COLOR: #006000; border-spacing: 0px;outline: 0;border-width: 0px; 
}

.tt2  {
	    FONT-SIZE: .9em; line-height: 1.2em;font-weight: bold; text-align: left ; padding-top: 20px;padding-bottom: 2px; COLOR: #700000; border-spacing: 0px;outline: 0;border-width: 0px; 
}

.tt3  {
	   FONT-SIZE: .8em; line-height: 1.2em;font-weight: bold; text-align: left; padding-top: 10px; padding-bottom: 0px; border-spacing: 0px;outline: 0;border-width: 0px; 
}

.tt4  {
	    FONT-SIZE: .8em; line-height: 1.2em;font-weight: normal; text-align: left; padding-top: 0px; padding-bottom: 1px; border-spacing: 0px;outline: 0;border-width: 0px; 
}

.info  {
	  margin: 30px; border-width: 1px; text-align: center;
}
