/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body,td {
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

body {
			
}

img {
border: medium none;

}

body.f-smaller {
	font-size: 11px;
}

body,
body.f-default {
	font-size: 13px;
}

body.f-larger {
	font-size: 15px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
  font-size:14px;
  color:#fff !important;
}
.contentpaneopen p {
	color:#fff !important;
	font-size:14px;
}
	

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

h1 { 
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}


body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	color:#00F0FF;
	text-decoration: none;
}

/* @end */

/* @group Joomla Elements */

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 95%;
	color:#fff;
}

.componentheading {
	font-size: 150%;
}

#mainframe td.contentheading {
	font-size: 30px;
	font-weight:normal;
	width: 100%;
	padding-top: 0px;
}

#mainframe td.column_separator {
	padding-left: 15px;
}

body.f-smaller #mainframe td.contentheading {
	background-position: 0 5px;
}

body.f-default #mainframe td.contentheading {
	background-position: 0 7px;
	font-family:Arial, Helvetica, sans-serif;
	padding:23px 0 0;
}

body.f-larger #mainframe td.contentheading {
	background-position: 0 9px;
}

.componentheading {
	font-size:30px;
font-weight:lighter;
margin-bottom:15px;
padding:10px 0;
}

td.componentheading {
	padding-bottom: 15px;
	font-size:30px;
}

#mainframe td.sectiontableheader {
	font-weight: bold;
	padding: 4px 2px;
}

.sectiontableentry1,
.sectiontableentry2 {
	text-align: left;
	padding: 2px 0;
}

.contentpane,
.contentpaneopen {
	width: 100%;
}

/* @end */

/* @group Structure */

div.wrapper {
	margin: 0 auto;	
	text-align: left;
}

div#header {
	height: 158px;
}


#header .wrapper {
	position: relative;
	/*z-index: 10;*/
}

img#logo {
	position: absolute;
	top: 25px;
	left:4px;
	width: 204px;
	height: 78px;
}

div#horiz-menu {
	position: relative;
	margin-left: 5px;
	top: 113px;

}

div#sub-menu {
	position: absolute;
	left: 262px;
	top: 75px;
}

div#transparent {
	position: relative;
	z-index: 4;
}

div#pathway {
	float: left;
	height: 0px;
	margin-bottom: 0px;
}

div#mod-top {
	float: right;
	height: 30px;
	margin-bottom: 15px;
	margin: 5px 5px;
}

div#mainbody {
	/*background:url(../images/bg1800.jpg) repeat scroll -128px 0;*/
}


#transparent div#mainbody,
#transparent div.padding {
	clear: both;
	padding-bottom: 5px;
	z-index:0!important	;
}

#transparent .wrapper {

}

div#inset1 {
/*	background: url(../images/inset.png);*/
	padding: 0px;
	margin: 0;
	width:424px;
}

div#inset2 {
	 background:none; 
	padding:0;
		*padding-right:50px!important;
	margin:0;
}

div#divider {
	/*background: url(../images/body-div.png);*/
	height: 0px;
	overflow: hidden;
}

div.section {
	 /*background:transparent url(../images/bg2000.jpg) repeat scroll 0 0 ;*/
	 background-position:center;
	font-weight:normal;
	color:#FFF;
}

#section2 {
	/*background:#C2DBEF;*/
	height:115px;
}

div.section .padding {

}

div#transparent .padding {
	margin-left: -30px;
}

div.section td.section,
#mainframe td.fixed {
	padding-left: 0px;
}

/* @end */

/* @group Table Control */

#mainframe {
	width: 100%;
	z-index:0;
	*z-index:0;
	_z-index:0;
	padding-top:25px;
}

table.sections {
	width: 100%;
}

#mainframe td,
.sections td {
	padding: 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.fixed {
	padding-left: 20px;
	width: 225px;
}

td.w24 {
	width: 25%;
	border-bottom: 1px solid #488fc7;
}

td.w33 {
	width: 33%;
}

td.w49 {
	width: 50%;
}

td.w99 {
	width: 100%;
}

#mainframe td.spacer,
.sections td.spacer,
#glass .sections td.spacer,
#smoke .sections td.spacer {
	width: 20px;
	background: none;
	border: 0;
}

td.spacer img {
	width: 20px;
}

#mainframe tr {
	vertical-align: top;
}

/* @end */



/* @group Login/Logout */

