/* top elements */
* {
	margin: 0;
	padding: 0;
} 
body{
	margin: 0;
	padding: 0;
	font: 12px/1.5em 'Trebuchet MS', Arial, Verdana, Sans-serif;
	background: url(../images/headerbg.jpg) repeat-x;
	color: #333333;
	text-align: center;
}
TD, TH {
	margin: 0;
	padding: 0;
	font: 12px/1.5em 'Trebuchet MS', Arial, Verdana, Sans-serif;
	color: #333333;
	text-align: center;
	background-repeat: repeat-x;
}

#a_recuo {
	padding-left: 0px;
}
#a_red {
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}


/* headers */
h1, h2, h3 {
	text-transform: uppercase;
	color: #CC0000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1em;
	line-height: normal;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}

a {
	text-decoration: none;
	color: #333333;
	font: bold 11px 'Trebuchet MS', Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	text-align: left;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h2 {
	font-size: 1.3em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}
h3 {
	font-size: 1.2em;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}
#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}	
#sidebar h1 {
	padding: 10px 0px 5px 30px;
	background: url(../images/square_arrow.gif) no-repeat 2px 11px;
	margin: 0;
	text-transform: uppercase;
}

p, h1, h2, h3 {
	margin: 10px 15px;
	line-height: normal;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 0px;
	color: #333333;
	text-align: left;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 2px none #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #EC981F;
	border-bottom-color: #EC981F;
	border-left-color: #EC981F;
}
a:hover img {
	border: 2px solid #EC981F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #806B4D;
	border-bottom-color: #806B4D;
	border-left-color: #806B4D;
	text-align: center;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border-left: 3px none #EC981F;
	border-top: 1px none #f2f2f2;
	border-right: 1px none #f2f2f2;
	border-bottom: 1px none #f2f2f2;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 40px;
	background: #FFFFFF url(../images/quote.gif) no-repeat 10px 0px        !important;
	border-left: 2px solid #f2f2f2;
	border-top: 1px none #f2f2f2;
	border-right: 1px none #f2f2f2;
	border-bottom: 1px none #f2f2f2;
}
.agenda {
	margin: 10px;
	padding: 0 0 0 30px;
	background: #FFFFFF url(../images/square_arrow.gif) no-repeat 0px 0px        !important;
	border-left: 2px none #FFFFFF;
	border-top: 1px none #FFFFFF;
	border-right: 2px solid #f2f2f2;
	border-bottom: 1px none #FFFFFF;
	font-size: 12px;
}
.agenda_red {
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: -0.1em;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
#combobox {
	width:350px;
	padding:4px;
	border:1px solid #eee;
	display:block;
	color:#000;
	font: 12px/1.5em 'Trebuchet MS', Arial, Verdana, Sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #EFEFEF;
	padding: 2px 3px;
	color: #333;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;	
}
form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: thin solid #666;
	color: #333;
	vertical-align: top;
	background-color: #EBEBEB;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   width: 850px;  	
	text-align: left;		
	background: #FFF;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 850px;	
}

/* header */
#header {
	position: relative;
	background: url(../images/headerbg.jpg) repeat-x 0% 0%;
	height: 84px;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	color: #CCC;
	text-transform: uppercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0;
	left: 5px;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 4.1em;
	font-weight: bolder;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 48px; left:65px;		
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 54%;
	border-left: 1px solid #f2f2f2;
	text-align: center;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;
	padding: 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/arrow.gif) no-repeat 0px 0px;
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	
}

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;
	margin: 0;
	text-align: justify;
}

/* footer */
#footer {
	clear: both;
	background: #FFFFFF url(../images/footerbg.gif) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 50px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	background: #CCCCCC;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;
	list-style: url(../images/arrow.gif);
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(../images/menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid #CC0000;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #FFA600;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   {
	text-align: left;
	color: #333;
}
.align-right  { text-align: right; }
.align-center {
	text-align: center;
	font-weight: bold;
}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange {
	color: #CCCCCC;
}
.avisos {
	font: 12px "trebuchet MS", Arial, Helvetica, sans-serif;
}
.branco {
	color: #FFFFFF;
}
#wrap #content-wrap p {
	text-align: center;
}
.Uppercase {
	text-transform: uppercase;
	font-weight: bold;
}
#wrap #content-wrap #main table {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}
hr {
	border: 0px solid #F60;
	margin: 20px;
}
.borda {
	border: thin solid #CCC;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
}
.nomeorgaos {
	font-size: 11px;
}
#wrap #content-wrap #rightbar .Left1 {
	text-align: left;
}
.luto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	text-transform: uppercase;
}

.inset-text { 
font-size: 60px; 
color: #566F89; 
text-shadow: 1px 1px 0px #E4F1FF; 
font-weight: bold; 
}

.justificado {
	text-align: justify;
}

