@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);

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

.corner-all {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

html {
	background: #F7F7F7;
}

body {
	text-align: center;
	font: 12px Tahoma, Arial, sans-serif;
	background: url(../imagens/encontro/bg_porta.jpg) no-repeat right bottom;
}

.warning {
	cursor: default;
	border: 1px solid #024e54;
	padding: 10px 12px;
	font-size: 13px;
	line-height: 18px;
	font-style: italic;
	background: #096b72;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: -3px;
	margin-bottom: 21px;
}
#page .warning a {
	font-weight: bold;
	color: #FFF;
}

#page { width: 780px; min-height: 680px; text-align: left; margin: 0 auto; color: #343434; }
#page a { color: #3A4886; }

#header {
	background: url(../imagens/encontro/bg_header.jpg) no-repeat;
	height: 324px;
	text-indent: -1000em;
	overflow: hidden;
	margin-bottom: 21px;
}

#encontro #content {
	padding: 0 50px;
}

#encontro #content div.info {
	background: url(../imagens/encontro/tema.png) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	width: 413px;
	height: 113px;
	margin-bottom: 21px;
}
#encontro.index #content p {
	line-height: 18px;
	margin-bottom: 6px;
}
#encontro #content .bloco {
	margin: 0 7px 22px;
}
#encontro.index #content .deposito h3,
#content .programa h3 {
	text-decoration: underline;
	margin-bottom: 16px;
}
#encontro.nacional #content .programa h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	margin-bottom: 12px;
	text-align: left;
	color: #05818B;
	-webkit-font-smoothing:antialiased;
}

#content form {
	width: 694px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
#content form fieldset h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 21px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#content form fieldset .input {
	margin: 8px 12px 9px 0;
	width: 48%;
	float: left;
	display: inline;
}
#content form fieldset .text label,
#content form fieldset .select label,
#content form fieldset .radio legend {
	font-weight: bold;
	display: block;
	margin: 2px 0 1px;
	font-size: 12px;
}
#content form fieldset .select label { margin-bottom: 3px; }
#content form fieldset .text input,
#content form fieldset .text textarea {
	width: 95%;
	border: 1px solid #DDD;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding: 4px;
	font: 12px Arial, Tahoma, Verdana;
	background: #FFF url(../imagens/layout/bg_input.gif) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#content form fieldset .text input:focus,
#content form fieldset .text textarea:focus,
#content form fieldset .text input.form-error {
	border-color: #9D400C;
}
#content form fieldset .text input#InscricaoFone { width: 40%; }
#content form fieldset .rowButton {
	padding: 8px 0;
}
#content form fieldset .radio label { margin-right: 5px; }
#content form fieldset div.form-error {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	margin-top: 3px;
}
#content form fieldset div.pagamento {
	padding-top: 8px;
}

#content .programa h4 {
	margin-bottom: 12px;
}
#content .programa ul.agenda {
	margin-bottom: 16px;
	line-height: 16px;
}
#content .programa ul.agenda li { margin-bottom: 6px; }
#content .programa ul.agenda li .time,
#content .programa ul.agenda li .espaco {
	display: inline-block;
	width: 47px;
}

#footer {
	background: url(../imagens/encontro/footer.gif) no-repeat left top;
	width: 710px;
	padding-bottom: 50px;
	/*height: 186px;*/
	font-size: 14px;
	line-height: 19px;
	cursor: default;
}
.sulcatarinense #footer {
	background-position: left center;
}
.nacional #footer {
	background: url(../imagens/encontro/footer_nacional_2.png) no-repeat left top;
	background-position: right center;
}
#footer .info {
	margin-left: 4px;
	margin-bottom: 19px;
}
#footer .info h3 {
	text-decoration: underline;
}

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

