/*
 * Generic comments CSS file
 *//*

Elgg general CSS

CSS last updated 21/06/08

Theme adapted from:

Theme Name: EntrePares

Theme URI: 

Description: thema adaptado para entre pres.

Version: 1.0	

Author: zen darkness

Author URI: http://www.peesco.com/

*/



/*

	GLOBALS: used to set all the general elements

*/



body {

	/* background:url(http://www.entrepares.com/mod/template/templates/Default_Template/images/top_strip.gif) repeat-x; */

	color:#666666;

	font-family:'Trebuchet MS','Lucida Grande', Arial, sans-serif;

	text-align:left;

	margin:0 auto;

	padding:0;

	font-size: 80%;

	line-height:1.6em;

}



/*

div {

	border: 1px solid red;

}

*/



p {

	color:#555;

	margin:0 0 0px 0;

}



a {

	text-decoration:none;

	color:navy;

}



ol, ul {

	color:navy;

}



h1 {

	font-size:150%;

}



h2, h3, h4, h5 {

	/* font-size:100%; */

}



blockquote{

	background: #EEE url(http://www.entrepares.com/mod/template/templates/Default_Template/images/blockquote.png) no-repeat bottom left;

	padding: 10px;

	padding-bottom: 40px;

	margin: 1em;

}



/*

	TABLES IN ELGG

*/



td {

	/* border:1px solid #eee; */

	padding:0;

	margin:0;

}



td h4, h3, h5 {

	padding:0;

	margin:0;

}



/*

	CONTAINER: WRAPS THE HEADER AND MAIN CONTENT AREA BELOW THE USER TOOLBAR

*/



div#container {

	width: 96%;

	margin:0 auto;

	padding:0;

}



/*

	HEADER: THE HEADER INCLUDES THE LOGO AND SEARCH BAR

*/



div#header {

	margin:0;

	padding:0;

	text-align:left;

	position:relative;

	width:100%;

	height:120px;

	background:url(http://www.entrepares.com/mod/template/templates/Default_Template/images/header_back.png) repeat-x bottom left;

}

/* IE6 */

* html div#header {

    height:90px;

}



div#header_lhs {

	position:relative;

	width:20px;

	height:120px;

	float:left;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/header_lhs.png) no-repeat bottom left;

}



div#header_rhs {

	position:relative;

	width:22px;

	height:120px;

	float:right;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/header_rhs.png) no-repeat bottom left;

}



div#header #logo {

    position:relative;

	margin: 0px;

	padding:0px;

	width:579px;

	height:120px;

	top:0px;

	float:left;

}



div#header_top_links {

    position:relative;

    float: right;

    top:6px;

    height:20px;

}



div#header_top_links a {

	color:#999999;

	font-size: 0.9em;

}



div#header_top_links a:hover {

	text-decoration:underline;

}



div#header #search-header {

	float:right;

	width:330px;

	margin:0;

	padding:0;

	position:absolute;

	top:70px;

	right:0;



}



/* IE6 */

* html div#header #search-header {

    bottom:11px;

}





.submit-button {

    background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/submit_buttons.gif);

}



button.submit-button {

    background-position: 0 0;

    height: 28px; 

    margin:0;

} 



a:hover button.submit-button {

    background-position: -45px 0;

} 



.submit-rollover a, button { 

    width: 28px; 

    padding: 0; 

    border: 0; 

    cursor: pointer; 

    display: block; 

    float:right;

}



/*

	CONTENT-HOLDER: WRAPS THE MAIN PAGE CONTENT. THIS CAN INCLUDE

	THE SINGLE PAGE LAYOUT AND THE SPLIT PANE (CONTENT AND SIDEBAR)

*/



#content-holder {

	padding:0;

	margin:0;

	width:100%;

	min-height:500px;

	overflow:hidden;

	position:relative;

	background-color:#e1f2af;

}



div#content-holder a:hover {

	text-decoration:underline;

}



