﻿/* Desenvolvido por: Jgwebcom */
@import url("reset.css");

/* Alpha PNG support for IE */
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="shared/images/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
}

body{
	margin: 10px;
	background: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: .9em;
	text-align: center;
}
a{
	color: #f07800;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
h1{
	color: #666;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
}
h2{
	color: #999;
	font-size: 1.2em;
	font-weight: bold;
	margin: 8px 0 8px 0;
}
p{
	margin: 15px 0 15px 0;
	text-align: left;
	line-height: 1.5em;
}
.base{
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.voltar{
	float: right;
	font-weight: bold;
	padding: 5px;
	background: #f2f2f2;
	font-size: 0.8em;
}
.voltar:hover{
	background: #666;
	color: #fff;
	text-decoration: none;
}
input, textarea{
	background: #F3F3F3;
	border: 0 none;
	padding: 5px;
	color: #6e1337;	
	font: 0.85em sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	border: 1px dashed #D1D1D1
}
.select_destaque{
	font-size: 1.2em;
	font-weight: bold;
	width: 350px;
}
button{
	border: 0 none;
	width: auto;
	background: #f07800;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: 4px 6px 4px 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;		
}
input.error, textarea.error{
	border-left: 5px solid #982e3c;
}
label{
	font-weight: bold;
}
label.error{
	color: #982e3c;
}
.mensagem_retorno{
	margin: 10px;
	padding: 10px;
	border: 1px dashed #CCC;
	background: #f2f2f2;
	text-align: center;
	display: none;
}
.h1Top{
	padding: 15px;
	background: #f2f2f2;
	margin: 0 auto;
	text-align: center;
	clear: both;
	margin-bottom: 15px;
}
.aviso{
	border: 1px dashed #CCC;
	background: #fff;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.rs_atividades{
	margin-top: 10px;
	padding-top: 10px;
	font-size: .9em;
}
.tabelaA tr{
	border-bottom: 1px solid #ccc;
}
.tabelaA tr td{
	padding: 4px;
	height: 24px;
}
.linhaSel:hover{
	background: #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	color: #000;
}
.colCab{
	background: #e2e2e2;
	color: #690;
	font-size: 1.5em;
	font-weight: bold;
}
.calendario{
	width: 250px;
	border-right: 1px solid #CCC;
	margin-right: 20px;
	float: left;
}
.rsDatas{	
	width: 270px;
	float: left;
}
.rsDatas{
	float: left;
	border-right: 1px solid #CCC;
	margin-right: 20px;
	padding-right: 20px;	
}
.rsInfo{
	width: 270px;
	float: left;
}
.btBig{
	width: 250px;
	height: 50px;
	font-size: 2em !important;
}
#hora input{
	width: auto;
	background: #f2f2f2;
}
.box{
	margin: 0 auto;
	max-width: 750px;
	padding: 30px;
	background: #ECECEC;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}
.clear{
	clear: both;
}
.inputBig{
	font-size: 3em;
	text-align: center;
}
.captcha{
	width: 230px;
	height: 50px;
}