@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/fundo_bkg.png);
	background-color:#0005d4;
	background-repeat:repeat-x;
}
#img_20_perc {
	position:absolute;
	right:-0px;
	top:-25px;
	z-index:-1000;
	background:url(../images/fundo_logo_20perct.png) no-repeat right;
	width:330px;
	height:231px;
}
#logo {
	position:absolute;
	top:20px;
	z-index:-999; 		
	width: 98%;
	height:139px;
	background:url(../images/logo.png) no-repeat center;
	width:;
	height:;
}
#corpo{
	background-color:#FFF;
	position:relative;
	top:160px;
	left:14.2%;
	width: 70.9%;
}

/*  controle do menu lateral - não alterar  */

.urbangreymenu{
width: 24%; /*width of menu = 190px */
border-right: #666 1px double;
}

.urbangreymenu .headerbar{
font: 11px Arial, Helvetica, sans-serif;
color:#000099;
background: #FFFFFF; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
border-bottom:solid 1px #d1e9ff;
text-transform: uppercase;
padding: 7px 0 7px 20px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a:hover {
text-decoration: none;
color: #FFF;
display: block;
font: bold 13px Verdana, Geneva, sans-serif;
background:#06F;
height:30px;
}
.urbangreymenu .headerbar a{
text-decoration: none;
color: #000099;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
padding-top:10px;
padding-left: 30px;
border-bottom: solid 1px #d1e9ff;
background: #FFF;
}

.urbangreymenu ul li a{
font: normal 11px Arial;
color: black;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 2px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #FFF;
background-color:#06f;
background:#06F;
}
														/* Caixa de descrição Login */

#tabs_menu {
	position:relative;
	left:10%;
}
#scroller-header a {
	text-decoration:none; 
	color:#FFF;	
	padding:0 10px;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#FFF;
	background-color:#FFA500;;
	font-size:20px;
}

a.selected {
	text-decoration:underline !important; 
	color:#FFF !important;
}

#scroller-header {
	/*background-image:url(../images/header.gif);*/
	background-repeat:no-repeat;
	width:57.5%;
	height:24px;
	padding:35px 0 0 15px;
	font-weight:700;
	border-bottom:6px solid #FFA500;
}

#scroller-body {
	/*background:url(../images/body.gif) no-repeat bottom center;*/
	width:430px;
	padding-bottom:40px;
	background-color:#1874CD;
	text-align:left;
	
}

#mask {
	width:400px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 5px;
padding:0;
}

	#panel ul li {
		padding-left:40px;
		padding-right:30px;
		color:#FFFFFF;
		/*border-bottom:1px dotted #ccc;*/
		position:relative;
		left:20px;
		background-image:url(../images/bullet-blue.png);
		background-position:left;
		background-repeat:no-repeat;
		
	}
	
	#panel ul h3 {
		color:#FFF;
		font-size:16px;
		padding-left:20px;
		font-weight:bold;
	}

	#panel ul li.last {
		border-bottom:none !important;
	}

#panel-1 {
}

#panel-1 ul li.desabilitado{
	text-decoration:line-through;
	background-image:url(../images/bullet-yellow.png);
	background-position:left;
	background-repeat:no-repeat;
}

#panel-2 {
}
#panel-2 ul li.desabilitado{
	text-decoration:line-through;
	background-image:url(../images/bullet-yellow.png);
	background-position:left;
	background-repeat:no-repeat;
}
#panel-2 ul li.em-configuracao{
	text-decoration:line-through;
	background-image:url(../images/bullet-green.png);
	background-position:left;
	background-repeat:no-repeat;
}
#panel-3 {
}
#panel-4 {
}
#panel-4 ul h4.seguraca{
	font-size:36px;
	color:#FFF;
	text-decoration:underline;
	text-align:center;
}
/* ---------   Login no site   --------- */
#login{
	position:relative;
	top:36px;
	left:; /* 80% para menu lateral */
	background:#EEE9E9;
	border:#FFF 4px solid;
	width:100%; /* LIMITE 350px com menu lateral*/
	font:13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#password-text{
	font-size:16px;
	color:#06F;
	padding-top:-4px;
	padding:-4px;
}

