/* 
###############################################################  
Description: Concurso Público Unificado APPM - Instituto Ludus
Version: 1.0
Author: Elias Ferreira Junior
Author URL: http://www.inetpub.com.br/
###############################################################  
*/ 
* {
	margin:0;
	padding:0;
	border:0;
}
html {
	background:#FFF url(../img/bg_geral.gif) top repeat-x;
}
fieldset, a img, table {border:0;}

ul {list-style-type:none;}
a {text-decoration:none;}
a:link {color:#CC3300;}
a:visited {color:#CC3300;}
a:hover {color:#CC3300;}
a:active {color:#CC3300;}

body {
	text-align:center;
	color:#333;
	font: 76%/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../img/bg_shadow.gif) top center no-repeat;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.2em;
	color:#66cc33;
}
h3 {
	font-size:1.0em;
	color:#66cc33;
}
h4 {
	font-size:0.6em;
}
form .frmhome {
	margin-bottom:10px;
	margin-left:10px;
	padding-top:10px;
}

.listmenuhome {
	width:250px;
}

.ok {
	vertical-align:baseline;
}

#container {
	width:600px;
	margin:0 auto;
	background:#FFFFFF;
}
#header {
	background:url(../img/bg_top.jpg) center no-repeat;
	width:600px;
	height:87px;
	clear:both;
	border-bottom:#f2f2f2 solid 1px;
}
#header h1{
	text-indent:-9000px;
}
#header ul {
	float:right;
	/*border-bottom:#f2f2f2 solid 1px;
	display:none;*/
	margin-right:75px;
}
#header ul li{
	display:inline;
	float:left;
	background:url(../img/right_both.gif) top right no-repeat;
	padding:0;
	margin-left:5px;
	margin-top:49px;
	height:20px;
}
#header ul li.home{
	margin-left:0;
	display:inline;
}
#header ul li a{
	display:block;
	float:left;
	height:16px;
	font-size:0.8em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px 10px;
	background:url(../img/left_both.gif) top left no-repeat;
	color:#006600;
}
/*
#header ul li a:hover{
	color:#FFFFFF;
	background-position:0 -150px;
}
#header ul li:hover{
	display:inline;
	color:#FFFFFF;
	background-position:100% -150px;
}
*/
#header ul li a.ativo{
	color:#FFFFFF;
	background-position:0 -150px;
}
#header ul li.ativo{
	color:#FFFFFF;
	background-position:100% -150px;
}
#conteudo {
	/*border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;*/
	background:#FFFFFF url(../img/bg_div.gif) right repeat-y;
	min-height:500px;
}
#noticia, #acesso {
	min-height:500px;
}
#noticia, #acesso, #noticia img {
	/*border:#666666 solid 1px;
	background:#FFFFFF;*/
}
#noticia img {
	border:#CCC solid 1px;
	background:#FFFFFF;
	padding:5px;
}
#noticia {
	width:250px;
	float:left;
	padding-top:20px;
}
#noticia h2, #noticia p{
	margin:10px 20px;
	text-align:left;
}
#noticia p{
	text-align:justify;
	text-indent:2em;
}
#acesso {
	width:346px;
	float:right;
	padding-top:20px;
}
#acesso h2 {
	display:block;
	background:url(../img/titu_facasuainscricao.gif) no-repeat;
	width:311px;
	height:44px;
	text-indent:-9000em;
	margin-left:20px;
}
#acesso h2.busca {
	background:url(../img/titu_pesquisavagas.gif) no-repeat;
}
#rodape {
	background:#CCFFCC url(../img/bg_rodape.gif) repeat-x;
	border-top:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	height:79px;
	text-align:center;
	clear:both;
}
#rodape div {
	width:580px;
	margin:0 auto 0 auto;
}
#rodape h2 a.ludus {
	display:block;
	background:url(../img/logo_ludus.gif) no-repeat;
	width:174px;
	height:43px;
	text-indent:-9000px;
	margin:0 auto;
	margin-top:15px;
	float:left;
}
#rodape h2 a.persona {
	display:block;
	background:url(../img/logo_persona.gif) no-repeat;
	width:64px;
	height:73px;
	text-indent:-9000px;
	margin:0 auto;
	margin-top:2px;
	float:right;
}
#rodape p {
	text-align:right;
}
.titulo {
	text-align:left;
	border-bottom:#EEE solid 2px;
	padding-bottom:5px;
	font-size:1.5em;
}

/*FORMS*/
fieldset {
	border:#CCCCCC solid 1px;
	padding:10px;
	margin-top:20px;
}
legend {
	/*padding-left:32px;*/
	font-weight:bold;
	color:#66cc33;
	text-transform:uppercase;
	padding: 0 3px;
}
input,label,select{
	vertical-align:bottom;
}
select,.frm{
	border:1px solid #7F9DB9!important;
	font-size:10px;
	white-space: pre;
}
.frm{
	background:#fff url(../img/bg_input.gif) no-repeat;
	font:11px verdana,arial,sans-serif;
	padding:2px;
}
.frm2{
	background:F2F2F2 /*url('bg_input.gif')*/ no-repeat;
	font:11px verdana,arial,sans-serif;
	padding:2px;
}
.frm{
	border:1px solid #7F9DB9;
}
.frm2{
	border:1px solid #66cc33;
}
textarea{
	background:#fff url(../images/bg_input.gif) no-repeat;
	font-size:11px;
	padding:2px;
}

select{
	padding:0;
}

option{
	border-bottom:1px solid #eee;
}

.check{
	float:left;
	padding:0 3px 0 0;
	margin:-3px 0 0;
}
.submit {
	margin-top:4px;
	background:url(../img/background_form_element.gif);
	font:11px verdana,arial,sans-serif;
	padding:2px;
	border-top:#CCC solid 1px;
	border-left:#CCC solid 1px;
	border-bottom:#666 solid 1px;
	border-right:#666 solid 1px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-transform:uppercase;
}