/*

div#content-holder h1 {

	font-size:150%;

}



div#content-holder h2 {

	border:0;

	border-bottom:1px solid #eee;

	padding:0;

	margin:0 0 10px 0;

	color:#666;

	font-size:1.1em;

}



*/



/*

	VARIOUS LAYOUTS WITHIN CONTENT-HOLDER

*/



/*

	THE MAIN CONTENT AREA WHEN IT IS A SINGLE PAGE, NO SIDEBAR

*/



div#single-page {

	margin: 0;

	padding: 0 15px 0 0;

	width:900px;

	text-align: left;

	border:1px solid #eee;

}



/*

	THE MAIN CONTENT AREA WHEN THE SIDEBAR IS IN PLACE

*/



div#splitpane-content {

	margin: 0;

	padding: 15px 0 0 15px;

	text-align: left;

    background:url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_area_top_lh_corner.gif) top left no-repeat;

	overflow:hidden;

	min-height:500px;



}





/* IE6 */

* html div#splitpane-content {

    margin-right:246px;

    height:100%;

}



/* IE7 */

*:first-child+html div#splitpane-content { 

    margin-right:246px;

}



div#splitpane-content-wrapper {

	margin: 0 0 0 0;

	padding: 0;

	

}



#splitpane-content-box-top {

    background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/up.png) repeat-x;

	height:27px;

    color:navy;

    font-weight:bold;

    padding:0;

    margin:0;

}



#splitpane-content-box-top-tools {

    float:right;

    color:white;

    padding:3px 0 0 0;

    margin:0;

}



#splitpane-content-box-top-tools a {

    color:#navy;

}



#splitpane-content-box-top-tools a:hover {

    color:navy;

}



#splitpane-content-box-top-lhs {

	position:relative;

	width:11px;

	height:27px;

	float:left;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/uplefg.png) no-repeat top left;

}

#splitpane-content-box-top-rhs {

	position:relative;

	width:16px;

	height:27px;

	float:right;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/uprigg.png) no-repeat top right;

}



#splitpane-content-box-top h1 {

    margin:0px;

    padding:3px 0 3px 0;

    font-size:120%;

}



#splitpane-content-box-top-wht {

    background-color:#ffffff;

    padding:0;

    margin:0px 5px 0px 0px;

}



#splitpane-content-box-top-wht-lhs {

	position:relative;

	width:10px;

	height:10px;

	float:left;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_top_lh_corner_wht.gif) no-repeat top left;

}



#splitpane-content-box-top-wht-rhs {

	position:relative;

	width:10px;

	height:10px;

	float:right;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_top_rh_corner_wht.gif) no-repeat top right;

}



#splitpane-content-box-top-wht h1 {

    margin:0px;

    padding:3px 0 3px 0;

    font-size:120%;

}



#splitpane-content-box-content {

    background-color:#ffffff;

    padding:7px 10px 7px 10px;

    margin:0px 5px 0px 0px;

    border-left:1px solid #c0c0c0;

    border-right:1px solid #c0c0c0;

    border-top:1px solid #c0c0c0;

    border-bottom:1px solid #ffffff;



}



/* IE6 */

* html div#splitpane-content-box-content, div#splitpane-content-box-content-3column {

    border-bottom:1px solid #ffffff;
    border-top:1px solid #C0C0C0;

}



#splitpane-content-box-content p {

    padding:0 0 6px 0;

    margin:0px;

}



#splitpane-content-box-content-3column {

    background-color:#ffffff;

    padding:14px 14px 0 14px;

    margin:0px 5px 0px 0px;

    border-left:1px solid #c0c0c0;

    border-right:1px solid #c0c0c0;

}



#innerPadding {

    padding-right:14px;

}



#innerPadding2 {

    clear:right;

}



#content-3column-left {

    float:left;

    width:34%;

}



#content-3column-middle {

    float:left;

    width:35%;



}



