/*
 * autor: Ciro Feitosa - http://cirofeitosa.com.br
 * agosto/2006
 */

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

body
{
	font-family: Arial, 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: 12px;
	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;
}

#main h2, #main2 h2, #menu
{
	font-family: 'Lucida Sans', Sans-serif;
}

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: 12px;
}

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: 12px;
}

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

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

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

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

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

form ul 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: 12px;
}

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: 12px;
	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: 23%;
	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: 12px;
	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: 69%;
}

#main h2, #main2 h2
{
	color: navy;
	margin-top: 0;
	font-size: 18px;
	height: 35px;
	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: 12px;
	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
{
	font-size: 12px;
}

#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: 12px;
	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: 12px;
}

#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, ol li
{
	font-size: 12px;
}

ol li
{
	margin-bottom: 10px;
}

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

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

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

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

.mostraCampo
{
	background-color: #F2F2F2;
}

label
{
	cursor: pointer;
}

.barra
{
	width: 100%;
}

.azul
{
	color: blue;
}

.vermelho
{
	color: red;
}

h2.catalogo
{
	display: block;
	clear: both;
}

ul.catalogo
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.catalogo li
{
	margin: 0;
	padding: 0;
	margin-right: 5px;
	float: left;
}

ul.catalogo li img
{
	border: none;
}

ul.catalogo li img.imgcurso
{
	display: block;
	margin-bottom: 3px;
}

#main ul.catalogo li a
{
	color: #666;
	padding: 5px;
	display: block;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	width: 121px;
	height: 145px;
	border: solid #fff 1px;
	border-radius:5px;
}

#main ul.catalogo li a:hover
{
	border: solid #e8e8e8 1px;
	color: black;
}

ul.catalogo li a span
{
	vertical-align: bottom;
	display: block;
	height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}