/* ***************************************
RESET BASE STYLES
*************************************** */
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,
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
/* remember to define focus styles! */
:focus {
/*outline: 0;*/
}
ol, ul {
list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
/*vertical-align: top;*/
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
.clearfloat { 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
visibility: hidden;
background: #fff;
}

/* ***************************************
DEFAULTS
*************************************** */

/* elgg open source		blue 			#4690d6 */
/* elgg open source		dark blue 		#0054a7 */
/* elgg open source		light yellow 	#FDFFC3 */


html {
  background:#DBDBDB;
  height: 100%;
}

html.logged {
  background-position: 50% -150px;
}

body {
  text-align:left;
  margin:0 auto;
  padding:0;
  font: 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #333333;
  background: #8AC046 url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/background-green.jpg) no-repeat 50% 0;
  /*background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/login-bar.png) repeat-x 0 0;*/
  min-width: 960px;
}
a {
color: #ff6600;
text-decoration: none;
-moz-outline-style: none;
outline: none;
}
a:visited {

}
a:hover {
color: #333333;
text-decoration: none;
}
p {
margin: 0px 0px 10px 0;
}
img {
border: none;
}
ul {
margin: 5px 0px 15px;
padding-left: 20px;
}
ul li {
margin: 0px;
}
ol {
margin: 5px 0px 15px;
padding-left: 20px;
}
ul li {
margin: 0px;
}
form {
margin: 0px;
padding: 0px;
position:relative;
}

select {
font-size: 12px;
color:#666666;
padding:4px;
}

small {
font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
line-height: normal;
}
h1 { font-size: 1.8em; font-weight:normal; }
h2 { font-size: 1.5em; font-weight:normal; }
h3 { font-size: 1.2em; font-weight:normal; }
h4 { font-size: 1.0em; font-weight:normal; }
h5 { font-size: 0.9em; font-weight:normal; }
h6 { font-size: 0.8em; font-weight:normal; }

dt {
margin: 0;
padding: 0;
font-weight: bold;
}
dd {
margin: 0 0 1em 1em;
padding: 0;
}
pre, code {
font-family:Monaco,"Courier New",Courier,monospace;
font-size:12px;
background:#EBF5FF;
overflow:auto;
}
code {
padding:2px 3px;
}
pre {
padding:3px 15px;
margin:0px 0 15px 0;
line-height:1.3em;
}
blockquote {
padding:3px 15px;
margin:0px 0 15px 0;
line-height:1.3em;
background:#fdffc3;
border:none !important;
}

/* ***************************************
PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
  margin:0;
  padding:0;
}

#page_container.logged {
  background-position: 50% 90px;
}

#page_wrapper {
  padding:0;
  min-height: 300px;
  background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/buildings.png) repeat-x 50% 309px;
}

.logged #page_wrapper {
    background-position: 0 90px;
}

#layout_header {
  text-align:left;
  margin:0;
  padding:0px;
}
#wrapper_header {
margin:0;
padding:10px 0px 0px 0px;
}
#wrapper_header h1 {
margin:10px 0 0 0;
letter-spacing: -0.03em;
}
#wrapper_header h1 a {
color:#F15B0B;
font-weight:normal;
text-decoration:none;
font-size:36px;
}
#layout_canvas {
  padding:55px 0 0;
  background: #fff;
  min-width: 960px;
}

.logged #layout_canvas {
  padding-top: 150px;
}

#layout_canvas .layout_canvas_container {
  width: 1012px;
  margin: 0 auto;
}

/* canvas layout: 1 column, no sidebar */
#one_column {
  width:1012px;
  margin: 0 auto;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
width:258px;
min-height:360px;
float:left;
background: white;
}

#two_column_left_sidebar_maincontent {
padding:0 0 0 10px;
width:702px;
margin:0px 0px 0px 10px;
float:left;
position:relative;
}

* html #two_column_left_sidebar_maincontent {
height:725px;
}






/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
width:320px;
padding:5px;
min-height:360px;
padding:0;
margin:0px 7px 20px 0px;
}
#widgets_middle {
width:368px;
margin:0px 6px 20px 0;
padding:0;
float:left;
}
#widgets_right {
width:280px;
float:left;
padding:0;
position:relative;
top:-16px;
}

#widget_table td {
padding:0;
margin:0;
vertical-align:top;
}










/* IE 6 fixes */
* html #widgets_left { 
height:360px;
}
* html #widgets_middle { 
height:360px;
}
* html #widgets_right { 
height:360px;
float:none;
}

/* IE6 layout fixes */
* html #profile_info_column_left {
margin:0 10px 0 0;
width:200px;
}
/* IE7 */
*:first-child+html #profile_info_column_left {
width:200px;
}
* html #two_column_left_sidebar {
width:210px;
margin:20px 10px 20px 10px;
}
* html #two_column_left_sidebar_maincontent {
width:685px;
margin:20px 10px 20px 10px;
}
* html a.toggle_customise_edit_panel { 
float:none;
clear:none;
color: #4690d6;
background: white;
border:1px solid #cccccc;
padding: 5px 10px 5px 10px;
margin:20px 20px 0px 20px;
width:284px;
display:block;
text-align: left;
}
* html #dashboard_info {
width:585px;
}
#layout_spotlight {
padding:0;
margin:0;
}
#wrapper_spotlight {
margin:0;
padding:0;
height:auto;
}
/* ***************************************
SPOTLIGHT
*************************************** */
/* IE7 */
*:first-child+html #wrapper_spotlight .collapsable_box_content {
width:958px;
}
#wrapper_spotlight #spotlight_table h2 {
color:#4690d6;
font-size:1.25em;
line-height:1.2em;
}
#wrapper_spotlight #spotlight_table li {
list-style: square;
line-height: 1.2em;
margin:5px 20px 5px 0;
color:#4690d6;
}
#wrapper_spotlight .collapsable_box_content  {
margin:0;
padding:20px 20px 10px 20px;
min-height:60px;
border:none;
}
#layout_spotlight .collapsable_box_content p {
padding:0;
}
#wrapper_spotlight .collapsable_box_header  {
border-left: none;
border-right: none;
}
/* ***************************************
FOOTER
*************************************** */
#layout_footer {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/footer-background.jpg) repeat-x 0 bottom;
  min-width: 960px;
}

#layout_footer .buildings {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/footer-buildings.png) repeat-x 0 bottom;
  height:195px;
 }

#layout_footer table {
margin:0 0 0 20px;
}
#layout_footer a, #layout_footer p {
color:#F15B0B;
margin:0;
}
#layout_footer .footer_toolbar_links {
text-align:right;
padding:15px 0 0 0;
font-size:1.2em;
color:#F15B0B;
}
#layout_footer .footer_legal_links {
text-align:right;
}

#footer-container {
  width: 1012px;
  margin: 0 auto;
  padding-top: 80px;
}

#layout_footer .footer-links {
  color: #666;
}

#layout_footer .footer-links a {
  font-weight: bold;
}

#layout_footer .footer-links a:hover {
color: #333;
}

#layout_footer .footer-links span.line {
  margin: 0 10px;
}

#layout_footer .copyright {
  float: right;
}

#layout_footer .copyright a {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/footer-logo-galp.png) repeat-x 0 bottom;
  width: 122px;
  height: 41px;
  display: block;
}


/* ***************************************
HORIZONTAL ELGG TOPBAR
*************************************** */
#elgg_topbar {
color:#ffffff;
min-width:998px;
position:relative;
width:998px;
height:22px;
margin:0px auto 0px auto;
background-color:#FA6C00;
padding:5px 0px;
}
#elgg_topbar_container_left {
float:left;
height:24px;
left:0px;
top:0px;
position:absolute;
text-align:left;
width:60%;
margin-top:5px;
}
#elgg_topbar_container_right {
float:right;
height:24px;
position:absolute;
margin-top:5px;
right:0px;
top:0px;
text-align:right;
}
#elgg_topbar_container_search {
float:right;
height:21px;
position:relative;
right:120px;
text-align:right;
margin:px 0 0 0;
}
#elgg_topbar_container_left .toolbarimages {
float:left;
margin-right:20px;
}
#elgg_topbar_container_left .toolbarlinks {
margin:0 0 0px 0;
float:left;
}
#elgg_topbar_container_left .toolbarlinks2 {
margin:3px 0 0 0;
float:left;
}
#elgg_topbar_container_left a.loggedinuser {
color:#eeeeee;
font-weight:bold;
margin:0 0 0 5px;
}
#elgg_topbar_container_left a.pagelinks {
color:white;
margin:0 15px 0 5px;
display:block;
padding:3px;
}
#elgg_topbar_container_left a.pagelinks:hover {
background: #ffffff;
text-decoration: none;
color:#F15B0B;
}
#elgg_topbar_container_left a.privatemessages {
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
padding:0 0 4px 16px;
margin:0 15px 0 5px;
cursor:pointer;
}
#elgg_topbar_container_left a.privatemessages:hover {
text-decoration: none;
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar_container_left a.privatemessages_new {
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_messages_icon.gif) no-repeat left -18px;
padding:0 0 0 18px;
margin:0 15px 0 5px;
color:white;
}
/* IE6 */
* html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 
/* IE7 */
*+html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 

#elgg_topbar_container_left a.privatemessages_new:hover {
text-decoration: none;
}

#elgg_topbar_container_left a.usersettings {
margin:0 0 0 20px;
color:#ffffff;
padding:3px;
}
#elgg_topbar_container_left a.usersettings:hover {
color:#ffffff;
}
#elgg_topbar_container_left img {
margin:2px 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
border:1px solid #eeeeee;
margin:0 0 0 20px;
}
#elgg_topbar_container_right {
padding:3px 0 0 0;
}
#elgg_topbar_container_right a {
color:#ffffff;
margin:0 5px 0 0;
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/elgg_toolbar_logout.gif) no-repeat top right;
padding:0 21px 0 0;
display:block;
height:20px;
}
/* IE6 fix */
* html #elgg_topbar_container_right a { 
width: 120px;
}
#elgg_topbar_container_right a:hover {
background-position: right -21px;
text-decoration:none;
}
#elgg_topbar_panel {
background:#333333;
color:#eeeeee;
height:200px;
width:100%;
padding:10px 20px 10px 20px;
display:none;
position:relative;
}

/* ***************************************
TOP BAR - VERTICAL TOOLS MENU
*************************************** */
#topbardropdownmenu, #topbardropdownmenu ul {
margin:0;
padding:0;
display:inline;
float:left;
list-style-type: none;
z-index: 99999999;
}
#topbardropdownmenu {
margin:0pt 15px 0pt 5px;
}
/* Tools link in top menu */
#topbardropdownmenu a, #topbardropdownmenu a:visited {
display:block;
padding:3px 13px 3px 3px;
text-decoration:none;
color:white;
}
#topbardropdownmenu li ul a {
width:120px;
height:auto;
float:left;
}

/* menu list items */
#topbardropdownmenu li {float:left; position:relative; background:#ffffff;}
#topbardropdownmenu ul a {
color:#4690d6 !important;
padding:2px 6px 2px 6px !important;
background: #ffffff !important;
}

/* IE7 */
#topbardropdownmenu li:hover {position:relative;}
/* Make the Tools nav color persist */
#topbardropdownmenu li:hover > a {background: #ffffff url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_arrow.png) no-repeat right -18px; color:#F15B0B;}
#topbardropdownmenu li ul {display:none;width:134px !important;}
#topbardropdownmenu li:hover > ul {
display:block;
position:absolute; 
top:-11px;
left:80px;
padding:10px 30px 30px 30px;
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/spacer.gif); 
}
/* Position the first sub level beneath the top level links */
#topbardropdownmenu > li:hover > ul {
left:-30px;
top:16px;
}
#topbardropdownmenu li a:active, #topbardropdownmenu li a:focus {
background:#4690d6;
color:white;
}
#topbardropdownmenu li.drop {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_arrow.png) no-repeat right 9px;	
}
/* dropdown list links hover */
#topbardropdownmenu li.drop ul li a:hover {
color:white !important;
background: #F15B0B !important;
}
/* IE6 ONLY - make the sublevels appear */
* html #topbardropdownmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/spacer.gif);}
#topbardropdownmenu li a:hover ul {visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;}
#topbardropdownmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:99999; font-size:1em;}
* html #topbardropdownmenu li.drop {background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_arrow_ie.gif) no-repeat right 9px;}
* html #topbardropdownmenu li a:hover {position:relative; background:#4690d6 url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_arrow_ie.gif) no-repeat right -18px;}


/* ***************************************
SYSTEM MESSSAGES
*************************************** */

.messages_wrapper, 
#required_fields_container {
position:absolute;
z-index: 9999;
width:100%;
}

.messages p, .messages_error p {
margin: 0;
}

.messages, 
.messages_error {
    background:#57a957 url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/alert-background.png) repeat-x 0 0;
    color:#FFFFFF;
    margin:auto;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
    
}

.messages_error {
    background:#c43c35 url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/alert-error-background.png) repeat-x 0 0;
}

.closeMessages {
float:right;
}

.closeMessages a {
    display: none;
}

.closeMessages a:hover {
}

.messages .messages_bar_left {
    width: 10px;
}

.messages_error .messages_bar_left {
    /*background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/alert-error.png) no-repeat 0 50%;*/
    width: 10px;
}

.messages_bar_right {
}

.messages_text_cols {
    text-align: center;
    padding: 10px 0;
}



/* ***************************************
COLLAPSABLE BOXES
*************************************** */
.collapsable_box {
margin: 0 0 30px 0;
height:auto;
}
/* IE6 fix */
* html .collapsable_box  { 
height:10px;
}
.collapsable_box_header {
color: #4690d6;
background: #efeff0;
padding:3px 5px 7px 5px;
margin:0;
}
.collapsable_box_header h1 {
color: #333333;
font-size:12px;
line-height: 1.2em;
font-weight:bold;
padding-top:2px;
}
.collapsable_box_content {
padding: 10px 0;
margin:0;
height:auto;
}
.collapsable_box_editpanel {
display: none;
background: #efeff0;
padding:5px 10px 5px 10px;
}





.widget-controls {
}

.collapsable_box_header a.toggle_box_contents {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/widget-controls.gif) no-repeat 0 0;
float:right;
text-indent:-99999px;
width:24px;
height:21px;
}

.collapsable_box_header a.my_toggle_box_contents {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/my-widget-controls.gif) no-repeat 0 0;
float:right;
text-indent:-99999px;
width:24px;
height:21px;
}

.collapsable_box_header a.toggle_box_edit_panel {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/widget-controls-edit.gif) no-repeat 0 0;
float:right;
width:39px;
height:19px;
color:#333;
text-transform:uppercase;
padding:2px 0 0 30px;
font-size:9px;
font-weight:bold;
}

.collapsable_box_header a.toggle_box_contents:hover, 
.collapsable_box_header a.my_toggle_box_contents:hover, 
.collapsable_box_header a.toggle_box_edit_panel:hover {
background-position:0 -21px;
}

.collapsable_box_header a.toggle_box_contents:active, 
.collapsable_box_header a.my_toggle_box_contents:active, 
.collapsable_box_header a.toggle_box_edit_panel:active {
background-position:0 -42px;
}

.collapsable_box_header a.toggle_box_contents.open {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/widget-controls.gif) no-repeat 0 -63px;
}

.collapsable_box_header a.toggle_box_contents.open:active {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/widget-controls.gif) no-repeat 0 -84px;
}

.collapsable_box_header a.my_toggle_box_contents.open {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/my-widget-controls.gif) no-repeat 0 -63px;
}

.collapsable_box_header a.my_toggle_box_contents.open:active {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/my-widget-controls.gif) no-repeat 0 -84px;
}






.collapsable_box_editpanel label {
font-weight: normal;
font-size: 100%;
}
/* used for collapsing a content box */
.display_none {
display:none;
}
/* used on spotlight box - to cancel default box margin */
.no_space_after {
margin: 0 0 0 0;
}



/* ***************************************
GENERAL FORM ELEMENTS
*************************************** */
label {
font-weight: bold;
color:#333333;
font-size: 100%;
}
input, select, textarea {
padding:4px;
border: 1px solid #d3d3d3;
color:#666666;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#f7f7f7;
font-size:12px;
}

select {
padding:3px 4px;
}


textarea {
font: 120% Arial, Helvetica, sans-serif;
border: solid 1px #cccccc;
padding: 5px;
color:#666666;
}
textarea:focus, input:focus, select:focus {
color:#333333;
border:1px solid #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
-moz-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
outline:0;
}

