body {
	/* background:transparent url(../images/background.png) repeat-x scroll 0 0; tlm */
	/* background: #395C00 url(../imagens/imagem_de_fundo.jpg); tlm */
	background: #FFCD9B url(../imagens/splash.png) no-repeat top;
	color:#666666;
	font-family:trebuchet ms,verdana,arial,tahoma;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	border:0 none;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;	
}

.clear {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	height:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	visibility:hidden;
	width:0;	
}	

/************************
 * CABEÇALHO
 ************************/
#wrapper {
	background:transparent url(../images/sombra-esquerda-continuacao.png) repeat-y scroll left top;
	margin:0 auto;
	max-width:968px;
	min-width:740px;
	width:92%;
}

#wrapper_background {
	background:transparent url(../images/sombra-direita-continuacao.png) repeat-y scroll right top;
	/*margin-right:-15px;
	padding-right:14px;
	margin:0 auto;*/
}

#background_esquerda_continuacao {
	background:transparent url(../images/sombra-esquerda.png) no-repeat scroll left top;
	/*margin-right:-15px;
	padding-left:15px;*/
}

#background_direita_continuacao {
	background:transparent url(../images/sombra-direita.png) no-repeat scroll right top;
	border-bottom:0px solid #E8E8E8;/* O original erá 1 */
	padding-right:0px;
}

#topo_esquerda {
	height:20px;
	width:73%;
	margin:0;
	display:block;
	float:left;
	margin-left:1%;
	margin-right:1%;	
}

#topo_esquerda h1 {
	color:#666666;
	float:left;
	font-size:130%;
	margin:2px 0 0 5px;
	padding:0;
	display:block;
}

#topo_direita {
	width:23%;
	display:block;
	float:right;
	margin-left:1%;
	margin-right:1%;
}

#topo_direita ul {
	padding: 3px 0 0 0;
	list-style: none;
	font-size: 85%;
	float: right;
	margin:0 10px 0 0;
	display:block;
}

#topo_direita li {
	display:block;
	float: right;
	margin: 0;
}

#topo_direita a:hover span {
	background-position:100% -42px;
}

#topo_direita a:hover img {
	background-position:100% -42px;
}

#topo_direita a {
	float: left;
	background:url(../images/menuleft.png);
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 12px;
}

#topo_direita a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:3px 15px 3px 6px;
	color: #003399;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#topo_direita img {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:3px 6px 0px 2px;
	color: #003399;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#banner {
	background:#EEEEEE url(../images/head2.jpg) no-repeat scroll -10px 0;
	height:110px;
	margin:0 0 0 2px;
	width:99.44%;
	display:inline;
	float:left;
}

#link_home {
	cursor:pointer;
	height:84%;
	width:150px;
	display:inline;
	float:left;
	margin-left:1%;  
	margin-right:1%;	
}

/************************
 * MENU
 ************************/
#menu {
	margin-left:2px;
	height:10px;
	width:99.51%;
	display:inline;
	float:left;
	padding-bottom: 20px;
}

.menu-item {
	text-decoration: none;
	color: #FFFFFF;
}

.menu-item img {
	width: 1px;
}

.menu-item-selected {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #C4C0B9;
}

a.nav {
	text-decoration: none;
	color: #FFFFFF;
	width:100px;
	padding-left: 15px; 
	padding-right: 15px; 
}
	
a.nav:hover {
	text-decoration: none;
	color: #000000;	
	border:1px solid;
	background-color: #FFFFFF;
	border-color: #C4C0B9;
	padding-bottom:1px;
	padding-top:1px;
	padding-left: 15px; 
	padding-right: 15px; 
}

#rodape {
	background-color:#E6E6E6;/* tlm */
	/*border:1px solid #CCCCCC;*/
	margin-bottom:5px;
	margin-top:4px;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	display:inline;
	float:left;
	margin-left:0.3%;
	margin-right:0%;	
	width:99.15%;
	border: solid 1px #D0D0D0;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:3px;

}

/************************
 * TRILHA
 ************************/
/*
#barra
{
	width:99.45%;
	margin-left:3px;
}
*/
#bread_crumb_wrapper {
	width:99.45%;
	margin-left:3px;
}