/*input[type="submit"]
{
	font-size:1em;
	color:#fff;
	background:#565338;
	font-weight:bold;
	margin:0 0 10px 0px;
	padding:5px 10px;
	border: none;
}
input[type="submit"]:hover
{
	background:#4876FF;
}
input[type="text"], input[type="password"]
{
width:300px;
background:#DCD6A7;
border:1px solid #dcd6a7;
color:#333;
padding:6px;
}

input[type="text"]:focus, input[type="password"]:focus
{
outline:none;
background:#fff;
border:1px solid #dcd6a7;
}
*/
ul.atencao_lost_pass a
{
	position:absolute;
	top:280px;
	left:0; /*12%*/
	width:100%; /*378px*/
	background-color:#FFD700;
	padding-left:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;
	color:#009;
	font: bold 20px "Times New Roman", Times, serif;
	text-align:center;
	text-decoration:none;
}
ul.atencao_lost_pass a:hover
{
	background-color:#FFEC8B;
}
#atencao_doubt
{
	position:absolute;
	top:330px;
	left:0; /*12%*/
	width:100%;/*378px*/
	height:;
	background-color:#FFD700;
	color:#009;
	font: 15px "Times New Roman", Times, serif;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	text-decoration:none;
}

/* Conteudo */

#conteudo {
	background-color:#FFE4B5;
	font: 11px Arial, Helvetica, sans-serif message-box;
	color:#000;
	position:relative;
	top:0px;	
}
#conteudo_ii{
	background-color:#FFE4B5;
	font: 11px Arial, Helvetica, sans-serif message-box;
	color:#000;
	position:relative;
	top:0px;	
}
#conteudo_ii h4{
	padding-left:40px;;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
	color:#06F;
	background-color:#CCC;
	text-transform:uppercase;
}
.texto_art{
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	text-align:justify;
	font-size:15px;
}
#conteudo h3{
	background-color:#D2B48C;
	font: 11px Arial, Helvetica, sans-serif message-box;
	color:#000;
	padding-left:20px;
	padding-top:10px;
}
#conteudo h1{
	font-size:20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#00F;
	letter-spacing:1px;
	padding-left:20px;
	padding-top:10px;
	font-weight:lighter;
}
#rodape{
	width:600px;
	padding-top:145px;
	padding-left:14%;
	color:#FFF;
}
#rodape_text{	
	padding-bottom:20px;
	padding-right:15px;
	padding-top:20px;
}
#adm_index{
	
}
#adm_menu{
	position:absolute;
	top:120px;
	left:20px;
}
#adm_conteudo{
	background-color:#0FC;
	position:absolute;
	top:120px;
}
#adm_lateral_dir{
	background-color:#0FC;
	position:absolute;
	top:120px;
}
#adm_menu_conteudo{
	background-color:#0005d4;
	background-image:url(../images/fundo_bkg.png);
	background-repeat:repeat-x;
	border:0;
}
#adm_conteudo_global{	
	position:absolute;
	top:120px;
	width:60%;
}
#menu_adm{
	background-color:#0005d4;
	background-image:url(../images/fundo_bkg.png);
	background-repeat:repeat-x;
	border:0;
}
#background_adm{
	background-color:#0005d4;
	background-position:0 0 0 0;
	position:0 0 0 0;
	border:0;
}
#adm_conteudo_global_d{
	position:absolute;
	width:60%;
	background-color:#09F;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
}
#adm_conteudo_global_l{
	position:relative;
	left:5%;
	width:90%;
	background-color:#09F;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#adm_conteudo_global_de{
	position:relative;
	left:5%;
	width:90%;
	background-color:#09F;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#adm_conteudo_global_re{
	position:relative;
	left:5%;
	width:90%;
	background-color:#09F;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
#adm_conteudo_global_edit{
	position:relative;
	left:10%;
	width:90%;
	background-color:#09F;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.artigos_list{
	font-size:18px;
	position:absolute;
	left:40px;
}
.link_list a{
	color:#000;
	text-decoration:none;
}
.link_list a:hover{
	color:#FFF;
	background-color:#06F;
	padding:10px 10px 10px 10px ;
	text-decoration:none;
}