input[type="submit"], 
.submit_button, 
.submit_link, 
.cancel_button, 
button, 
#status_clear_button, 
#status_save_button, 
#status_cancel_button, 
.header-link {
color: #ffffff;
width: auto;
cursor: pointer;
padding:3px 7px;
border:0px none;
font-size:11px;
background: #E75525;
-webkit-border-radius: 2px; 
-moz-border-radius: 2px;
border-radius: 2px;
}

input[type="submit"]:hover, 
.submit_button:hover, 
.submit_link:hover, 
.cancel_button:hover, 
button:hover, 
#status_clear_button:hover, 
#status_save_button:hover, 
#status_cancel_button:hover, 
header-link:hover {
color:#fff;
background-color:#FA6200;
}

.header-link {
float:right;
color:#fff;
margin:7px;
}

.header-link:hover {
background:#FA6200;
color:#fff;
}

.submit_button:active, input[type="submit"]:active, .submit_link:active, button:active, header-link:active {
background-color:#FA6200;
}

input.cancel_button:active, 
input.cancel_button:focus, 
#status_cancel_button:active, 
#status_cancel_button:focus {
border:0 none;
color:#fff;
background:#7A7A7A;
}

.cancel_button, 
#status_cancel_button {
background:#7A7A7A;
}

.cancel_button:hover, 
#status_cancel_button:hover {
background:#5a5a5a;
}

.input-text,
.input-tags,
.input-url,
.input-textarea {
}

.input-textarea {
height: 200px;
}


/* ***************************************
LOGIN / REGISTER
*************************************** */
#login-box {
margin:0px 10px 0px 0px;
text-align:left;
padding:0px;
background: #efeff0;
}
#login-box .login-textarea {
width:193px;
}
#login-box label,
#register-box label {
font-size: 1.2em;
color:gray;
}
#login-box p.loginbox {
margin:0px;
padding:5px;
}
#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#register-box input[type="password"] {
margin:0 0 10px 0;
}
#login-box-openid {
margin: 10px;
text-align:left;
padding:10px;
background: #ffffff;
}
#login-box h2,
#login-box-openid h2,
#register-box h2,
#add-box h2 {
background:#efeff0;
color:#000000;
margin:0pt 0pt 5px;
padding:5px;
font: 14px Verdana, sans-serif;
font-weight:bold;
}
#register-box {
text-align:left;
border:1px solid #ddd;
width:400px;
padding:20px;
background: #ffffff;
margin:20px;
}
#persistent_login label {
font-size:1.0em;
font-weight: normal;
}

/* ***************************************
PROFILE
*************************************** */
#profile_info {
margin:0px 7px 10px 0px;
width:675px;
padding:10px;
}
#profile_info_column_left {
float:left;
padding: 0;
margin:0 10px 0 0;
}
#profile_info_column_middle {
float:left;
width:460px;
padding: 0;
}
#profile_info_column_right {
width:670px;
margin:20px 0 0 0;
padding: 0;
}
#dashboard_info {
margin:20px 0px 0 20px;
padding:20px;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
background: white;
}
#profile_menu_wrapper {
margin:10px 0 10px 0;
width:160px;
}
#profile_menu_wrapper p {
border-bottom:1px solid #f1f1f1;
width:186px;
}
#profile_menu_wrapper p:first-child {
}
#profile_menu_wrapper a {
display:block;
padding:3px 0px;
font-size:11px;
color:#333;
}
#profile_menu_wrapper a:hover {
color:#ff6600;
text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile, 
p.user_menu_removefriend, 
p.user_menu_friends_of {
margin:0;
}

#profile_menu_wrapper .user_menu_admin {
border-top:none;
}

#profile_info_column_middle p {
margin:7px 0 7px 0;
}

/* profile owner name */
#profile_info_column_middle h2 {
padding:0 0 14px 0;
margin:0;
}

#profile_info_column_middle .profile_aboutme_title {
margin-top:30px;
font-size:12px;
}

#profile_info_column_middle .odd {
}

#profile_info_column_right p {
margin:0 0 7px 0;
}
#profile_info_column_right .profile_aboutme_title {
margin:0;
padding:0;
line-height:1em;
}
/* edit profile button */
.profile_info_edit_buttons {
margin:0  !important;
padding:0 !important;
position:relative;
}

.profile_info_edit_buttons a {
position:absolute;
top:20px;
}
/* ***************************************
RIVER
*************************************** */
.activity_item p {
margin:0;
padding:2px 0 0 0;
line-height:1.1em;
min-height:17px;	
}
.activity_item .activity_item_time {
font-size:90%;
color:#666666;
}
#river {
padding:5px 10px;
}
.river_item p {
margin:0;
padding:5px 0 5px 23px;
line-height:1.1em;
min-height:17px;
}
.river_item {
border-bottom:1px dashed #dddddd;
}
.river_item_time {
font-size:90%;
color:#666666;
}
/* IE6 fix */
* html .river_item p { 
padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
min-height:17px;
}
.river_user_update {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_profile.gif) no-repeat left 3px;
}
.river_user_profileupdate {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_profile.gif) no-repeat left 3px;
}
.river_user_profileiconupdate {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_profile.gif) no-repeat left 3px;
}
.river_annotate {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_comment.gif) no-repeat left 3px;
}
.river_bookmarks_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left 3px;
}
.river_status_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_status.gif) no-repeat left 3px;
}
.river_file_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_files.gif) no-repeat left 3px;
}
.river_widget_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_plugin.gif) no-repeat left 3px;
}
.river_forums_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_forum.gif) no-repeat left 3px;
}
.river_forums_update {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_forum.gif) no-repeat left 3px;
}
.river_widget_update {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_plugin.gif) no-repeat left 3px;	
}
.river_blog_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_blog.gif) no-repeat left 3px;
}
.river_blog_update {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_blog.gif) no-repeat left 3px;
}
.river_forumtopic_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_forum.gif) no-repeat left 3px;
}
.river_relationship_friend_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_friends.gif) no-repeat left 3px;
}
.river_relationship_member_create {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/river_icons/river_icon_forum.gif) no-repeat left 3px;
}

/* ***************************************
SEARCH LISTINGS	
*************************************** */
.search_listing {
display: block;
padding: 10px 0;
margin-bottom:1px;
border-bottom:1px solid #ffffff;
float:left;
width:700px;
}
.search_listing_icon {
float:left;
width:90px;
}
.search_listing_icon img {
}
.search_listing_icon .avatar_menu_button img {
width: 15px;
}
.avatar_menu_button img {
width:100px;
}
.search_listing_info {
min-height: 40px;
font-size:12px;
padding:0;
position:relative;
}
/* IE 6 fix */
* html .search_listing_info {
height:40px;
}
.search_listing_info p {
margin:0 0 0px 0;
line-height:1.4em;
}
.search_listing_info p a.user-link {
font-size:13px;
font-weight:bold;
display:block;
}
.search_listing_info p.owner_timestamp {
margin:0;
color:#333333;
padding:5px 0;
}
table.search_gallery {
border-spacing: 5px;
margin:0 0 20px 0;
background: #f5f5f5;
}
.search_gallery td {
padding: 5px;
}
.search_gallery_item {
border:1px dotted silver;
background-color: white;
}
.search_gallery_item:hover {
border:1px dotted black;
}
.search_gallery_item .search_listing {
background: none;
text-align: center;
}
.search_gallery_item .search_listing_header {
text-align: center;
}
.search_gallery_item .search_listing_icon {
position: relative;
text-align: center;
}
.search_gallery_item .search_listing_info {
margin: 5px;
}
.search_gallery_item .search_listing_info p {
margin: 5px;
margin-bottom: 10px;
}
.search_gallery_item .search_listing {
background: none;
text-align: center;
}
.search_gallery_item .search_listing_icon {
position: absolute;
margin-bottom: 20px;
}
.search_gallery_item .search_listing_info {
margin: 5px;
}
.search_gallery_item .search_listing_info p {
margin: 5px;
margin-bottom: 10px;
}


/* ***************************************
FRIENDS
*************************************** */
/* friends widget */
#widget_friends_list {
display:table;
width:100%;
}
.widget_friends_singlefriend {
float:left;
margin:0 10px 10px 0;
}


/* ***************************************
ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
margin:0 0 10px 0;
padding:5px 10px 5px 10px;
}
.admin_plugin_reorder {
float:right;
width:200px;
text-align: right;
}
.admin_plugin_reorder a {
padding-left:10px;
}
.active {
/*border:1px solid #00cc00;
background:#ccffcc;*/
}
.not-active {
border:1px solid #D3322A;
background:#F7DAD8;
}
.plugin_details p {
margin:0;
padding:4px 0 0 0;
}
.plugin_details a.manifest_details {
cursor:pointer;
font-size:80%;
}
.not-active .admin_plugin_enable_disable a {
float:right;
font: 12px/100% Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
background:#4690d6;
border: 1px solid #4690d6;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
border-radius: 4px;
width: auto;
padding: 4px;
margin:5px 0 0 0;
cursor: pointer;
}
.not-active .admin_plugin_enable_disable a:hover {
background: #0054a7;
}
.active .admin_plugin_enable_disable a {
float:right;
font: 12px/100% Arial, Helvetica, sans-serif;
font-weight: bold;
color: #ffffff;
background:#999999;
border: 1px solid #999999;
-webkit-border-radius: 4px; 
-moz-border-radius: 4px;
border-radius: 4px;
width: auto;
padding: 4px;
margin:5px 0 0 0;
cursor: pointer;
}
.active .admin_plugin_enable_disable a:hover {
background: #333333;
}
.pluginsettings {
margin:20px 0 0 0;
}
.pluginsettings h3 {
padding:0 0 5px 0;
margin:0 0 5px 0;
border-bottom:1px solid #999999;
}
#updateclient_settings h3 {
padding:0;
margin:0;
border:none;
}
.input-access {
}

/* ***************************************
GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
font-size: 90%;
color:#666666;
}
.generic_comment {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom:1px solid #efefef;
float:left;
clear:both;
}
.generic_comment_icon {
float:left;
width:100px;
}
.generic_comment_details {
font-size:12px;
width:540px;
float:left;
}
.generic_comment_owner {
color:#666666;
margin: 0px;
font-size:10px;
text-transform:uppercase;
}


/* ***************************************
PAGE-OWNER BLOCK
*************************************** */
#owner_block {
padding-bottom:15px;
}

#owner_block_icon {
padding-bottom:20px;
}

#owner_block_icon .thumbs-profile-icons {
float: none;
}

.thumbs-profile-icons .profile-name {
text-align:center;
height:13px;
overflow:hidden;
white-space:nowrap;
font-size:11px;
}

.thumbs-profile-icons .profile-info {
padding-left:10px;
vertical-align:top;
width:100%;
}

#owner_block_rss_feed,
#owner_block_odd_feed,
#owner_block_bookmark_this,
#owner_block_report_this {
padding:2px 0 3px 0;
display:none;
}
#owner_block_report_this {
border-bottom:1px solid #cccccc;
}
#owner_block_rss_feed a {
font-size: 90%;
color:#999999;
padding:0 0 4px 20px;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_rss.gif) no-repeat left top;
}
#owner_block_odd_feed a {
font-size: 90%;
color:#999999;
padding:0 0 4px 20px;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_odd.gif) no-repeat left top;
}
#owner_block_bookmark_this a {
font-size: 100%;
color:#999999;
padding:0 0 4px 20px;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_report_this a {
font-size: 90%;
color:#999999;
padding:0 0 4px 20px;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_reportthis.gif) no-repeat left top;
}
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover,
#owner_block_bookmark_this a:hover,
#owner_block_report_this a:hover {
color: #0054a7;
}
#owner_block_desc {
padding:4px 0 4px 0;
margin:0 0 0 0;
line-height: 1.2em;
color:#666666;
}
#owner_block_content {
margin:0px;
padding:10px;
height:108px;
font-weight: bold;
background-color:#cccccc;
}

#owner_block_content .galpshare {
background-color:#99cc33;
}

.ownerblockline {
padding:0;
margin:0;
border-bottom:1px solid #f1f1f1;
height:1px;
display:none;
}
#owner_block_submenu {
margin:10px 0px;
margin: 0px 0px;
padding: 10px 0 0;
width:90%;
border-top: 1px solid #e8e8e8;
}
#owner_block_submenu ul {
list-style: none;
padding: 0;
margin: 0;
background-position: 4px 4px;
}

#owner_block_submenu ul li.selected a {
color:#ff6600;
}

#owner_block_submenu ul li a {
text-decoration: none;
display: block;
padding: 0;
margin: 0;
padding:5px 6px 5px 30px;
font-size:12px;
font-weight:bold;
color:#333;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/spacer.gif) no-repeat 4px 4px;
}

#owner_block_submenu ul li a:hover {
color:#ff6600;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/spacer.gif) no-repeat 4px 4px;
}



/* icones menu lateral AMIGOS
*************************************************************************************/

#owner_block_submenu ul li a.coleccoes-amigos, #owner_block_submenu ul li a.coleccoes-amigos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-coleccoes-amigos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.nova-coleccao-amigos, #owner_block_submenu ul li a.nova-coleccao-amigos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-nova-coleccao-amigos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.amigos, #owner_block_submenu ul li a.amigos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-meus-amigos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.procura-utilizadores, #owner_block_submenu ul li a.procura-utilizadores:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-procura-utilizadores.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.convidar-amigos, #owner_block_submenu ul li a.convidar-amigos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-convidar-amigos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.pedidos-amizade, #owner_block_submenu ul li a.pedidos-amizade:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-pedidos-amizade.gif) no-repeat 0px 50%;
}



/* icones menu lateral GRUPOS
*************************************************************************************/

#owner_block_submenu ul li a.novo-grupo, #owner_block_submenu ul li a.novo-grupo:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-novo-grupo.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.grupos-criados, #owner_block_submenu ul li a.grupos-criados:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-grupos-criados.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.meus-grupos, #owner_block_submenu ul li a.meus-grupos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-meus-grupos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.todos-grupos, #owner_block_submenu ul li a.todos-grupos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-todos-grupos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.group-invite, #owner_block_submenu ul li a.group-invite:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-invite-group-friend.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.group-icon-edit, #owner_block_submenu ul li a.group-icon-edit:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-icon-group-edit.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.group-edit, #owner_block_submenu ul li a.group-edit:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-group-edit.gif) no-repeat 0px 50%;
}




/* icones menu lateral MENSAGENS
*************************************************************************************/

#owner_block_submenu ul li a.caixa-entrada, #owner_block_submenu ul li a.caixa-entrada:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-caixa-entrada.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.enviar-mensagem, #owner_block_submenu ul li a.enviar-mensagem:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-escrever-mensagem.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.mensagens-enviadas, #owner_block_submenu ul li a.mensagens-enviadas:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-mensagens-enviadas.gif) no-repeat 0px 50%;
}




/* icones menu lateral PUBLICACOES
*************************************************************************************/

#owner_block_submenu ul li a.publicar, #owner_block_submenu ul li a.publicar:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-inserir-publicacao.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.todas-publicacoes, #owner_block_submenu ul li a.todas-publicacoes:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-todas-publicacoes.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.minhas-publicacoes, #owner_block_submenu ul li a.minhas-publicacoes:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-minhas-publicacoes.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.publicacoes-amigos, #owner_block_submenu ul li a.publicacoes-amigos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-publicacoes-amigos.gif) no-repeat 0px 50%;
}



/* icones menu lateral ANUNCIOS GALPSHARE
*************************************************************************************/

#owner_block_submenu ul li a.meus-anuncios, #owner_block_submenu ul li a.meus-anuncios:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-meus-anuncios.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.novo-anuncio, #owner_block_submenu ul li a.novo-anuncio:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-inserir-anuncio.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.pesquisar-anuncios, #owner_block_submenu ul li a.pesquisar-anuncios:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisar-anuncios.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.todos-anuncios, #owner_block_submenu ul li a.todos-anuncios:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-todos-anuncios.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.anuncios-amigos, #owner_block_submenu ul li a.anuncios-amigos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-anuncios-amigos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.anuncios-grupos, #owner_block_submenu ul li a.anuncios-grupos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-anuncios-grupos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.rank-mais-diggs, #owner_block_submenu ul li a.rank-mais-diggs:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-rank-mais-diggs.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.rank-mais-amigos, #owner_block_submenu ul li a.rank-mais-amigos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-rank-mais-amigos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.rank-mais-comentarios-diggs, #owner_block_submenu ul li a.rank-mais-comentarios-diggs:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-rank-mais-comentarios-diggs.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.rank-mais-comentarios-diggs, #owner_block_submenu ul li a.rank-mais-comentarios-diggs:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-rank-mais-comentarios-diggs.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.rank-mais-votos, #owner_block_submenu ul li a.rank-mais-votos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-rank-mais-votos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.rank-mais-comentarios, #owner_block_submenu ul li a.rank-mais-comentarios:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-rank-mais-comentarios.gif) no-repeat 0px 50%;
}