#content-3column-right {

    float:right;

    width:31%;



}



#threecolumn-content-box-top {

    background-color:#ABD573; /* green */

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/up.png) repeat-x;

    color:navy;

    font-weight:bold;

    padding:0;

    margin:0;

	height:27px;

}



#threecolumn-content-box-top-lhs {

	position:relative;

	width:11px;

	height:27px;

	float:left;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/uplef.png) no-repeat top left;

}

#threecolumn-content-box-top-rhs {

	position:relative;

	width:16px;

	height:27px;

	float:right;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/uprig.png) no-repeat top right;

}



#threecolumn-content-box-top h1 {

    margin:0px;

    padding:3px 0 3px 0;

    font-size:120%;

}



#threecolumn-content-box-bottom {

    height:15px;

    padding:0px;

    margin:0px 5px 0px 0px;

    background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_3column_bottom_middle.gif) repeat-x top left;

    

}



#threecolumn-content-box-bottom-lhs {

	position:relative;

	width:10px;

	height:10px;

	float:left;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_3column_bottom_lh_corner.gif) no-repeat top left;

}



#threecolumn-content-box-bottom-rhs {

	position:relative;

	width:10px;

	height:10px;

	float:right;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_3column_bottom_rh_corner.gif) no-repeat top right;

}



#splitpane-content-box-bottom {

    height:15px;

    padding:0px;

	height:15px;

    margin:0 5px 14px 0;

    background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_bottom_middle.gif) repeat-x top left;



}



#splitpane-content-box-bottom-lhs {

	width:15px;

	height:15px;

	float:left;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_bottom_lh_corner.gif) no-repeat top left;

    padding:0;

    margin:0; 

}



#splitpane-content-box-bottom-rhs {

	width:15px;

	height:15px;

	float:right;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_box_bottom_rh_corner.gif) no-repeat top right;

    padding:0;

    margin:0;

}



#splitpane-content-box-content #news a {

    font-weight:bold;

    color:#666666;

}



#splitpane-content-box-content #news a:hover {

	color:navy;

}



/*

	SIDEBAR: THIS IS ONLY PRESENT WHEN SPLITPANE-CONTENT IS IN USE

*/



div#splitpane-sidebar {

	width: 246px;

	margin: 0;

	padding: 0;

	background:url(http://www.entrepares.com/mod/template/templates/Default_Template/images/content_area_top_rh_corner.gif) top right no-repeat;

	float: right;

	/*

	border: 1px solid blue;

	*/

}



div#splitpane-sidebar-wrapper {

	margin: 0 15px 15px 15px;

	padding: 0;

	/*

	border-left: 1px solid red;

	border-right: 1px solid red;

	border-bottom: 1px solid red;

	*/

}



#splitpane-sidebar-box-top {

    background-color:#ABD573;

    background:url(http://www.entrepares.com/mod/template/templates/Default_Template/images/sidebar_box_top.gif) top left no-repeat;

    color:navy;

    font-weight:bold;

    padding:0 0 0 10px;

    margin:15px 0 0 0;

}



#splitpane-sidebar-box-top h1 {

    margin:0px;

    padding:3px 0 3px 0;

    font-size:120%;

}



#splitpane-sidebar-box-content {

    background-color:#ffffff;

    background:url(http://www.entrepares.com/mod/template/templates/Default_Template/images/sidebar_box_bottom.gif) bottom left no-repeat;

    padding: 10px;

    line-height: 1.3em;

}



/* IE6 */

* html div#splitpane-sidebar-box-content {



}



#splitpane-sidebar-toolbar-box-top {

    background-color:#0e2f61;

    background:url(http://www.entrepares.com/mod/template/templates/Default_Template/images/sidebar_box_blue_top.gif) top left no-repeat;

    color:white;

    font-weight:bold;

    padding:0 0 0 10px;

    margin:15px 0 0 0;

}



