/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 0px;
}

.clr {
	clear: both;
}

.pathway {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	height: 210px;
         width: 980px;
         background: url(../images/header.png) no-repeat;
}

#banner {
	float: left;
	padding-top: 20px;
	padding-left: 100px;
	height: 101px;
         width: 683px;
         background: url(../images/banner.png) no-repeat;
}

#leftbg {
	float: left;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 52px;
	/*height: 41px;*/
         width: 297px;
         background: url(../images/left.png) no-repeat;
}

#leftbottom {
	float: left;
	padding: 0px;
	height: 21px;
         width: 297px;
         background: url(../images/leftbottom.png) no-repeat;
}

#top {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 0px;
         width: 683px;
         background: url(../images/bgitems.png) no-repeat;
}

#topbottom {
	float: left;
	padding: 0px;
	height: 20px;
         width: 683px;
         background: url(../images/mainbottom.png) no-repeat;
}

#maintop {
	float: left;
	height: 23px;
         width: 683px;
         background: url(../images/maintop.png) no-repeat;
}

#main {
	float: left;
	padding-left: 20px;
	padding-right: 50px;
         width: 683px;
         background: url(../images/mainbg.png) repeat-y;
}

#mainbottom {
	float: left;
	padding: 0px;
	height: 20px;
         width: 683px;
         background: url(../images/mainbottom.png) no-repeat;
}

#bodytotal {
         border: 1px solid #000000;
	padding: 0px;
         width: 980px;
         background: #060606;
}

#user1 {
         border-right: 1px dashed #999999;	
	padding-right: 3px;
}

#user2 {
	padding-left: 3px;
}

.maintitle {
	color: #000066;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
    float			: left;
	padding			: 2px;
	width			: auto;
	color			: #000066;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	text-align		: center;
	vertical-align	: middle;
}

.pagenav {
    float			: left;
	padding			: 2px;
	width			: auto;
	color			: #000066;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	text-align		: center;
	vertical-align	: middle;
}

.pagenav_next {
    float			: left;
	padding			: 2px;
	width			: auto;
	color			: #000066;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	text-align		: center;
	vertical-align	: middle;
	}
	
.pagenav_prev {
    float			: left;
	padding			: 2px;
	width			: auto;
	color			: #000066;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	text-align		: center;
	vertical-align	: middle;
	}
	
.pagenavbar {
	margin-right: 10px;
	float: right;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{

height: 20px;
padding-left: 15px;
padding-bottom: 4px;
/* background-image: url(../images/bullet.png); 
background-repeat: no-repeat;
background-position: 0px 6px; */
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
}

/* Joomla core stuff */
a:link, a:visited {
/*	color:#3366FF; */
	color:#000066;
	text-decoration:none;
	/*font-weight: bold;*/
}

a:hover {
	color:	#FF9900;
	text-decoration: underline;
	/*font-weight: bold;*/
}

table.contentpaneopen {
	margin-left: 10px;
	border-collapse: collapse;
}

table.contentpaneopen td {
   padding-right: 5px;
   padding-top: 10px;
   text-align:justify;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
  	border-collapse: collapse;
	border-spacing: 0px;

}

table.contentpane td {

}

table.contentpane td.componentheading {

}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

/* .button {
	height			: 22px;
	padding			: 2px;
	margin			: 2px;
	min-width		: 50px;
	width			: auto;
	border			: 1px solid #FFFFFF;
	color			: #FFFFFF;
	background-color: #990000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9px;
	font-weight		: bold;
	text-align		: center;
	vertical-align	: middle;

}
*/
.button {
  color: #333333;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: 9px;
  width: auto;
  padding: 0px 5px;
  line-height: 18px !important;
  height: 22px;
  margin: 1px;
  }
  
.inputbox {
	min-width		: 90px;
	width			: auto;
	padding			: 2px;
	margin			: 2px;
	border			: 1px solid #AAAEB3;
	background-color: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 9px;
	text-align		: left;
	vertical-align	: middle;

}

.componentheading {
	color:	#000066;
	border-bottom: 1px solid #AAAEB3;
	width: 95%;
    text-align: left;
	padding: 2px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	padding-bottom: 4px;
	color:	#000099;
	font-size: 15px;
	font-weight:bold;
	white-space: wrap;
	}

.contentpagetitle {
	font-size: 15px;
	color: #FF6600;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	/*font-weight: bold;*/
}

table.moduletable {
    /*  background: url(../images/leftmenu_top.gif) right top no-repeat; */
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	color:	#000066;
	border-bottom: 1px	solid #AAAEB3;		
    text-align: left;
	padding: 2px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}

table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  /*background: #f0f0f0;*/
  padding: 4px;
}