.loginelement {
	width: 145px;
	float:  left;
	padding: 3px 25px;
	line-height: 25px;
	white-space: nowrap;
}

.loginelement label {
	font-weight: normal;
}

.loginelement  .inputbox {
	width:  75px;
	margin-left: 5px;
	vertical-align: middle;
 
}

span.loginsubmit,
span.logoutsubmit {
	display: block;
	float:  left;
	background: url(../images/login-button.png) 0 50% no-repeat;
	width: 53px;
	height:  23px;
	line-height: 23px;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	margin-left: -10px;	
	cursor: pointer;
	color: #fff;
}

span.loginsubmit a:hover,
span.logoutsubmit a:hover {
	text-decoration: none;
}

span.loginsubmit span,
span.logoutsubmit span {
	text-decoration: none;
}

/* @end */

/* @group Modules */

.moduletable,
.module {
	color:#fff;
	margin: 0;
	padding: 20px 15px 25px;
}

.module-hilite1a,
.module-hilite1b,
.module-hilite1c,
.module-hilite2a,
.module-hilite2b,
.module-hilite2c {
	margin: 0;
	padding: 20px 12px 25px;
}

.moduletable h3,
.module h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
}

.moduletable h3,
.moduletable-hilite1a h3,
.moduletable-hilite1b h3,
.moduletable-hilite1c h3, 
.moduletable-hilite2a h3,
.moduletable-hilite2b h3,
.moduletable-hilite2c h3,
.moduletable-hilite3a h3,
.moduletable-hilite3b h3,
.moduletable-hilite3c h3,
.moduletable-hilite4a h3,
.moduletable-hilite4b h3,
.moduletable-hilite4c h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	padding-left: 25px;
}

.moduletable,
.moduletable-hilite1a,
.moduletable-hilite1b,
.moduletable-hilite1c, 
.moduletable-hilite2a,
.moduletable-hilite2b,
.moduletable-hilite2c,
.moduletable-hilite3a,
.moduletable-hilite3b,
.moduletable-hilite3c,
.moduletable-hilite4a,
.moduletable-hilite4b,
.moduletable-hilite4c{
	padding: 15px 15px 25px 15px;
}

div#inset1 .moduletable {
	padding: 0 0px!important;
	text-align:right;
	_padding: 0 0px;
	*padding: 0 0px;
	margin-right:-34px;
}

.module h3 {
	height: 32px;
	line-height: 30px;
	/*background: url(../images/title-bg1.png) 0 0 no-repeat;*/
	padding: 0 0 0 0px;
}

.module-hilite3a div div div,
.module-hilite3b div div div,
.module-hilite3c div div div,
.module-hilite4a div div div,
.module-hilite4b div div div,
.module-hilite4c div div div {
	padding: 5px 19px 5px;
	color: #eee;

}

.module-hilite3a div div div div,
.module-hilite3b div div div div,
.module-hilite3c div div div div,
.module-hilite4a div div div div,
.module-hilite4b div div div div,
.module-hilite4c div div div div {
	background: none;
	padding:13px 0 8px;
}

.module-hilite1a h3,
.module-hilite1b h3,
.module-hilite1c h3, 
.module-hilite2a h3,
.module-hilite2b h3,
.module-hilite2c h3,
.module-hilite3a h3,
.module-hilite3b h3,
.module-hilite3c h3,
.module-hilite4a h3,
.module-hilite4b h3,
.module-hilite4c h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0px;
	height: 32px;
	line-height: 32px;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 37px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

#horiz-menu li span {
	display: block;
	float: left;
	height: 37px;
}

#horiz-menu a {
border-left:1px solid #A3A3A3;
border-top:1px solid #A3A3A3;
display:block;
float:left;
font-size:16px;
font-weight:bold;
height:30px;
line-height:30px;
padding:0 15px;
}

#horiz-menu li li a {
	font-size: 12px;
}

#horiz-menu a:hover {
	text-decoration: none;
}

#horiz-menu li:hover,
#horiz-menu li.sfHover {
	background: none;	
}

#horiz-menu.splitmenu li.active:hover span,
#horiz-menu.splitmenu li.active.sfHover span {
	background: none;
}

/* @end */

/* @group Sub Menu */

#sub-menu ul {
	margin: 0;
	padding: 0;
}

#sub-menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#sub-menu ul li a {
	padding: 0 15px;
	font-size: 12px;
}

