body {
	margin: 0px;
	padding: 0px;
	Font-Family: Arial, Verdana;
	background-color:#f9eee4;
}

a {
	color: #122c60;
	Font-Size: 11px;
	font-weight: bold;
	text-decoration : none;
}

a:hover {
	color: #e7a118;
}

.title {
	font-weight: bold;
}

.conteudo {
	position:relative;
	float:left; 
	width:722px; 
	height:380px; 
	overflow:auto;
	left:10px;
	z-index:10;
	}
	
.lateral {
	position:relative;
	float:right; 
	width:90px; 
	height:400px;
	padding:0px;
	margin:-24px 21px 0px 0px;
	_margin:-13px -9px 0px 0px;
	}

p {
	Font-Size: 11px;
	Color: #003366;
	text-align: justify;
	padding:0 10px 0 0px;

}
		
.leftBanner{
	position:relative;
	float:left;
	width:155px;
	height:443px;
	background:url('images/left.jpg');
	background-repeat:no-repeat;
}

.marca{
	position:relative;
	float:center;
	width:500px;
	height:40px;
	color:#eba221;
	background:url('images/topo04.jpg');
	background-position:134px 18px;
	_background-position:134px 24px;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
.imagegallery_itemtitle {
	padding: 0px 0 0px 10px;
	width:93%;
	Font-Size: 11px;
	font-style: bold;
	Color: #e7a118;
	text-align: left;
	margin: 0 10px -8px 0 ;
	border-bottom: 1px solid #eba221;
}

input.botao {
	font-size: 9px;
	font: Arial, Helvetica, sans-serif;
	color: #e7a118;
	height:20px;
	width:80px;
	border: none;
	margin:5px 0px 5px 0px;
	background: transparent url('images/botao_medio.gif');
}

.marca p{
	font-family: Arial, Verdana, sans-serif;
	color:#122c60;
	width:500px;
	padding:0px;
	margin:7px 0px 0px 0px;
	text-align:center;
	font-weight: bold;
	font-size:16px;
}
.footer{
	position:relative;
	float:left;
	width:800px;
	height:32px;
	background:url('images/footer.jpg') -1px 0px;
	background-repeat: no-repeat;
	margin-bottom:-50px;
}

.footer_home{
	position:relative;
	float:left;
	width:740px;
	height:97px;
	background:url('images/barra_index.jpg') 0px 5px;
	background-repeat: no-repeat;
	padding:0px;
}

.footer_home a:hover{
	color:#FFFFFF;
}

.footer_home a:{
	margin-top:-2px;
}
.cabecalho {
	width:100%;
	height:93px;
	background:url('images/top.jpg') -1px 0px;
	background-repeat: no-repeat;
	marging:0;
	padding:0;
}
.cabecalho_interno {
	position:relative;
	display:table;
	float:right;
	width:700px;
	marging:0;
	padding:0;
}
.menu_conteudo {
	position:relative;
	float:left;
	height:63px;
	width:710px;
	_width:710px;
	padding: 0px 10px 0px 10px;
}

.linesImage {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Site-wide text formatting */

div,td,span {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #444;
}

.titulo_grande p{
	font-family: Arial, Verdana, sans-serif;
	color:#eba221;
	font-weight: bold;
	size:16px;
	}

/* Generic Module-independent formatting */

.moduletitle {

	font-weight: bold;

	font-size: 12px;

	color: #000;

}

.summarytitle {

	font-weight: bold;

}





td.header, td.header a {

	background-color: #aaa;

	color: #fff;

	font-weight: bold;

	font-size: 15px;

	padding: 2px;

}





/* Error Message Style */

div.error {

	font-weight: bold;

	color: #F00;

	padding-bottom: 1em;

}



/* Container Styles */

/*div.container_box {

	padding: 6px;

	margin: 2px;

}*/

div.container_box {

	Font-Family: Arial, Verdana;

}





div.container_editbox {

	border: 2px dashed #CCC;

	margin: 2px;

}



div.container_editheader {

	padding: 3px;

	background-color: #ccc;

}



div.container_editheader table tr td.info {

	font-size: 8pt;

	font-weight: bold;

}





div.itemtitle {

	font-family: Arial, Verdana;

	font-weight: bold;

}



/* News Module */

td.news_summary {

	padding-bottom: 1em;

}



/* Themable Forms */

div.form_title {

	font-size: 14px;

	font-weight: bold;

}



div.form_header {

	border-top: 1px solid #DDD;

	border-bottom: 1px solid #DDD;

	margin-bottom: 1em;

}



tr.even_row {

	background-color: #DDD;

}



tr.row:hover td, tr.row:hover td a {

	background-color: #666;

	color: #fff;

}



tr.odd_row {

	

}



/** Administration Module Manager form **/

.administration_modmgrheader {

	background-color: lightgrey;

}



.administration_modmgrheader span.active {

	color: green;

	font-weight: bold;

}



.administration_modmgrheader span.inactive {

	color: red;

	font-weight: bold;

}



.administration_modmgrbody {

	padding-left: 10px;

	border: 1px solid lightgrey;

}



/** Debugger Styles **/

table.debug_null,table.debug_null tr td, div.debug_null {

	background-color: #000;

	color: #fff;

	font-weight: bold;

}



table.debug_object, table.debug_object tr td {

	background-color: #a00;

	color: #fff;

}



table.debug_array, table.debug_array tr td {

	background-color: #0a0;

	color: #fff;

}



table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {

	background-color: #00a;

	color: #fff;

}



td.debug_attribute {

	font-family: monospace;

	font-size: 10px;

}



td.debug_varname {

	font-weight: bold;

}



td.debug_type {

	background-color: #aaa;

	color: #fff;

	font-weight: bold;

	font-size: 14px;

}



td.debug_value {

	font-family: monospace;

	font-size: 11px;

	color: #fff;

}



/* Workflow */

div.workflow_action {

	border: 1px solid #DDD;

	margin-bottom: 1em;

}



div.workflow_inapproval {

	margin-left: 35px;

}



div.workflow_approved {

	border: 2px solid #030;

	background-color: #DDD;

}



div.workflow_action_restored {

	border: 2px dashed #030;

	background-color: #FFF;

}



div.workflow_action_posted {

	border: 2px solid black;

}



/* FAQ Module*/

div.faq_moduletitle {

	font-size: 16px;

}



td.category_bg {

	background-color: lightgrey;

}

td.category_title {

	font-size: 12px;

	font-weight: bold;

}

td.question {

	font-size: 10px;

	font-weight: bold;

}



/*Article Module*/

div.article_title {

	font-size: 14px;

	font-weight: bold;

}



div.article_body {

	font-size: 10px;

}



td.article_summary {

	font-size: 10px;

}



a.article_title_link {

	font-size: 12px;

	color: blue;

}



/** New Tab style of interface for Nav manager **/

td.tab_btn {

	border: 1px solid black;

	border-right: 0px solid black;

	background-color: #DDD;

	padding: .5em;

}



td.tab_btn_last {

}



td.tab_spacer {

	border-bottom: 1px solid black;

	border-left: 1px solid black;

}



td.tab_btn_current {

	background-color: inherit;

	border-bottom: 0px solid black;

}



td.tab_main {

	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}



/* Navigation Bar */

.navlink {
	Color: #122c60;
	text-decoration : none;
	Font-Size: 9px;
}

.tnavSelectedLeft{
	background-color:#e6a118;
	color:#FFFFFF;
}

.tnavSelected{
	background-color:#FFFFFF;
	color:#e6a118;
}



/*.navlink2 {

	padding: 0px;

	margin:0px;

	border-width: 0px;

	text-decoration : none;

}
}*/
.tnav {
	padding:0px;
	margin:0px;
	list-style-type: none;
}

#navcontainer {	
	margin: 0px;
	padding: 0px;
	border-width: 0px;
 	Font-Family: Arial, Verdana;
	Font-Size: 9px;
	list-style-type: none;
	text-decoration : none;
 }

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	list-style-type: none;
}