/*  Class - Conection  */

.conection_h3 {
	color:#FFF;
	font-size:24px;
}
.conection_td{
	font-size:18px;
	color:#00F;
}
.conection_error{
	font-size:22px;
	color:#FF3;
	font-weight:200;
	text-decoration:underline;
	text-align:center;
}

/* Focus */

.buttons_list{
	position:relative;
	padding-top:30%;
	left:0%;
}
.botao_link
{
	background-color:#68838B;
	border:0px;
	font-size:2em;
	color:#FFF;	
	font-weight:bold;
	border:#68838B 2px solid;
	text-align:center;
}
.botao_link:hover
{
	background-color:#FF6347;
	border:0px;
	font-size:2em;
	color:#FFF;	
	font-weight:bold;
	border: #F0FFF0 2px solid;
	text-decoration:underline;
}
.botao_link a
{
	color:#FFF;
}
.botao_link a:hover
{
	color:#FFF;
}
.controle_list{
	font-size:18px;
	color:#FFF;
	border-bottom:#666 2px solid;
	padding-bottom:10px;
	text-transform:uppercase;
	text-align:center;
}
.lista_titulo{
	background-color:#06F;
	font-size:20px;
	color:#FFF;
	height::25px;
}
/* ----------  inserir Artigo  ----------*/

.id_art{
	background-color:transparent;
	border:0px;
}
.txt_art{
	border:0px;
	background-color:#68838B;
	height:30px;
	width:400px;
	color:#FFF;
	text-align:center;
}
.txt_art:hover{
	color:#000;
	background-color:#9AC0CD;
	font-size:22px;
	height:50px;
	width:450px;
	padding-left:10px;
	text-align:left;
}
.txt_area_art{
	border:0px;
	background-color:#68838B;
}
.txt_area_art:hover{
	color:#000;
	background-color:#9AC0CD;
	font-size:22px;
	font-weight:bolder;
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
	text-align:left;
}
.rotulo_art{
	font-size:22px;
	color:#FFF;
	padding-left:20px;
	text-align:left;
}
.rotulo_art a{
	font-size:22px;
	color:#FFF;
	padding-left:20px;
	text-align:left;
}
.rotulo_art a:hover{
	font-size:22px;
	color:#FFF;
	padding-left:20px;
	text-align:left;
}
.submit_art{
	background:#68838B;
	font-size:22px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.submit_art:hover{
	background:#FF6347;
	font-size:22px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:underline;
}
.reset_art{
	background:#68838B;
	font-size:22px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.reset_art:hover{
	background:#FF6347;
	font-size:22px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:underline;
}

/* ----------  editar Artigo  ----------*/
.txt_art_change{
	color:#000;
	background-color:#FFD700;
	
	height:30px;
	width:400px;
	
	text-align:left;
	background-image:url(../images/001_30.gif);
	background-position:right;
	background-repeat:no-repeat;
	
	border:0px;
}
.txt_art_change:hover{
	color:#000;
	background-color:#EEDD82;
	font-size:22px;
	height:50px;
	width:450px;
	padding-left:10px;
	text-align:left;
}

.txt_area_change{
	color:#000;
	background-color:#FFD700;
		
	text-align:left;
	background-image:url(../images/001_30.gif);
	background-position:right;
	background-repeat:no-repeat;
	
	border:0px;
}

.txt_area_art:hover{
	color:#000;
	background-color:#EEDD82;
	font-size:22px;
	font-weight:bolder;
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
	text-align:left;
}
/* deletar Artigo */
.delete a{
	background:#68838B;
	font-size:20px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}
.delete a:hover{
	background:#FF6347;
	font-size:20px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:underline;
}
.id_delete{
	background-color:;
	font-size:22px;
	text-align:center;
}
.txt_delete{
	background-color:#FF4500;
	font-size:22px;
	text-align:center;
	color:#FFF;
}

/* Sliding Menu */

#container {
	margin: auto;
	width: 490px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 490px;
	margin-bottom: 20px;
}

#button {
	height: 32px;
	width: 184px;
	margin: auto;
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	border:1px solid #1c1c1c;
}

.the_menu {
	display:none;
	width:300px;
	border: 1px solid #1c1c1c;
}

