* {
	margin:0;
	padding:0;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	border:none;
}

body {
	background:#F1F1F1;
}

.clear {
	clear:both;
}

.errors {
	font-size:12px;
	font-style:italic;
	color:#F30 !important;
}

.sucesso {
	font-size:12px;
	font-style:italic;
	padding:5px;
	width:auto;
	height:auto;
	border:1px solid #090;
	background:#EAFFEF;
	color:#090;
	display:block;
}

.falha {
	font-size:12px;
	font-style:italic;
	padding:5px;
	width:auto;
	height:auto;
	border:1px solid #F30;
	background:#FFEAEA;
	color:#F30;
	display:block;
}

#topo {
	width:100%;
	margin:0 0 15px 0;
	height:50px;
	background:url(../images/bg-topo.jpg);
}

#topo .logo {
	margin:10px 10px 0 10px;
	float:left;
}

#topo h1 {
	font-style:italic;
	font-weight:normal;
	font-size:24px;
	padding:13px 0 0 0;
	float:left;
	text-shadow:1px 1px 0 #FFF;
	margin:0 0 0 10px;
}

#wrap {
	width:90%;
	min-height:100%;
	overflow:hidden;
	margin:0 auto;
	background:#FFF;
	border:1px solid #CCC;
	padding:10px;
}

span.boas-vindas {
	float:right;
	margin:15px 10px 0 0;
	text-shadow:1px 1px 0 #FFF;
}

span.boas-vindas a {
	color:#666;
}

span.boas-vindas a:hover {
	text-decoration:none;
}

/*
*	Menu
*/

#box-menu {
	width:17%;
	height:auto;
	background:#E1E1E1;
	float:left;
}

#box-menu ul {
	list-style: none;
}                  

ul#menu {
	width:100%;
	border: 1px solid silver;
	font-style:italic;
	
}

ul#menu li {                
	color: black;        
	line-height: 19px;   
	background: #F1F1F1; 
}

ul#menu li.header {      
	background: #DFDFDF;
	font-weight: normal; 
	text-shadow:1px 1px 0 #FFF;
	padding: 5px;
	font-size: 14px;
}   

ul#menu li a {
	color: black;
	text-decoration: none;
	display: block;       
	padding: 7px 3px;
	outline: none;
	text-shadow:1px 1px 0 #FFF;
	font-size:14px;
}

ul#menu li img {
	border:none;
	margin-right:10px;
	
}                     

ul#menu li.parent > a {
	background: transparent url('../images/down.png') right center no-repeat;
}                   

ul#menu li.aberto > a {
	background: transparent url('../images/up.png') right center no-repeat;
}                   

ul#menu li a:hover {   
	background-color: #EAEEFF;
	
}

ul#menu li ul.sub-menu {
  	display: none;
}                 

ul#menu li ul.sub-menu li a {
	padding-left: 15px;
	color: maroon;
}

/*
*	Conteudo
*/
#conteudo {
	width:82%;
	height:auto;
	float:right;
}

#conteudo h2 {
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:15px;
}

/*
*	Tabelas
*/

.tabelas {
	width:100%;
}

.tabelas a {
	color:#09F;
	font-family:Verdana, Geneva, sans-serif;
}

.tabelas a:hover {
	text-decoration:none;
}

.tabelas thead td {
	border:1px solid #CCC;
	padding:5px;
	background:url(../images/bg-topo.jpg);
	text-shadow:0 1px 1px #FFF;
	font-style:italic;
}

.tabelas tbody td {
	border:1px solid #CCC;
	padding:5px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}

.tabelas tbody:hover {
	background:#FFD;
}

.odd {
	background:#F4F4F4;
}

/*
*	Paginação
*/

.paginacao {
	margin:15px 0;
	text-decoration:none;
	color:#666;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif !important;
}


.paginacao a {
	padding:5px;
	text-decoration:none;
	color:#666;
	font-family:Verdana, Geneva, sans-serif !important;
	border:1px solid #CCC;
	font-size:14px;
}

.paginacao a:hover {
	background:#666;
	color:#FFF;
}

/*
*	Formularios
*/
.formulario fieldset {
	border:none;
}

.formulario fieldset label {
	margin:10px 0;
	display:block;
}

.formulario fieldset label p {
	font-style:italic;
}

.formulario fieldset label p span.aviso {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	font-size:12px;
}

.formulario fieldset label input,
.formulario fieldset label textarea {
	padding:5px;
	width:600px;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.formulario fieldset label input.email {
	text-transform:none !important;
}

.formulario fieldset label input:focus,
.formulario fieldset label textarea:focus,
.formulario fieldset label select:focus {
	background:#FFD;
}

.formulario .checkbox {
	width:auto !important;
}

.formulario fieldset label select {
	padding:5px;
	width:400px;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-family:Verdana, Geneva, sans-serif;
}

.formulario fieldset label option {
	font-family:Verdana, Geneva, sans-serif;
	padding:0 10px;
}

.formulario fieldset label input.input-menor {
	width:250px !important;
}

.btn-submit {
	padding:10px 15px;
	border:1px solid #CCC;
	background:url(../images/bg-topo.jpg);
	-moz-border-radius:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	-webkit-border-radius:15px;
	text-shadow:1px 1px 0 #FFF;
	cursor:pointer;
	margin:10px 0;
}

.btn-submit:hover {
	border:1px solid #000;
}

.ui-datepicker-trigger {
	padding:0 0 0 5px;
	cursor:pointer;
}

/*
*	Login
*/
#login {
	width:330px;
	height:auto;
	background:#FFF;
	border:1px solid #CCC;
	margin:100px auto;
	padding:10px;
}

#esqueceu-senha {
	width:300px;
	height:auto;
	background:#FFF;
	border:1px solid #CCC;
	margin:20px auto;
	padding:10px;
	display:none;
}

/*
*	Rodape
*/
#footer {
	width:90%;
	height:auto;
	margin:10px auto;
	border-top:1px dashed #CCC;
	padding:10px;
	color:#B4B4B4;
	text-shadow:1px 1px 0 #FFF;
	text-align:center;
	font-style:italic;
}

/*
*	Calendario
*/

#calendario table {
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666;
	margin-top:20px;
}

#calendario table tr th {
	padding:5px;
	background:url(../images/bg-topo.jpg);
	text-shadow:1px 1px 0 #FFF;
}

#calendario table tr td {
	border:1px solid #CCC;
	padding:5px;
	font-size:18px;
}

#calendario table tr td a {
	color:#F00;
	text-decoration:none;
	font-weight:bold;
}



#calendario table tr td:hover {
	background:#FFD;
}

.lista-calendario {
	margin:10px 0;
}

.lista-calendario li {
	display:block;
	float:left;
}

.lista-calendario li a {
	padding:5px;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:none;
}

.lista-calendario li a:hover {
	text-decoration:underline;
}

