@charset "utf-8";
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
	line-height:1.5;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
/********************************************************************************************************/

body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background:#F7F7F7;
}
h1, h2, h3, h4, h5 { font-weight:bold; }
h1 {
	font-size:2.4em;
	display:inline;
}
h2 {
	font-size:1.6em;
	color:#666666;
	margin-bottom:10px;
	padding-bottom:1px;
	border-bottom:solid 1px #CCC;
	display:block;
	font-weight:normal;
	letter-spacing:-1px;
}
h3 {
	font-size:1.6em;
	text-transform:uppercase;
}
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
p {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover { color:#af2723; }
.left { float:left; }
.right { float:right; }
.mleft { margin-left:20px; }
.mright { margin-right:20px; }

/** CORES DE FONTES **/
.fcolor1 { color:#af2723; }
.fcolor2 { color:#FFF; }
.fcolor3 { color:#666; }
.fcolor4 { color:#CCC; }

/** CORES DE FUNDO **/
.bgcolor1 { background-color:#336699;  background-image:url(../img/fundomenu.jpg); }
.bgcolor2 { background-color:#004294; background-image:url(../img/fundomenucima.jpg);}
.bgcolor3 { background-color:#666; }
.bgcolor4 { background-color:#CCC; }
#titulo-in, #menu-in {
	width:940px;
	padding:0 10px;
	margin:0 auto;
}
#topo a { color:#666; }
#titulo-in {
	
	color:#FFF;
}
#logado {
	float:right;
	width:440px;
	text-align:right;
}
#logado .usuario {
	font-size:1.4em;
	margin-bottom:5px;
	color:#333;
}
#logado a:hover { text-decoration:underline; }
#menu-in { padding:10px 0; }
#menu-in li { display:inline; margin-right:10px; }
#menu-in li a {
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
}
#menu-in li a:hover {
	color:#333333;
}
#menu-in li.voltar { float:right; }
#conteudo {
	width:940px;
	padding:10px;
	margin:0 auto;
}
#painel {
	padding:20px;
	border:solid 1px #CCC;
	background:#FFF;
}

/** TABELAS **/
.tabela {
	padding:15px;
	background:#FFF;
	border:solid 1px #CCC;
}
.tabela h3 {
	color:#666;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:1.4em;
}
table {
	width:100%;
}
th {
	background:#666;
	color:#FFF;
	padding:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.2em;
	vertical-align:middle;
}
th a {
	color:#FFF;
}
th a:hover {
	color:#CCC;
}
th.center {
	text-align:center;
}
table tr td {
	background: #fff;
	border-bottom:solid 1px #CCC;
	padding:10px;
	vertical-align: middle;
}
table tr input[type=checkbox] {
	margin:0;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions, th.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/** MENU LATERAL **/
.menu-l {
	width:220px;
	border:solid 1px #CCC;
	background:#FFF;
}
.menu-l h3 {
	padding:10px;
	color:#FFF;
	font-size:1.2em;
}
.menu-l ul { padding:20px; }
.menu-l li {
	font-size:1.2em;
	font-weight:bold;
	line-height:30px;
	border-bottom:solid 1px #CCC;
	padding-left:15px;
	background:url(list-type1.gif) no-repeat left 11px;
}
.menu-l li a { display:block; }
.menu-l li ul { padding:0; }
.menu-l li li {
	font-size:0.8em;
	font-weight:normal;
	line-height:20px;
	border:0;
	padding-left:10px;
	background:url(list-type2.gif) no-repeat left 7px;
}
.botoes {
	display:block;
	clear:both;
	margin:15px 0;
}
.botoes ul { padding:5px 0; }
.botoes li { display:inline; }
.botoes li a {
	padding:8px 12px;
	background:#666;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:3px;
}
.botoes li a:hover { background:#336699; }

/** FOMRULARIOS **/
form {
	clear: both;
	padding: 15px;
	border:solid 1px #CCC;
	background:#FFF;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin: 10px 0 0;
}


label {
	display: block;
	margin-bottom:5px;
}
input, textarea {
	clear: both;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 7px;
	width: 370px;
	border:solid 1px #CCC;
	background:#F7F7F7;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=button] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* PAGINACAO */
div.paging {
	margin-top: 10px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

.flash_good {
	
	text-align: left;
	background-color: #ffffe0;
	border-color: #e6db55;	
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	
	}
	
	.error {
	background:#FEFFBF;
}

.destaque{

	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;

}

 .sim {
	background:url("../img/sim.png") no-repeat scroll right 2px transparent;
	margin-left:1px;
	padding-right:20px;
}

.nao {
	background:url("../img/nao.png") no-repeat scroll right 2px transparent;
	margin-left:1px;
	padding-right:20px;
}

.inputnovo{
	background:none repeat scroll 0 0 #F7F7F7;
	border:1px solid #CCCCCC;
	clear:both;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:1em;
	padding:4px;
	width:300px;
}

