body {
	font-size: 12px;
	background: #cce5ec url(../_img/bodyBG.png) repeat-x;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #666666;
	line-height: 14px;
}
/* @group structural */
#wrapper {
	background: url(../_img/wrapperBG.png) no-repeat top center;
	width: 900px;
	min-height: 580px;
	margin: 0 auto;
	padding-top: 29px;
	position: relative;
}
#branding {
	display: none;
}
#time {
	position: absolute;
	right: 0;
	top: 0;
}
#colCenter {
	background: #fff;
	width: 100%;
	padding: 10px;
	float: left;
}
#colRight {
    display: none;
}
#shortContacts {
	display: none;
}
#langSelect {
	line-height: 30px;
	font-style: italic;
	position: absolute;
	right: 240px;
	top: 20px;
}
.b2 {
	width: 49%;
}
.left {
	float: left;
    clear: left;
}
.right {
	float: right;
}
/* @end */
/* @group typo */
h1 {
	display: none;
}
h2 {
	color: #0284e6;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 10px 0;
	background: url(../_img/h2BG.png);
	display: inline;
}
h2 a {
	color: #0284e6;
	text-decoration: none;
}
h3{
	color: #0952a5;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin: 10px 0;
}
p {
	font-size: 1.1em;
	margin: 6px 0;
}
#colCenter p {
	font-size: 1.1em;
	line-height: 1.3em;
}
p strong {
	font-weight: bold;
	color: #333;
	font-style: italic;
}
p a {
	text-decoration: underline;
	color: #333;
}
p a:hover {
	color: #0085e8;
}
p.aqua {
	background: #cce5ec;
}
p.green {
	background: #d5ebaa;
	color: #64a90e;
}
p.green strong {
	color: #618f12;
}

a.btn, input.btn {
	width: auto !IMPORTANT;
	color: #fff !IMPORTANT;
	padding: 2px 5px 1px 25px !IMPORTANT;
	margin-left: 5px !IMPORTANT;
	font-style: italic !IMPORTANT;
	text-decoration: none;
	cursor: pointer !IMPORTANT;
	font-size: 1.1em !IMPORTANT;
    border: none !IMPORTANT;
}
a.btn:hover {
	color: #fff !IMPORTANT;
}
a.blueGray, input.blueGray {
	background: #27bae0 url(../_img/btnGrayBG.png) no-repeat left center;
}
a.blueGray:hover {	
	background-color: #0085e8;
}
a.orangeGreen, input.orangeGreen {
	background: #f48631 url(../_img/btnGreenBG.png) no-repeat left center;
}
a.orangeGreen:hover {
	background-color: #d4752b;
}
a.greenGreen, input.greenGreen {
	background: #a0c661 url(../_img/btnGreen2BG.png) no-repeat left center;
}
a.greenGreen:hover {	
	background-color: #7ab318;
}
a.blueAqua {	
	background: #9bd0e0 url(../_img/btnAquaBG.png) no-repeat left center;
}
a.blueAqua:hover {	
	background-color: #8abac8;
	color: #fff;
}
a.blueBlue {	
	background: #0084e8 url(../_img/btnBlueBG.png) no-repeat left center;
}
a.blueBlue:hover {	
	background-color: #27b9e0;
}

a.blueWhite {	
	background: #9bd0e0 url(../_img/btnWhiteBG.png) no-repeat left center;
}
a.blueWhite:hover {	
	background-color: #8abac8;
}
p.actionBar {
	text-align: left;
	position: relative;
	font-size: 1em;
	line-height: 2.8em;
	overflow: hidden;
	padding: 5px;
	margin: 10px 0;
	clear: both;
}
p.actionBar .btn {
	line-height: normal;
	float: right;
	padding: 3px 5px 2px 25px;
	font-size: 1em;
}
p.actionBar span {
	float: left;
	font-style: italic;
	font-size: 12px;
	padding: 2px 0 0 2px;
}
p.pagBar {
	text-align: right;
	position: relative;
	font-size: 1em;
	line-height: 2.8em;
	overflow: hidden;
	padding: 5px;
	margin: 10px 0;
	clear: both;
}
p.pagBar span {
	float: left;
	font-style: italic;
	font-size: 12px;
	padding: 2px 0 0 2px;
}
p.pagBar a {
	background: #acd465;
	text-decoration: none;
	color: #d4eba9;
	padding: 2px 5px;
	font-weight: bold;
	font-family: arial;
}
p.pagBar a:hover {
	background: #7ab317;
}
/* @end */
/* @group mainNav */
#mainNav {
    display: none;
}
/* @end */
/* @group searchForm */
#searchForm {
    display: none;
}
/* @end */
/* @group colCenter */
.img {
	border: 1px solid #ccc;
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
}
.dateBox {
	background: #89c6d9 url(../_img/dateBoxBG.png) no-repeat bottom center;
	font-size: 18px !IMPORTANT;
	padding: 5px 0 10px 0;
	text-align: center;
	font-style: italic;
	color: #fff;
	width: 42px;
	margin: 0;
}
.dateBox span {
	background: #fff;
	display: block;
	color: #535353;
	font-size: .7em !IMPORTANT;
	line-height: 1.1em;
}
/* @group breadcrumb */
#breadCrumb {
	display: none;
}
#breadCrumb a {
	display: none;
}
/* @end */
/* @group genList */
ul.genList {
	margin-top: 10px;
}
ul.genList li {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.dataWrapper {
	float: left;
	width: 50px;
}
ul.genList li .imgWrapper {
	float: left;
	width: 90px;
}
ul.genList li .contentWrapper {
	float: left;
	width: 350px;
}
ul.genList li .contentWrapper p {
	margin-bottom: 10px;
}
ul.genList li.b2 .contentWrapper {
	width: 140px;
}
/* @end */
/* @group genList */
ul.instalacoesList {
	margin-top: 10px;
}
ul.instalacoesList li {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.instalacoesList li .imgWrapper {
	float: left;
	width: 150px;
}
ul.instalacoesList li .contentWrapper {
	float: left;
	width: 300px;
}
ul.instalacoesList li .contentWrapper p {
	margin-bottom: 10px;
}
/* @end */
/* @group eventScroller */
#eventScroller {
    display: none;
}
/* @end */
/* @end */
/* @group colRight */
/* @group calendar */
#calendar {
	margin-bottom: 10px;
}
#calendar .actionBar {
	background: #d5ebaa;
	margin: 0;
}
#calendar .caltooltip {
    display: block;
    background-color: #fbebd1;
    /*padding: 5px;*/
}
#calendar td {
    padding: 0;
    line-height:23px;
    text-align: center;
}
#calendar caption {
    background: #7ab316;
    color: #fff;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
