/* CSS Document */

/* ########################################################## TAGS ###########################################*/

* {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border:0;
}
img, input, select {
	vertical-align:middle;
}
input, textarea, select {
	border: 1px solid #7f9db9;
	font-size: 12px;
	color: #000000;
	padding:3px;
}
label {
	font-weight: bold;
}
* ul, ol {
	list-style:none;
}
object { 
	display:block; 
	outline:none; 
}
html{
	overflow:-moz-scrollbars-vertical;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
td {
	font-size:13px;
}
p {
	padding-bottom: 10px;
	line-height: 18px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
}
hr {
	margin-top:15px;
	margin-bottom: 15px;
	border: 1px dotted #cccccc;
}

/* ########################################################## IDS E CLASSES ###########################################*/
.both {
	clear:both;
}
.right {
	text-align:right;
	padding:5px;
}
#tudo {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	clear: both;	
}
#MenuPrincipal {
	clear: both;
	/*width: 730px;*/
}
/*Box conteudo central da pagina*/    
#container {
	clear: both;
	font-size:14px;	
}
#footer {
	text-align: center;
	font-size: 10px;
	clear: both;
	font-weight: bold;
}
.noBorder {
	border: none;
}
.padding10pxRL {
	padding-right: 10px;
	padding-left: 10px;
}
.colunaEsquerda {
	width: 270px;
	margin: 10px;
	padding: 10px;
	float: left;
}
.colunaEsquerda ul {

	margin: 10px 0px 0px 10px;

}
.colunaDireita {
	float: left;
	width: 610px;
	margin: 10px;
}
.ImagemEsquerda {
	float:left;
	padding:3px;
	border:solid #CCCCCC 2px;
	margin-right:10px;
	margin-bottom:10px;
}
.colunaDireita p {
	padding-left: 15px;
}
.FormasPagamento {
	background-color:#F7F7F7;
	padding:10px;
	margin-top:15px;
}
.FormasPagamento ul {
	padding:0px 0px 15px 15px;
}
.barraLogin {
	width: 96%;
	padding:1% 2%;
	overflow:hidden;
	/*display: table;*/
	clear: both;
}
.barraLogin a {
	font-size: 12px;
	text-decoration:none
}
.barraLogin a:hover {
	color:#FFCC00;
	font-size: 12px;
	text-decoration:underline;
}
.barraTitulos {
	clear: both;
	margin-bottom: 10px;
	padding: 10px 10px;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}