/* icones menu lateral CONVITES GALPSHARE
*************************************************************************************/

#owner_block_submenu ul li a.gs-caixa-entrada, #owner_block_submenu ul li a.gs-caixa-entrada:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-gs-caixa-entrada.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.gs-mensagens-enviadas, #owner_block_submenu ul li a.gs-mensagens-enviadas:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-gs-mensagens-enviadas.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.gs-convites-activos, #owner_block_submenu ul li a.gs-convites-activos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-gs-convites-activos.gif) no-repeat 0px 50%;
}



/* icones menu lateral CALCULADORA
*************************************************************************************/

#owner_block_submenu ul li a.calculator-cost, #owner_block_submenu ul li a.calculator-cost:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-calculadora-cost.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.calculator-co2, #owner_block_submenu ul li a.calculator-co2:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-calculadora-co2.gif) no-repeat 0px 50%;
}





/* icones menu lateral PESQUISA
*************************************************************************************/

#owner_block_submenu ul li a.pesquisa-grupos, #owner_block_submenu ul li a.pesquisa-grupos:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisa-grupos.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.pesquisa-membros, #owner_block_submenu ul li a.pesquisa-membros:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisa-membros.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.pesquisa-publicacoes, #owner_block_submenu ul li a.pesquisa-publicacoes:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisa-publicacoes.gif) no-repeat 0px 50%;
}

#owner_block_submenu ul li a.pesquisa-tudo, #owner_block_submenu ul li a.pesquisa-tudo:hover {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisa-tudo.gif) no-repeat 0px 50%;
}







/* IE 6 + 7 menu arrow position fix */
* html #owner_block_submenu ul li.selected a {
background-position: left 10px;
}
*:first-child+html #owner_block_submenu ul li.selected a {
}

#owner_block_submenu .submenu_group {
margin:15px 0 0 0;
}

#owner_block_submenu .submenu_group li {
}

/* filetypes filter menu */
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a {
color:#ff6633;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
color:#000000;
background: #f9f9f9;
}

/* pages actions menu */
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a {
color:#ff6633;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li.selected a {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a:hover {
color:#000000;
background: #f9f9f9;
}









/* ***************************************
PAGINATION
*************************************** */
.pagination {
margin:10px 0 0 0;
text-align:right;
float:right;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/pagination-background.jpg) repeat-x 0 0;
border:1px solid #d5d5d5;
clear:both;
}

.pagination_previous, 
.pagination_currentpage, 
.pagination_more, 
.pagination_next, 
.pagination_number {
font-size:10px;
font-weight:bold;
padding:1px 4px;
float:left;
text-align: center;
color:#ff6600;
cursor:pointer;
}

.pagination_previous:hover, 
.pagination_currentpage:hover, 
.pagination_currentpage, 
.pagination_next:hover, 
.pagination_number:hover {
color:#333;
}


















/* ***************************************
FRIENDS COLLECTIONS ACCORDIAN
*************************************** */	
ul#friends_collections_accordian {
margin: 0 0 0 0;
padding: 0;
border-bottom:1px solid #cccccc;
}
#friends_collections_accordian li {
margin: 0 0 0 0;
padding: 0;
list-style-type: none;
color: #666666;
}
#friends_collections_accordian li h2 {
background:#efefef;
color: #999999;
padding:4px 2px 4px 6px;
margin:0;
border-top:1px solid #cccccc;
font-size:1.2em;
cursor:pointer;
}
#friends_collections_accordian li h2:hover {
background:#4690D6;
color:white;
}
#friends_collections_accordian .friends_picker {
background:white;
padding:0;
display:none;
}
#friends_collections_accordian .friends_collections_controls {
font-size:70%;
float:right;
}
#friends_collections_accordian .friends_collections_controls a {
color:#999999;
font-weight:normal;
}
div.expandall {
margin: 20px 0 0 0;
padding:0;
}
div.expandall p {
cursor:pointer;
color:#999999;
text-align:right;
margin: 0;
padding:0;
}


/* ***************************************
FRIENDS PICKER SLIDER
*************************************** */		
.friendsPicker_container h3 { font-size:3em; text-align: left; margin:0 0 20px 0; color:#999999; }

.friendsPicker .friendsPicker_container .panel ul {
text-align: left;
margin: 0;
padding:0;
}
.friendsPicker_wrapper {
margin: 0;
padding:0;
position: relative;
width: 100%;
}
.friendsPicker {
position: relative;
overflow: hidden; 
margin: 0;
padding:0;
width: 685px;
background: white;
}
.friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS  */
position: relative;
left: 0;
top: 0;
width: 100%;
list-style-type: none;
}
.friendsPicker .friendsPicker_container .panel {
float:left;
height: 100%;
position: relative;
width: 685px;
margin: 0;
padding:0;
}
.friendsPicker .friendsPicker_container .panel .wrapper {
margin: 0;
padding: 10px;
background: #efefef;
min-height: 230px;
}
.friendsPickerNavigation {
margin: 0 0 10px 0;
padding:0;
}
.friendsPickerNavigation ul {
list-style: none;
padding-left: 0;
}
.friendsPickerNavigation ul li {
float: left;
margin:0;
background:white;
}
.friendsPickerNavigation a {
font-weight: bold;
text-align: center;
background: white;
color: #999999;
text-decoration: none;
display: block;
padding: 0;
width:20px;
}
.tabHasContent {
background: white; color:#333333 !important;
}
.friendsPickerNavigation li a:hover {
background: #333333;
color:white !important;
}
.friendsPickerNavigation li a.current {
background: #ff6600;
color:white !important;
}
.friendsPickerNavigationAll {
margin:0px 0 0 20px;
float:left;
}
.friendsPickerNavigationAll a {
font-weight: bold;
text-align: left;
font-size:0.8em;
background: white;
color: #999999;
text-decoration: none;
display: block;
padding: 0 4px 0 4px;
width:auto;
}
.friendsPickerNavigationAll a:hover {
background: #4690D6;
color:white;
}
.friendsPickerNavigationL, .friendsPickerNavigationR {
position: absolute;
top: 46px;
text-indent: -9000em;
}
.friendsPickerNavigationL a, .friendsPickerNavigationR a {
display: block;
height: 43px;
width: 43px;
}
.friendsPickerNavigationL {
right: 58px;
z-index:1;
}
.friendsPickerNavigationR {
right: 10px;
z-index:1;
}
.friendsPickerNavigationL {
background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/friends_picker_arrows.gif") no-repeat -60px -44px;
}	
.friends_collections_controls a.delete_collection {
display:block;
cursor: pointer;
width:14px;
height:14px;
margin:0 3px 0 0;
background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
background-position: 0 -16px;
}

/* picker tabbed navigation */
#friendsPickerNavigationTabs {
margin:10px 0 10px 0;
padding: 0;
border-bottom: 1px solid #cccccc;
display:table;
width:100%;
}
#friendsPickerNavigationTabs ul {
list-style: none;
padding: 0;
margin: 0;
}
#friendsPickerNavigationTabs li {
float: left;
border: 1px solid #ffffff;
border-bottom-width: 0;
margin: 0;
}
#friendsPickerNavigationTabs a {
text-decoration: none;
display: block;
padding: 0.22em 1em;
color: #666666;
text-align: center;
}
#friendsPickerNavigationTabs a:hover {
color: #4690d6;
}
#friendsPickerNavigationTabs .selected {
border-color: #cccccc;
}
#friendsPickerNavigationTabs .selected a {
position: relative;
top: 1px;
background: white;
color: #4690d6;
}



/* ***************************************
WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel { 
color:#fff;
left:120px;
position:relative;
top:-54px;
}
a.toggle_customise_edit_panel:hover { 
}

div.toggle_customise_edit_panel {
height:20px;
}
#customise_editpanel {
display:none;
margin: 0;
padding:0px;
background: #ffffff;
margin-bottom:20px;
width:982px;
}

/* Top area - instructions */
.customise_editpanel_instructions {
width:690px;
padding:0 0 10px 0;
}
.customise_editpanel_instructions h2 {
padding:0 0 10px 0;
}
.customise_editpanel_instructions p {
margin:0 0 5px 0;
line-height: 1.4em;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs {
float:right;
width:237px;
background-color:#efeff0;
}
#customise_editpanel #customise_editpanel_rhs h2 {
color:#333333;
font-size: 12px;
margin:0;
padding:10px;
}
#widget_picker_gallery {
width:217px; 
height:349px;
padding:0px 10px;
overflow:scroll;
overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
width:731px;
padding:0px;
margin:0 0 10px 0;
background:white;
}
#customise_page_view h2 {
margin:0;
padding:10px;
width:217px;
color: #0054a7;
background: #efeff0;
font-weight:bold;
color:#333333;
font-size:12px;
}
#profile_box_widgets {
width:422px;
margin:0 10px 10px 0;
padding:5px 5px 0px 5px;
min-height: 50px;
border:1px solid #cccccc;
background: #f5f5f5;
}
#customise_page_view h2.profile_box {
width:422px;
color: #999999;
}
#profile_box_widgets p {
color:#999999;
}
#leftcolumn_widgets {
width:221px;
margin:0 10px 0 0;
padding:5px 5px 40px 5px;
min-height: 196px;
border:3px solid #efeff0;
border-top:0px none;
}
#middlecolumn_widgets {
width:221px;
margin:0 10px 0 0;
padding:5px 5px 40px 5px;
min-height: 196px;
border:3px solid #efeff0;
border-top:0px none;
}
#rightcolumn_widgets {
width:221px;
margin:0;
padding:5px 5px 40px 5px;
min-height: 196px;
border:3px solid #efeff0;
border-top:0px none;
}
#rightcolumn_widgets.long {
min-height: 288px;
}
/* IE6 fix */
* html #leftcolumn_widgets { 
height: 190px;
}
* html #middlecolumn_widgets { 
height: 190px;
}
* html #rightcolumn_widgets { 
height: 190px;
}
* html #rightcolumn_widgets.long { 
height: 338px;
}

#customise_editpanel table.draggable_widget {
width:100%;
background: #8AC044;
margin: 0px 0 5px 0;
vertical-align:text-top;
padding:3px;
}
#widget_picker_gallery table.draggable_widget {
width:200px;
background: #8AC044;
margin: 0 0 5px 0;
}

/* take care of long widget names */
#customise_editpanel table.draggable_widget h3 {
word-wrap:break-word; /* safari, webkit, ie */
width:140px;
line-height: 1.1em;
overflow: hidden;/* ff */
padding:4px;
font-weight:bold;
color:#ffffff;
}
#widget_picker_gallery table.draggable_widget h3 {
word-wrap:break-word;
width:145px;
line-height: 1.1em;
overflow: hidden;
padding:4px;
background: #8AC044;
}
#customise_editpanel img.more_info {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_customise_info.gif) no-repeat top left;
cursor:pointer;
margin-right: 3px;
}
#customise_editpanel img.drag_handle {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_customise_drag.gif) no-repeat top left;
cursor:move;
}
#customise_editpanel img {
margin:4px 0px;
}
#widget_moreinfo {
position:absolute;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tooltip-back.png) repeat top left;
color:#ffffff;
padding:5px;
display:none;
width: 200px;
line-height: 1.2em;
font.size:12px;
font-weight:bold;
}
/* droppable area hover class  */
.droppable-hover {
background:#fdffc3;
}
/* target drop area class */
.placeholder {
border:2px dashed #AAA;
width:221px !important;
margin: 10px 0 10px 0;
}
/* class of widget while dragging */
.ui-sortable-helper {
background: #ffcab8;
color:white;
padding: 4px;
margin: 10px 0 0 0;
width:221px;
}
/* IE6 fix */
* html .placeholder { 
margin: 0;
}
/* IE7 */
*:first-child+html .placeholder {
margin: 0;
}
/* IE6 fix */
* html .ui-sortable-helper h3 { 
padding: 4px;
}
* html .ui-sortable-helper img.drag_handle, * html .ui-sortable-helper img.remove_me, * html .ui-sortable-helper img.more_info {
padding-top: 4px;
}
/* IE7 */
*:first-child+html .ui-sortable-helper h3 {
padding: 4px;
}
*:first-child+html .ui-sortable-helper img.drag_handle, *:first-child+html .ui-sortable-helper img.remove_me, *:first-child+html .ui-sortable-helper img.more_info {
padding-top: 4px;
}


/* ***************************************
BREADCRUMBS
*************************************** */
#pages_breadcrumbs {
font-size: 80%;
color:#999999;
padding:0;
margin:0 0 10px 0;
}
#pages_breadcrumbs a {
color:#999999;
text-decoration: none;
}
#pages_breadcrumbs a:hover {
color: #0054a7;
text-decoration: underline;
}


/* MISC *************************************** */
/* general page titles in main content area */

#content_area_user_title h2, 
#content_area_group_title h2, 
#two_column_left_sidebar_maincontent h2.todas-sondagens {	
/*background:#efeff0;*/
padding:8px;
font-size: 16px;
font-weight:bold;
color:#333333;
}


/* Icons nos titulos
**************************************************/

#content_area_user_title, 
#content_area_group_title {
  border-bottom: 2px solid #f5f5f5;
}

#content_area_user_title h2, 
#content_area_group_title h2 {
/*padding-left:40px;*/
}

