/*
////////////////////////////////////////////////////////////////////////////////

	FUNDEP - ESPAÇO DO COORDENADOR
	AUTOR: FELIPE COELHO | IOANNA LACORTE 
	CRIADO: 13/02/2009
	MODIFICADO:
	
////////////////////////////////////////////////////////////////////////////////
*/

/*////// PADROES //////*/
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.nospace { margin: 0; padding: 0; }

a { text-decoration: none;}
a:hover { text-decoration: underline; }
a:focus { outline: none; }

a.linkcinza
{
	color:#508194
}
a.linkcinza:visited
{
	color:#999999
}


/*////// ESTUTURA //////*/
html, body { height:100%; }
body {
	background: url(../imgs/fundo_pagina.jpg) top left;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}
#container {
	background: url(../imgs/fundo_login.png) top left;
	position: absolute;
	height: 368px;
	text-align: left;
	margin: -184px auto 0;
	top: 50%;
	width: 100%;
}
.container {
	display: block;
	width: 420px;
	padding: 20px;
	position: relative;
}
.containerModalLogin {
	display: block;
	width: 320px;
	padding: 20px;
	position: relative;
}
#content {
	display: block;
	width: 600px;
	height: 368px;
	margin: 0 auto;
	position: relative;
}
.logo a {
	display: block;
	background: url(../imgs/logo.png) top left no-repeat;
	width: 110px;
	height: 95px;
	text-indent: -99999px;
	position: absolute;
	top: 70px;
	left: 0;
}
.txt_login {
	display: block;
	width: 215px;
	position: absolute;
	top: 150px;
	left: 130px;
}

/*////// LISTAS //////*/
ul#mensagem
{
	display: block;
	width: 350px;
	left:0;
	position: absolute;
	top: 240px;
	}
ul#mensagem li 
{
	list-style: none;
	margin-bottom: 8px;
	display: block;
	color: #508194;
	margin-bottom: 5px;
	
	}
ul#login {
	display: block;
	width: 218px;
	position: absolute;
	top: 60px;
	right: 0;
}
ul#login li {
	list-style: none;
	margin-bottom: 8px;
}
ul#login label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #00435e;
	margin-bottom: 5px;
}
ul#login li.lembrete {
	font-size: 10px;
}
ul#login li.esqueci {
	background: url(../imgs/bullet_azul.png) no-repeat;
	background-position: 0% 55%;
	font-size: 10px;
	padding-left: 10px;
}

/*////// TITULOS //////*/
.tt_espaco_coordenador {
	display: block;
	background: url(../imgs/tt_espaco_coordenador.gif) top left no-repeat;
	width: 95px;
	height: 26px;
	text-indent: -99999px;
	position: absolute;
	top: 105px;
	left: 130px;
}

/*////// FONTES //////*/
.azul, .azul a { color: #508194; }
.cinza, .cinza a { color: #979694; }

/*////// FORMULARIOS //////*/
.form_login {
	width: 213px !important;
	height: 16px;
	padding-top: 3px;
}
.btn_entrar {
	display: block;
	background: url(../imgs/btn_entrar.png) top left no-repeat;
	width: 136px;
	height: 30px;
	border: none;
	color: #fff;
	cursor: pointer;
}
/*///// Modal /////////*/
.lightbox {
	background: #fff url(/Site/imgs/degrade_top_box.png) repeat-x;
	color: #7f7f7f;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
.ModalMask
{
    position:fixed !important;
    top:50px !important;
}
.ModalMaskBG
{
	position:fixed !important;
	background-position: top;	
}
.botoes {
	background: url(/Site/imgs/fundo_botoes.png) repeat-x;
	border: none;
	color: #444444;
	font-weight:bolder;
}
.btn-confirmar{
	height: 35px;
	width: 156px;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 5px;
}
.btn_fechar a, .btn_fechar {
	display: block;
	background: url(/Site/imgs/btn_fechar.png) top left no-repeat;
	width: 17px;
	height: 17px;
	text-indent: -99999px;
	position: absolute;
	top: 20px;
	right: 20px;
}