#navcontainer a {
	display:block;
	color: #122c60;
	padding: 3px 0px 0px 10px;
	margin: 0px;	
	border-width: 0px;
 	Font-Family: Arial, Verdana;
	Font-Size: 9px;
	text-decoration : none;
}

#navcontainer a:hover{
	background-color: #e6a118;
	color: #FFFFFF;
}

/* .navlinkSelected {

	Font-Size: 11px;

	color: #FFFFFF;

	background-color: #e6a118;

}*/
/* Login Module */

#login_username {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7da4cf;
	margin: 0px;
	border: 1px 1px 1px 1px;
	padding: 0px;
}

#login_password {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7da4cf;
	margin: 0px;
	border: 1px 1px 1px 1px;
	padding: 0px;
}

#login_submit {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #7da4cf;
	margin: 0px;
	border: 1px 1px 1px 1px;
	padding: 0px;
}

.besq {
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 0 20px;
}

h1 {
	Font-Size: 18px;
	font-style: bold;
	Color: #e7a118;
	padding: 0 0 0 115px;
	text-align: left;
	margin: 0;
}


h2 {
	Font-Size: 11px;
	font-style: bold;
	Color: #e7a118;
	text-align: left;
	margin: 0;
	background-image:  url('images/fio.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

.branco{

	color: #FFFFFF;

	padding: 10px;

	Font-Size: 11px;

}



div.moduletitle text_moduletitle {

	Font-Size: 11px;

	font-style: bold;

	Color: #e7a118;

	text-align: left;

	margin: 0;

}

/** gallery **/