/* Sul Catarinense */
.sulcatarinense #header {
	background: url(../imagens/encontro/sulcatarinense/bg_header.jpg);
}
.sulcatarinense #footer {
	background: none;
}
#encontro.sulcatarinense #content div.info {
	background: url(../imagens/encontro/sulcatarinense/tema.png) no-repeat;
	width: 680px;
	height: 126px;
}
#encontro .patrocinadores li {
	float: left;
	margin-right: 14px;
}
#encontro .patrocinadores a {
	display: block;
	width: 120px;
	height: 120px;
	text-indent: -9999em;
	overflow: hidden;
}
#encontro .patrocinadores .patro1 {	background: url(../imagens/encontro/sulcatarinense/patrocinador1.png); }
#encontro .patrocinadores .patro2 {	background: url(../imagens/encontro/sulcatarinense/patrocinador2.png); }
#encontro .patrocinadores .patro3 {	background: url(../imagens/encontro/sulcatarinense/patrocinador3.png); }
#encontro .patrocinadores .patro4 {	background: url(../imagens/encontro/sulcatarinense/patrocinador4.png); }
#encontro .patrocinadores .patro5 {	background: url(../imagens/encontro/sulcatarinense/patrocinador5.png); margin-right: 0; }

/* Nacional */
.nacional #header {
	display: none;
}
#encontro.nacional #content {
	padding: 18px 0;
}
#encontro.nacional .sub-header h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -2px;
	text-transform: uppercase;
	cursor: default;
	margin-bottom: 12px;
	text-align: center;
	color: #05818B;
	-webkit-font-smoothing:antialiased;
}

#encontro.nacional .info-nacional {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	text-transform: uppercase;
	cursor: default;
	margin: -4px 0 12px;
	text-align: left;
	color: #9F2215;
	-webkit-font-smoothing:antialiased;
}
#encontro.nacional .info-nacional .p2 {
	font-size: 21px;
	color: #696969;
}
#encontro.nacional .info-nacional .sub {
	font-size: 18px;
	margin-bottom: 10px;
}
#encontro.nacional #content .programa {
	margin: 30px 7px;
}
#encontro.nacional #content form .rowButton {
	text-align: center;
	padding: 16px;
}

#content .btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 21px;
	background: #CCC;
	color: #05818B;
	padding: 8px 10px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-font-smoothing: antialiased;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	cursor: pointer;
}
#content .btn:hover {
	text-decoration: none;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.08);
}
#content .btn-primary {
	color: #FFF;
	background: #05818B;
}
#content .btn-primary:hover {
	background: #096b72;
}
#content .btn-purple {
	color: #fff;
	background: #4f1f77;
}
#content .btn-purple:hover {
	background: #2B014C;
}

#pagamento-nacional {
	font-size: 14px;
	margin-top: 9px;
}
#pagamento-nacional .modalidade {
	float: left;
	width: 45%;
	padding: 8px 9px;
	background: #E7E7E7;
	height: 120px;
	margin: 10px 0 13px;
	margin-right: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-font-smoothing: antialiased;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
}
#pagamento-nacional .mod-pagseguro { margin-right: 0; }
#pagamento-nacional .modalidade h4,
#pagamento-nacional .modalidade h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	cursor: default;
	text-align: left;
	color: #9F2215;
	-webkit-font-smoothing:antialiased;
	margin-bottom: 3px;
}
#pagamento-nacional .modalidade h5 {
	margin-top: -2px;
	font-size: 14px;
	color: #666;
}
#pagamento-nacional .modalidade .mods { line-height: 22px; }
#pagamento-nacional .modalidade .mods li:hover label { color: #C00; cursor: pointer; }

#encontro.nacional .incluso {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: default;
	text-align: left;
	color: #9F2215;
	-webkit-font-smoothing: antialiased;
	padding: 12px 0;
}
#encontro.nacional .incluso strong {
	display: inline-block;
	font-size: 18px;
	letter-spacing: -1px;
	margin-bottom: 6px;
}
#encontro.nacional .obs {
	font-size: 12px;
	color: #666;
}
#encontro.nacional .obs strong {
	font-size: 15px;
}

#encontro.nacional #content .deposito {
	padding: 8px 12px 16px;
	background: #E7E7E7;
	margin: 21px 0 13px;
	margin-right: 15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-font-smoothing: antialiased;
	-webkit-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
}

#encontro.hotel #content .lista-fotos li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#encontro.hotel #content .lista-fotos li a {
	display: block;
	background: #9F2215;
	padding: 1px;
}
#encontro.hotel #content .lista-fotos li a:hover {
	background: #999;
}
#encontro.hotel #content .lista-fotos li a img { display: block; }

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