/********************************************
   HTML ELEMENTS
********************************************/ 

html, body {
	height: 100%; /*overflow: hidden;*/
}

body {
	margin: 0; 	padding: 0;
	font: normal 79%/1.4em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	/* DEFINIDO POR PLUGIN: background: #FFF url(/skins/ice/img/header3-clubedospais-bg.jpg) repeat-x;*/
	text-align: center;		
}

/* links */
a { background: inherit; color: /*#72A545*/#006699; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline;}

a#adlink { text-decoration: none; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: /*#65944A*/#006699; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	border:0;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 4px solid /*#72A545*/#cc00ff;
}

.code {
	margin: 5px 0;
	padding: 5px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
	background: #FAFAFA;
	border: 1px solid #f2f2f2;  
	border-left: 4px solid /*#72A545*/#cc00ff;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
  padding: 0 0 0 20px;  	
	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #006699;  
	font: bold 0.9em "Trebuchet MS", Tahoma, sans-serif; 
	color: #333;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}

th strong {
	color: #fff;
}

th {
	background: /*#74a846*/#006699;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 0px solid #FFF;
	border-bottom: 1px solid #ffffff;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}

/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(/skins/ice/img/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}



/* search form */

.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}

.searchform p { margin: 10px; padding: 0; }

.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}

.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}



/***********************
	  LAYOUT
************************/



#header-content, #content {
	width: 790px;
}

/* header */
#header {
	height: 112px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto;
	position: relative;
  height: 112px;
	/* DEFINIDO POR PLUGIN: background: url(/skins/ice/img/header3-clubedospais.jpg) no-repeat;*/
}
#header-content #logo {
	position: absolute;	
	margin: 0;
	padding: 0;	
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0px; left: 0px;
}
#header-content #logo a {
	text-decoration: none;
}

#header-content #slogan {
	position: absolute;
	font: bold 14px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
  /* change the values of left and top to adjust the position of the slogan */
	top: 45px; left: 15px;
}



/* header menu */

#header-content ul {
	position: absolute;
	right: -5px;
  top: 1px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
  padding: 0;		
}
#header-content li {
	display: inline;
}

/* header main menu */

#header-content #main_menu ul {
  height:38px !important;
}
#header-content #main_menu li a {
	float: left;
	display: block;
	padding: 3px 8px;	
	color: #FFF;
	text-decoration: none;
	/*border-right: 1px solid #292929;*/
	margin-right: 1px;
	/*background: url('/skins/ice/menu_gradient.jpg') repeat-x;*/
}

/*
#header-content #main_menu li a {background-color:#5299c1;}

#header-content #main_menu li.menu_white a {color:#fff}
#header-content #main_menu li.menu_red a {color:#cc0000}
#header-content #main_menu li.menu_orange a {color:#cc9900}
#header-content #main_menu li.menu_yellow a {color:#f0f000}
#header-content #main_menu li.menu_green a {color:#74a846}
#header-content #main_menu li.menu_purple a {color:#9966ff}
#header-content #main_menu li.menu_blue a {color:#b0e0e6}
#header-content #main_menu li.menu_maroon a {background-color:#c80000}
*/
#header-content #main_menu li.menu_maroon a {background-color:#c80000}
#header-content #main_menu li a:hover {background-color:#006699;}
/*
#header-content #main_menu li.menu_white a:hover {border-bottombackground-color:#000}
#header-content #main_menu li.menu_red a:hover {background-color:#cc0000}
#header-content #main_menu li.menu_orange a:hover {background-color:#cc9900}
#header-content #main_menu li.menu_yellow a:hover {background-color:#f0f000}
#header-content #main_menu li.menu_green a:hover {background-color:#74a846}
#header-content #main_menu li.menu_purple a:hover {background-color:#9966ff}
#header-content #main_menu li.menu_blue a:hover {background-color:#b0e0e6}
*/

#header-content #main_menu li.sep {
  width:1px;
  background: url('/skins/ice/menu_gradient_sep.jpg') center center repeat-x;
}

/* Header user menu */

#header-content #user ul {
	position: absolute;
	right: -5px; top: 30px;
	font: bolder 1.0em 'Trebuchet MS', sans-serif;
	color: #333;
	list-style: none;
	margin: 0;
  padding: 0;		
}
#header-content #user li {
	display: inline;
}
#header-content #user li a {
	float: left;
	display: block;
	padding: 3px 6px;	
	color: #333;
	background-color: #fff;
	text-decoration: none;
	/*border-right: 1px solid;*/
	margin-right:1px;
}
#header-content #user li a:hover {
	background: #006699;
	color: #fff;
}
#header-content #user li a#username  {
	background: #006699;
	color: #FFF;
}