#content_area_user_title h2.calcular-custos {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-calculadora.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.amigos {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-meus-amigos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.convidar-amigos {	
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-convidar-amigos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.meus-grupos {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-meus-grupos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.novo-grupo {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-novo-grupo.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.grupos-criei {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-grupos-criados.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.todos-grupos {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-todos-grupos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_group_title h2.editar-grupo {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-editar-grupo.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_group_title h2.editar-grupo-icone {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-editar-grupo-icone.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_group_title h2.convidar-amigos {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-convidar-amigos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.sair-grupo {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-sair-grupo.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.forum-grupo {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-forum-grupo.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.ficheiros-grupo {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-ficheiros-grupo.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.paginas-grupo {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-paginas-grupo.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.mensagens-grupo {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-mensagens-grupo.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.minhas-mensagens {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-caixa-entrada.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.escrever-mensagem {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-escrever-mensagem.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.mensagens-enviadas {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-mensagens-enviadas.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.inserir-publicacao {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-inserir-publicacao.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.publicacoes-amigos {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-publicacoes-amigos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.minhas-publicacoes {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-minhas-publicacoes.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.ranking {	
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-ranking.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.meus-galpshares {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-meus-galpshares.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.inserir-galpshare {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-inserir-anuncio.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.pesquisa-galpshares {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-pesquisa-galpshares.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.meus-convites {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-meus-convites.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.escrever-convite {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-escrever-convite.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.convites-enviados {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-convites-enviados.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.procura-utilizadores {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-procura-utilizadores.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.rank-mais-diggs {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-rank-mais-diggs.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.rank-mais-amigos {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-rank-mais-amigos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.rank-comentarios-diggs {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-rank-comentarios-didgs.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.rank-mais-votos {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-rank-mais-votos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.rank-mais-comentarios {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-rank-mais-comentarios.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.meus-anuncios {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-meus-anuncios.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.inserir-anuncio {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-inserir-anuncio.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.anuncios-amigos {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-anuncios-amigos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.anuncios-grupos {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-anuncios-grupos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.todos-anuncios {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-todos-anuncios.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.pesquisar-anuncios {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-pesquisar-anuncios.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.detalhes-mensagem {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-caixa-entrada.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.gs-caixa-entrada {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-gs-caixa-entrada.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.gs-mensagens-enviadas {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-gs-mensagens-enviadas.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.gs-convites-activos {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-gs-convites-activos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.todas-sondagens, #two_column_left_sidebar_maincontent h2.todas-sondagens {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-todas-sondagens.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.adicionar-sondagem {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-todas-sondagens.gif) no-repeat 50px 5px;
padding-left:40px;
}

#content_area_user_title h2.editar-perfil-galpshare {
}

#content_area_user_title h2.feedback-sugestoes {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-feedback.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.enviar-publicacao {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-enviar-publicacao.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.invite-friend {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-rank-mais-diggs.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.detalhe-publicacao {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-todas-publicacoes.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.pesquisa-grupos {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-pesquisa-grupos.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.pesquisa-membros {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-pesquisa-membros.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.pesquisa-publicacoes {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-pesquisa-publicacoes.gif) no-repeat 0 5px;
padding-left:40px;
}

#content_area_user_title h2.pesquisa-tudo {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-pesquisa-tudo.gif) no-repeat 0 5px;
padding-left:40px;
}






.title-galpshare {
color:#99cc33;
}

#sidebar_page_tree {
margin:10px;
}
#sidebar_page_tree h3 {
background:#F5F5F5;
border-top:2px solid #4690D6;
margin:0 0 5px 0;
padding:5px;
color:#0054A7;
font-size:1.25em;
line-height:1.2em;
}	

/* tag icon */	
.object_tag_string {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon_tag.gif) no-repeat left 2px;
padding:0 0 0 14px;
margin:0;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
height:145px;
}	
#current_user_avatar {
float:left;
width:160px;
height:130px;
border-right:1px solid #cccccc;
margin:0 20px 0 0;
}	
#profile_picture_croppingtool {
border-top: 1px solid #cccccc;
margin:20px 0 0 0;
padding:10px 0 0 0;
}	
#profile_picture_croppingtool #user_avatar {
float: right;
margin:16px 25px 0 0;
}	
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
float: left;
position: relative;
overflow: hidden;
width: 100px;
height: 100px;
}	

#profile_picture_croppingtool p {
  overflow: hidden;
  margin-bottom:20px;
}



/* ***************************************
SETTINGS & ADMIN
*************************************** */
.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3 {
background:#e4e4e4;
border-bottom:1px solid #d0d0d0;
color:#666666;
font-size:1.1em;
line-height:1em;
margin:30px 0 10px 0;
padding:5px;	
}

.settings_form h3 {
background:#F9F9F9;
border:1px solid #EFEFEF;
font-size:12px;
font-weight:bold;
margin:0 0 5px;
padding:4px 5px;
}

.admin_debug label,
.admin_usage label {
color:#333333;
font-size:100%;
font-weight:normal;
}

.settings_form {
padding:15px 0 20px 0;
}

.settings_form .form-item {
padding-bottom:30px;
}

.settings_form .form-item.radios label {
display_static;
}

.settings_form label {
display:block;
}

.settings_form input[type="text"], 
.settings_form input[type="password"] {
width:350px;
}
.admin_usage {
border-bottom:1px solid #cccccc;
padding:0 0 20px 0;
}

.usersettings_statistics .odd,
.admin_statistics .odd {
background:#f5f5f5;
}
.usersettings_statistics .even,
.admin_statistics .even {
background:#ffffff;
}
.usersettings_statistics td,
.admin_statistics td {
padding:2px 4px 2px 4px;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
width:200px;
}

/* add user pane on user admin */
#add_user_showhide #add-box {
padding:20px;
background: #dedede;
}
.admin_adduser_link {
margin:0 0 20px 0;
}
#search-box {
margin:0 0 20px 0;
}

.manifest_file {
display:none;
}

/* force tinyMCE editor initial width for safari */
.mceLayout {
width:683px;
}

div.ajax_loader {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/ajax_loader.gif) no-repeat top center;
height:19px;
width:220px;
float:left;
}


.settings-save {
padding-bottom:50px;
}

.settings-delete {
position:absolute;
right:0;
top:-75px;
}




/*  niebes - header
********************************************************************************************************************* */
#header-container {
  width:1012px;
  padding:0;
  height: 160px;
  margin: 0 auto;
  position: relative;
}

#header-container.not-logged {
  height: 420px;
}

#logo {
  float:left;
  width:221px;
  height: 70px;
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/logo-galpshare.png) no-repeat 0 bottom;
}

#logo-logged {
float:left;
width:366px;
color:#666666;
padding-bottom:22px;
padding-left:20px;
}

#logo h1 a {
font-size:32px;
color:#000000;
text-decoration:none;
font-weight:bold;
font-style:italic;
letter-spacing:-2px;
font-family:Verdana, Arial, Tahoma;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/title-header.png) no-repeat;
width:364px;
height:36px;
display:block;
}



/* top login box classes
************************************************************************************************************************************************/

.login-register {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/login-background.png) no-repeat 0 0;
  height: 36px;
  width: 181px;
  /*margin-top: 9px;*/
  padding-top: 5px;
}

.login-register ul {
  margin: 0;
}

.login-register li {
  display:inline;
  padding: 0 15px;
}

.login-register li.line {
  display:inline;
  background:#333;
  height:11px;
  width:1px;
  margin-top:6px;
  padding: 0;
  border-left: 1px solid #333;
}

.login-register a {
  color:#333;
  font-size:11px;
  font-weight: bold;
  padding-top: 5px;
}

.header-content {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/header-tagline-cars.png) no-repeat 0 50px;
  height: 220px;
  clear: both;
  width: 100%;
}

.header-content .tag-buttons {
  padding-top: 135px;
}

.tag-line {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.header-content .enter-galpshare, 
.header-content .register-facebook, 
.homepage-search {
  height: 32px;
  width: 202px;
  display: block;
  text-indent: -9999px;
  margin-right: 20px;
  float: left;
}

.header-content .enter-galpshare {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-enter-galpshare.png) no-repeat 0 0;
}

.header-content .register-facebook {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-register-facebook.png) no-repeat 0 0;
}

.homepage-search {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/button-search.jpg) no-repeat 0 0;
  width: 239px;
  height: 32px;
}

.header-content .enter-galpshare:hover, 
.header-content .register-facebook:hover, 
.homepage-search:hover {
  background-position: 0 -32px;
}

.header-content .enter-galpshare:active, 
.header-content .register-facebook:active, 
.homepage-search:active {
  background-position: 0 -64px;
}







#top-login .form-content {
}

#top-login .form-item {
padding-bottom:3px;
margin:4px 8px 0 8px;
position:relative;
}

#top-login .form-item-round {
padding:2px 4px;
border: 1px solid #d3d3d3;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#f7f7f7;
font-size:11px;
margin:4px 8px 0 8px;
}

#top-login input {
border:0 none;
background:none;
}

#top-login .form-item a {
padding-right:5px;
font-size:10px;
}

#top-login .form-item-round label {
font-weight:normal;
color:#999;
}

#top-login input {
vertical-align:middle;
}

#top-login label {
font-weight:normal;
font-size:10px;
}

#top-login input#username {
padding:3px 4px;
width:185px;
font-size:11px;
}

#top-login input#password {
padding:3px 0 3px 4px;
font-size:11px;
width:110px;
}

#top-login input#username:focus, 
#top-login input#password:focus {
border:0 none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

#top-login button {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/login/btn-login.gif) no-repeat 0 0;
width:19px;
height:19px;
/*position:absolute;*/
margin-left:8px;
padding:0;
float:right;
}


.not-logged-search {
float:right;
width:212px;
height:25px;
margin-right:6px;
background:#FBFBFB;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #E9E9E9;
}

.not-logged-search input {
padding:3px 4px;
background:none;
border:0 none;
width:180px;
}

.not-logged-search input:focus {
border:0 none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}


#welcome a.btn {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-left.gif') no-repeat top left;
display: block;
font: normal 12px Arial, Verdana; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 22px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

#welcome a:link.btn, #welcome a:visited.btn, #welcome a:active.btn {
color: #494949; /*button text color*/
}

#welcome a.btn span {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-right.gif') no-repeat top right;
display: block;
padding: 3px 11px 3px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

#welcome a.btn:hover { /* Hover state CSS */
background-position: bottom left;
}

#welcome a.btn:hover span { /* Hover state CSS */
background-position: bottom right;
color: black;
}

#welcome h1 {
text-align:right;
float:right;
}

#sobre {
float:right;
}




#welcome {
  float: right;
}

#welcome-text {
  float: right;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
}

#welcome-text a {
  color: #fff;
}

#welcome-exit {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/exit-background.png) no-repeat 0 0;
  height: 36px;
  width: 74px;
  /*margin-top: 9px;*/
  padding-top: 5px;
  text-align: center;
  float: right;
}

#welcome-exit a {
  color:#333;
  font-size:12px;
  font-weight: bold;
  padding-top: 5px;
}








/* niebes - header - top tabbed navigation
**********************************************************************************************************************/

#topnav-tabbed {
width:1012px;
height: 41px;
margin:0 auto;
position: relative;
top: 90px;
}

#topnav-tabbed a.btn {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-left.gif') no-repeat bottom left;
display: block;
float: left;
font: normal 12px Arial, Verdana; /* Change 13px as desired */
line-height: 19px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 27px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
margin-right:1px;
}






#topnav-tabbed #tab-1 a, 
#topnav-tabbed #tab-1 a, 
#topnav-tabbed #tab-1 a {
float:left;
width:201px;
height:41px;
display:block;
}

#topnav-tabbed #tab-2 a, 
#topnav-tabbed #tab-2 a, 
#topnav-tabbed #tab-2 a {
float:left;
width:184px;
height:41px;
display:block;
}

#topnav-tabbed #tab-3 a, 
#topnav-tabbed #tab-3 a, 
#topnav-tabbed #tab-3 a {
float:left;
width:186px;
height:41px;
display:block;
}

#topnav-tabbed #tab-1 a.comunidade {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-comunidade-1.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-2 a.comunidade {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-comunidade-2.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-3 a.comunidade {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-comunidade-3.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-1 a.galpshare {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-galpshare-1.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-2 a.galpshare {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-galpshare-2.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-3 a.galpshare {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-galpshare-3.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-1 a.publicacoes {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-publicacoes-1.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-2 a.publicacoes {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-publicacoes-2.jpg') no-repeat 0 0;
}

#topnav-tabbed #tab-3 a.publicacoes {
background:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-publicacoes-3.jpg') no-repeat 0 0;
}







#topnav-tabbed a:link.btn, #topnav-tabbed a:visited.btn, #topnav-tabbed a:active.btn {
color: #FFFFFF; /*button text color*/
}

#topnav-tabbed a.btn span {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-right.gif') no-repeat bottom right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

#topnav-tabbed a.btn:hover, #topnav-tabbed a.actual { /* Hover state CSS */
background-position: top left;
}

#topnav-tabbed a.btn:hover span, #topnav-tabbed a.actual span { /* Hover state CSS */
background-position: top right;
}

#topnav-tabbed a.privatemessages {
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
padding:0 0 4px 16px;
margin:0 15px 0 5px;
cursor:pointer;
}
#topnav-tabbed a.privatemessages:hover {
text-decoration: none;
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#topnav-tabbed a.privatemessages_new {
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/toolbar_messages_icon.gif) no-repeat left -18px;
padding:0 0 0 18px;
margin:0 15px 0 5px;
color:white;
}

#topnav-tabbed .admin-links {
//float:right;
padding:25px 10px 0px 0px;
}



/* IE6 */
* html #topnav-tabbed a.privatemessages_new { background-position: left -18px; } 
/* IE7 */
*+html #topnav-tabbed a.privatemessages_new { background-position: left -18px; } 

#elgg_topbar_container_left a.privatemessages_new:hover {
text-decoration: none;
}


/* niebes - header
**********************************************************************************************************************/

.not-logged #topnav-sublinks {
margin:0 0 15px 6px;
}


#topnav-sublinks {
  float:left;
  margin:0;
  padding:5px 0 0 5px;
  width:1007px;
  height:24px;
  position:relative;
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tab-galpshare-sublinks.png) no-repeat 0 0;
}


#topnav-sublinks a {
color:#fff;
float:left;
font-size:11px;
font-weight:bold;
padding:1px 6px;
text-decoration:none;
}

#topnav-sublinks a:hover, #topnav-sublinks a.active {
background:#a0c156;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border:0 none;
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25); 
}

#topnav-sublinks a.selected {
color:#333333;
}

#topnav-sublinks .user_mini_avatar {
border:1px solid #eeeeee;
margin:0 0 0 5px;
}

#topnav-sublinks .menubar {
float:left;
padding:2px;
color:#333333;
}

#topnav-sublinks .secondary-links {
float:left;
}

#topnav-sublinks .top-search-container {
  position:absolute;
  right:0;
  top:-38px;
  width:240px;
  height:34px;
  background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/tabnav-search.jpg) no-repeat 0 0;
}

#searchform input.search_input {
color:#666666;
font-size:12px;
padding:0 0 0 10px;
border:0 none;
width: 200px;
height: 34px;
background: none;
}

#searchform input.search_input:focus {
-webkit-box-shadow:inherit;
-moz-box-shadow:inherit;
box-shadow:inherit;
border:0 none;
}

#searchform input.search_submit_button {
color:#f66512;
margin:4px 0 0 0;
padding:0px;
width:25px;
height:25px;
cursor:pointer;
background: none;

}

#searchform input.search_submit_button:active {
  background: none;
  border: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -box-shadow: 0;
}



/* rmelo - galpshare - and neves */ 

#table_recorrente .input-text[disabled], .input-text[readonly] {
background-color: #dcdcdc;
cursor: default;
} 
#table_ocasional .input-text[disabled], .input-text[readonly] {
background-color: #dcdcdc;
cursor: default;
} 









/* neves page blocks - homepage not logged
****************************************************************************************************************/

#home-flash {
width:566px;
float:left;
text-align:center;
}

#home-nolog-newsblog {
width:406px;
float:left;
padding:3px 0 0 0;
}

#home-nolog-newsblog #nav a {
padding:5px 15px;
}

#home-nolog-newsblog #tab-container {
/*background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/background-tabs-homepage.jpg) no-repeat 0 0;
margin-top:0;*/
display:none;
}

#home-nolog-newsblog #nav a {
margin-top:1px
}

#home-nolog-newsblog #subtab-container {
/*width:406px;*/
display:none;
}

#home-nolog-newsblog .search_listing {
padding:10px;
}



/* publications tab navigation
****************************************************************************************************************/

#tab-container {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/publications-tab-background.jpg) repeat-x left bottom;
float:left;
width:100%;
margin-top:20px;
}

#tab-container .tab-left {
}

#tab-container .tab {
}

#tab-container .tab a {
}

#tab-container .tab a:hover {
}

#tab-container .tab-middle {
}

#tab-container .tab-right {
}

#subtab-container {
float:left;
width:702px;
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/subtab-back.jpg) repeat-x right bottom;
}

#subtab-container .tab-left {
float:left;
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/subtab-left.jpg) no-repeat 0 bottom;
width:3px;
height:30px;
}

#subtab-container .tab {
float:left;
padding:7px 18px;
text-transform:uppercase;
font-size:9px;
font-weight:bold;
}

#subtab-container .tab a, #subtab-container .tab span {
display:block;
}

#subtab-container .tab a:hover {
}
#subtab-container .tab-middle {
float:left;
}

#subtab-container .tab-right {
float:left;
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/subtab-right.jpg) no-repeat 0 bottom;
width:6px;
height:30px;
}

.digg-links {
position:relative;
}






#home-news-scroll {
float:left;
overflow:auto;
height:348px;
background-color:#ffffff;
margin-top:2px;
width:400px;
}

#home-news-scroll .home-news-entry {
padding:10px;
border-bottom:1px dashed #cccccc;
}

#home-news-scroll .home-news-entry p {
margin:0px;
padding:0px 0px 3px 0px;
}

#home-news-scroll .home-news-entry p.title a {
font-size:18px;
color:#000000;
}

#home-news-scroll .home-news-entry p.details {
padding-left:17px;
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/home-news-bullet.jpg) no-repeat 0 0;
text-transform:uppercase;
font-size:10px;
}

#home-news-scroll .home-news-entry p.desc {
font-size:12px;
}

#home-news-scroll .home-news-entry p.desc a.small {
font-size:10px;
}

#home-news-scroll .home-news-entry p.bottom {
text-align:right;
text-transform:uppercase;
font-size:8px;
margin-top:5px;
}

#home-news-scroll .home-news-entry p.bottom a {
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/news-comment-bullet.jpg) no-repeat 2px 0;
padding-left:20px;
padding-bottom:5px;
}


#home-new-members {
/*float:left;
width:396px;
background-color:#efeff0;
padding:5px;
margin-top:10px;*/
display:none;
}

#home-new-members .title {
font-size:12px;
font-weight:bold;
float:left;
width:99%;
padding:5px;
}

/*
#home-new-members .thumbs, #two_column_left_sidebar_maincontent .thumbs {
float:left;
width:90px;
margin:4px 4px;
}
*/

.thumbs-profile-icons {
float:left;
margin:0px 3px 3px 0px;
}


.thumbs-middle {
background-color:#ffffff;
border-left:1px solid #333333;
border-right:3px solid #333333;
border-top:none 0px;
border-bottom:none 0px;
padding:0px 3px;
text-align:center;
}

.thumbs-middle a:hover {
text-decoration:none;
color:#333333;
}