#splitpane-sidebar-toolbar-box-top h1 {

    margin:0px;

    padding:3px 0 3px 0;

    font-size:120%;

}





/*

	THE SIDEBAR CONTENTS

*/



#splitpane-sidebar-box-content p {

    padding:0 0 6px 0;

    margin:0px;

}



div#splitpane-sidebar ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



div#splitpane-sidebar ul li {

	margin:10px 0;

	padding-left: 5px;

	border-bottom:1px dashed #eee;

}



div#splitpane-sidebar ul li ul li a {

	padding:0 0 0 5px;

}



div#splitpane-sidebar h2 {

	text-align:left;

	border-bottom:1px solid #ccc;

	color:#777;

	font-size:120%;

}



/*

	FOOTER

*/



div#footer {

	clear: both;

	position: relative;

	padding:10px 0 0 0;

	font-size:0.9em;

	height:140px;

	margin:0;

	color:#999999;

	width:100%;

	background:#e1f2af;

	border-top:2px solid white;

}



#footer-corner-lhs {

	position:relative;

	width:10px;

	height:100%;

	float:left;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/footer_bottom_lh_corner.gif) no-repeat bottom left;

}



#footer-corner-rhs {

	position:relative;

	width:10px;

	height:100%;

	float:right;

	background: url(http://www.entrepares.com/mod/template/templates/Default_Template/images/footer_bottom_rh_corner.gif) no-repeat bottom right;

}



#footer-right-column {

	position:relative;

	width:246px;

	float:right;

	text-align:right;

}



#footer-right-column img {

	margin:1px 8px 0 0;

}



#footer-left-column-right {

    float:right;

    text-align:right;

}



div#footer a {

	color:#999999;

}



div#footer a:hover {

	text-decoration:underline;

}



#page-bottom {

	clear: both;

	position: relative;

	height:30px;

	margin:0;

    padding:0;

	width:100%;

	background:#ffffff;

}



/*

	SYSTEM MESSAGES

*/



div#system-message{

	border:1px solid #005081;

	background:#EEF2FB;

	color:#000;

	padding:6px;

	margin:20px 20px 0 20px;

}



div#system-message p{

	padding:0px;

	margin:2px;

        color:Brown;

        font-weight:bold;

        font-size:large;

}



/*

	CLEAR BOTH

*/



.clearing {

	clear:both;

}



/*

	THIS IS THE END OF THE MAIN PAGE COMPONENTS - EVERYTHING BELOW THIS IS ASSOCIATED WITH VARIOUS ELEMENTS

	WITHIN ELGG, THIS INCLUDES THE BLOG CLASSESS, PROFILE, FILES, SIDEBAR WIDGETS, PROFILE WIDGETS ETC.

*/



/*

	BLOGGING ENGINE

*/



.weblog-post {

	margin:20px 0 10px 0;

	/* border-bottom:1px solid #cccccc; */

}



.user {

	float:left;

	margin:0px 10px 10px 0;

	width:105px;

}



.user img {

	border:6px solid #e0e0e0;

	padding:0px;

	width:105px;

	background-color:#ffffff;

}



.weblog_keywords {

	margin:20px 0 0 0;

	padding:0;

	clear:both;

}



.weblog-title h3 {

	margin:10px 0 0px 125px;

    padding:5px;

    background-color:#f9f9f9;

    line-height:120%;

}



.post {

	margin:0px 0 10px 125px;

    padding:5px;

    background-color:#f9f9f9;

}



.info {

	border-bottom:1px solid #ccc;

	margin:0;

	padding:0 0 0 125px;

	

	clear:both;

}



.info p {

	color:#6f7f04;

}



.info p a {

	font-size:0.9em;

	color:#555;

	font-weight:bold;

}



/* this is the thin line between the actual post and comments */



#comments-divide {

	height:1px;

	background:#ccc;

}



