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; }

/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999; }
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99997; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99997; }
.modal { visibility: hidden; cursor: pointer; }

#activity {
	position: absolute;
	z-index: 99999;
	top: 200px;
	left: 50%;
	font-size: 0.8em;
	margin-left: -90px;
	color: #000;
	background: #FFF url(../imagens/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: 986px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

body {
	text-align: center;
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	background: #BE1C12 url(../imagens/layout/bg.gif) repeat-x;
}

#page {
	background: url(../imagens/layout/bg_content.png) repeat-y !important;
	background: url(../imagens/layout/bg_content.gif) repeat-y;
	padding: 0 7px 5px;
	margin-top: 62px;
	min-height: 390px;
	width: 972px;
}

#header .widgets {
	width: 986px;
	height: 30px;
	background: url(../imagens/layout/bg_topo.png) no-repeat !important;
	background: url(../imagens/layout/bg_topo.gif) no-repeat;
	margin: -43px -7px 0;
	position: absolute;
	padding-top: 13px;
}
#header .widgets a {
	width: 53px;
	height: 21px;
	background-image: url(../imagens/layout/widgets.png) !important;
	background-image: url(../imagens/layout/widgets.gif);
	background-repeat: no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	margin-right: 16px;	
	display: inline;
	float: left;
}
#header .widgets a.facebook { margin-left: 670px; }
#header .widgets a.orkut { background-position: -82px 0; width: 46px; }
#header .widgets a.twitter { background-position: -155px 0; width: 67px; }
#header .widgets a.youtube { background-position: -247px 0; width: 49px; }
#header .widgets a.rss { background-position: -327px 0; width: 21px; }

#header h1 {
	width: 972px;
	height: 164px;
	/*background: #9F1D13 url(../imagens/layout/bg_topo.jpg) no-repeat;*/
	background-color: #FFF;
}
#header h1 a {
	display: inline;
	float: left;
	margin: 20px;
	width: 268px;
	height: 78px;
	background: url(../imagens/layout/logo_topo.png) no-repeat !important;
	background: url(../imagens/layout/logo_topo.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	margin: 40px 0 0 22px;
}
#header #menu {
	background: url(../imagens/layout/bg_menu.gif) repeat-x;
	border: 1px solid #7F231F;
	border-left: none;
	border-right: none;
	height: 41px;
	overflow: hidden;
	padding-top: 1px;
}
#header #menu li {
	float: left;
	display: inline;
	border-left: 1px solid #AE1F19;
	border-right: 1px solid #D3453E;
}
#header #menu li.first { border-left: none; }
#header #menu li.last { border-right: none; }
#header #menu li a {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	line-height: 41px;
	display: inline-block;
	width: 68px;
}
#header #menu li.serafim a { width: 170px; }
#header #menu li.atuacao a { width: 196px; }
#header #menu li.galeria a { width: 84px; }
#header #menu li.noticias a { width: 90px; }
#header #menu li.imprensa a { width: 94px; }
#header #menu li.juventude a { width: 102px; }
#header #menu li.contato a { width: 84px; }
#header #menu li a:hover,
#header #menu li.selected a {
	text-decoration: none;
	background: #C22C26 url(../imagens/layout/bg_menu_over.png) repeat-x;
	color: #F7F7F7;
}

#content { 
	padding: 22px 22px 26px;
	color: #555;
	background: url(../imagens/layout/bg_content_degrade.gif) repeat-x;
}
#content h2, #content h3, #content h3.star {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	cursor: default;
	color: #BF140B;
	padding-left: 28px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	background: url(../imagens/layout/star.gif) no-repeat;
	border-bottom: 3px solid #E2E2E2;
}
#content h3, #content h3.star {
	font-size: 18px;
	line-height: 16px;
	background: url(../imagens/layout/starp.gif) no-repeat;
	padding-left: 22px;
	padding-bottom: 10px;
}

#content a.bt-voltar {
	display: block;
	margin: 15px 0 9px;
	width: 110px;
	height: 23px;
	background: url(../imagens/layout/bt_voltar.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
}

#footer .crop {
	background: url(../imagens/layout/bg_rodape.png) top center no-repeat !important;
	background: url(../imagens/layout/bg_rodape.gif) top center no-repeat;
	padding: 24px 30px;
	width: 926px;
	height: 78px;
	overflow: hidden;	
	color: #555;
	cursor: default;
}
#footer .pt {
	float: right;
	display: inline;
	width: 232px;
	height: 36px;
	background: url(../imagens/layout/pt.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
}
#footer .desenvolvimento {
	text-align: right;
	margin-top: 37px;
	font-size: 11px;	
}
#footer .desenvolvimento a {
	font-weight: bold;
	color: #C00;
}

/* ----- Logos dos Candidatos ----- */
#footer div.crop div {
	float: right;
	display: inline;
}
#footer div.crop div a {
	float: left;
	display: inline;
	margin-right: 5px;
	background: transparent url(../imagens/layout/logos_rodape.gif) 0 0 no-repeat;
	width: 135px;
	height: 47px;
	text-indent: -1000em;
	overflow: hidden;
}
#footer div.crop div a.viginatti {
	background-position: -140px 0;
	width: 100px;
}
#footer div.crop div a.ideli {
	background-position: -244px 0;
	width: 105px;
}
#footer div.crop div img {
	float: left;
	display: inline;
	margin-top: -2px;
}






/* paginacao */
#page #content div.paging {
	color: #666;
	padding: 16px 0 14px;
	text-align: center;
	cursor: default;
	line-height: 18px;
	clear: both;
}
#page #content div.paging div.disabled {
	color: #ddd;
	display: none;
}
#page #content div.paging a {
	color: #CC0000;
	font-weight: bold;
	padding: 1px 2px;
}
#page #content div.paging a.setas {
	display: inline-block;
	font-size: 11px;
	height: 18px;
	color: #FFF;
	text-align: left;
	padding: 1px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#page #content div.paging a.setas:hover { background: #666; }
#page #content div.paging a.prev {
	background: #CC0000;
	text-align: right;
	margin-right: 4px;
}
#page #content div.paging a.next {
	background: #CC0000;
	margin-left: 4px;
}

/* notices and errors */
.message {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	background: #CC0000;
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: #FFF;
	cursor: default;
	border-bottom: 3px solid #990000;
}
.message .error {
	font-size: 16px;
	color: #CC0000;
}

/* 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;
}