#owner_block_icon .thumbs-profile-icons .thumbs-middle {
width:80px;
}



/* neves page blocks - registo
****************************************************************************************************************/

#two_column_right_sidebar_register {
float:left;
width:406px;
}

#register-container {
background-color:#efeff0;
width:406px;
text-align:center;
margin:0 auto;
}

#register-table {
margin-left:20px;
}

#register-table label {
display:block;
}

#register-table input[type="text"], 
#register-table input[type="password"] {
width:158px;
margin-bottom:10px;
}

#register-table input#name {
width:329px;
}

#register-table .captcha-image-container {
width:185px;
float:left;
}

#register-table .text-input input {
width:130px;
}

#register-table .text-input {
float:left;
width:155px;
}

#register-table .register-terms-container {
overflow:auto;
width:323px;
height:155px;
background:#FFFFFF;
padding:10px;
}

#register-table a:hover {
color:#333333;
text-decoration:none;
}

#register-table td {
text-align:left;
}

#register-text-container {
width:343px;
margin-left:25px;
}



#register-text-container .register-text {
background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/back-register-text.gif) no-repeat;
font-size:11px;
padding:20px;
}

#register-text td {
padding:0px;
margin:0px;
}


/* neves page blocks - plain text
****************************************************************************************************************/
#plain-text-container {
  width:1012px;
  margin:0 auto;
}

#plain-text {
  margin:0px auto;
  font-size:12px;

}

#plain-text .title {
font-size:16px;
font-weight:bold;
color:#ff7041;
}

#plain-text .title_active {
font-size:16px;
font-weight:bold;
color:#333333;
}

#plain-text-menu .page_active, #plain-text-menu .content-menu .title_active a {
color:#ff6600;
}

#plain-text .content {
text-align:justify;
padding:0px 0px;
margin-left:255px;
width:445px;
}

#plain-text .content-full {
text-align:justify;
padding:0px 0px;
}

#plain-text .content-menu {
float:left;
width:255px;
}

#plain-text-menu ul, #plain-text-menu li {
padding:0px;
margin:0px;
}

#plain-text-menu li {
list-style-type:none;
}

#plain-text-menu li a {
font-size:12px;
font-weight:bold;
color:#ff7041;
text-align:left;
padding:10px 0px;
display:block;
}

#plain-text-menu li a:hover, #plain-text-menu li a.actual {
color:#333333;
text-decoration:none;
}

#plain-text-menu .title_active a {
color:#ff6600;
}

#plain-text-menu a {
color:#333333;
padding-bottom:20px;
display:block;
font-weight:bold;
}

#plain-text-menu a:hover {
color:#ff6600;
}

#plain-text p {
/*text-align:justify;*/
}

/* neves page blocks - galp share stuff
****************************************************************************************************************/

#googlemaps-container {
}

#googlemaps-container .wide {
width:670px !important;
}

#googlemaps-container #trip_map, 
#map {
width:270px;
height:400px;
float:left;
}

#googlemaps-container .trip_map-controls {
float:right;
display:none;
}

#googlemaps-container .trip_map-controls div {
padding:0 0 10px 10px;
float:left;
}

#googlemaps-container .input-text, .input-tags, .input-url, .input-textarea {
}

#googlemaps-container .input-text:focus, .input-tags:focus, .input-url:focus, .input-textarea:focus {
border-color:#ccc;
}

/*
#two_column_left_sidebar_maincontent h2 {
background:#efeff0;
margin:0 0 0px 0;
padding:10px;
font-size: 18px;
font-weight:bold;
color:#333333;
text-transform:uppercase;
}
*/

.padding5 td {
padding:5px;
vertical-align: middle;
}

.galpshare-detail {
/*padding:10px;*/
}

.galpshare-detail td {
color:#333333;
font-size:12px;
padding:5px;
}

.links-galpshare {
}

.links-galpshare a {
/*color: #ffffff;
width: auto;
cursor: pointer;
padding:5px 10px;
border:0px none;
font-size:11px;
font-weight:bold;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-back.jpg) repeat-x 0 0;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
background-color:#710401;*/
}

.links-galpshare a:hover {	
}


/* neves page blocks - profile edit
****************************************************************************************************************/
#edit-profile h3 {
background:#F9F9F9;
border:1px solid #EFEFEF;
font-size:12px;
font-weight:bold;
margin:0 0 5px;
padding:4px 5px;
}

#edit-profile label {
display:block;
}

#edit-profile-back {
padding:15px 0;
}

#edit-profile .form-item {
position:relative;
padding-bottom:30px;
}

#edit-profile .form-item.galpshare label {
display:inline;
}

#edit-profile .form-item select {
position:absolute;
top:30px;
right:0;
}

#edit-profile p {
padding:0 0 15px 0;
}

#edit-profile .input-text, 
#edit-profile .input-tags, 
#edit-profile .input-url {
width:350px;
}






/* rmelo - hacks */
/***************************************************************************************************************/
#bookmarks_box_widgets {
width:221px;
margin:0 10px 0px 0;
padding:5px 5px 40px 5px;
min-height: 196px;
border:1px solid #cccccc;
background: #f5f5f5;
border:3px solid #efeff0;
border-top:0px none;

}



/* neves page blocks - tabbed menu listing
****************************************************************************************************************/
#home-nolog-newsblog .bm_search_listing_index .search_listing {
background-color:#ffffff;
border-bottom:1px dashed #cccccc;
width:363px;
}

#home-nolog-newsblog .bm_search_listing_index .search_listing .search_listing_info .shares_gallery_title a {
font-size:12px;
color:#333333;
font-weight:bold;
}

#home-nolog-newsblog .search_listing_info p {
font-size:11px;
}

#home-nolog-newsblog .bm_search_listing_index .search_listing .search_listing_info {
width:363px;
}

#widgets-profile-middle .search_listing {
background-color:#ffffff;
border-bottom:1px dashed #cccccc;
width:380px;
}

#widgets-profile-middle .search_listing .search_listing_info {
width:374px;
}

#home-nolog-newsblog .bm_search_listing_index {
/*overflow:auto;
height:360px;*/
overflow:hidden;
height:520px;
padding-top:55px
}

#two_column_left_sidebar_maincontent .bm_search_listing_full {
}

#two_column_left_sidebar_maincontent .bm_search_listing_full .search_listing {
background-color:#ffffff;
width:700px;
}

#two_column_left_sidebar_maincontent .bm_search_listing_full .search_listing .search_listing_icon {
width:110px;
}

#two_column_left_sidebar_maincontent .bm_search_listing_full .search_listing .search_listing_info {
width:565px;
float:left;
}

#widgets-profile-middle .bm_search_listing_dashboard .search_listing .search_listing_info .bm_commentsdiggs {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/news-comment-bullet-grey.gif') no-repeat 0 0;
}

#home-nolog-newsblog .bm_search_listing_index .search_listing .search_listing_info .bm_commentsdiggs {
/*background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/news-comment-bullet-grey.gif') no-repeat 0 0;*/
}

.search-results-listing .search_listing .search_listing_info p.bm_commentsdiggs {
background: none;
}

.search-results-listing {
float:left;
border-bottom:1px solid #efefef;
}


/* rmelo - css para as listagens dos boomarks */
.bm_search_listing .search_listing_icon img {
width:93px;
}

.bm_search_listing .search_listing .search_listing_icon {
width:110px;
float:left;
}

.bm_search_listing .search_listing .search_listing_info {
float:left;
width:590px;
}


/* neves page blocks - subscribe e search
****************************************************************************************************************/
#subscribe-search {
float:right;
padding:0 0 5px 0;
width:992px;
}

#subscribe-search .search {
float:right;
width:260px;
}

#subscribe-search .search-advanced {
float:right;
width:120px;
padding-top:5px;
}

#subscribe-newsletter {
float:left;
}

#subscribe-newsletter a {
font-size:12px;
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-subscribe-newsletter.gif') no-repeat 0 3px;
padding:5px 0px 5px 20px;
margin-left:20px;
display:block;
font-weight:bold;

}

#subscribe-newsletter a:hover {
color:#333333;
text-decoration:none;
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-subscribe-newsletter-over.gif') no-repeat 0 3px;
}




/* neves page blocks - widgets dashboard
****************************************************************************************************************/

#widgets-profile-left {
padding:5px;
min-height:360px;
padding:0;
margin:0px 9px 9px 0px;
width:278px;
}

#widgets-profile-middle {
margin:0px 9px 9px 0;
padding:0;
float:left;
width:406px;
}

#widgets-profile-right {
float:left;
padding:0px;
width:278px;
position:relative;
top:-16px;
}



/* neves - ricardo page blocks - register
****************************************************************************************************************/

.register_error {
color: #FF6600;
float: right;
text-align: left;
position:relative;
top:4px;
font-weight:normal;
}


/* neves page blocks - paddings Grupos
****************************************************************************************************************/

#create-group {
padding:15px 0;
}

#create-group .form-item {
padding-bottom:20px;
}

#create-group label {
display:block;
}

#create-group select {
margin:0;
width:460px;
}

#create-group input[type="text"] {
width:450px;
}

#create-group .form-item input[type="file"] {
border:0 none;
}

#create-group #delete_group_option {
  position: relative;
  float: right;
  top: -20px;
  width: 327px;
}




/* neves page blocks - paddings Messages
****************************************************************************************************************/

#send-message {
padding:15px 0;
}

#send-message label {
font-size:12px;
display:block;
}

#send-message .form-item { 
padding-bottom:20px;
}

#send-message .form-item-selector {
padding-bottom:0;
}

#send-message select {
width:460px;
}

#send-message input[type="text"] {
width:450px;
}

#send-message .send-to-member-icon {
float:right;
}

#send-message .no-display {
display:none;
}


/* neves page blocks - enviar-convites
****************************************************************************************************************/

#enviar-convite {
padding:15px;
}

#enviar-convite label {
/*text-transform:uppercase;*/
}

#enviar-convite p {
padding-bottom:20px;
}

/* neves page blocks - paddings Groups
****************************************************************************************************************/

#invite-group-padding {
padding:15px;
}

#invite-friends-container {
padding:15px;
}

#invite-friends-container td {
vertical-align:middle;
padding:5px;
}

#invite-group-padding h2 {
font-weight:normal;
}

#group-detail-padding {
padding:0px;
}

#group-detail-table {
margin:0px auto;
width:100%;
}

#group-detail-table .profile-name {
display:none;
}

#group-detail-table td {
padding:8px 0;
font-size:12px;
}

#group-detail-table a:hover {
color:#333333;
text-decoration:none;
}

#group-detail-table .thumbs-profile-icons {
margin-right:20px;
}

#group-detail-table a.actions-aderir, 
#group-detail-table a.actions-sair {
font-size:11px;
}

#group-detail-table a.actions-aderir {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconbullet-aderir.gif') no-repeat 0 0;
padding:0px 0px 1px 20px;
}

#group-detail-table a.actions-aderir:hover {
background-image:url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconbullet-aderir.gif');
background-position:0 -15px;
}

#group-detail-table a.actions-sair {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/leave-erase.png') no-repeat 0 0;
padding:0px 0px 1px 19px;
}

#group-detail-table a.actions-sair:hover {
background-image: url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/leave-erase.png');
background-position:0 -15px;
}

#group-detail-2column-table {
margin:20px auto;
background-color:#fff;
width:100%;
}

#group-detail-2column-table td {
font-size:12px;
}

#group-detail-2column-table p {
font-size:11px;
}

#group-detail-2column-table a.message-links {
font-size:10px;
}

#group-detail-2column-table a.message-links:hover {
text-decoratio:none;
color:#333333;
}




/* neves page blocks - paddings feedback
****************************************************************************************************************/
#feedback-container {
padding:20px 0;
}

#feedback-container .labels {
padding:3px 8px 0px 0px;
}




/* neves page blocks - invite friends
****************************************************************************************************************/
#invite-friends {
padding:15px 0;
}

#invite-friends .title {
font-size:14px;
padding-bottom:5px;
}

#invite-friends label {
display:block;
}

#invite-friends .form-item {
padding-bottom:30px;
}

#invite-friends input[type="text"] {
width:450px;
}

.mceLayout {
width:460px !important;
height:15px !important;
}

.post-comment-wrapper .mceLayout {
width:250px !important;
}

/* neves page blocks - DIGG
****************************************************************************************************************/
.digg-vote-value {
}

.digg-vote-value-table td {
}


/* neves page blocks - search
****************************************************************************************************************/
#search-users {
padding:15px 0;
}

#search-users input[type="text"] {
width:400px;
margin-right:10px;
float:left;
}

#search-users input[type="submit"] {
margin-bottom:3px;
float:left;
}





/* rmelo generic_content_padding
*****************************************************************************************************************/
.generic_content_padding {
padding: 10px 0;
}

/* rmelo galpshare
*****************************************************************************************************************/
.gs_map_title {
padding: 10px 0;
text-transform: uppercase;
text-decoration:none;
font-weight: bold;
font-size:12px;
}

#galpshare_trip_detail {
}

#galpshare_trip_detail .gs_map_title {
padding-left: 15px;
}


/* neves page blocks - rankings
****************************************************************************************************************/

#widget_ranking_list p {
padding:2px 0px;
margin:0px;
}

#widget_ranking_list .ranking-more {
text-align:right;
padding:15px 0;
}

.poll_item_controls p {
text-align:right;
}

/* neves page blocks - dashboard message widget
****************************************************************************************************************/
.new-message {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-new-message.png') no-repeat 0 3px;
padding:1px 0px 5px 28px;
font-size:12px;
}

.new-invitation {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-new-invitation.png') no-repeat 1px 0;
padding:1px 0px 5px 28px;
font-size:12px;
}

.new-friendship {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-new-friendship.png') no-repeat 1px 2px;
padding:2px 0px 5px 28px;
font-size:12px;
}

.new-message a:hover, .new-invitation a:hover {
color:#333333;
text-decoration:none;
}

#messageboard_widget_menu {
padding:5px 0px;
}

#messageboard_widget_menu a:hover {
color:#333333;
text-decoration:none;
}


/* neves / ricardo page blocks - header links
****************************************************************************************************************/

.header-link {
/*float:right;
padding:10px;
font-size:11px;*/
}

.header-link:hover {
/*color:#333333;
text-decoration:none;*/
}



/* neves page blocks - subscribe newsletter box
****************************************************************************************************************/
#subscribe-newsletter-box-container {
position:absolute;
width:330px;
z-index:9999;
top:182px;
margin-left:5px;
}
#subscribe-newsletter-box-container input {
position: relative;
}
#subscribe-newsletter-box {
background: transparent url('http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/subscribe-back.png') repeat;
width:330px;
padding:20px;
margin-left:16px;
}

#subscribe-newsletter-box td {
padding:5px;
vertical-align:middle;
}

#subscribe-newsletter-box .textbox {
color:#000000;
font-size:12px;
margin:0px;
width:190px;
height:16px;
border:0 none;
}


/* neves page blocks - widget minhas viagens
****************************************************************************************************************/
#widget_gs_messages_booked a {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-gs-minhas-viagens.png) no-repeat 0 0;
padding:0px 0px 3px 27px;
display:block;
}

#widget_gs_messages_booked a:hover {
color:#333333;
text-transform:none;
}


/* neves page blocks - lista pesquisa users
****************************************************************************************************************/

.user-search-listing a {
font-weight:bold;
}



/* neves page blocks - forgot password
****************************************************************************************************************/
#forgotten_box {
margin:0 auto;
padding:40px 0 0;
}

#forgotten_box label {
display:block;
}

#forgotten_box .form-item input[type="text"] {
width:450px;
}

#forgotten_box p {
font-size:12px;
margin-bottom:15px;
}



/* neves page blocks - thumb class for public profile
****************************************************************************************************************/
.thumb-public-profile {
border-left:1px solid #333333;
border-right:3px solid #333333;
background-color:#ffffff;
padding:0px 5px;
}



/* neves page blocks - poll detail page
****************************************************************************************************************/
.poll_item_full, .poll_item {
padding:15px;
}





/* neves page blocks - css hacks for galpshare messaging system
****************************************************************************************************************/

#messages_return h2.gs-convites-activos {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icontitle-gs-convites-activos.gif) no-repeat 5px 5px;
padding:8px 8px 8px 40px;
font-size:16px;
font-weight:bold;
border-bottom: 2px solid #F5F5F5;
}

#messages_return .header-link {
float:right;
}

#messages_return .header-link:hover {
color#333333;
text-decoration:none;
}

#message_reply_form {
}

#message_reply_form p.reply-textbox-title input {
  width:96%;
}