.comment-owner {

	border:1px solid #eee;

	background:#f5f5f5;

	padding:5px;

	margin:20px 0 5px 0;

}



.comment-owner img {

	margin:0px 5px 0px 0px;

	text-align:left;

    border:6px solid #e0e0e0;

}



.comment-owner a {

	background:#f5f5f5;

}



.comment-owner p {

	padding:0;

	margin:0;

}



/* END OF BLOGGING ENGINE */



/*

	SUB MENU OPTIONS: THESE WILL BE MOVED TO THE NEW SIDEBAR SHORTLY

*/



div#sub-menu p {

	margin:10px 0 10px 0;

	padding:3px;

	background:#efefef;

	border:1px solid #ccc;

}



/* END OF SUB-MENU DIV */



/*

	INFOHOLDER: this holds profile data, account settings and administration content

*/



.infoholder {

	margin:0px 0 5px 0;

	padding:0 0 5px 0;

background:#EFEFEF none repeat scroll 0% 0%;

border:1px solid #CCCCCC;

padding:3px;

}



.infoholder p {

	padding:5px 0 5px 10px;

}



/* the end of INFOHOLDER */



#tagcloud {

	padding: 15px;

	border: solid 1px #eee;

	background: #f5f5f5;

	line-height:2.9em;

}

	

#tagcloud a {

	text-decoration: none;

}



/*

 PROFILE WIDGETS STUFF

*/



img.profile-photo {

	border:6px solid #e0e0e0;

	padding:0px;

}



.profile_main p {

   color:#000;

}



.profile_main p a {

	text-decoration: underline;

}



.profile_main_bottom {

	clear: both;

}



.profile_primary {

	float: left;

	width: 270px;

	margin-top: 10px;

	margin-left: 10px;

}



.profile_secondary {

	float: right;

	width: 400px;

	margin-top: 10px;

	color:#000;

}



.profile_bio {

	padding-top: 10px;

	background:#efefef;

}



.profile_widgets {

	clear: both;

    width: 760px;

	/*background: #004995;*/

}



.profile_icon img {

	border:1px solid #eee;

	padding:2px 2px 2px 2px;

}



.profile_widgets_left {

	float: left;

	width: 330px;

}



.profile_widgets_right {

	float: right;

	width: 330px

}



/* profile - widgets */



#profile_widgets {

   position:relative;

}



.profile_bio {

   width:244px;

   padding:2px;

}



.widgets_even {

   float:left;

   width:340px;

   margin:0;

   padding:0;

}



.widgets_odd {

   float:right;

   width:340px;

   margin:0;

   padding:0;

}



.widget {

    border: 1px solid #BBDCE9; /*#95BDCD;*/

    margin-bottom: 15px;

    padding: 0;

}





.widget .widget_content {



    padding: 4px 10px 4px 10px;

}



.widget .widget_content h3 {

    padding:0;

    margin:0;

}



.widget .widget_bottom {

     display: block;

     background-color: #E2F0F6; /*#CBE5EF;*/

     margin: 0px;

     padding-left: 10px;

     border-top: 1px solid #BBDCE9;

     font-size:0.8em;

}



.widget .widget_menu ul {

    margin:0 0 0 5px;

	padding:0;

}



.widget .widget_menu ul li {

     list-style:none;

}



.widget .widget_menu ul li a {

     text-decoration:underline;

}



.widget .widget_admin_menu {

    background-color: #E2F0F6;

    padding:2px 0 0 5px;

}



#hidden3, #hidden2, #hidden4, #hidden5 {

  height:20px;

}



.widget .widget_title {

          border:0;

          border-bottom:1px solid #cdcdcd; /*#BBDCE9;*/

          padding:0 2px 0 2px;

          margin:0 0 10px 0;

          color:#000;

	      font-size:1.2em;

	     font-weight:bold;

}



