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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {	text-decoration: none; }
a:hover { text-decoration: underline; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr { display: none; }

#activity {
	position: absolute;
	z-index: 101;
	top: 200px;
	left: 50%;
	font-size: 0.8em;
	margin-left: -90px;
	color: #000;
	background: #FFF url(../imagens/layout/activity-indicator.gif) no-repeat right center;
	border: 2px solid #BBB;
	text-align: right;
	padding: 5px 126px 5px 5px;
}
#activity.disabled {
	display: none;
	visibility: hidden;
}

#accessJumperMenu {
	display: none;
	position: absolute;
	top: -150px;
}

.crop {
	width: 988px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

html {
	background: #F3EEDD url(../imagens/layout/bg.gif) repeat-x;
}

body {
	text-align: center;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	background: url(../imagens/layout/bg_porta.jpg) no-repeat right bottom;
}

#page {	min-width: 988px; }

#header {
	height: 218px;
	background: url(../imagens/layout/bg_topo_farol.jpg) no-repeat top center;
}
#header h1 {
	background: url(../imagens/layout/logo.png) !important;
	background: url(../imagens/layout/logo.gif);
	width: 235px;
	height: 111px;
	margin: 42px 0 0 125px;
	
}
#header h1 a {
	display: block;
	height: 111px;
	overflow: hidden;
	text-indent: -1000em;
}

#detalhe-menu {
	width: 987px !important;
	width: 986px;
	height: 23px;
	background: url(../imagens/layout/topo_menu.png) top left !important;
	background: url(../imagens/layout/topo_menu.gif) top left;
	margin: 42px auto 0 !important;
	margin: 41px auto 0;
}
#detalhe-menu.safari {
	width: 986px !important;
}

#menu {
	position: absolute;
	background: url(../imagens/layout/bg_menu.gif) no-repeat left bottom;
	width: 171px;
	height: 320px;
	text-align: left;
	margin-left: 3px;
}
#menu.safari, #menu.ie {
	margin-left: 4px;
}

#menu ul {
	margin: 0 16px 15px;
}
#menu ul li {
	border-bottom: 1px dashed #983600;
}
#menu ul li.last {
	border-bottom: none;
}
#menu ul li.pratica a {
	font-size: 11px;
}
#menu ul li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #179BBF;
	padding: 11px 1px 11px 8px;
}
#menu ul li a:hover {
	color: #00708F;
	background: #F9F9F9;
	text-decoration: none;
}

#content {
	background: url(../imagens/layout/bg_content.png) repeat-y top center !important;
	background: url(../imagens/layout/bg_content.gif) repeat-y top center;
	min-width: 988px;
	min-height: 570px;
	color: #454545;
}
#content .crop {
	width: 769px;
	padding: 8px 26px 30px 194px;
}
#content h3, #content h4, #content h5 {
	font: 12px Georgia, Georgia, serif;
	font-weight: bold;
	color: #983600;
}

#footer {
	background: url(../imagens/layout/bg_footer.png) no-repeat top center !important;
	background: url(../imagens/layout/bg_footer.gif) no-repeat top center;	
	height: 105px;
	padding-bottom: 90px;
	font-size: 11px;
	color: #FFF;
	cursor: default;
}
#footer .crop {
	width: 942px;
	padding: 68px 23px 20px;
}
#footer .copy {
	float: left;
	display: inline;
}
#footer .dev {
	float: right;
	display: inline;
}
#footer .dev a {
	font-weight: bold;
	color: #FFF;
}
#footer .dev a:hover {
	color: #CC0000;
}
/* notices and errors */
.message {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	background: #175A89;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: #FFF;
	cursor: default;
	border-bottom: 3px solid #07456F;
}
.message .error {
	background: #046DA3;
	border-bottom: 3px solid #036598;
	color: #FFF;
}

/* Cake Logging */
table.cake-sql-log {
	background: #FFF;
	color:#000;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	width: 100%;
}
table.cake-sql-log caption {
	font-weight:bold;
	font-size:18px;
	text-align: center;
	margin: 30px 0 0 0;
	border:1px solid #CCC;
	padding:5px 0;
	color:#FFF;
	background: #000;
}
table.cake-sql-log th {
	font-weight:bold;
	border:1px solid #CCC;
	background:#fc0;
	padding:5px;
}
table.cake-sql-log td {
	border:1px solid #CCC;
	padding:5px;
}
table.cake-sql-log tr:hover {
	background:#FFC;
}
/* Debugging */
#cakeControllerDump {
	margin:20px 0;
	padding:10px;
	background: #FFF;
	color: #000;
}
pre.cake-debug {
	background: #fc0;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #fc0;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FF0;
	padding: 4px;
}