/*
 * autor: Ciro Feitosa - http://cirofeitosa.com.br
 * junho/2005
 */

.dtree {
	font-size: 11px;
	color: #000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

.imgBorda
{
	border: solid #ccc 1px;
}

body
{
	font-family:'Segoe UI',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
}

acronym
{
	cursor: help;
}

/*    
// formulario
// cadastros
*/

#totalCursos
{
	display: inline;
}

#erro
{
	margin: 5%;
	margin-top: 0;
	border: dotted red 1px;
	background-color: white;
}

#erro p
{
	background: red url('img/erros.gif') left no-repeat;
	padding: 7px 0;
	text-indent: 33px;
	width: 100%;
	color: white;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

#erro a
{
	text-decoration: none;
	font-size: 10px;
}

#erro h5
{
	margin: 1%;
	text-align: center;
}

#erro ul
{
	padding-left: 3%;
	padding-right: 3%;
	list-style-type: disc;
	margin-left: 5px;
}

#erro ul li
{
	font-size: 13px;
	color: red;
}



#titulo
{
	clear: both;
}

#titulo h1, #titulo h2
{
	margin-top: 0;
	margin-bottom: 30px;
}

#titulo h1
{
	background: transparent url('img/logo_siecorp.gif') no-repeat top left;
	width: 338px;
	height: 80px;
	float: left;
}

#titulo h2
{
	border: none;
	background: transparent url('img/logo_grupoiped.gif') no-repeat top left;
	width: 71px;
	height: 80px;
	float: right;
}

#titulo h1 span, #titulo h2 span
{
	display: none;
}

form
{
}

form label
{
	cursor: pointer;
	width: 120px;
	float: left;
}

form label.maior
{
	width: 220px;
}

form label.auto
{
	width: auto;
}

form label.opcao
{
	display: inline;
}

form fieldset
{
	padding: 20px;
	margin: 0;
	margin-bottom: 20px;
	border: solid #ccc 1px;
	font-size: 13px;
}

form legend
{
	border: solid #ccc 1px;
	padding: 5px 10px;
	background: #FFFFEA;
}

*html form legend
{
	margin-bottom: 1em;
}

form input, form select, form option, form optgroup
{
	font-size: 13px;
}

form input.desativado
{
	color: black;
	font-size: 13px;
	border: solid #f2f2f2 1px;
	background-color: #f2f2f2;
}

input.press
{
	font-size: 13px;
	font-weight: bold;
}

input.botao
{
	font-size: 13px;
}

form p.obs
{
	float: right;
	margin-top: 0;
	font-size: 0.7em;
}

form ul
{
	margin: 0;
	margin-bottom: 2%;
	padding: 0;
}

form li
{
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	list-style-type: none;
	list-style-image: url('../img/list-icon.gif');
	list-style-position: outside;
}

ul.links li a
{
	text-decoration: none;
	color: blue;
}

ul.links li a:hover
{
	text-decoration: underline;
	color: black;
}

p
{
	font-size: 13px;
}

h2
{
	font-size: 1.2em;
	margin-top: 2.3em;
	color: navy;
	border-bottom: white #ccc 1px;
}

h2.nospace
{
	font-size: 1.05em;
	margin-top: 0.7em;
}

h2.nospace2
{
	font-size: 1.05em;
	margin-top: 0.7em;
	margin-bottom: 0;
}

h3
{
	font-size: 0.8em;
	margin-top: 1em;
	color: #6699CC;
	text-transform: uppercase;
	border-bottom: dotted #e8e8e8 1px;
}

table
{
	width: 100%;
	border: 0;
}

#main table th
{
	background-color: #e8e8e8;
}

#main table th, #main table td
{
	font-size: 13px;
	padding: 0.2em;
}

#main table td
{
	border-bottom: solid #e8e8e8 1px;
}

#main table.nostyle td
{
	border-bottom: none;
}

.subTable
{
	width: 100%;
	margin: 0;
}

.tabelaCompleta
{
	width: 100%;
	margin: 0;
}

.noPadding
{
	padding: 0;
}

.fonteDestaca
{
	font-weight: bold;
	color: black;
}

.fonteVermelho
{
	font-weight: bold;
	color: red;
}

.botao
{
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}


#menu
{
	width: 24%;
	float: left;
}

#menu p
{
	font-size: 0.7em;
}

#menu a
{
	text-decoration: underline;
	color: black;
}

#menu a:hover
{
	color: blue;
}

#menu ul
{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#menu li
{
	list-style-type: none;
	margin-bottom: 0.1em;
}

#menu li a
{
	color: #666;
	font-weight: normal;
	font-size: 13px;
	padding: 0.2em;
	text-decoration: none;
	text-indent: 5px;
	display: block;
	height: 100%;
	border: solid #6699CC 1px;
	border-left: solid #6699CC 3px;
	margin-right: 3px;
}

#menu ul.top li a
{
	border: solid #339999 1px;
	border-left: solid #339999 3px;
}

#menu li a:hover, #menu li a.atual, #menu ul.top li a:hover, #menu ul.top li a.atual
{
	color: black;
	border: solid black 1px;
	border-left: solid black 3px;
}

#menu li a.atual
{
	color: white;
	background-color: #6699CC;
}

#menu ul.top li a.atual
{
	color: white;
	background-color: #339999;
}

#menu p.tip
{
	text-align: center;
	display: block;
	font-size: 0.7em;
	border: solid #ccc 1px;
	background: #FFDD95;
	padding: 5px;
}

#menu .big
{
	font-size: 1em;
	font-weight: bold;
}

#menu hr
{
	display: none;
}

#main
{
	float: right;
	border-left: dotted #e8e8e8 1px;
	padding-left: 2%;
	padding-right: 1%;
	width: 70%;
}

#main h2, #main2 h2
{
	color: navy;
	margin-top: 0;
	font-size: 18px;
	height: 20px;
	padding-top: 10px;
}

#main h3
{
	font-size: 1em;
}

#main2
{
	padding: 3%;
}

#main table th
{
	background-color: #e8e8e8;
}

#main table th, #main table td
{
	font-size: 13px;
	padding: 0.2em;
}

#main table td
{
	border-bottom: solid #e8e8e8 1px;
}

#main table.nostyle td
{
	border-bottom: none;
}

#main a
{
	text-decoration: none;
	color: blue;
}

#main a:hover
{
	background-color: #FFFFCC;
}

#main p, p.p, ol li, #main li
{
	font-size:13px;
	line-height:18px;
	color:#555;
}

#main p.msg
{
	display: block;
	background: white url('../img/aviso.gif') left no-repeat;
	color: red;
	padding: 0.3em;
	padding-left: 2.3em;
}


#menuLinks ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuLinks ul li
{
	margin: 1px;
	display: inline;
}

#menuLinks ul li a
{
	border: solid #ccc 1px;
	font-size: 13px;
	color: black;
	padding: 5px;
	text-decoration: none;
}

#menuLinks ul li a.ativo
{
	border: solid black 1px;
	background-color: #C1E0FF;
}

#menuLinks ul li a:hover
{
	border: solid black 1px;
	background-color: #C1E0FF;
}

#menuSuperior
{
	clear: both;
	background-color: #FFFFEA;
	border-bottom: solid #e8e8e8 1px;
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	padding: 5px;
	padding-right: 0;
}

#menuSuperior p
{
	margin: 0;
	font-size: 13px;
}

#menuSuperiorPopup
{
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	width: 100%;
	height: 40px;
}

#menuSuperiorPopup td
{
	margin: 0;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

#menuSuperiorPopup a
{
	font-size: 15px;
	color: white;
}

ul li
{
	font-size: 13px;
}

table td
{
	padding: 5px;
	font-size: 13px;
}

input, select
{
	font-size: 13px;
}

.descCampo
{
	width: 30%;
	background-color: #C2CFDF;
}

.descCampo2
{
	width: 60%;
	background-color: #C2CFDF;
}

.mostraCampo
{
	background-color: #F2F2F2;
}

label
{
	cursor: pointer;
}

.barra
{
	width: 100%;
}