/* neves page blocks - widget galpshare search
****************************************************************************************************************/

#widget-galpshare-search td {
font-size:9px;
padding:5px 0px;
vertical-align:middle;
}


/* neves page blocks - widget galpshare my trips
****************************************************************************************************************/

#widget_gs_messages_booked p {
padding:0px 0px 5px 0px;
}



/* neves page blocks - ie radio no border
****************************************************************************************************************/
.noborder {
border:0px none;
background:none;
}

.nomargin {
margin:0;
}



/* neves page blocks - poll detail page
****************************************************************************************************************/

#poll-detail-page td {
vertical-align:bottom;
margin:0px;
padding:0;
}

#poll-detail-page p {
margin:0;
}

#poll-detail-page .poll_item_question {
padding-bottom:10px;
}

#poll-detail-page table {
padding-bottom:15px;
}




/* neves page blocks - poll detail page
****************************************************************************************************************/
#group-detail-table a.submit_link:hover {
color:#ffffff;
}

/* neves page blocks - send bookmark
****************************************************************************************************************/
#send-bookmark {
width:650px;
float:left;
}

#send-bookmark td {
}


/* neves page blocks - friend request page
****************************************************************************************************************/

.invite-friend-name {
padding-bottom:10px;
}

.invite-friend-name a {
font-size:13px;
font-weight:bold;
}

.invite-friend-action {
padding-top:20px;
}


/* neves page blocks - galpshare search filter
****************************************************************************************************************/

#galpshare-search-filter input {
border:0px none;
}

#galpshare-search-filter td {
vertical-align:middle;
}


/* neves page blocks - home slideshow
****************************************************************************************************************/

.slideshow {
position:relative;
height:579px;
width:566px;
}

.slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
border:0px none;
}

.slideshow IMG.active {
z-index:10;
opacity:1.0;
}

.slideshow IMG.last-active {
z-index:9;
}

/* neves page blocks - home top slideshow
****************************************************************************************************************/

.top-slideshow {
position:relative;
height:268px;
width:980px;
margin-bottom:15px;
}

.top-slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
border:0px none;
}

.top-slideshow IMG.active {
z-index:10;
opacity:1.0;
}

.top-slideshow IMG.last-active {
z-index:9;
}






/* neves|dpc page blocks - home slideshow for campaigns
****************************************************************************************************************/

.slideshowCampaigns {
position:relative;
height:579px;
width:566px;
}

.slideshowCampaigns IMG {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
border:0px none;
}

.slideshowCampaigns IMG.activeCampaigns {
z-index:10;
opacity:1.0;
}

.slideshowCampaigns IMG.last-activeCampaigns {
z-index:9;
}


/* neves page blocks - homepage steps + query
****************************************************************************************************************/


.home-content-blocks {
  width: 1012px;
  margin: 0 auto;
}

.home-content-blocks .left-block {
  width: 50%;
  float: left;
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/home-lettering-left.gif) no-repeat 0 0;
  padding-top: 100px;
}

.home-content-blocks .step1 {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/homepage-step-1.gif) no-repeat 0 0;
  width: 328px;
  height: 62px;
}

.home-content-blocks .step2 {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/homepage-step-2.gif) no-repeat 0 0;
  width: 328px;
  height: 80px;
}

.home-content-blocks .step3 {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/homepage-step-3.gif) no-repeat 0 0;
  width: 328px;
  height: 59px;
}

.home-content-blocks .right-block {
  margin-left: 50%;
  padding-top: 100px;
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/home-lettering-right.gif) no-repeat 0 3px;
}

.home-content-blocks #galpshare_form {
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/homepage-map.jpg) no-repeat 300px 0;
  padding: 0 250px 50px 0;
  overflow: hidden;
}

.home-content-blocks #galpshare_form .teaser {
  padding-bottom: 20px;
}

.home-content-blocks #galpshare_form .form-block {
  margin-bottom: 15px;
  width: 239px;
}

.home-content-blocks #galpshare_form .form-block input[type="text"] {
  width: 229px;
}

.home-content-blocks #galpshare_form p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.home-content-blocks .facebook-like {
  margin-left: 49%;
  margin-top: 15px;
  padding-top: 35px;
  background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/home-fb-title.png) no-repeat 10px 12px;
}

.home-content-blocks .pub {
  width: 50%;
  float: left;
  padding-top: 30px;
}

.home-content-blocks .pub img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}




/* neves page blocks - edit profile icon
****************************************************************************************************************/
.edit-profile-icon {
padding:9px 0;
font-size:12px;
}

.edit-profile-icon label {
font-size:12px;
}

.profile-icon-specs {
color:#666666;
font-size:11px;
}

#user_avatar_preview_title {
padding:0px;
}

#current_user_avatar label {
display:block;
}


/* neves page blocks - content disappearing problem
****************************************************************************************************************/

.sharing_item {
background-color:#FFFFFF;
}

.bookmark-thumb {
float:left;
width:100px;
margin-top:10px;
}

.sharing_item_container {
/*width:500px;*/
}


.profile_items {
width:185px;
float:left;
margin-left:10px;
}

.profile_items p {
margin:0;
}

.profile_items a {
font-weight:bold;
font-size:12px;
margin-bottom:5px;
display:block;
}

.bm_small_banner {
background-color:#990000;
width:406px;
}

.bm_big_banner {
background-color:#990000;
}



/* links mais users, bookmarks e grupos
****************************************************************************************************************/

.searchlist-more-users, .searchlist-more-groups, .searchlist-more-bookmarks {
margin-bottom:40px;
text-align:right;
float:left;
width:705px;
}

.listagem-title {
clear:both;
background-color:#F4F4F4;
padding:5px;
font-weight:bold;
font-size:16px;
}

.searchlist-more-users a, .searchlist-more-groups a, .searchlist-more-bookmarks a {
padding:10px 35px;
color:#000;
display:block;
}

.searchlist-more-users a:hover, .searchlist-more-groups a:hover, .searchlist-more-bookmarks a:hover {
color:#ff6600;
}

.searchlist-more-users a {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisa-membros.gif) no-repeat 675px 50%;
}

.searchlist-more-groups a {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisa-grupos.gif) no-repeat 675px 50%;
}

.searchlist-more-bookmarks a {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconsmall-pesquisa-publicacoes.gif) no-repeat 675px 50%;
}



/* search homepage
****************************************************************************************************************/
#homepage-search-inner h3.singular {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/label-partilha-singular.gif) no-repeat 0 0;
height:65px;
}

#homepage-search-inner h3.plural {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/label-partilha-plural.gif) no-repeat 0 0;
height:65px;
}

#homepage-search-inner h3.ninguem {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/label-partilha-plural.gif) no-repeat 10px 0;
height:65px;
margin-bottom:250px;
}

#homepage-search-inner {
}

#homepage-search-inner .pagination {
/*margin-right:25px;*/
}

.letter-people-share {
vertical-align:middle;
padding-bottom:8px;
}





#homepage-search #map {
width: 450px;
height: 250px;
display: block;
margin-bottom: 1em;
}

#homepage-search {
overflow: hideen;
}

#homepage-search-inner #content_area_user_title {
float:left;
width:100%;
background:none;
}

#homepage-search-inner #content_area_user_title h2 {
  border-bottom:0px none;
  background-image:none;
  color:#8cc143;
  margin:15px 0 0;
  padding: 0;
  font-size:26px;
  padding-top: 35px;
}

#homepage-search .search_listing {
width:480px;
}

#homepage-search .search_listing_info {
/*width:480px;*/
width:390px;
}

#homepage-search .marker {
float:right;
}

#homepage-search .pagination {
margin-bottom:15px;
clear: none;
}

#homepage-search .search-results-listing {
border-bottom:0 none;
}




.save_co2 {
padding: 49px 20px 0 0;
float: right;
text-align:right;
}


#messages {
padding-top:15px;
}


.share-publicacao {
border:1px solid #E6E6E6;
background:#f7f7f7;
padding:10px 15px;
margin:10px 0 20px 0;
}

.share-publicacao .input-text {
position:relative;
}

.share-publicacao .input-text input {
background:#fff;
width:660px;
margin:5px 0;
padding:4px 3px 6px 3px;
font-size:14px
}

.share-publicacao .button {
text-align:right;
}

.share-publicacao label {
color:#888888;
font-size:14px;
font-weight:normal;
left:10px;
position:absolute;
top:11px;
}

.owner_timestamp {
text-transform:none;
}

.owner_timestamp img {
display:none;
}

.search-anuncios-galpshare {
margin:30px 0 0 30px;
width:650px;
}

.search-anuncios-galpshare td {
padding-bottom:15px;
}

.search-anuncios-galpshare label {
display:block;
}

.search-anuncios-galpshare input, 
.search-anuncios-galpshare select {
width:275px;
}

.search-anuncios-galpshare select {
width:285px;
}

.search-anuncios-galpshare .more-options {
padding-top:3px;
/*position:relative;*/
top:-2px;
left:4px;
margin-left:68px;
}

.trip_map-title h2 {
  background:url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/icon-todos-anuncios.gif) no-repeat 5px 5px;
  padding:8px 8px 8px 40px;
  margin-bottom:15px;
  font-weight:bold;
  border-bottom: 2px solid #F5F5F5;
}

.trip_map-position, 
.insert-share-map {
position:relative;
z-index:9999;
}

.trip_map-wrapper {
background:none repeat scroll 0 0 #F5F5F5;
border:1px solid #E3E3E3;
float:right;
padding:5px;
position:absolute;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
right:0;
}

.trip_map-wrapper.morepadding {
margin-top:40px;
}

.trip_map-expand {
position:absolute;
left:-22px;
top:-1px;
}

.trip_map-expand a {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/trip_map-expand.gif) no-repeat 0 0;
width:22px;
height:31px;
display:block
}

.trip_map-expand a.map-open {
background-position: 0 -31px;
border:o none;
}

.trip_map-anuncios-list {
float:left;
}

#galpshare_trip_detail .title {
padding:20px 0;
}

#galpshare_trip_detail .title h2 {
font-size:18px;
font-weight:bold;
}

#galpshare_trip_detail .details-general-wrapper .title {
font-size:16px;
padding:0 0 5px 0;
font-weight:bold;
}

#galpshare_trip_detail .details-general-wrapper {
float:left;
padding: 0 0 40px 0;
}

#galpshare_trip_detail .details-general-wrapper .origin, 
#galpshare_trip_detail .details-general-wrapper .destination, 
#galpshare_trip_detail .details-general-wrapper .arrows {
float:left;
}

#galpshare_trip_detail .details-general-wrapper .origin, 
#galpshare_trip_detail .details-general-wrapper .destination {
padding:5px 15px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #e3e3e3;
background:#f7f7f7;
font-weight:bold;
font-size:14px;
}

#galpshare_trip_detail .details-general-wrapper .origin span, 
#galpshare_trip_detail .details-general-wrapper .destination span {
font-weight:normal;
font-size:12px;
display:block;
}

#galpshare_trip_detail .details-general-wrapper .arrows.idavolta {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/arrow-idavolta.jpg) no-repeat 50% 0;
width:80px;
height:47px;
} 

#galpshare_trip_detail .details-general-wrapper .arrows.ida {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/arrow-ida.jpg) no-repeat 50% 0;
width:80px;
height:47px;
} 

#galpshare_trip_detail .details-general-wrapper .arrows.volta {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/arrow-volta.jpg) no-repeat 50% 0;
width:80px;
height:47px;
} 

#galpshare_trip_detail .details-table-type {
padding:0 0 40px 0;
}

#galpshare_trip_detail .details-table-type table {
width:90%;
font-size:12px;
}

#galpshare_trip_detail .details-table-type table td {
width:20%;
white-space:nowrap;
padding:0 0 5px 0;
}

#galpshare_trip_detail .cost-buttons {
text-align:right;
padding:0 0 40px 0;
}

#galpshare_trip_detail .cost-buttons a {
margin-left:10px;
}

#galpshare_trip_detail .aditional-details-wrapper {
width:380px;
float:left;
padding:0 0 40px 0;
min-height: 350px;
}

* html #galpshare_trip_detail .aditional-details-wrapper {
height: 350px;
}

#galpshare_trip_detail .aditional-details-wrapper .title {
font-size:16px;
padding:0 0 5px 0;
font-weight:bold;
}

#galpshare_trip_detail .details-table-schedule table, 
#galpshare_trip_detail .details-table-preferences table, 
#galpshare_trip_detail .details-table-notes table, 
#galpshare_trip_detail .details-table-date table {
width:95%;
font-size:12px;
border:1px solid #e5e5e5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin-bottom:40px;
}

#galpshare_trip_detail .details-table-schedule table th, 
#galpshare_trip_detail .details-table-schedule table td, 
#galpshare_trip_detail .details-table-preferences table th, 
#galpshare_trip_detail .details-table-preferences table td, 
#galpshare_trip_detail .details-table-notes table th, 
#galpshare_trip_detail .details-table-notes table td, 
#galpshare_trip_detail .details-table-date table th, 
#galpshare_trip_detail .details-table-date table td {
padding:3px;
}

#galpshare_trip_detail .details-table-schedule table td + td {
text-align:center; 
}

#galpshare_trip_detail .details-table-schedule table th, 
#galpshare_trip_detail .details-table-preferences table th, 
#galpshare_trip_detail .details-table-notes table th, 
#galpshare_trip_detail .details-table-date table th {
background:#f5f5f5;
font-weight:bold;
text-align:center;
}

#galpshare_trip_detail .details-table-preferences table th, 
#galpshare_trip_detail .details-table-notes table th, 
#galpshare_trip_detail .details-table-date table th {
text-align:left;
}

#galpshare_trip_detail .map-wrapper {
width:300px;
float:left;
}

.insert-share-form {
width:400px;
float:left;
margin-top:15px;
}

.insert-share-form .required {
color:#ff6600;
}

.insert-share-form .general input[type="text"] {
width:350px;
}

.insert-share-form .form-header {
padding-bottom:20px;
}

.insert-share-form .form-header h2, 
.insert-share-form .insert-share-transport h2, 
.insert-share-form .insert-share-regularity h2, 
.insert-share-form .insert-share-preferences h2, 
.insert-share-form .insert-share-addnote h2, 
.insert-share-form .insert-share-visibility h2 {
font-size:18px;
}

.insert-share-form .insert-share-regularity h2, 
.insert-share-form .insert-share-transport h2, 
.insert-share-form .insert-share-preferences h2, 
.insert-share-form .insert-share-addnote h2, 
.insert-share-form .insert-share-visibility h2 {
padding-top:60px;
padding-bottom:10px;
}

.insert-share-form .form-header span {
font-size:11px;
}

.insert-share-form .form-item {
padding-bottom:20px;
}

.insert-share-form .form-item label, 
.insert-share-form .form-recorrente label {
font-weight:normal;
}

.insert-share-form .form-toggler {
padding:5px 0;
}

.insert-share-form .form-submit {
margin: 25px 0px;
float:left;
}

.form-submit a.submit_link {
}

.share-fb {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/novo-anuncio-icon-facebook.gif) no-repeat 0 2px;
float: right;
padding-left:20px;
}

.share-fb.insert-share {
width: 490px;
margin-top:23px;
width:320px;
}

.share-fb.insert-pub {
width: 490px;
}

.share-fb.invites {
width: 620px;
padding:0 0 0 20px;
}

.invite-submit-with-fb {
padding-top:20px;
}



.insert-share-map {
width:300px;
float:right;
margin-top:15px;
}

#table_ocasional td, 
#table_recorrente td, 
.insert-share-preferences td {
padding:0 15px 5px 0;
white-space:nowrap;
}

#search-preferences-wrapper {
padding:10px;
background:#f7f7f7;
margin-bottom:30px;
}

#search-preferences-wrapper select {
background:#fff;
}

#search-preferences-wrapper .form-item {
padding:5px 0;
}

#search-preferences-wrapper .form-item label {
font-weight:normal;
}

#search-preferences-wrapper .form-item span.label {
font-size:12px;
font-weight:bold;
width:150px;
float:left;
padding-top:5px;
}

.search-preferences-trigger {
text-align:right;
padding:0 10px 3px 0;
border-bottom:1px solid #e8e7e9;
}

.search-preferences-trigger a.tab {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/trigger-background.jpg) repeat-x 0 bottom;
border:1px solid #e8e7e9;
border-bottom:0 none;
color:#ff6600;
text-shadow:1px 1px 0 #fff;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
border-radius:3px 3px 0 0;
padding:5px;
}

.search-preferences-trigger a.tab:hover {
border-color:#ccc;
}