/* @end */

/* @group Content Styles */

/* @group Readon */
#transparent .readon {
	display: block;
	clear: both;
	padding-left: 0px;
	font-weight: normal;
	margin-top: 15px;
}


div.section .readon {
	display: block;

	clear: both;
	width: 99px;
	height: 31px;
	line-height: 30px;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
}

/* @end */

/* @group Pathway */
span.pathway {
	float: left;
	display: block;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left: 5px;
}

span.pathway img {
	float: left;
	margin: 10px 10px;
}

span.pathway a {
	float: left;
}

/* @end */

/* @group Typography */

ul.bullet-1a,
ul.bullet-1b,
ul.bullet-1c,
ul.bullet-1d,
ul.bullet-1e,
ul.bullet-1f,
ul.bullet-1g,
ul.bullet-1h,
ul.bullet-2a,
ul.bullet-2b,
ul.bullet-2c,
ul.bullet-2d,
ul.bullet-2e,
ul.bullet-2f,
ul.bullet-2g,
ul.bullet-2h,
ul.bullet-3a,
ul.bullet-3b,
ul.bullet-3c,
ul.bullet-3d,
ul.bullet-3e,
ul.bullet-3f,
ul.bullet-3g,
ul.bullet-3h,
ul.bullet-a,
ul.bullet-b,
ul.bullet-c,
ul.bullet-d,
ul.bullet-e,
ul.number {
	padding-left: 20px;
	margin-left: 0;
}

ul.bullet-1a li,
ul.bullet-1b li,
ul.bullet-1c li,
ul.bullet-1d li,
ul.bullet-1e li,
ul.bullet-1f li,
ul.bullet-1g li,
ul.bullet-1h li,
ul.bullet-2a li,
ul.bullet-2b li,
ul.bullet-2c li,
ul.bullet-2d li,
ul.bullet-2e li,
ul.bullet-2f li,
ul.bullet-2g li,
ul.bullet-2h li,
ul.bullet-3a li,
ul.bullet-3b li,
ul.bullet-3c li,
ul.bullet-3d li,
ul.bullet-3e li,
ul.bullet-3f li,
ul.bullet-3g li,
ul.bullet-3h li,
ul.bullet-a li,
ul.bullet-b li,
ul.bullet-c li,
ul.bullet-d li,
ul.bullet-e li,
ul.number li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 28px;
}

pre {
	padding: 10px;
	background: url(../images/trans-quote.png);
}

blockquote {
	font-style: italic;
	font-size: 100%;
	line-height: 150%;
	width: auto;
	padding: 10px;
	margin: 15px 0;	
	background: url(../images/trans-quote.png);
}

blockquote.b {
	font-style: italic;
	font-size: 100%;
	line-height: 150%;
	width: auto;
	padding: 5px 10px 5px 40px;
	margin: 15px 0;
	background: #fff url(../images/quote-start.png) 0 0 no-repeat;
	color: #333;
}

blockquote.b p {
	background: #fff url(../images/quote-end.png) 100% 100% no-repeat;
}

/* @end */

/* @group Notice Styles */

span.alert,
span.info,
span.download,
span.note {
	display: block;
	padding: 10px 10px 10px 45px;
	margin: 15px 0;	
}


/* @end */

.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.clr {
	clear:both;
}

div#rocket-logo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-left:auto;
	margin-right:auto;
	margin-top:-19px;
	padding-bottom:0;
	width:919px;
}

div#rocket-logo .nounder {
	float:right;
	margin-top:-20px;
}

img#rocket {
	background: url(../images/tecnologia-samba.png) 0 0 no-repeat;
	width: 175px;
	height: 23px;
	border: 0;
}



div#preload {
	position: absolute;
	top: -1000px;
}

/* Tooltips */

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* Preload menu 'over' states */

div#preload span {
	display: block;
	width: 100px;
	height: 30px;
}

/* @end */

#ps_results {
margin-left: -38px;

}
#navi-outer {
	
	background:transparent !important;
	
}



.mainlevel  {
	color:#fff;
	
	padding:5px;
	
}


element.style {
	
	margin-right:-20px !important;
	
}

#fpss-outer-container {
		
	border:none !important;
	background:transparent !important;
	*margin:0!important;
}

.fpss-introtext .slidetext h1 a {
color:#fff;
font-family: Arial, Helvetica, sans-serif !important;
}

