/* default font size*/
@import url(resize/small.css);

/* CSS Document */
/* font: [style] [variant] [weight] [size] [/line-height] [family] | caption | icon | menu | message-box | small-caption | status-bar | inherit */
<!--
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
 	line-height: 15px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	height:100%;
	position:relative;
	background-color:#FFFFFF;
}


font { line-height:normal}

h2 { font-size:1.5em; }

input,select,textarea { font: 10px Verdana, Arial, Helvetica, sans-serif; }
input.alerta, textarea.alerta, select.alerta  { background:#FFCECE; border: 1px solid #FF0000; }
textarea { width:100%;font-size:1.2em; }
p { margin:0; padding:5px 0;}

/* -------------- Textos -------------- */
#corpoMsg{font-size:1.2em;}
.textoMenu { background-color:#000000; }
.tituloBox { color:#FFFFFF; font-size:11px; font-weight:bold; height:10px; line-height: 10px;} /* Titulos dos box */

.textoBread { color:#555555; font-size:9px; } /* Texto breadcumbs */
.textoBread a:link {  color:#555555;text-decoration: underline; font-weight:normal;}
.textoBread a:visited {	color:#555555;text-decoration: underline;		font-weight:normal;}
.textoBread a:hover { color:#555555;text-decoration: none;  }
.textoBread a:active { color:#555555;text-decoration: underline; }

.titCurso { font-size:12px; }
a:link.titCurso { font-size:12px; text-decoration:none; }
a:visited.titCurso { font-size:12px; text-decoration:none; }
a:hover.titCurso { font-size:12px; text-decoration:none; }
a:active.titCurso { font-size:12px; text-decoration:none; }

.pop_menu { color:#000000; font-weight:normal; }
.pop_menu a:link { color:#000000; text-decoration: none; font-weight:normal; padding-left: 11px; background: url(../imagens/menu/ic_setaSubMenu.gif) no-repeat left;}
.pop_menu a:visited { color:#000000; text-decoration: none; font-weight:normal; padding-left: 11px; background: url(../imagens/menu/ic_setaSubMenu.gif) no-repeat left;}
.pop_menu a:hover { text-decoration: underline; background: url(../imagens/menu/ic_setaSubMenuOver.gif) no-repeat left; }
.pop_menu a:active { text-decoration: none; font-weight:normal;}


/* -------------- Espaçamentos --------------  */
.marginRight { margin-right:10px; }
.marginRightG { margin-right:20px; }
.marginLeftG { margin-left:20px; }
.marginTop { margin-top:10px; }
.marginBottom { margin-bottom:10px; }

.paddingRight { padding-right:6px; }
.paddingLeft { padding-left:6px; }
.paddingTop { padding-top:6px; }
.paddingBottom { padding-bottom:6px; }

.paddingTopP { padding-top:3px;  }

.paddingRightG { padding-right:10px; }
.paddingLeftG { padding-left:10px; }
.paddingTopG { padding-top:10px;  }
.paddingBottomG { padding-bottom:10px; }

.borderTopDivisoria { border-top: 1px solid #FFFFFF; }
.borderBottomDivisoria { border-bottom: 1px solid #FFFFFF; }
.borderBottomDivisoriaZero { border-bottom: 0px solid #FFFFFF; }
.borderRightBranca { border-right: 1px solid #FFFFFF; }
.borderRightBrancaG { border-right: 3px solid #FFFFFF; }
.borderRightPreta { border-right: 1px solid #000000; }

.estiloAbaA { padding-top:3px; }
.estiloAbaB { padding-top:2px; padding-bottom:2px; margin-top:-4px; width:100%; text-align:center; white-space:nowrap; }

hr { color: #E0E0E0;  background-color: #E0E0E0; height: 1px; border:1px; }

.fundoIcone { background: url(../imagens/skin1/ic_1fundo.gif) no-repeat;}
.link_popdiv { padding-left: 11px; background: url(../imagens/skin1/ic_popdiv.gif) no-repeat left; }

#logotipo {	padding: 6px 10px 6px 0px; }

#divBotao { position:absolute; left:0px; width:100%; min-width:750px; text-align:right; margin:3px 0; }
#divBotao2 { position:absolute; left:0px; width:100%; min-width:750px; text-align:right; margin:-3px 0; }
/*#imgBotao { padding-right:10px; _padding-right:0px; }*/

#box_meioTitulo {float:left; margin-left:-3px; padding-left:3px;}

#cp1 { margin-left:-3px; padding-left:3px; float:left; }
#cp2 { margin-right:-3px; padding-right:3px; float:right; }
#cp2b { margin-top:13px; float:right; }
#cp3 { margin-right:-3px; padding-right:3px; float:right; }
#cp4 { margin-left:-3px; padding-left:3px; float:left; }

.fonteAlerta {	color: red; }
.transparencia{	background-color:#FFFFFF; opacity: 0.5; -moz-opacity:0.5;}



/* -------------- Portal de cursos --------------  */
#calendario
{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#calendario li
{
	padding-left: 17px;
	padding-top: 5px;
	background: url(imagens/skin1/ic_agendacalendario.gif) 0 7px no-repeat;
}

#calendario ul {
	list-style: none;
}

.fundobtn{
	border-bottom: 5px solid #FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	cursor: pointer;
}

.cursorDefault {
	cursor: default;
}

.fundodvAtivo{
	margin-left:5px;
	margin-right:5px;
	margin-top:45px;
	border: 1px solid #000000;
	color: #000000;
}

.fundodvAtivo span{
	font-weight:bold;
}

.fundodvInativo{
	margin-left:5px;
	margin-right:5px;
	margin-top:45px;
	border: 1px solid #999;
	color: #000000;
}


.linkBtn{
	position:absolute;
	margin-top:-1px;
	padding-top:1px;
}

.fundolink{
	opacity: 0.85;
	-moz-opacity:0.85;
	height:100%;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	padding:1px 0;
}

.fundolink span{
	opacity:1;
	-moz-opacity:1;
	position: relative;
	color:#000;
}

.calendario td { font: 9px Arial; width:17px; }
.calendario a , .calendario a:visited { text-decoration:none !important;}
-->
