body {
	/*background-color: #307b83;*/
	background-color: #CCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#top {
	height: 100px;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}


#top #logo {
	height: 80px;
	width: 202px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#top #top_menu {
	float: right;
	width: 680px;
	height: 40px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	/*background-color: #01373D;*/
	background-color:#000;
	color: #D6F4EE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top #top_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 6px;
}
#top #top_menu ul li {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 13px;
	padding-right: 14px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6F4EE;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#top #top_menu ul li a {
	font-weight: bold;
	font-size: 13px;
/*	color: #9ACDBF;		ANTIGA COR DO TEXTO	*/
	color:#FFF;
	text-decoration: none;
}
#top #top_menu ul li a:hover {
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
}
#content {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #01373D;
	background-color: #f1f1f1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#content #inner_comentario {
	width: 12000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #01373D;
	background-color: #f1f1f1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}

#content #menu_left {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#content #menu_left .estagio {
	border: 1px solid #1DABE9;
	width: 206px;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #menu_left .empresa {
	border: 1px solid #099C03;
	width: 206px;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #menu_left .instituicao {
	border: 1px solid #D28E05;
	width: 206px;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #menu_left .super {
	border: 1px solid #D50F0C;
	width: 206px;
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #menu_left h1 {
	height: 27px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#content #menu_left ul {
	list-style-image: url(../images/seta.png);
	margin: 0px;
	padding-top: 10px;
	padding-left: 30px;
}
#content #menu_left ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a6a6a6;
	padding-bottom: 4px;
	margin: 0px;
}
#content #menu_left ul li a {
	font-weight: bold;
	color: #01373D;
	text-decoration: none;
}
#content #menu_left ul li a:hover {
	text-decoration: underline;
}
#content #banner {
	width: 900px;
	height: 227px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 32px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#content #banner ul {
	float:left;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#content #banner ul #portfolio{
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0px;
}
#content #inner_content {
	float: right;
	width: 800px; /*tamanho da caixa do texto*/
	padding: 4px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px dashed #307B83;
}
#content #inner_content_sistem {
	float: right;
	width: 636px;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px dashed #307B83;
	text-align: justify;
	margin-right: 10px;
}
#content #inner_content_sistem a {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	color: #01373D;
	font-weight: bold;
	text-decoration: underline;
}

#content #inner_content_sistem ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content #inner_content_sistem ul li {
	display: inline;
	border: 1px solid #01373D;
	padding: 4px;
	margin: 2px;
	background-color: #03C7DC;
}
#content #inner_content_sistem ul li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#content #inner_content_sistem hr {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #01373D;
}
#content #inner_content_sistem ul .selecionado {
	color: #D8F5EF;
	background-color: #01373D;
	font-weight: bold;
}

input {
	border: 1px solid #307B83;
	font-size: 16px;
	height: 20px;
}
.botao {
	width: 75px;
	font-weight: bold;
	padding: 0px;
	vertical-align: middle;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/salvar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}



#footer {
	width: 900px;
	height: 80px;
	margin-top: -30px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	background-color:#307A83;
/*	background-color: #307B83; //cor igual ao do fundo*/
	border: 1px solid #01373D;
	color: #FFF;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
textarea {
	border: 1px solid #307B83;
	font-size: 16px;
	text-transform: lowercase;
}
.risco {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #01373D;
	font-weight: bold;
	font-size: 13px;
}
.maisc {
	font-weight: bold;
	text-transform: uppercase;
	color: #01373D;
}
.logado {
	text-align: right;
	font-size: 12px;
	color:#000; /* Cor da fonte quando logado*/
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.btn {
	background-image: url(../images/btn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 2px;
	height: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.btn_emp {
	background-image: url(../images/btn_emp.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 2px;
	height: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	background: #f1f1f1;
	border-collapse: collapse;
	text-align: left;
}

#hor-minimalist-b th
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 10px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-transform: uppercase;
}
#hor-minimalist-b td
{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 10px 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #01373D;
}
#hor-minimalist-b td.pendente {
	background-color: #FAA;
}

#hor-minimalist-b tbody tr:hover td
{
	color: #000000;
}
#hor-minimalist-b td.titulo {
	color: #666666;
	padding: 6px 8px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#content #menu_left .foto {
	border: 2px solid #FFF;
	width: 206px;
	margin-left: 20px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #menu_left p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.sem_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bloqueado {
	background-color: #FFB0B0;
	padding: 6px;
	height: 40px;
}
.liberado {
	background-color: #0CF;
	padding: 6px;
	height: 40px;
}
.titulo_tabela
{
	background-color: #900;
	border: 1px solid #900;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}




/* ADICIONADO POR AURILIO PARA TESTE */
/*dropdown*/	
ul.dropdown {
 position: relative;
 z-index: 596;
}

ul.dropdown ul {
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 right:auto;
 z-index: 597;
 width: 50%;
}

ul.dropdown ul ul {
 top: 2px;
 left: 100%;
}

ul.dropdown li {
 position: relative;
 z-index: 598;
}

ul.dropdown li:hover {
 z-index: 599;
}

ul.dropdown > li {
 float: left;
}

ul.dropdown li:hover > ul {
 display: block;
}

/*reset*/
:link,:visited
{ text-decoration:none }

ul,ol
{ list-style:none }

h1,h2,h3,h4,h5,h6,pre,code,kbd,input,select,textarea,table
{ font-size: 1em; }

dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,div,p,blockquote,fieldset,legend,input,select,textarea
{ margin:0; padding:0 }

a img,:link img,:visited img,abbr,acronym,fieldset,iframe
{ border:1; }

address,abbr,cite,th
{ font-style:normal }

caption,th
{ text-align:left; }

q:before,q:after
{ content:inherit; }

/*default*/


h1 {
 margin-bottom: .5em;
 border-bottom: solid 1px #d9d9d9;
 font-weight: normal;
 font-size: 200%;
 text-indent: 5px;
}

.section {
 clear: both;
 padding-top: 50px;
}

#section1 {
 padding-top: 0;
}


/* Navigation styles */

ul.dropdown ul {
 width: 150px;
 margin-top: 1px;
 
}

ul.dropdown li {
 padding: 0 30px;
 border-top: solid 1px #fff;
 border-right: solid 1px #d9d9d9;
 border-bottom: solid 1px #d9d9d9;
/* background-color: #f6f6f6; */
 background-color: #307A83;
 line-height: 200%;  /*largura do menu*/
 color: #FFF;
}

ul.dropdown li:hover {
 background-color: #9ACCC0;
 /*color: inherit;*/
 cursor: default;
}

ul.dropdown a,ul.dropdown a:visited {
 color: #FFF;
}

ul.dropdown a:hover {
 color: #013B3C;
}


/* Arrows */

ul.dropdown.dropdown > li.dir {
 padding-right: 15px;
 background-image: url(../../images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown.dropdown ul li.dir {
 padding-right: 15px;
 background-image: url(../../images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown.dropdown.vertical > li.dir {
 background-image: url(../../images/nav-arrow-right.png);
}

ul.dropdown.dropdown.vertical.rtl li.dir,
html[dir=rtl] ul.dropdown.dropdown.vertical li.dir,
ul.dropdown.dropdown.vertical[dir=rtl] li.dir {
 padding: 0 5px 0 15px;
 background-image: url(../../images/nav-arrow-left.png);
 background-position: 0 50%;
}


/* Custom navs */

#nav1 { 
 z-index: 600;
}