#bread_crumb {
	border:1px solid #D0D0D0;
	height: 18px; /* This is the height we wan't on our breadcrumb */
	padding: 0px 0 0 0px;
	background: #E6E6E6; /* This is our background color */
	color: #f5f5f5; /*This is our color on the text which isn't a link. We want' they to be light grey */
	padding: 0;
	margin: 0;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:2.5px;

}
#bread_crumb li {
	float: left;
	display: inline;
	margin-right: 4px;
	margin-left: 10px;
}
#bread_crumb {
	color:#666666;
	font-weight:bold;
}
#bread_crumb a {
	color: #003399; /* Our breadcrumb links are going to be white */
	font-weight: bold; /* And bold */
	background: url(../images/setas_alpha.png) top right no-repeat;
	padding-right: 11px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
}
#bread_crumb a:hover {
	color: #0066CC;
	text-decoration:underline;
	background:url(../images/setas_alpha.png) bottom right no-repeat;
}

/************************
 * CONTEÚDO
 ************************/
#conteudo {
	width:99.4%;
	display:block;
	/*float:left;*/
	margin-left:0.3%;
	margin-right:0%;
	padding: 0px;	
}
.box {
	padding:0px 0px 0px 0px;
}
#conteudo .titulo_pagina
{
	font:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}
#toolbar {
	background: url(../images/pagination/back_toolbar.jpg) repeat-x top;
	height:32px;
	text-align:center;
	padding-top:5px;
	padding-left:5px;	
	padding-bottom:5px;
	padding-right:5px;	
	margin-bottom:5px;
}

#spacer {
	height: 5px;	
}

/************************
 * MENSAGEM ERRO
 ************************/
.errorText {
	color:#000000;
	font-family:trebuchet ms,verdana,arial,tahoma;
	font-size:13px;	
	font-weight: bold;
}	

.errorBox {
	color:#696969;
	font-family:trebuchet ms,verdana,arial,tahoma;
	font-size:11px;	
	border: 1px;
	border-style: solid;
	border-color: #EBE6E2;
}

.rich-toolbar{    
    background-color:transparent;    
    border-color:transparent;    
    font-style: normal;    
    text-align: left;    
}

.dr-toolbar-ext {
	background-color:#336699;
	background-image: none;
	background-position:left top;
	background-repeat:repeat-x;
	padding:0;
	border-color:#6699CC #003366 #003366 #6699CC;
	border-style:solid;
	border-width:1px;
}

.dr-toolbar-int {
	color:#FFFFFF;
	font-family:trebuchet ms,verdana,arial,tahoma;
	font-size:11px;
	font-weight:bold;
	padding:2px 10px;
	white-space:nowrap;
}

.form-title {
	font-weight:bold;
	margin: 0;
	font-size:180%;	
}

.form-title-master-detail {
	font-weight:bold;
	margin: 0;
	font-size:125%;	
}

.form-text-input {
	border:1px solid #DDDDDD;	
}

.form-text-area {
	border:1px solid #DDDDDD;	
}

.form-select {
	border:1px solid #DDDDDD;
}	

.form-button-toolbar {
	width:99%;
	background:#F9F9F9 none repeat scroll 0 0;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px 0;
	margin:auto;
	padding:5px 5px 5px 5px;	
	border: solid 0px #D0D0D0;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:3px;
}
.form-button-toolbar .mensagem-aviso h3{
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    font-style:italic;
	font-size:14px;
    color:#F00;
}
.form-button-toolbar-conteudo {
	width:auto;
	height:30px;
	/*
	border: dashed 1px;
    border-color:#DCDCDC;
	*/
}
.botoes{
	width:990px;
	margin-left:10px;
}
.botoes ul
{
	padding:0;
	height:auto;
}
.botoes li
{
	display:block;
	float:left;
	margin-right:140px;
}
.form-button {
	
	/*background-color:#E9E9E9;*/
	/*border-color:#DDDDDD #BBBBBB #BBBBBB #DDDDDD;*/
	/*border-style:solid;*/
	/*border-width:1px;*/
	/*color:#565656;*/
	/*cursor:pointer;*/
	/*display:inline-block;*/
	font-family:"Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 11px;
	/*font-weight:bold;*/
	margin:0;
	padding:2px 5px 2px 5px;
    border: 1px solid #ggg;
	/*padding:5px;*/
    cursor:pointer;	
}

.form-title-relatorio {
	font-weight:bold;
	margin: 0;
	font-size:120%;	
}