.widget  .widget_content h2 a {

    background:url(http://www.entrepares.com/mod/template/images/icons/arrow.gif) no-repeat left;

    padding:0 0 0 10px;

    font-weight:normal;

}







/*  NO LONGER USED _ WAS PART OF STANS ORIGINAL HOMEPAGE 3 COLUMN TOP BOXES

.uob_widget_table {

	background-color: #FFFFFF;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 1px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: solid;

	border-left-style: none;

	border-bottom-color: #cccccc;

	

	border:2px solid #DCEEEE;

	background:#F3F9F9;

	color:#000;

	padding:3px 5px 3px 5px;

	margin:10px 10px 0 10px;

	padding:0px;

	margin:2px;

} */



/* 

	USER TOOLBAR

*/



div#elggtoolbar_pete {

	font-family:Arial, 'Trebuchet MS','Lucida Grande', sans-serif;

	width:100%;

	color:#000;

	margin:0;

	padding:0 0 0px 0;

}



div#elggtoolbar_pete img {

	padding:0;

	margin:0;

	border:0;

}



/*

div#elggtoolbar p {

	margin:0;

	padding:0px 0 0 0px;

	color:#91B6C0;

}



div#elggtoolbar span a {

	color:#ccc;

	border:1px solid #777;

	padding:2px 4px 2px 4px;

}



div#elggtoolbar span a:hover {

	text-decoration:none;

}





*/



/* 

	GLOBAL USER OPTIONS: LOGOUT AND ACCOUNT SETTINGS, TOP RIGHT

*/

/*

div#elggtoolbar #global-menuoptions{

	float:right;

	text-align:right;

	width:300px;

	margin:4px 10px 0 0;

	font-size:0.9em;

}



div#elggtoolbar #global-menuoptions ul {

	margin:0;

	padding:0;

}



div#elggtoolbar #global-menuoptions li {

	margin: 0; 

	padding: 0;

	display: inline;

	list-style-type: none;

	border: none;

}



div#elggtoolbar #global-menuoptions li a{

	text-decoration:underline;

	padding:0 10px 0 0;

	margin:20px 0 0 0;

	color:#000;

	background:transparent;

}



div#elggtoolbar #global-menuoptions p {

	padding:0 10px 0 0;

}



div#elggtoolbar #global-menuoptions img {

	padding:0;

	margin:0 10px 0 0;

}

*/

/* 

	USER NAVIGATION: THIS STYLES THE USERS MAIN NAV IN THE TOOLBAR,

	IN DEFAULT ELGG IT SITS OVER ON THE LEFT HAND SIDE

*/

/*

div#elggtoolbar #navigation {

	height: 19px;

	margin: 3px 0 0 4px;

	padding:0;

	text-align:left;

	float:left;

}



div#elggtoolbar #navigation li {

	margin: 0; 

	padding: 3px;

	display: inline;

	list-style-type: none;

	float: left;

}



div#elggtoolbar #navigation a {

	margin: 0 2px 0 0;

	text-decoration: none;

	font-size:90%;

	color:#000;

	background:#efefef;

	border:1px solid #ccc;

	padding:2px 4px 2px 4px;

}



div#elggtoolbar #navigation a:hover {

	background:#E0EEFC;

}



div#elggtoolbar #navigation a.selected {

	background:#E0EEFC;

	border:1px solid #ccc;

}



div#elggtoolbar form {

	margin: 4px 0 0 4px;

	width: 700px;

	float: left;

}



div#elggtoolbar #powered-by-elgg {

	margin: 7px 4px 0 0;

	float: right;

}

*/



/* FRONTPAGE BLOG SUMMARY */

.uob_table {

    margin:0;

    padding:0;

    width:100%;

}



.uob_layout_table {

    margin:0;

    padding:0;

    border:none;   

}



.uob_layout_table_bottom {

	border-top: 1px solid #cccccc;

	height:10px;

}



#splitpane-content-box-content h2 {

    color:navy;



    line-height:120%;



    font-size:100%;



}






