* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
}

body {
	text-align: center;
	background: #000;
	font: 12px Tahoma, Arial, Verdana;
	color: #FFF;
}

.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 */

#activity {
	position: absolute;
	z-index: 101;
	top: 50%;
	left: 50%;
	font-size: 0.8em;
	margin-left: -90px;
	margin-top: -20px;
	color: #000;
	background: #FFF url(../imagens/activity-indicator.gif) no-repeat right center;
	border: 2px solid #BBB;
	text-align: right;
	padding: 5px 125px 5px 5px;
	visibility: hidden;
}

#corpo {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#topo {
	background: #333 url(../imagens/bg_topo.gif) repeat-x;
	height: 145px;
	overflow: hidden;
}
#topo h1 {
	display: block;
	width: 230px;
}
#topo h1 a {
	display: block;
	height: 87px;
	width: 220px;
	overflow: hidden;
	text-indent: -1000em;
	background: url(../imagens/logo_topo.gif) no-repeat;
	margin-left: 17px;
}
div.itens-topo {
	float: right;
	display: inline;
	margin-top: -56px;
}
#topo a.twitter {	
	display: inline;
	float: right;
	text-indent: -1000em;
	width: 48px;
	height: 49px;
	background: url("../imagens/twitter.png") no-repeat !important;
	background: url("../imagens/twitter.gif") no-repeat;
	margin-right: 11px;
}
#topo .contato-topo {
	display: inline;
	float: right;
	width: 108px;
	height: 44px;
	text-indent: -1000em;		
	margin-right: 16px;
	background: url("../imagens/bt_contato_topo.png") no-repeat !important;
	background: url("../imagens/bt_contato_topo.gif") no-repeat;	
}
#topo #menu {
	display: block;
	background: url(../imagens/bg_menu_topo.gif) repeat-x;
	height: 33px;
	margin: 14px 0;	
	font-weight: bold;	
	padding-left: 18px;
}
#topo #menu li {
	float: left;
	height: auto !important;
	height: 1%;
	display: inline;
	padding: 8px 38px 8px 0;
	margin-right: 10px;
}
#topo #menu li.last {	
	padding-right: 0;	
}
#topo #menu li a {
	display: block;		
	color: #EEE;
	text-align: center;
}
#topo #menu li a:hover {
	/*background: #000;*/
	color: #BD9C00;
}

#banner {
	width: 980px;
	height: 184px;
	background: #666;
}

#conteudo h2 {
	color: #BD9C00;
	font-size: 18px;
	font-weight: normal;
	background: url(../imagens/flor_titulo.gif) no-repeat;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	margin: 10px 0;
	cursor: default;
}

#menu-rodape {
	background: url(../imagens/bg_menu_rodape.gif) repeat-x;
	height: 11px;	
	margin-top: 45px;	
	overflow: hidden;
}
#rodape {	
	padding: 20px;
	color: #EEE;
	background: #111;
	height: 140px;
}
#rodape div.rp-esquerdo {
	float: left;
	display: inline;	
	line-height: 25px;
}
#rodape div.rp-esquerdo span.sp-email {		
	display: block;
	margin-bottom: 1px;
}
#rodape div.rp-direito {
	float: right;
	display: inline;
}
#rodape div.rp-direito a.associado {
	display: block;
	width: 138px;
	height: 78px;	
	text-indent: -1000em;
	background: url("../imagens/im_associado.png") no-repeat;
	margin-bottom: 30px;
	margin-left: 60px;
}
#rodape a {
	font-weight: bold;
	color: #BD9C00;
}
#rodape a:hover {
	text-decoration: underline;
}

/* Cake Logging */
table.cake-sql-log {
	background: #FFF;
	color:#000;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
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;
}

/* msg */
#flashMessage {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	border-bottom: 3px solid #8e8e8e;
	color: #fff;
	background: #413d3a;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