.the_menu li {
	background-color: #302f2f;
}

.the_menu li {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li:hover{
	padding:10px;
	font-weight:bold;
	color: #FFFF;
}

/*  Lista Registros  */

.rotulo_reg{
	color:#FFF;
	font-size:24px;
	text-align:center;
}
.id_reg{
	color:#FFF;
	font-size:24px;
	text-align:center;
}
.tb_id_reg{
	font-size:16px;
	color:#FFF;
}
.tb_id_reg:hover{
	font-weight:bold;
	color:#000;
	padding-left:20px;
	padding-bottom:2px;
	padding-right:;
	padding-top:2px;
	background-color:#AEEEEE;
}
.btn_reg a{
	background:#68838B;
	font-size:18px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}
.btn_reg a:hover{
	background:#FF6347;
	font-size:18px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:underline;
}
/* Editar Registro */
.txt_reg{
	border:0px;
	background-color:#68838B;
	height:30px;
	width:400px;
	color:#FFF;
	text-align:center;
}
.txt_reg:hover{
	color:#000;
	background-color:#9AC0CD;
	font-size:22px;
	height:50px;
	width:450px;
	padding-left:10px;
	text-align:left;
}
.txt_reg_change{
	color:#000;
	background-color:#FFD700;
	
	height:30px;
	width:400px;
	
	text-align:left;
	background-image:url(../images/001_30.gif);
	background-position:right;
	background-repeat:no-repeat;
	
	border:0px;
}
.txt_reg_change:hover{
	color:#000;
	background-color:#EEDD82;
	font-size:22px;
	height:50px;
	width:450px;
	padding-left:10px;
	text-align:left;
}
.update_reg{
	background:#68838B;
	font-size:22px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}
.update_reg:hover{
	background:#FF6347;
	font-size:22px;
	font-weight:bolder;
	border:0px;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:underline;
}
/*  Editar Artigo  */
.titulo_edit{
	font-size:20px;
	color:#FFF;
	text-align:center;
}
.titulo_edit:hover{
	background-color:#03F;
	text-align:center;
}
.id_edit{
	font-size:20px;
	text-align:center;
	color:#FFF
}
/* Hr */
#barra_separador{
	width:40%;
	height:2px;
	background-color:#03F;
	border:0px;
}
/* Screen Design */
#screen_design{
	padding-top:10px;
	padding-right:15%;
}
/* area do Aluno */
#background_aluno{
	background-image:url(../images/fundo_aluno.png);
	background-color:#FFF;
	background-repeat:no-repeat;
}
#menu_lateral_aluno{
	background-image:url(../images/fundo.png);
	border:#FFF 2px solid;
	position:absolute;
	left:40px;
	top:10%;
}
.rotulo_aluno_selection{
	background-image:url(../images/fundo_rotulo.png);
	border:1px #000 solid;
	font-size:18px;
	font-weight:300;
	padding:5px 10px 5px 10px;
}
.menu_aluno{
	padding-top:5px;
	padding-left:25px;
	padding-bottom:10px;
}
.menu_aluno a{
	color:#000;
	text-decoration:none;
}
.menu_aluno a:hover{
	background-color:#09F;
	color:#FFF;
	text-decoration:none;
}


.text_{
	font-size:24px;
	color:#666;
	text-align:center;
}
.form_campos{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	background-color:#999;
	color:#FFF;
	border:0px;
}
.form_campos:focus{
	background-color:#FFF;
	color:#000;
}
.texto{
	font-size:18px;
	padding-right:50px;
	font-weight:lighter;
	color:#333;
}
.form_botao{
	background-color:#06F;
	border:0px;
	color:#FFF;
	font-size:16px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
.form_botao:hover{
	background-color:#F60;
	color:#000;
}
.news{
	padding-left:6px;
	padding-right:6px;
	font-size:16px;
	position:relative;
	top:20px;
	background-color:transparent;
	border:0px;
}
.news a{
	text-decoration:none;
	color:#333;
}
.news a:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#09F;
}
.news_rot{
	font-size:21px;
	background-color:#06F;
	color:#FFF;
	padding-left:4px;
	position:relative;
	top:-83px;
}
