html {
	height: 100%;
         margin-top: -10px;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

.outline {
        background: #83ed6d;
}

#pathway_text {
         overflow: hidden;
	display: block;
	height: 20px;
	line-height: 22px !important;
	padding-left: 4px;
         
         font-weight: bold;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #000000;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { 
        width: auto; 
}

ul#mainlevel-nav li a:hover{
	color: #fff;
	background: #dc241f;
}


#search_inner { 
	padding: 0px;
        height: 21px !important;
        height: 23px;
        overflow: hidden;
}

#search_outer {
	float: left;                                                         
	width: 100px;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

                                                                    /* cabeçalho dos menus */
#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
        background: #83ed6d;
}

#header {
	float: left;
	padding: 0px;
	width: 800px;
	height: 139px;
	background: url(../images/header_short.jpg) no-repeat;
}

                                                                             /* top module */
#top_outer{
	float: left;
	width: 0px;
        background: #83ed6d;
}

#top_inner {
  	padding: 2px;
        height: 139px !important;
        height: 139px;
        overflow: hidden;
        float: none !important;
        float: left;
}
  
                                                                            /* esquerda orienta tambem os menus*/
#left_outer {
        float: left;
	margin-top: 0px;
        *margin-top: -2px;
	width: 110px;
        background: #83ed6d;
        margin-left: 3px;
        _margin-left: 0px;

}

#left_inner {
  padding: 2px;
  float: none !important;
  float: left;
  background: #83ed6d;
}

                                                                           /* meio */
#content_outer {
	padding: 0px;
        margin-top: -14px;
        *margin-top: -4px;                                               /* nao eskecer que _background e no IE6 e *background e no IE7 */
        margin-left:18px; 
        _margin-left:3px;         
	float: left;
        width: 668px;
        background: #ffffff;
}

#content_inner{
  float: none;  
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 0px;
  margin: 0;
}

table.content_table {
         width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}
                                                                     /* direita */
#right_outer {
        margin-top: 12px;
        *margin-top: 0px;
        _margin-top: 2px;
        margin-left: 5px;
        width: 150px;
}

#right_inner {
  float: none !important;
  float: left;
  padding: 2px;
}
                                                                                 /* posicao do modulo search */
.user1_inner {
	 border: 1px solid #ffffff;      
         float: none !important;
         float: left;
	 padding-left: 361px;
         _padding-left: 365px;
}

.user2_inner {
	 border: 1px solid #ffffff;
         float: none !important;
         float: left;
	 margin: 0px;
	 padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #ffffff;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #f5d83c;
  width: auto;
  /** background: url(../images/button_bg.png) repeat-x; **/
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #f5d83c;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}
                                                              
li{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}

                                                                                       /* cor por fora */
body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
}

                                                                                        /* Joomla core stuff links do pathway*/
a:link, a:visited {
	color: #0b8540; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #83ed6d;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
        width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}
                                                                           /* botao */
.button {
  color: #000000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  background: url(../images/button_bg.png);
  line-height: 18px !important;
  line-height: 16px;  
  height: 25px !important;
  height: 25px;
  margin: 1px;
}
                                                                 /* caixas em que se insere texto (muda todas) */
.inputbox {
	padding: 2px;
	border:solid 1px #000000;
	background-color: #ffffff;
}

                                                                             /* headers titulos do que se ve*/

.componentheading {
	background: url(../images/subhead_bg.png)repeat-x;
         _background: url(../images/subhead_bg.png);
	color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 18px;
         _height: 1px;
  	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #dc241f;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

                                                                                /* teste */
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

                                                                                  /* plugins alterar os titulos*/
table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png);
        _background: url(../images/subhead_bg.png);
	color: #000000;
	text-align: center;
	padding-left: 0px;
	height: 20px;
        width:146px;
        _width: 146px;
	font-weight: bold;
	font-size: 12px;
        line-height: 21px;
        margin: 10px 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
         background: url(../images/subhead_bg.png) repeat-x;
         color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

                                                                       /**botoes principais texto**/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;  
         font-size: 12px;
         font-weight: bold;
	color: #000000;
	text-align: center;
         padding: 0px 5px;
	padding-top: 5px;
         padding-bottom: 4px;
         _padding-bottom: 9px;
 	padding-left: 6px;
         height: 20px;
         height: 20px; important!
	width: 153px;
	text-decoration: none;
}
                                                                      /**botoes secundarios**/
a.sublevel:link, a.sublevel:visited {
         vertical-align: middle;
	font-size: 11px;
	color: #000000;
	text-align: left;
         padding-left: 10px;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
        display: block;
	height: 1.5em;
}

                                                                 /* modulo newsletter formatado */
div.moduletable_news {
        border-left: 1px solid #f5d93c;
        border-right : 1px solid #f5d93c;
        border-bottom : 1px solid #f5d93c;
        margin: 10px 0 10px 0;
        text-align: center;
}

div.moduletable_news h3 {
        background: url(../images/subhead_bg.png);
        _background: url(../images/subhead_bg.png);
	color: #000000;
	text-align: center;
	padding-left: 0px;
	height: 20px;
        width:144px;
        _width: 144px;
	font-weight: bold;
	font-size: 12px;
        line-height: 21px;
        margin: 0 0 2px 0;
}

                                                               /* modulo contador formatado */
div.moduletable_count {
        border-left: 1px solid #f5d93c;
        border-right : 1px solid #f5d93c;
        border-bottom : 1px solid #f5d93c;
        margin: 10px 0 10px 0;
        padding-bottom: 2px;
}

div.moduletable_count h3 {
	background: url(../images/subhead_bg.png);
        _background: url(../images/subhead_bg.png);
	color: #000000;
	text-align: center;
	padding-left: 0px;
	height: 20px;
        width:144px;
        _width: 144px;
	font-weight: bold;
	font-size: 12px;
        line-height: 21px;
        margin: 0 0 2px 0;
}

                                                                     /* modulo search formatado */
div.moduletable_search {
        border-left: 1px solid #f5d93c;
        border-right : 1px solid #f5d93c;
        border-bottom : 1px solid #f5d93c;
        margin: 1px 0 10px 0;
        text-align: center;
        padding-bottom: 2px;
}

div.moduletable_search h3 {
        background: url(../images/subhead_bg.png);
        _background: url(../images/subhead_bg.png);
	color: #000000;
	text-align: center;
	padding-left: 0px;
	height: 20px;
        width:144px;
        _width: 144px;
	font-weight: bold;
	font-size: 12px;
        line-height: 21px;
        margin: 0 0 2px 0;
}

.button_search {
background: url(../images/button_bg.png);
}

.inputbox_search {
border: 1px solid #000000;
}

                                                                  /* modulo calendario formatado */
div.moduletable_cal {
        border-left: 1px solid #f5d93c;
        border-right : 1px solid #f5d93c;
        border-bottom : 1px solid #f5d93c;
        margin: 2px 0 10px 0;
        text-align: center;
        padding-bottom: 2px;
}

div.moduletable_cal h3 {
        background: url(../images/subhead_bg.png);
        _background: url(../images/subhead_bg.png);
	color: #000000;
	text-align: center;
	padding-left: 0px;
_padding-left: -5px;
	height: 20px;
        width:144px;
        _width: 144px;
	font-weight: bold;
	font-size: 12px;
        line-height: 21px;
        margin: 0 0 2px 0;
}