.search-results-header {
padding:20px 0;
}

.search-results-header h2 {
font-weight:bold;
padding-bottom:10px;
}

.search-results-header span {
display:block;
font-size:14px;
margin-bottom:15px;
}

.calculator-form-wrapper {
float:left;
width:415px;
}

.calc-popup-wrapper {
padding:30px;
}

.calc-popup-wrapper a {
font-size:11px;
}

.calculator-form-wrapper .form-item, 
.calc-popup-wrapper .form-item {
padding-bottom:10px;
}

.calculator-form-wrapper .form-item input.small {
width:70px !important;
}

.calculator-form-wrapper .form-item span, 
.calc-popup-wrapper .form-item span {
font-style:italic;
}

.calculator-form-wrapper .form-item label, 
.calc-popup-wrapper .form-item label {
font-weight:normal;
}

.calc-popup-wrapper .form-item label {
font-size:11px;
}

.calculator-form-wrapper .form-title, 
.calc-popup-wrapper .form-title {
padding-bottom:10px;
font-size:18px;
margin-top:40px;
}

.calc-popup-wrapper .form-title {
margin-top:10px;
}

.calculator-form-wrapper .form-item-label, 
.calc-popup-wrapper .form-item-label {
font-size:12px;
font-weight:bold;
}

.calculator-form-wrapper .form-item input[type="text"], 
.calculator-form-wrapper select {
width:350px;
}

.calculator-form-wrapper .form-submit {
margin-top:25px;
}

.calc-popup-wrapper .popup-calc-left {
float:left;
width:265px;
}

.calc-popup-wrapper .popup-calc-right {
float:left;
width:205px;
}

#calculate_result .cost-wrapper {
width:370px;
background:#9CC42D url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/cost-icon.jpg) no-repeat right bottom;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3) ;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
box-shadow: 0 0 10px rgba(0, 0, 0, .3);
color:#fff;
padding:10px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
margin:20px 0 40px 0;
font-size:12px;
font-weight:bold;
}

.calc-popup-wrapper #calculate_result .co2-wrapper {
width:450px;
}

#calculate_result .co2-wrapper {
width:370px;
background:#9CC42D url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/co2-icon.jpg) no-repeat right bottom;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3) ;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
box-shadow: 0 0 10px rgba(0, 0, 0, .3);
color:#fff;
padding:10px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
margin:20px 0 40px 0;
font-size:12px;
font-weight:bold;
}

#calculate_result p {
margin:0 0 10px;
padding:0;
font-weight:normal;
}

#calculate_result span.title, 
.calc-popup-wrapper span.title {
font-size:16px;
display:block;
font-weight:bold;
}

#calculate_total, 
#calculate_total_trees {
color:#333;
font-size:22px;
text-shadow:1px 1px 0px rgba(255, 255, 255, .5);
padding:10px 0;
display:block;
font-weight:bold;
}

#calculate_total_trees {
padding-bottom:0;
}

.calc-popup-wrapper #calculate_total, 
.calc-popup-wrapper #calculate_total_trees {
padding:0;
}

.faq-trees {
font-weight:normal;
}

.search_listing .search_listing_icon .profile-name {
display:none;
}

#profile_icon_wrapper .profile_info_edit_buttons a {
position:static;
}

#profile_icon_wrapper.community-owner-link {
position:relative;
}

#profile_icon_wrapper.community-owner-link .profile-name {
position:absolute;
right:-79px;
top:0;
font-size:12px;
font-weight:bold;
}

.portal-page-content {
vertical-align:top;
line-height: 1.6em;
}

p.message_item_timestamp {
font-size:11px;
margin-bottom:0;
}

.message_buttons {
padding:10px 0 0 0;
margin:0;
font-size: 90%;
color:#666666;
}

#owner_block_icon .profile-icon-img, 
#owner_block_icon .profile-name-links {
float:left;
}

#owner_block_icon .profile-icon-img {
width:90px;
}

#owner_block_icon .profile-name-links .name-link, 
#owner_block_icon .profile-items .name-link {
font-size:12px;
font-weight:bold;
}

#widgets_middle .collapsable_box_content {
/*padding:0 10px;*/
}

#community-river-form {
padding:10px;
background:#f7f7f7;
margin-bottom:30px;
border:2px solid #efeff0;
}

#community-river-form h1 {
font-size:18px;
padding-bottom:10px;
}

#community-river-form .input-form-item input {
background:#fff;
width:370px;
}

#community-river-form .input-form-submit {
text-align:right;
margin-top:5px;
}

#community-river-form .input-form-submit a {
margin-right:10px;
}

.community-river-form-title h1 {
font-size:16px;
padding:10px;
}

.widget_status_statusmessage {
background:none;
}

.search_listing, 
.search-results-listing {
}

.bm_search_listing_full .search-results-listing {
width:auto;
}

#trip-list .search_listing_info {
float:left;
width:300px;
}

#trip-list .search-results-listing {
/*padding-left:20px;*/
}

#trip-list .search_listing {
width:680px;
}

.private-eyes-only {
display:block;
margin-left:150px;
}

#feedback-container .form-item {
padding-bottom:20px;
}

#feedback-container .form-item input, 
#feedback-container .form-item textarea {
width:600px;
}

.banner-share {
margin:20px 0;
text-align:center;
}

.bookmarklet-text {
position:relative;
}

.bookmarklet-text p.title {
font-size:18px;
}

.bookmarklet-text p.sub-title {
font-weight:bold;
padding-top:15px;
}

.bookmarklet-text .img-help {
margin-left:120px;
}

.bookmarklet-text .img-link {
position: absolute;
top: 230px;
}

.bookmarklet-text .ie-notes {
margin-top:20px;
}

#div-table_recorrente .trip-note {
padding-left:72px;
width:500px;
}

#trip-list .marker {
float:right;
}

#friends-picker-wrapper .form-item-label {
font-size:12px;
font-weight:bold;
padding:15px 0 5px 0;
}

#friends-picker-wrapper .form-item-submit {
padding:15px 0 0 0;
}

#share_costs_form .small {
width:70px;
}

.invite-messagebody .action-title {
color: #545151;
font-weight: bold;
margin: 0;
}

.invite-messagebody .message-timestamp {
font-size:11px;
color:#777;
}

.invite-messagebody .message-body {
font-size: 12px;
margin: 10px 0;
padding: 0;
}

.accept-invite-text {
font-size:12px;
font-weight:bold;
padding-bottom:10px;
}

.category_wrapper {
/*position:relative; initial css value */
}

.search-title-notlogged {
width:386px;
padding:10px;
background:#EFEFF0;
margin-bottom:5px;
font-weight: bold;
}




.register-fb-follow {
margin-bottom:15px;
width:980px;
height:111px;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/background-home-areas.jpg) repeat-x 0 0;
position:relative;
}

.register-fb-follow p {
font-size:12px;
color:#333;
}
.register-fb-follow .left, 
.register-fb-follow .left-block, 
.register-fb-follow .line, 
.register-fb-follow .right-block, 
.register-fb-follow .right {
position:absolute;
top:0;
}


.register-fb-follow .left {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/background-home-areas-left.jpg) no-repeat 0 0;
width:5px;
height:111px;
left:0;
}

.register-fb-follow .left-block {
padding:10px;
left:10px;
}

.register-fb-follow .line {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/background-home-areas-line.jpg) no-repeat 0 0;
width:5px;
height:111px;
left:550px;
}

.register-fb-follow .right-block {
padding:10px;
left:560px;
}

.register-fb-follow .right {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/background-home-areas-right.jpg) no-repeat 0 0;
width:5px;
height:111px;
right:0;
}

.register-fb-follow .normal-login, 
.register-fb-follow .fb-login {
float:left;
margin:5px 20px 0 0;
}

.register-fb-follow .normal-login a {
display:block;
border: 1px solid #BF4E03;
display: block;
font-size: 14px;
padding: 3px 47px 4px;
}





.homepage-pubs-title-hack {
position:relative;
}

.homepage-pubs-title-hack h1 {
color:#ff6600;
font-size:25px;
font-weight:normal;
position:absolute;
left:583px;
top:15px;
}




/* facebook register css hack */


a.fb_button {
font-family:Lucida Grande !important;
font-size:12px !important;
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/facebook-register.jpg) no-repeat 0 0 !important;
height:25px !important;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
-border-radius:3px !important;
}

a.fb_button span {
background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/facebook-register.jpg) no-repeat right 0 !important;
margin:0 0 0 24px !important;
height:21px !important;
padding:4px 18px 0 18px !important;
border:0 none !important;
-moz-border-radius:3px !important;
-webkit-border-radius:3px !important;
-border-radius:3px !important;
text-shadow:1px 1px 0px #333 !important;
}


a.fb_button:active {
background-position: 0 -25px !important;
}

a.fb_button:active span {
background-position: right -25px !important;
}







/* modals ***********/

.login-form-content {
padding:30px;
}

.modal-inner p.helptext {
font-weight:bold;
}

.modal-inner p.helptext a {
font-weight:normal;
}

.modal-inner p.helptext span.fb-user {
font-weight:bold;
color:#000;
display:inline;
}

.modal-inner p.helptext span {
font-weight:normal;
color:#777;
display:block;
}

.modal-inner label {
}

.modal-inner .form-line {
height:1px;
clear:both;
background:#e5e5e5;
margin:30px 0;
}

.modal-inner input[type="text"], 
.modal-inner input[type="password"] {
width:420px;
margin-bottom:20px;
}

.modal-inner button {
font-size:14px;
padding:3px 27px;
}

.modal-inner button {
font-size:14px;
padding:3px 27px;
}

.login-form-content button {
margin-right:20px;
}

.login-form-content .form-item-links {
padding-top:15px;
}

.login-form-content .form-item-links a {
margin-right:15px;
}

.login-form-content .getpass {
margin-left:15px;
}

#register-form label.normal {
font-weight:normal;
}

.owner-block-facebook {
margin-top:30px;
text-align:center;
}

.owner-block-facebook h3 {
font-weight:bold;
margin-bottom:15px;
}





.fb-ref {
position:absolute;
background:transparent url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/facebook-ref.png) no-repeat 0 0;
width:18px;
height:18px;
display:block;
z-index:999;
bottom:0;
right:0;
}

#owner_block_icon .profile-icon-img, 
.thumbs-profile-icons, 
.search_listing_icon {
position:relative;
}

.fb-friends-text {
padding:10px 0;	
}


.form-line-or {
position:relative;
height:1px;
clear:both;
background:#e5e5e5;
margin:30px 0;
}

.or-text-login {
background: #FFFFFF;
color: #999999;
font-size: 20px;
font-style: italic;
font-weight: bold;
margin-left: 15px;
padding: 0 10px;
position: absolute;
top: -13px;
}

#plain-text-menu {
padding-right:30px;
}



/* weird ie stuff ***********/
.digg-links-inner {
position:absolute;
top:78px;
}

.ui-dialog {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.friends_status {
  padding: 8px 25px;
}






/* img round corners */

#profile_icon_wrapper.community-owner-link img, 
#owner_block_icon .profile-icon-img img, 
.thumbs-profile-icons img,
.search_listing_icon img, 
.widget_friends_singlefriend img, 
#profile_icon_wrapper img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


#header-container, 
#layout_canvas .layout_canvas_container, 
#footer-container, 
.home-content-blocks, 
#plain-text-container{
  width:960px;
}

#two_column_left_sidebar_maincontent {
  padding:0;
  margin: 0;
}

#topnav-sublinks {
  width:955px;
}

#topnav-tabbed {
  width:960px;
}

#widgets-profile-middle {
  width:387px;
}

a.toggle_customise_edit_panel {
  left:90px;
}

#community-river-form .input-form-item input {
  width:98%;
}

#customise_editpanel {
  width:960px;
}

#profile_info {
  width: 653px;
}

#widgets_middle {
  width: 335px;
}

.insert-share-map {
  width:1%; /* retirar esta width. fica 1% pois nao se consegue fazer override de width em IE */
}


#leftcolumn_widgets, 
#bookmarks_box_widgets, 
#rightcolumn_widgets {
    min-height: 204px;
}


#leftcolumn_widgets, 
#bookmarks_box_widgets {
    margin-right: 4px;
}


.facebook-like iframe.fb_ltr {
  height: 80px !important;
}
/* ***************************************
	AVATAR CONTEXTUAL MENU
*************************************** */	
#profile_icon_wrapper {
	float:left;
}
	
.usericon {
	position:relative;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_arrow {
	background: url(http://www.galpshare.pt/_graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://www.galpshare.pt/_graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://www.galpshare.pt/_graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}
.usericon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:160px; 
	background:#FFFFFF; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;
}

.usericon div.sub_menu a {margin:0;padding:2px;}
.usericon div.sub_menu a:link, 
.usericon div.sub_menu a:visited, 
.usericon div.sub_menu a:hover{ display:block;}	
.usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}

.usericon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #dddddd;
	color: #4690d6;
	margin:0 !important;
	background:#ffffff !important;
}
.usericon div.sub_menu h3:hover {
	background:#cccccc !important;
}

.user_menu_addfriend,
.user_menu_removefriend,
.user_menu_profile,
.user_menu_friends,
.user_menu_friends_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	border-top:solid 1px #dddddd;
}
.user_menu_admin a {
	color:#cc0033;
}/*
#elgg_topbar_container_left a.new_friendrequests {
	margin:0 0 0 20px;
	color:white;
	padding:3px;
}
#elgg_topbar_container_left a.new_friendrequests:hover {
	background: #4690d6;
	text-decoration: none;
}
*/

#elgg_topbar_container_left a.new_friendrequests {
	background:transparent url(http://www.galpshare.pt/mod/friend_request/graphics/icons/friendrequest.gif) no-repeat left;
	padding:0 0 0 18px;
	margin:0 15px 0 5px;
	color:white;
}

#elgg_topbar_container_left a.new_friendrequests:hover {
	text-decoration: none;
}/*-------------------------------
MESSAGEBOARD PLUGIN
-------------------------------*/
/* input msg area */
#mb_input_wrapper {
	/*border:1px dotted #cccccc;
	background:#f5f5f5;
	padding:10px;*/
}

#mb_input_wrapper .input_textarea {
	margin-bottom:15px;
    width:97%;
}
.message_item_timestamp {
	color:#333333;
	padding:10px 0 0 0;
}

.message_item_timestamp a:hover {
	color:#333333;
    text-decoration:none;
}



/* wraps each message */

#messageboard_wrapper {
	padding:0;
}

.messageboard {
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #cccccc;
    font-size:11px;
}
.messageboard .message_sender {
	float:left;
	margin: 5px 10px 0 5px;
}
* html .messageboard .message_sender { margin: 5px 10px 0 2px; } /* IE6 */
*+html .messageboard .message_sender {  } /* IE7 */

.messageboard .message p {
	line-height: 1.2em;
	margin:0;
	padding:0px;
	overflow-y:hidden;
	overflow-x:auto;
}

.messageboard .delete_message a {
	display:block;
	float:right;
	cursor: pointer;
	width:15px;
	height:15px;
	margin:0;
	background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/leave-erase.png") no-repeat 0 0;
	text-indent: -9000px;
}
.messageboard .delete_message a:hover {
	background-position: 0 -15px;
}






#widget_poll_list .input-radio {
	border:0 none;
    background:none;
}

#widget_poll_list .button {
    margin-top:20px;
    text-align:right;
}

#widget_poll_list label {
	padding-bottom:5px;
    font-size:10px;
    font-weight:normal;
}

/**
 * Add and Edit
 */
.poll-answer-item {
    margin-bottom: 10px;
}

.poll-value {
    width: 30%;
    float: left;
}

.poll-label {
    width: 50%;
    margin-left: 40%;
}

/**
 * View
 */
.poll_item_question {
    margin-bottom: 10px;
}

.poll_item_answers {
    margin-bottom: 10px;   
}

.poll_item_answers_item {
    clear: both;
    margin-bottom: 5px;
}

.poll_item_value {
    float: left;
    width: 30%;
}

.poll_item_label {
    width: 35%;
}

.poll_item_full .poll_item_label {
    margin-left: 30%;
    width: 35%;
}

.poll_item_votes {
    float: right;
    width: 30%;
}

.poll_item_votes_total {
    clear: both;
}

.poll_item_votes_total_label {
    margin-left: 30%;
    width: 35%;
    text-align: right;
}

.poll_item_votes_total_value {
    float: right;
    width: 30%;
}

.poll_item_controls {
}

.poll-question-list a:hover {
	color:#333333;
}