/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 200px;
	height: 160px;
	padding: 10px 0px 10px 0px;
  text-align:left; 
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom:30px;
}

#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 210px;
	margin: 10px 0 10px 0;
  padding: 0;	
}	

#sidebar h1 {
	padding: 10px 0px 0px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}


/* Destaques no topo */
.destaque {border:0; border-top:3px solid;}
.azul     {background: #006699;  border-color:#0099cc; color: #fff;}  .azul h1    {color: #fff;}
.verde    {background: #006633; border-color:#00cc00; color: #fff;}   .verde h1   {color: #fff;}
.magenta  {background: #c80000; border-color:#ff0033; color: #fff;}   .magenta h1 {color: #fff;}
.laranja  {background: #df8600; border-color:#ff9900; color: #fff;}   .laranja h1 {color: #fff;}
.rosa  	  {background: #ff99cc; border-color:#ffccff; color: #000;}   .rosa h1 {color: #000;}
.cyan  	  {background: #9999ff; border-color:#ccccff; color: #fff;}   .cyan h1 {color: #fff;}
.purple	  {background: #cc00ff; border-color:#cc66ff; color: #fff;}   .purple h1 {color: #fff;}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 0px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  /*#65944A*/#006699;
	color: /*#65944A*/#006699;		
}

/* main */
#main {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;	
}
#homepage { width: 570px; }
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
}

.post {
	margin: 0;
	margin-top:10px;
  	padding: 0;
	background: #FFF url(/skins/ice/img/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}

.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px;
  	margin-top: 20px;
	font-size: 95%;
}

.post .post-footer .date {
	background: url(/skins/ice/img/clock.gif) no-repeat 0 center;
	padding-left: 20px;
  	margin: 0 10px 0 5px;
}

.post .post-footer .comments {
	background: url(/skins/ice/img/comment.gif) no-repeat 0 center;
	padding-left: 20px;
  	margin: 0 10px 0 5px;
}

.post .post-footer .readmore {
	background: url(/skins/ice/img/page.gif) no-repeat 0 center;
	padding-left: 20px;
  	margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	color:#666666;
}
#footer h1, #footer p {
	margin-left: 0;
}
#footer-content {	
	/*border-top: 4px solid #0089d1/*#65944A #006699*/;*/
	margin: 0 auto;
	padding: 0px;
	/*background-color:#efefef;*/
	background: url(/skins/ice/img/footer2-clubedospais.jpg) repeat-x;
}
#footer-content h1 {
  color:#006699;
}	
#footer-content a {
	text-decoration: none;
	color: #666666; /*#b7890e;*/	
}
#footer-content a:hover {
	/*border-bottom:1px dotted #fff;*/
	color: #006699;
}
#footer-content ul {
	list-style: none;
	margin: 0;
  padding: 0;
}
#footer-content .col {
	width: 49%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 49%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

/* Backward compatibility */
#title, #title a {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.2em;
	color: /*#65944A*/#006699;
	text-decoration:none;
	margin: 10px 0px 10px 0px;
}
#title a:hover { border-bottom:1px dotted /*#65944A*/#006699; }
#main { width: 100%; }

#subtitle-options ul {
	list-style: none;
	margin: 0;
  padding: 0;
  padding-bottom:20px;		
}

#subtitle-options li {
	display: inline;
}

#subtitle-options li a {
	padding: 3px 6px;	
	color: #006699;
	text-decoration: none;
}

#subtitle-options li a:hover {
	color: #006699;
	text-decoration: none;
	border-bottom:1px dotted /*#65944A*/#006699;
}

#subtitle-options li a#first  {
}

.reg {
	font-size:45%;
	position:relative;
	bottom: 0.5em;
}

.show {display:block;}

.hide {display:none;}

.error {
  padding:24px 8px 24px 8px;
  margin:0;
  color:#C80000;
  font:bold 1.2em;
  text-align:center;
}