.sectiontablefooter {

}
  
.sectiontableentry1 {
  height		   : 15px;
  width			   : 100%;
  background-color : #D8D8D8;
  color			   : #333333;
  text-align       : left;
  text-decoration  : none;
  padding		   : 2px;
}


.sectiontableentry2 {
  height		   : 15px;
  width			   : 100%;
  text-align       : left;
  text-decoration  : none;
  background-color : #F4F4F4;
  color            : #333333;
  padding		   : 2px;
}

.poll {
  display: block;
  font-family	: Verdana, Arial, Helvetica, sans-serif;
  font-size		: 11px;
  width			: 100%;
  color			: #000066; 
  padding		: 2px;
}

.small {
	color: #999999;
	font-size: 10px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #D1D1D1;
	font-size: 10px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #D1D1D1;
	font-size: 10px;
}

/*table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}*/

table.contenttoc td {
  padding: 2px;
}


table.contenttoc th {
	border-bottom: 1px dashed #666666;	  
    color: #000066;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-weight: bold;
	vertical-align:	middle;
	text-align:center;
	font-size: 100%;
	color: #FFFFFF;
	padding-top: 4px;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	/*background-position: 0px -25px;*/
    border-bottom: 3px solid #000066;
	height: 18px;
	font-weight: bold;
	text-decoration: none;
	color:	#EEEEEE;
}

a.mainlevel#active_menu {
    border-bottom: 3px solid #0033FF;
	text-decoration: none;
	color:	#FFFFFF;
}

a.mainlevel#active_menu:hover {
	
	}

a.sublevel:link, a.sublevel:visited {
	display			: block;
	border-left		: 1px solid #EEEEEE;
	border-right	: 1px solid #EEEEEE;
	border-bottom	: 1px solid #EEEEEE;
	height			: 20px;
	width			: 130px;
	padding-top		: 2px;
	padding-left	: 5px;
	margin-right	: 50px;
	font-weight		: bold;
	vertical-align	: middle;
	background-color: #CCCCCC;
	color			: #333333;
	text-decoration	: none;
	-moz-opacity	: 0.6;
	filter			: alpha(opacity=60);
	}

a.sublevel:hover {
	border-bottom	: 2px solid #FFFFFF;
	font-weight		: bold;
	background-color: #333333;
	vertical-align	: middle;
	color			: #FFFFFF;
	height			: 18px;
	padding-top		: 2px;
	padding-left	: 5px;
	text-decoration	: none;
	-moz-opacity	: 0.7;
	filter			: alpha(opacity=70);
}

a.sublevel#active_menu {
	border-bottom: 2px solid #990000;
}

/* Menu Periódicos */

a.mainlevel_periodicos:link, a.mainlevel_periodicos:visited {
	display			: block;
	font-weight		: bold;
	vertical-align	: middle;
	text-align		: center;
	color			: #FFFFFF;
	background-color: #000066;
	height			: 20px;
	width			: 100%;
	text-decoration	: none;
	margin-top		: 2px;
	margin-bottom	: 1px;
}

a.mainlevel_periodicos:hover {
	/*background-position: 0px -25px;*/
         border-bottom: 3px solid #FF9900;
	font-weight: bolder;
	height: 17px;
	text-decoration: none;
	color:	#EEEEEE;
}

/* Fim do Menu Periódicos */

.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 {
background-color:#F3F3F3;
  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: 9px;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}