/* status clear and cancel buttons */
#status_clear_button, 
#status_save_button, 
#status_cancel_button {
	/*color: #ffffff;
	width: auto;
	cursor: pointer;
    padding:3px 10px;
    border:0px none;
    font-size:11px;
    font-weight:bold;
	background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-back.jpg) repeat-x 0 0;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
    border-radius: 3px;
    background-color:#710401;*/
}

#status_clear_button:focus, 
#status_save_button:focus, 
#status_cancel_button:focus {
	/*background: url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-back-over.jpg) repeat-x 0 0;
    color:#fff;
    background-color:#FA6200;*/
}

#status_cancel_button {
	/*background:#393939 url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-back-grey.jpg) repeat-x 0 0;*/
}

#status_cancel_button:focus {
	/*background:#7D7D7D url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/btn-back-grey-over.jpg) repeat-x 0 0;*/
}



/* current displayed status message */
#status_message p,
.widget_status_statusmessage p {
	margin:0;	
}

/* widget status box - input */
.widget_status_statusmessage {
	color:#666666;
	padding:3px;
}

/* widget status box - time */
.widget_status_messagetimestamp {
	font-size:0.9em;
	color:#999999;
	margin-bottom:10px;
}

#status_update_form {
	display:none;
}

.status_input_form {
	border:0;
	background:transparent;
}

.status_input_form:focus {
	border: none;
	background:transparent;
	color:#333333;
}

/* textarea for writing new message */
#status_update_input {
	display:none;
    -moz-border-radius:3px 3px 3px 3px;
    background:none repeat scroll 0 0 #F7F7F7;
    border:1px solid #D3D3D3;
    color:#666666;
    font-size:12px;
    padding:4px;
    width:265px;
}

/* wraps each status msg */
.status_message {
    padding:2px 10px;
    border-bottom:1px solid #ccc;
}

.status_message a {
    display:block;
    float:right;
    position:relative;
    top:-15px;
}

/* current status message */
.status_statusmessage {
}

.status_statusmessage p {
	margin:0;
	color:#333;
	font-size: 1.3em;
    margin-top:35px;
}

/* previous status messages */
.status_statusmessage_history p {
	margin-bottom:5px;
    font-size:12px;
    color:#666;
}

/* status message timestamp */
.widget_status_messagetimestamp p {
    font-size:11px;
}

/* friends status on 'friends' page */
.friends_status {
    -moz-border-radius:5px;
    float:right;
    margin:0;
    padding:5px 25px;
    text-align:right;
    width:250px;
	background:#EFEFEF url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/friend-status-bq-start.png) no-repeat 3px 3px;
    position:relative;
    margin-bottom:15px;
}

.friends_status .blockquote-end {
	position:absolute;
    width:19px;
    height:14px;
    bottom:3px;
    right:3px;
	background:#EFEFEF url(http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/friend-status-bq-end.png) no-repeat 0 0;
}

.friends_status p {
	margin: 0;
	padding:0;
	line-height:1.1em;
    font-size:11px;
}
.friends_status_message {
	font-style:italic;
}
.friends_status_message p {
	padding-bottom:5px;
}
.status_timestamp {
	color:#666666;
	margin:0;
	padding:0;
    position:absolute;
    margin-top:10px;
    right:0;
}
.status_timestamp small {
	font-size:11px;
}

.status-clear-link {
	text-align:right;
}

.status-clear-link a {
    position:relative;
    top:-18px;
}

/* IE 6 fix */
* html .friends_status p { 
	line-height:1.3em;
}

* html .friends_status_message {
	/*height: 30px;*/
}

/* IE7 */
*:first-child+html .friends_status_message {
	/*height: 30px;*/
}

*:first-child+html .friends_status p { 
	line-height:1.3em;
}





/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}

#messages td {
	text-align: left;
	vertical-align:top;
	padding: 0 0 20px 0;
    margin-bottom:1px solid #ffffff;
}
#messages .message_notread td {
	 /*background: #F7DAD8; */
}
#messages .message_notread td p a.readornot {
	font-weight:bold;
    color:#ff6600;
}
#messages .message_notread td p a.readornot:hover {
	font-weight:bold;
    color:#333333;
}
#messages .message_read td p a.readornot {
	font-weight:normal;
}

#messages .delete_msg a {
	display:block;
	cursor: pointer;
	height:15px;
	margin:0;
	background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/leave-erase.png") no-repeat 0 0;
	float:left;
    text-indent:-9999px;
    float:right;
    width:15px;
    height:15px;
    position:relative;
    top:-45px;
}
#messages .delete_msg a:hover {
	background-position: left -15px;
}
/* IE6 */
* html #messages .delete_msg a { background-position: left 0px; }
* html #messages .delete_msg a:hover { background-position: left 0px; } 

#messages .usericon {
	float: left;
	margin: 0 15px 0 0;
}

#messages .msgsender {
	color:#666666;
	line-height: 1em;
	margin:0;
	padding:0;
	float:left;
}
#messages .msgsender small {
	color:#AAAAAA;
}

#messages .msgtime {
	font-size:12px;
    padding:0 0 15px 0;
}


.message_options a {
	background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/leave-erase.png") no-repeat 0 0;
    padding:0px 0px 1px 20px;
}

.message_options a:hover {
	background-image: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/leave-erase.png");
    background-position: 0 -15px;
    color:#333;
}

a.message_reply {
	background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconbullet-mensagem-responder.gif") no-repeat 0 0px;
    padding:0px 0 1px 20px;
}

a.message_reply:hover {
	background-image:url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/iconbullet-mensagem-responder.gif");
    background-position:0 -15px;
}

.message_options a:hover {
	text-decoration:none;
    color:#333333;
}

#messages .msgsubject {
    font-size:12px;
    font-weight:bold;
}

#messages .msgsubject p {
	margin:0;
}

#messages a:hover {
	color:#333333;
    text-decoration:none;
}

.msgsubject {
	font-weight:bold;
}

.messages_single_icon  {
	float: left;
}

.messages_single_icon .usericon {
	float: left;
	margin: 0 10px 10px 0;
}

/* view and reply to message view */
.message_body {
	margin-left: 120px;
}
.message_body .actiontitle {
    margin:0;
}
.message_body h3 {
	font-weight:bold;
    color:#545151;
    margin:0;
}
.message_body .messagetimestamp {
    color:#777;
}
.message_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #efefef;
}

.message_body .message_options {
	text-align:right;
}

/* drop down message reply form */
#message_reply_form {
	display:none;
    padding-top:20px;

}

/* when displaying original msg in reply view */
.previous_message {
    background:#efefef;
    border:1px solid #ccc;
    padding:4px;
    margin:0 0 20px 0;
}
.previous_message p {
    padding:0;
    margin:0;
    font-size: 120%;
}

.new_messages_count {
	color:#666666;
}
/* tinyMCE container */
#message_reply_editor #message_tbl {
	width:680px !important;
}



#logbrowser_search_area {
	margin: 3px;
}

#logbrowserSearchform {

	padding: 20px;
	background-color: #dedede;

}

.log_entry {
	margin: 2px;
	width: 678px;
	font-size: 80%;
}
.log_entry td {
}

.log_entry_user {
	width: 120px;
	background-color: #eee;
}

.log_entry_time {
	width: 210px;
	background-color: #eee;
	padding:2px;
}

.log_entry_item {
	background-color: #eee;
	
}

.log_entry_action {
	width: 75px;
	background-color: #eee;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(http://www.galpshare.pt/mod/portal/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(http://www.galpshare.pt/mod/portal/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-red.gif); } 

.treeview-black li { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://www.galpshare.pt/mod/portal/images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(http://www.galpshare.pt/mod/portal/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://www.galpshare.pt/mod/portal/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://www.galpshare.pt/mod/portal/images/file.gif) 0 0 no-repeat; }

.pagesTreeContainer {
		margin:0;
		min-height: 200px;
	}
	
/* delete, Dave's test addition */

#pages_page .strapline {
    text-align:right;
    border-top:1px solid #efefef;
    margin:10px 0 10px 0;
}

#pages_page .tags {
    padding:0 0 0 16px;
    margin:10px 0 4px 0;
	background:transparent url(http://www.galpshare.pt/_graphics/icon_tag.gif) no-repeat scroll left 2px;
}

#pages_page img[align="left"] {
	margin: 10px 20px 10px 0;
	float:left;
}
#pages_page img[align="right"] {
	margin: 10px 0 10px 10px;
	float:right;
}


#content_area_group_title h2 {
}

#two_column_left_sidebar_maincontent #owner_block_content {
	margin:0 0 10px 0 !important;
}

#groups_info_column_left {
	float:left;
	width:465px;
    font-size:12px;
}

#groups_info_column_left .odd {
	background:#f5f5f5;
}
#groups_info_column_left p {
	margin:0 0 7px 0;
	padding:2px 4px;
}

#groups_info_column_right {
	float:left;
	width:220px;
}
#group_stats {
	width:180px;
	background: #eeeeee;
	padding:10px;
	margin:10px 0 20px 0;
}
#group_stats p {
	margin:0;
}
#group_members {
	margin:0px;
}

#group_members .more-users {
	text-align:right;
    padding:10px 30px 0 0;
}

.right_column {
	clear:left;
	float:right;
	width:279px;
    padding-bottom:30px;
}

#left_column {
	width:250px;
	float:left;
	margin:0 0 0 100px;
    padding-bottom:30px;
}
#group_members h2,
.right_column h2,
#left_column h2 {
	margin:0 0 5px 0;
	color:#333333;
	font-size:14px;
    font-weight:bold;
	line-height:1.2em;
    padding-bottom:5px;
}

#left_column #mb_input_wrapper {
	border:none;
	padding:0px;
}
#left_column #mb_input_wrapper .input_textarea {
	width:290px;
    margin-bottom:10px;
}

.member_icon {
	margin:0px 0px 3px 0px;
	float:left;
}


/* group forums overview page */
.forums_table_head {
    background: #4690d6;
    color:#ffffff;
    padding:4px;
}
.forums_table_topics {
    padding:4px;
    border-bottom:1px solid #cccccc;
}
.forums_table_topics h3 a {
	font-size: 1.3em;
}
.forum_access {
	font-size: small;	
}
.forums_table_topics p {
	margin:0px 0px 5px 0;
}

/* topics overview page */
#topic_titles {
    background: #4690d6;
    color:#ffffff;
    padding:4px;
    margin:20px 0 0 0;
}

/* topic posts pages */
.post_icon {
    float:left;
    margin:0 8px 4px 0;
}

.topic_post {
    border-bottom:1px solid #cccccc;
    margin:10px 0 10px 0;
}

.topic_post h2 {
    margin-bottom:20px;
}

.topic_post table, td {
    border:none;
}

.topic_title {
	font-size: 1.2em;
	line-height: 1.1em;
	margin:0;
	padding:0 0 4px 0;
}

.forum_topics {
    padding:0;
    margin:0;
    border:1px solid #ddd;
    border-top:0;
}

/* alternating bckgnd on topics */
.forum_topics .odd {
	background-color:#ebebeb;
	padding: 4px;
}
.forum_topics .even {
	background-color:#f5f5f5;
	padding: 4px;
}


/* group latest discussions widget */
#latest_discussion_widget {
	margin:0 0 20px 0;
}
.forum_latest {
	margin:0 0 10px 0;
}
.forum_latest .topic_owner_icon {
	float:left;
}
.forum_latest .topic_title {
	margin-left:35px;
}
.forum_latest .topic_title p {
	font-size: 0.8em;
	line-height: 1.0em;
    padding:0;
    margin:0;
}

.forum_latest p.topic_replies {
	color:#999999;
    padding:3px 0 0 0;
    margin:0;
}

a.add_topic_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 2px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	padding: 4px 6px 4px 6px;
	margin:0;
	cursor: pointer;
	display:table;
}
a.add_topic_button:hover {
	background: #0054a7;
	border: 2px solid #0054a7;
	text-decoration: none;
}

/* group files widget */
#filerepo_widget_layout {
	margin:0 0 20px 0;
}
/* group pages widget */
#group_pages_widget {
	margin:0 0 20px 0;
}

/* latest discussion listing */
p.latest_discussion_info {
	float:right;
	width:220px;
}

span.timestamp {
	color:#666666;
	font-size: 90%;
}

.exit_group {
	display:block;
	float:right;
	cursor: pointer;
	margin:0;
	background: url("http://www.galpshare.pt/mod/theme_energiapositiva/_graphics/leave-erase.png") no-repeat 0 0;
    position:absolute;
    top:0;
    right:0;
    text-indent:-9999px;
    width:15px;
    height:15px;
}
.exit_group:hover {
	background-position: left -15px;
}

.search_listing_info div.group-title {
	font-size:13px;
    font-weight:bold;
}

.search_listing_info div.group-description {
}

.search_listing_info div.responsible, 
.search_listing_info div.interests {
	float:left;
    font-size:11px;
    padding-top:10px;
    margin-right:18px;
}




















/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}

#gs_messages td {
	text-align: left;
	vertical-align:middle;
	border-bottom: 1px solid #d6dbd2;
	padding: 5px;
}
#gs_messages .message_notread td {
	 background: #F7DAD8; 
	 border-bottom: 1px solid #999999;
}
#gs_messages .message_read td {
	 background: #ffffff; 
	 border-bottom: 1px solid #d6dbd2;
}

#gs_messages .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://www.galpshare.pt/_graphics/icon_customise_remove.png") no-repeat right 0;
	text-indent: -9000px;
	float:right;
}
#gs_messages .delete_msg a:hover {
	background-position: right -16px;
}
/* IE6 */
* html #gs_messages .delete_msg a { background-position: right 4px; }
* html #gs_messages .delete_msg a:hover { background-position: right 4px; } 

#gs_messages .usericon {
	float: left;
	margin: 0 15px 0 0;
}

#gs_messages .msgsender {
	color:#666666;
	line-height: 1em;
	margin:0;
	padding:0;
	float:left;
}
#gs_messages .msgsender small {
	color:#AAAAAA;
}


#gs_messages .msgsubject {
	font-size: 120%;
	line-height: 100%;
}

.msgsubject {
	font-weight:bold;
}

.messages_single_icon  {
	float: left;
}

.messages_single_icon .usericon {
	float: left;
	margin: 0 10px 10px 0;
}


/* view and reply to message view */
.message_body {
	margin-left: 110px;
}
.message_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #efefef;
}

/* drop down message reply form */
#gs_message_reply_form {
	display:none;

}
/* when displaying original msg in reply view */
.previous_message {
    background:#efefef;
    border:1px solid #ccc;
    padding:4px;
    margin:0 0 20px 0;
}
.previous_message p {
    padding:0;
    margin:0;
    font-size: 120%;
}

.new_messages_count {
	color:#666666;
}

.messages_nomessage_message {
}

#messages h2 {
	padding:0px 10px;
}





/* tinyMCE container */
#gs_message_reply_editor #message_tbl {
	width:680px !important;
}



blockquote {
    margin:10px;
    border:1px solid #efefef;
    padding:4px;
}

strong {
    font-weight:bold;
}

ul {
   list-style: disc;
}

ol {
  list-style: decimal;
}/*-------------------------------
gs_testemunhos PLUGIN
-------------------------------*/
/* input msg area */
#gs_testemunhos_input_wrapper {
}

#gs_testemunhos_input_wrapper .input_textarea {
	width:98%;
}
.message_item_timestamp {
	font-size:90%;
	color:#666666;
	padding:10px 0 0 0;
}
/* wraps each message */
.gs_testemunhos {
	margin:10px 0 10px 0;
    background:#EEEEEE;
}
.gs_testemunhos .message_sender {
	float:left;
	margin: 5px 10px 0 5px;
}
* html .gs_testemunhos .message_sender { margin: 5px 10px 0 2px; } /* IE6 */
*+html .gs_testemunhos .message_sender {  } /* IE7 */

.gs_testemunhos .message p {
	line-height: 1.2em;
	background:#fffcd9;
	margin:0 4px 4px 4px;
	padding:4px;
	border-bottom:1px dotted #cccccc;
	overflow-y:hidden;
	overflow-x:auto;
}

.gs_testemunhos .delete_message a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("http://www.galpshare.pt/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.gs_testemunhos .delete_message a:hover {
	background-position: 0 -16px;
}

.gs_testmunhos_desc .show_more {
	display: inline;
}
.gs_testmunhos_desc .more_text,.gs_testmunhos_desc .show_less {
	display: none;
}
.gs_testmunhos_desc .show_all .show_more {
	display: none;
}
.gs_testmunhos_desc .show_all .more_text, .gs_testmunhos_desc .show_all .show_less{
	display: inline;
}

