/* CSS Document */

/* basic elements */

body { 

	/********** definições de fonte para o corpo da página ****************/
	font-style: normal; /* normal | italic | oblique | inherit  */
	font-variant: normal; /* normal | small-caps | inherit  */
	font-weight: normal; /* normal | bold | bolder | lighter | 100 a 900 | inherit  */
	font-size: 10pt; /* <tamaño-absoluto> | <tamaño-relativo> | <medida> | <porcentaje> | inheri */
	font-family: verdana,georgia,"new century schoolbook", serif;
	
	/********** definições de fundo para o corpo da página ****************/
	background-image: url('../images/bg.gif');
	background-repeat: repeat; /* repeat | repeat-x | repeat-y | no-repeat | inherit */
	background-attachment: fixed; /*  scroll | fixed | inherit */
	background-position: 70% 70%;
	
	/********** definições de fonte para a página ****************/
	color: #000000; 
	
	/********** definições de margin e padding para o corpo da página ****************/
	margin:0;
	padding:0;
	
	/********** definições do espaçamento entre linhas ****************/
	line-height: 1.2; /* normal | <número> | <medida> | <porcentaje> | inherit  */
	
	/********** definições das cores de barras de navegação só no IE ****************/
  scrollbar-3d-light-color : #FFFFFF;
  scrollbar-arrow-color : #ffffff;
  scrollbar-base-color : #000000;
  scrollbar-dark-shadow-color : #C5C6D4;
  scrollbar-face-color : #850909;
  scrollbar-highlight-color : #FFFFFF;
  scrollbar-shadow-color : #cccccc;
  scrollbar-track-color: #333333;
  	
}

.clr {
	clear: both;
}

#main_outline {
	
	width: 765px;
	border: 1px solid #850909;
	padding: 0px;
	margin: 0px;
  overflow: hidden;
   
	
}

#header_area {
	width: 765px;
	text-align: center;
	border: 0px solid #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
	background: #ffffff;
	overflow: hidden;
	border:1px solid #999;

 	
}


#header {
	
	float: left;
	padding: 0px;
	width: 375px;
	height: 250px;
	border: 0px solid #ff0;
	background: #ffffff;
	overflow: hidden;
}

#login_area {
	padding: 0px;
	margin-top: 20px;
	margin-left: 0px;
	border: 0px solid #ff0000;
	width: 380px;
    overflow: hidden;
    background-image: url('imagens/cadeado2.jpg');
    background-repeat: no-repeat; /* repeat | repeat-x | repeat-y | no-repeat | inherit */
	background-attachment: fixed; /*  scroll | fixed | inherit */
	background-position: 0% 0%;

}

#content {
	float: center;
    padding: 5px;
	margin-top: 15px;
	margin-left: 5px;
	text-align: justify;
	border: 0px solid #ff0000;
	width: 365px;	
    overflow: hidden;
    font-size: 8pt;
}

#footer {
	float: left;
	width: 765px;
	border: 0px solid #ff0000;
	margin-top: 30px;
	padding: 3px;
	text-align: center;
	background: #cccccc;
	font-size: 9pt;
	color: #000;
  
}

#left_area {
	float: left;
}

#right_area {
	float: left;
}


#pathway_outline {
	width: 770px !important;
	width: 770px;
	float: left;
	border: 0px solid #333333;
	margin-top: 0px;
	height: 28px;
	background: #cccccc;
  overflow: hidden;

}

#pathway {
	float: left;
	padding: 0px;
	border: 0px solid #333333;
	width: 590px;
	background: #cccccc;
	font-size: 10px;
	color: #666666;
	height: 25px;
	
}


#search {
	float: right;
	border:0px dotted #000000;
	padding: 0px;
	width: 175px !important;
	width: 175px;
	height: 25px !important;
	height: 25px;
	margin: 0px;
	}