#splitpane-content-box-content h1 {

    line-height:120%;

}



.frontpage-blog-summary {

    padding:5px;

    background-color:#f5f5f5;

}



p.frontpage-blog-date {

}

.frontpage-blog-from {

}



/* AVATAR */

.uob_layout_table img {

    border:6px solid #e0e0e0;

}



/* PAGE CONTENT */

.weblog_dateheader {

    font-size: 90%;

    background-color:#ABD573; /* green */

    color:navy;

    font-weight:bold;

    padding:0 0 0 4px;

    margin:0;

}



.networktable img {

	border:6px solid #e0e0e0;

	padding:0px;

}



.networktable td {

	width:120px;

	height:80px;

}



.userdetails {

    margin:0;

    padding:0;

}



.userlist img {

	border:6px solid #e0e0e0;

	padding:0px;

}



#icon img {

	border:3px solid #e0e0e0;

	padding:0px;

}



#splitpane-sidebar-box-content td {

    /* border:1px solid red; */

    width:188px;

    text-align:left;

}

.usericon{

 border:3px solid #E0E0E0;

margin:0px 10px 0px 0px;

}



.frontpage-blog-executive-summary {

    background-color: #f5f5f5;

    margin-bottom: 9px;

    min-height:106px;

}



.frontpage-blog-executive-summary h4{

    margin: 0px;

    height:20px;

    font-weight: bold;

    color: black;

    padding-top:5px;

}



#flashcontent{

background-color: #ffffff; 

background-image: url(http://www.entrepares.com/mod/template/templates/Default_Template/back.jpg); 

background-position: top left; 

background-repeat: repeat-x; 

margin:auto

}



#exit:link {

	color: #91B71E;

        font-size: 20px;

}

#exit:visited {

	color: #91B71E;

font-size: 20px;

}

#exit:hover {

	color: #91B71E;

font-size: 20px;

}

#exit:active {

	color: #91B71E;

font-size: 20px;

}



#googles {



	float:right;	



}



.nube {

	word-spacing: normal;

        line-height:25px;

        text-align: center;

}



#commentwall {

	background: #EFEFEF none repeat scroll 0% 0%;

	border:1px solid #CCCCCC;

        padding:10px;

}



.commentwall_comment {

	margin-bottom: 5px;

        border: 1px solid #cccccc;

        font-size: 15px;

}



#commentwall_form_-1 {

	margin-bottom: 10px;

}

.frontpage-blog-executive-icon {

       float:left;

       height:106px;

       margin-right:10px;

       width:106px;

}

#search_table #f1{
background-color: #ddd;
}

#search_table #f2{
background-color: #eee;
}

#search_table #titulo{
background-color: #ccc;
}

#search_table #foto{
text-align:center;
background-color:#EEEEEE;
border:3px solid #DDDDDD;
}/* profile - widgets */

#profile_widgets {
	position:relative;
}

.widgets_even {
	float:left;
	width:330px;
}

.widgets_odd {
	float:right;
	width:330px;
}

.widget {
	border: 1px solid #BBDCE9; /*#95BDCD;*/
	margin-bottom: 5px;
	padding: 0;
}

.widget .widget_content {
	padding: 10px;
}
.widget .widget_content h3 {
	padding:0;
	margin:0;
}

.widget .widget_menu {
	display: block;
	background-color: #E2F0F6; /*#CBE5EF;*/
	margin: 0px;
	padding-left: 10px;
	border-top: 1px solid #BBDCE9;
	font-size:0.8em;
}

.widget h2 {
	border:0;
	border-bottom:1px solid #BBDCE9;
	padding:0;
	margin:0 0 10px 0;
	color:#666;
	background-color: #E2F0F6;
	font-size:1.1em;
}

.widget  .widget_content h2 a {
	background:url(http://elgg.net/_templates/icons/arrow.gif) no-repeat left;
	padding:0 0 0 10px;
}