.fpss-introtext {
background:transparent url(../images/transparent_bg.png) repeat scroll 0 0;
bottom:0;
height:59px;
left:0;
margin:0 0 0;
padding:9px 0 3px 5px;
position:absolute;
right:0;
width:100%;	
}


.fpss-introtext .slidetext h1 a:hover{
	
	color:#00f0ff !important;
	
	}

#pp_search input{
	margin:4px 0 -2px 3px;
	_margin:4px 0 -10px 3px!important;
	width:154px;
	padding: 4px 7px 3px 4px;
	 
	/*border:solid 1px #4d4d4d;*/
	color:#4d4d4d;
	margin-left:-34px;
	*margin-left:-14px!important;
	font-family: Arial, Helvetica, sans-serif !important;
	 
}

#ps_results.ps_results {
width:452px!important;	
margin-left:-2px;
*float:left;
*margin-left:-460px;
}
	
#email.inputbox{
	border:solid 1px #B2B2B2;
		width:159px;
	
	}
#name.inputbox{
	border:solid 1px #B2B2B2;
	width:159px;
	margin-bottom:23px;
	
	}
	
table.fltable {
	background:none!important;
}

fieldset.adminform {
border:none!important;
background:none!important;
}
fieldset {
	border:none!important;
}

div#eventlist table.eventtable th {
background-color:#00C4FF!important;	
}

div#eventlist #el_filter {
	border:none!important;
}

.latestnews {
	list-style:disc;
	color:#FFF;
	}
	
#eventcalq td.mod_eventlistcalq_caltoday {
	
background:transparent url(../images/back_calendarday.png) repeat scroll 0 0!important;
color:#000!important;
}

#eventcalq caption.mod_eventlistcalq_calendar-month {
background: #00C4FF url(../images/back_month.png) repeat-x scroll center top!important;
border-bottom:#26C3F8!important;
border-top:#26C3F8!important;
}
 #eventcalq td.mod_eventlistcalq_calday {
	color:#4c4c4c!important; 
 }
 
 input[type="button"]{
	 
	 background:none;
	 border:solid 1px #fff;
 
	 color:#FFF;
	 
	 }
	 
 input[type="button"]:hover{
	 
	 background:none;
	 border:1px solid #00f0ff;
 
	 color:#FFF;
	 
	 }
	 
 input[type=submit]{
	 
	 background:none;
	 border:solid 1px #fff;
	 color:#FFF;
	 
 }
 
input[type="submit"]:hover{
	 
	 background:none;
	 border:solid 1px #4c4c4c;
	 color:#FFF;
	 
 }
	
	
	
/*inputbox[type="password"]{
	border:solid 1px #FFF;
	
	}	*/
	
#passwd{
	border:solid 1px #b2b2b2;
	
	}


#username{

	border:solid 1px #b2b2b2;
	
}

.moduletwitter{
padding-top:15px;
 

}
.moduleblog{
padding-top:55px;	
}


.zonline1:hover{
	text-decoration:underline!important;
	}
	
.fpss-introtext .slidetext h1 {
	
	font:Arial, Helvetica, sans-serif!important;
}

.highlight{
	
	background:#FFF;
	color:#000;
}

div#eventlist table.eventtable tr:hover td {
background:#00C4FF!important;

}

.categories{
	
	
	color:#FFF;
	}
	
	
.mostread{
color:#FFF;	
}
	
button{
	 background:none;
	 border:solid 1px #fff;
	 color:#FFF;
	
	}
	
button:hover{
	 background:none;
	 border:solid 1px #4c4c4c;
	 color:#FFF;
	
	}
	
	
table.contenttoc {
float:right;
 
margin:0 0 10px 10px;
padding:0;
width:30%;
color:#4c4c4c;
 
}

table.contenttoc th {
	border-bottom: solid 1px #FFF;
	padding:0 0 3px;
text-indent:5px;
}


.pixsearch{
	*margin-right:-50px;
	
	}
	
	
.modulerodape {
padding: 20px 20px 36px 10px;
}

.modulerodape a {
font-size: 12px !important;
}

.pollstableborder {
padding: 10px;
}

.buttonheading {
padding-top:37px !important
}

.normalsublayout p {
margin: 0px;
padding: 0px;
}

.normalsublayout input {
height: 18px;
}

input#email.inputbox {
margin-bottom: 10px;
}

