html { 
	padding:0px;
	margin:0px;
}

body {
	background-color: white;/*#e1ddd9;*/
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#000;  
	padding:10px 10px;
	margin:0px;
}
p, pre, h2 {
	padding:0px 10px;
	margin:0px
}

h1 {
	font-size: 16px;
	text-align: center;
	color: #000;
	background-color:#f5f5ff;
	padding:5px 15px;
	margin:0px
}

h2 {
	font-size:12px;
	text-align:center;
	padding:5px;
	color: #564b47;
	background-color:#eef;
}	

h2 a {
	text-decoration:none;
	color:#000;
}

h2 a:visited {
	color:#000;
}

h2 a:active {
	color:#FFCC00;
}

h2 a:hover {
	color:#F00;
}


#menu h2{
	font-size:14px;
	padding-top:4px;
	padding-left:10px;
	text-align:left;
	color: #564b47;
	background-color: transparent;
	
}

/*#menu h2:hover{
	background-color: #aae;
}

#menu li:hover{
	background-color: #aae;
	font-weight:bold;
}
*/
#menu p{
	padding:0px;
}
#menu ul{
	padding:0px;
	padding-left:10px;
	padding-right:40px;
	margin:4px;
}

pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

#menu {
	width: 140px;
	background-color:#cdcdff;
	padding:0px;
	margin:0px;
	position: absolute;
	left: 10px;
}



#menu a{
	text-decoration:none;
	color:#003399;
}

#menu a:hover{
	text-decoration:none;
	color:red;
}


#menu hr{
	border: 0;
	width: 80%;
	background-color:#ababff;
}

#menu li{
	list-style: none;
	padding: 2px;
	font-size:11px;
	text-align:center;
	margin:0px;
}

#menu a{
	display: block;
}

#content {
  margin-left: 140px;
  background-color:#fff;
/*  overflow: auto;*/
}

#content_full {
  background-color:#fff;
  overflow: auto;
}

#content h2 {
	font-size:16px;
}

.login {
	color:#fff;
	text-align:right;
	background-color:#3d54ad;
}

.login a{
	color:#ccf;
	text-align:right;
	text-decoration: none;
}

.login a:hover{
	background-color:red;
	color:white;
}


.login_name {
	font-weight:bold;
}

.login_button {
	text-align:right;
	padding-right:10%;
}

.login_error {
	color:red;
	font-weight:bold;
	font-size:9px;
	text-align:center;
}

.logo_text {
	color:#003399;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.logo_text a{
	color:#3366CC;
	text-decoration:none;
}

.logo_text a:hover{
	text-decoration:underline;
}

.tabela_form {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size:11px;
}
.tabela_form h3 {
	font-size:12px;
	color: #000;
	background-color: #ccf;
	text-align:center;
	font-weight:normal;
}	

.tabela_form td {
	width:auto;
}	

.projects_numbers {
	color:red;
	font-size:14px;
	font-weight:bold;
}

.projects_numbers_dark {
	font-size:14px;
	font-weight:bold;
}

.projects_summary {
	padding-left:40px;
	text-align:center;
}

.error {
	font-weight: bold;
	color: red;
}

.form_buttons {
	text-align: right;
}


.tabela_form_list {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
}
.tabela_form_list h3 {
	font-size:12px;
	color: #000;
	background-color: #ccf;
	text-align:center;
	font-weight:normal;
}	

.tabela_form_list td {
	width:auto;
}	


.list_row_even td{
	background-color:#EEF;
}

.list_row_odd td{
	background-color:#D9D9E9;
}

.tabela_list{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
	text-align:left;
	vertical-align:middle;
}
.tabela_list td{
	width:auto;
}	


.tabela_list a{
	text-decoration:none;
	font-weight:bold;
	color:red;
}

.tabela_list a:hover{
	text-decoration:underline;
	color:red;
}

.label{
	font-weight:bold;
	font-size:11px;
}

.tabela_show {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
}

.tabela_show a{
	text-decoration:none;
	color:#900;
}

.tabela_show a:hover{
	text-decoration:underline;
	color:#f00;
}


.tabela_show h3 {
	font-size:12px;
	color: #000;
	background-color: #ccf;
	text-align:center;
	font-weight:normal;
}	

.tabela_show td {
	width:auto;
}	

.success {
	font-weight: bold;
}

.success a{
	text-decoration:none;
	font-weight:bold;
	color:red;
}

.success a:hover{
	text-decoration:underline;
	color:red;
}



.tabela_prof {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	font-size:11px;
	text-align: center;
}
.tabela_prof h3 {
	font-size:12px;
	color: #000;
	background-color: #ccf;
	text-align:center;
	font-weight:normal;
}	

.tabela_prof td {
	width:auto;
}	


.conteudo {
	text-decoration:none;
	text-align:justify;
	font-size:larger;
}

.legenda {
	text-align:center;
	font-size:smaller;
}

.indice {
	margin:auto;
	padding:0px;
	background-color:#333333;
}


.indice h1 {
	font-size: 25px;
	text-align: center;
	color: #000;
	background-color:#acf;
	padding:0px;
	margin:0px;
	height:42px;
	vertical-align:text-top;
}

.indice h2 {
	height:16px;
	vertical-align:middle;
	font-size:12px;
	text-align:center;
	padding:5px;
	color: #564b47;
	background-color:#9bd;
}	

.indice h2 a {
	text-decoration:none;
	color:#000;
}

.indice h2 a:visited {
	color:#000;
}

.indice h2 a:hover {
	color:#F00;
}