#shoutbox {
	position: absolute;
	right: -10px;
	top: 80px;
	margin: 0;
	padding: 3px 6px;	
	width:620px;
	height:25px;
  line-height:20px;
}
#shoutbox_control {
  float:left;
  padding-top:4px;
}
#shoutbox_content {
  float:right;
  text-align:right;
  margin-top:2px;
}
#shoutbox_content a { color:#333333; }
.ticker {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:1.2em;
	color:#000;
}
#shoutbox_content img {vertical-align:middle;}


/* Forums (e outros) */
.coltop		{ text-align:center; font-size:90%;  background-color:#E7E7E7!important; font-weight: bold; }
table.cells 	{ width:99%; margin:0; padding:0; }
table.cells td	{ padding:1px; background-color:#F1F1F1; margin:0; }
.odd		{ background-color:#F6F6F6!important; }
.even		{ background-color:#EBEDEC!important; }
.signature 		{ color:#979797; font-size:80%; max-height:96px; overflow:auto; }
.signature a	{ color:#000000; }
.data1 { }
.data2 { font-size:90%; }
table th a {color:#fff}
table th a:hover {color:#fff}
.centerall {text-align:center;}
.fc { background-color:#F6F6F6!important; }
.desc { font-size:90%; color:#BCBCBC; }

table.main 		{ text-align:left; width:100%; margin:0px; border-collapse:collapse; }
table.flat 		{ text-align:left; width:100%; margin:0px; border-collapse:collapse; }
table.cells 	{ text-align:left; width:100%; margin:0px; }
table.main td 	{ padding:4px; }
table.flat td	{ padding:0px; }
table.cells td 	{ padding:4px; background-color:#f6f6f6; }

.paging {text-align:center;}

.dhtmlgoodies_aTab {
	width: 560px;
	height: 120px;
	display: block;
	overflow: hidden;
	position: relative;
  background-color:#fcfcfe;
}
.dhtmlgoodies_aTab ul {
	width: 560px;
	height: 120px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.dhtmlgoodies_aTab ul li {
	display: block;
	height: 120px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
  background-color:#fcfcfe;
	margin-right:10px;
	padding:10px;
}

.dhtmlgoodies_aTab table td {
  border:none;
}

#emfoco_div {
	width: 210px;
	/*height: 160px;*/
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border:0px;
}
#emfoco_ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#emfoco_ul li {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
	background-color:#fafafa;
	margin-right:10px;
}
#emfoco_ul li div {
	width: 210px;
	/*height: 160px;*/
	padding-top:10px;
	padding-bottom:10px;
}
#emfoco_ul li div p {
  padding:0px 4px 0px 4px;
}

.agenda {
  font-size:85%;
}
.agenda table {

}
.agenda td {
  padding:0;
  margin:0;
}

/* This style only for MCALENDAR plugin BEGIN */
table.mcalendar { border-collapse:collapse;}
.mcalendar table { background-color:#FFFFFF; font-family: "trebuchet ms", tahoma; border-collapse:collapse; }
.mcalendar tr {height:16px;}
.mcalendar td { background-color: #D4D1E9; border:1px solid #FFFFFF; vertical-align:middle; text-align:center; font-size: 0.9em; padding:0px; padding-left:3px; padding-right:3px;}
.mcalendar td.field { width: 16px; height:16px; }
.mcalendar td.future { color: #B0B0B0; width: 16px; height:16px; }
.mcalendar td.today { font-weight:bold; color:green; width: 16px; height:16px; }
.mcalendar td.week { color:#5D7BA7; width: 16px; height:16px; }
.mcalendar td.navigation { background-color:#D4E1E9; }
.mcalendar td.month { background-color:#D4E1E9; }
.mcalendar td.year { background-color:#D4E1E9; }
.mcalendar a { color: #0000FF; font-weight:normal; }
.mcalendar td.today a { color: #0000FF; font-weight:bold; }
.mcalendar a:hover { text-decoration:underline; font-weight:bolder; }
/* This style only for MCALENDAR plugin END */

#cse-search-box {
  border:none;
  background-color:transparent;
}

.bar_front 	{ background-color:#92CC5E; border-right:0px solid #333333; padding:0; color:#DDDDDD; height:8px; }
.bar_back 	{ background-color:#EBECF1; border:1px solid #333333; margin:0 7px 0 7px; height:8px; }


/* Header section menu */

#header-content #sections_menu ul {
	position: absolute;
	right: -5px;
  top: 58px;
}

/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 10px;
	height: 81px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	padding-left:4px;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 79px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #333;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