#search .inputbox {
	border: 1px solid #000000;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 23px !important;
	height: 23px;
	width: 140px !important;
	width: 140px;
	margin-top: 1px;
	background: #999999;
		
}



#top_outline {
	float: left;
	padding-top: 1px;
	margin-left: 2px;
	height: 70px !important;
	height: 70px;
	width: 610px !important;
	width: 610px;
  	border: 0px solid #ffffff;

}

/* controla a área de conteúdo onde teremos todo o conteúdo */


#logo {
	float: left;
	margin: 0px;
	border: 1px solid #cccccc;
	padding-top: 5px;
	margin-left:0px;
	overflow: hidden;
	height: 135px;
	width: 150px;
	background: #ffffff;
}


#left_outline {
	float: left;
 margin-top: 0px;
	margin-left: -1px;
	border: 0px dotted #ffffff;  
	padding: 0px;
	width: 150px;
	background: #ffffff;
	color: #cccccc !important;

}





#address {
	float: center;
	padding: 2px;
	font-size: 7pt;
	font-family: verdana, sans-serif;
	color: #666666;
	text-align: center;
}

#poweredby {
	float: center;
	margin-left: 2px;
	font-size: 8pt;
	font-family: verdana, sans-serif;
	color: #cccccc;
	text-align: center;
}


.poweredby a:link{
	font-size: 8pt;
	font-family: verdana, sans-serif;
	color: #cccccc;
	text-decoration: none;
}


.poweredby a:visited{
	font-size: 8pt;
	font-family: verdana, sans-serif;
	color: #cccccc;
	text-decoration: none;
}


.poweredby a:hover{
	font-size: 8pt;
	font-family: verdana, sans-serif;
	color: #000000;
}





#active_menu {
	color:#cccccc;
	font-weight: bold;
}

a#active_menu:hover {
	color: #ff6600;
}

.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;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  width: 40px;
  padding: 4px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}



ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 10px;
padding-top: 0px;
margin: 5;
background-image: url(../images/arrow.png) ;
background-repeat: no-repeat;
background-position: 1px 1px;
}


td {
	text-align: left;
	font-size: 11px;
}



/* core stuff */
a:link, a:visited {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
}


table.contentpaneopen {
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane td.contentheading {
  padding-left: 15px;
  padding-top: 9px;
}

.button {
	padding: 2px;
	height: 22px;
	border:solid 1px #000000;
	background-color: #cccccc;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

#sandbox_area_2 .componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 458px !important;
	width: 462px;
}

#sandbox_area_1 .componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	width: 625px !important;
	width: 629px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;
	background: url(../images/contenthead.png)  repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 9px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
	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;
}

.moduletable a:link{
	color: #ffffff;
}

.moduletable a:visited{
	color: #cccccc;
}

.moduletable a:hover{
	color: #000099;
    text-decoration: none;
    
}

table.moduletable {
	width: 100%;
	margin-bottom: 1px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #666666;
  border: 1px solid #000000;

}

table.moduletable2 {
	width: 100%;
	margin-bottom: 1px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #666666;
    border: 1px solid #000000;

}

table.moduletable th {
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
  /* background-color: #ffffff;*/
 background-image: url('../images/bg.gif');
}

table.moduletable2 th {
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
   /*background-color: #ffffff;*/
    background-image: url('../images/03_content_backgr.png');
}

table.moduletable td {
	font-size: 11px;
	padding: 2px;
	margin-left: 5px;
	font-weight: normal;
    color: #ffffff;
    background: #850909;
}

table.moduletable2 td {
	font-size: 11px;
	padding: 2px;
	margin-left: 5px;
	font-weight: normal;
    color: #ffffff;
    background: #ffffff;
}

table.pollstableborder td {
  padding: 2px;
  background-color: transparent;
  border: 0px;
  padding: 1px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 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;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #FC6401;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
	text-align: left;
}

a.sublevel:hover {
	color: #ffcc00;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}