#calendar caption a {
    background: #4e4e4c;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 5px;
}
/* @end */
/* @group newsSubs */
#newsSubs {
	background: #e0e4cd;
	padding: 20px 10px;
}
#newsSubs p {
	font-style: italic;
}
#newsSubs p span {
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
}
#newsSubs li {
	margin: 4px 0;
}
#newsSubs li.submitWrapper {
	margin: 10px 0 0 0;
	text-align: right;
}
#newsSubs label {
	display: none;
}
#newsSubs input {
	border: 1px solid #d5d7c9;
	padding: 2px 4px;
	color: #666666;
	font-style: italic;
	width: 95%;
}
/* @end */
/* @group Banners */
#banners {
	background: #fff;
    border: 1px solid #CCC;
	padding: 10px;
    min-height: 190px;
    margin-top: 10px;
    position: relative;
}
#banners li {
	position: absolute;
    left: 10px;
    top: 10px;
}
/* @end */
/* @end */
/* @group footer */
#footer {
    display: none;
}
/* @end */
/* @group tableList */
table {
	border-collapse: collapse;
	width: 100%;
}
table thead th {
	display: none;
}
table thead th.first {
	width: 82%;
	padding-left: 25px;
}
#agendaB table thead th.first {
	width: 72%;
	padding-left: 25px;
}
table thead th.firstEvents {
	padding-left: 25px;
}
table thead th.second {
	width: 82%;
	padding-left: 10px;
}
table thead th.last {
	background: #f5faeb;
}
table tbody td {
	border-bottom: 1px dotted #ccc;
	color: #707070;
	padding: 5px;
	font-size: 1em;
}
table tbody td a {
	color: #707070;
	text-decoration: none;
}
table tbody td a:hover {
	text-decoration: underline;
}
table tbody td.first {
	padding-left: 25px;
	background: url(../_img/tableFirstBG.png) no-repeat left top;
}
table tbody td.firstEvents {
	padding-left: 25px;
	background: url(../_img/tableFirstBG.png) no-repeat left top;
}
table tbody td.second {
	width: 82%;
	padding-left: 10px;
}
table tbody td.last {
	background: #f5faeb;
}
/* @end */
/* @group comoChegar */
#comoChegar {
}
#comoChegar h4 {
	background: #d8dfc0 url(../_img/comoChegarH4BG.png) no-repeat center left;
	color: #262626;
	font-size: 1.1em;
	font-style: italic;
	padding: 4px 10px;
	cursor: pointer;
}
#comoChegar ul {
	background: #f4f5ec;
	margin-left: 5px;
}
#comoChegar ul li {
	border-bottom: 1px dotted #c7c8c1;
}
#comoChegar ul li a {
	text-decoration: none;
	color: #535353;
	display: block;
	padding: 4px 10px;
}
#comoChegar ul li a:hover {
	color: #64a90e;
}
#comoChegar div {
	padding-left: 15px;
}
/* @end */
/* @group eventInfo */
.eventInfo {
	background: #ebf4f7;
}
/* @end */
/* @group divResults */
#divResults {
	position: absolute;
	top: 50px;
	right: 98px;
	border: 1px solid #353535;
	background: #fff;
	padding: 3px;
	width: 220px;
}
#divResults ul {
	background: #333333;
}
#divResults ul li {
	padding: 5px;
	border-bottom: 1px solid #616161;
	overflow: hidden;
}
#divResults ul li img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #202020;
}
#divResults ul li h2 {
	color: #fff;
	background: none;
	display: block;
	font-size: 1.1em;
}
#divResults ul li a {
	width: auto;
	color: #fff;
	padding: 3px 5px 2px 25px;
	margin-left: 5px;
	font-style: italic;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.1em;
	
	background: #535353 url(../_img/btnGrayBG.png) no-repeat left center;
}
/* @end */
.genform {
	background: #f6f7f0;
}
.genform p {
	padding: 2px 5px;
}
.genform label {
	display: block;
}
.genform  input, .genform  textarea {
	border: 1px #d1d1cf solid;
	width: 220px;
	padding: 2px 4px;
}
.genform  textarea {
	height: 100px;
}
.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../_img/bubble.png) top left;
}
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../_img/bubble.png) bottom right;
}
td.mes {
    font-weight: bold;
    font-size: 15px;
}