.barraTitulos p {
	font-size: 20px;
	font-weight: bold;
	padding-bottom:0px;
}
.barraTitulos ul {
	margin-bottom: 5px;
	display:inline;
}
.barraTitulos h2 {
	margin-bottom: 5px;
	display:inline;
}
.barraTitulos li {
	display: inline;
}
.barraTitulos a {
	font-size: 10px;
	text-decoration:none;
}
.barraTitulos a:hover {
	font-size: 10px;
	text-decoration: underline;
}
.boxDados {
	padding: 10px;
	margin:10px; padding:10px;
}
.boxAviso {
	margin: 5px;
	background-image: url(../imagens/icones/alerta.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
}
.destaque {
	padding:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f7f7f7;
}
.bordaImagem {
	border: 3px solid #b8b8b8;
}
.camposEdicao {
	text-decoration: none;
	overflow-y: hidden;	
}
.imgLms {
	border-width: 1px;	
	border-style: solid;	
	border-top-color: #fafafa;
	border-right-color: #a9a9a9;
	border-bottom-color: #a9a9a9;
	border-left-color: #fafafa;
	margin: 8px;	
}
.hrBranco {
	border-width: 1px;	
	border-style: solid;	
	border-color: #FFFFFF;
}
.player { margin-bottom:15px;}
.listaPadrao {
	margin-left:30px;
	padding-bottom:5px;
}
.listaPadrao li {
	padding-bottom:5px;
}
.lista_itens li { padding:5px; }
.lista_itens li a { text-decoration:none; }
.lista_itens li:hover { background:#F4F4F4; }
.lista_videos { border:1px solid #F8F8F8; border-radius:3px; width:259px; padding:10px; box-shadow:0px 3px 3px #999; float:left; margin:15px; position:relative; height:155px; }
.lista_videos img { position:absolute; clip:rect(50px,260px,150px,0px); top:-50px; margin-top:10px;}
.lista_videos a.link { position:absolute; top:115px; font-size:11px; }
.floatImage {
	float: left;
	margin: 0px 15px;
}
.floatDireita {
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bordaImgThumbLO {
	margin-right: 10px;
	border: 3px solid #b8b8b8;
	float: left;
}

/* MENU PRINCIPAL ######################################################################################################## */

.solidblockmenu{
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background: #565656;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

/*.solidblockmenu li a:visited{
	color: white;
}*/

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color:#FFFFFF;
	background-color:#333333;
}
.LinhaAbaixo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

/* CSS Abas ################################################################################### */

.linkAbas {
	text-decoration:none;
}
.linkAbas:hover {
	text-decoration:underline;
}
ul.intabs {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	height:29px;
}
ul.intabs li {
	font-weight:bold;
	line-height:24px;
	margin-right:3px;
	padding:2px 5px;
	float:left;
	font-size: 13px;
}
ul.intabs li .ltab, ul.intabs li.sel .ltab {
background-position:left center;
background-repeat:no-repeat;
float:left;
height:29px;
width:6px;
}
/*ul.intabs li .ltab {
background-image:url(../imagens/tabnotsel_l.gif);
}
ul.intabs li.sel .ltab {
background-image:url(../imagens/tabsel_l.gif);
}*/
/* Fim CSS Abas ################################################################################################### */

.BoxTabs {
	background-color: #565656;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 1.2em;*/
	/*color: #FFFFFF;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1A4464;
}
.TitulosBoxLms {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 3px;
}
.Relatorio {
	background-image: url(../imagens/fundo_relatorio.jpg);
	background-repeat: repeat-y;
	width: 270px;
	text-align: left;
	font-size: 12px;
}
.Relatorio  .conteudo {
	padding-left: 15px;
	padding-right: 15px;
}
.listaSumario {
	margin:0px 10px 15px 40px;
	list-style-image:url(../imagens/icones/sumario.gif);
	list-style-position: outside;
}
.listaSumario li {
	margin-bottom:5px;
}
.Contato {
	background-image: url(../imagens/fundo_contato.gif);
	background-repeat: repeat-y;
	width: 270px;
	text-align: left;
	font-size: 12px;
}
.Contato .conteudo {
	padding-left: 15px;
	padding-right: 15px;
}
/* CSS ESPECIAL INDEX */

.colunaEsquerdaPrincipal a {
	font-weight:bold;
	text-decoration:underline;
}
.colunaEsquerdaPrincipal p {
	line-height:18px;
}
.colunaEsquerdaPrincipal ul {
	padding: 15px;
}
.colunaEsquerdaPrincipal li {
	padding-bottom: 5px;
}
.ajuda {
	background-color: #6699FF;
	background-image: url(../imagens/icones/ajuda.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height:auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-bottom:25px;
	color: #FFFFFF;
}
/* CLASSES DE FORMULÁRIO */
.noBorder {
	border-style:none;
}
.formulario {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CACACA;
	margin-bottom: 10px;
}
.formulario fieldset {
	padding: 0px 15px;
}
.formulario label {
	display: block;
	clear:both;
	padding-right: 10px;
	padding-bottom:5px;
}
.formulario legend {
	font-size: 14px;
	font-weight: bold;
}
.Form {
	padding-bottom:15px;
}
/* FINAL CLASSES DE FORMULÁRIO */

/* FINAL CSS ESPECIAL INDEX */

.destaqueSecretaria {
	/*margin-bottom:10px;*/
	padding:5px;
	cursor:pointer;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
}
.destaqueSecretaria h2 {
	padding:0;
}
.destaqueGravar {
	margin-bottom:1px;
	cursor:pointer;
	padding:5px 5px;
	display:none;
}
.destaqueOver {
	/*margin-bottom:10px;*/
	padding:5px;
	cursor:pointer;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #f7f7f7;
}
.destaqueOver h2 {
	padding:0;
}
.navegacaoGlossario li {
	display:inline;
}
/* SALA DE AULA  ############################################################################################### */

.topoSala {
	clear:both;
	height:120px;
	border-bottom:#CCCCCC solid 3px;
	padding-bottom:10px;
}
.informacoesCurso {
	padding:10px; 
	width:325px; 
	height:100px; 
	float:left;
}
.informacoesCurso img { 
	float:left; 
	margin-right:5px; 
}
.informacoesCurso p {
	font-size:12px;
	padding: 0px 10px;
	float:left;
	width:195px;
}
.menuSalaAula {
	padding:10px;
	display: block;
	width:550px;
	float:left;	
}
.legenda {	
	display: inline;
	text-align: right;
	margin-top: 0px 0px 20px 0px;
	float: right;
	}
.aulas {
	margin-top:10px;
	padding:10px 10px;
	background-color:#F4F4F4;
	margin-bottom:10px;
}
.aulas h2 {	
	border-bottom:solid 3px #CCCCCC;
	margin-bottom:10px;
}
.aulas .listaAula {
	width:875px;
	padding:5px; 
	margin-bottom:10px;
	margin-left:10px;
	border-bottom:1px dotted #555555;
}
.aulas .listaAula a {	
	font-size:18px;
}
.aulas .listaAula:hover {
	width:875px;
	padding:5px;
	margin-bottom:10px;
	margin-left:10px;
	background-color:#AAAAAA;
}
.aulas .listaAula:hover a {
	color:#fffff;
}
.forum {
	background-color:#EFE0E8;
	margin-top:10px;
	padding:10px 10px;
	margin-bottom:10px;
}
.forum h2 {	
	border-bottom:solid 3px #CFB5C2;
	margin-bottom:10px;
}
.mural {
	background-color:#E0EEEF;
	margin-top:10px;
	padding:10px 10px;
	margin-bottom:10px;
}
.mural h2 {	
	border-bottom:solid 3px #C3DDDF;
	margin-bottom:10px;
}
.biblioteca {
	background-color:#DFD2A7;
	margin-top:10px;
	padding:10px 10px;
	margin-bottom:10px;
}
.biblioteca h2 {	
	border-bottom:solid 3px #BFAC6B;
	margin-bottom:10px;
}
.biblioteca li {
	border-bottom:solid 1px #BFAC6B;
	display: block;
	clear: both;
	height: 80px;
}

.glossario {
	background-color:#6C58C3;
	margin-top:10px;
	padding:10px 10px;
	margin-bottom:10px;
}
.glossario h2 {	
	border-bottom:solid 3px #36238F;
	margin-bottom:10px;
}
.glossario .letras {	
	background-color:#B1A7DF;
	padding:10px;
	margin-bottom:10px;
}
.glossario .buscaGlossario {	
	background-color:#B1A7DF;
	padding:10px;
	margin-bottom:10px;
}
.glossario .definicao {	
	background-color:#B1A7DF;
	padding:10px;
}
/* SALA DE AULA 
   FORUM ############################################################################################################ */

.LinhaForum1 {
	background-color: #F4F0F2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.LinhaForum1 a {
	color:#333333;
}
.LinhaForum1Over a {
	color:#000000;
	text-decoration:none;
}
.LinhaForum1Over a:hover {
	color:#000000;
	text-decoration:none;
}
.LinhaForum2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}














.listaOrdenada {
	padding-left: 35px;
}
.listaDescritivas {
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.listaDescritivas dt {
	font-size: 14px;
	font-weight: bold;
}
.listaDescritivas dd {
	padding-bottom: 10px;
}

/* ########################################################## VISUALIXADOR DE QUESTÕES ###########################################*/

.enunciado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin: 5px;
}
.dica {
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.respostasAB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 10px;
}
.inputProxima {
	background-image: url(../imagens/proximaNormal.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 95px;
	border: 0px;
	border: none;
	display: block;
}
.colunaEsquerdaPrincipal {
	width: 270px;
	margin: 10px;
	padding: 10px;
	float: left;
	font-size:14px;
}


.inserir {
	background-color: #0099ff;
	clear: both;
	background-image: url(../imagens/icones/inserirBiblioteca.gif);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.inserir a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.noticias {
	width:300px;
	float:left;
}
.artigos{
	width:300px;
	float:left;
}

.cartaoCurso .col1 {
	width:49%;
	float:left;
	padding-left:1%;
}
.cartaoCurso .col2 {
	width:49%;
	float:left;
	padding-left:1%;
}
.ListaQuestoes {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom:20px;

}
.ListaQuestoes .enunciado {
	padding-bottom:10px;
}
.ListaQuestoes .enunciado ol {
	padding-left:50px;
}
.ListaQuestoes .enunciado ol li {
	list-style:decimal;
	padding-bottom:5px;
}
.ListaQuestoes .enunciado ul {
	padding-left:50px;
}
.ListaQuestoes .enunciado ul li {
	list-style:disc;
	padding-bottom:5px;
}
.ListaQuestoes .rodape {
	text-align:right;
	background-color:#F5F5F5;
	padding:10px;
}
.formNovoUsuario label {
	width:130px;
	text-align:right;
	display: block;
	float: left;
	padding:5px;
}
	.incritosBuscar {
	background-color: #F4F4F4;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#opcoesBusca label {
	margin-bottom: 5px;
	display: block;
	margin-top: 5px;
}
#opcoesBusca #listarInscricao fieldset {
}

.incritosBuscar a {
	display: block;
	background-image: url(../imagens/seta.gif);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-weight: bold;
}
.incritosBuscar a:hover {
	display: block;
	background-color: #0099ff;
	color: #FFFFFF;
	font-weight: bold;
	background-position: 5px center;
	background-image: url(../imagens/seta.gif);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}

