.style1 {font-weight: bold} 
#sidebar-top { overflow: hidden; color:#000; background:#fff; opacity: 0.8;filter:alpha(opacity=80);zoom:1;
			  -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px;}
#body-content{color:#000;background:#fff;opacity:0.9; filter:alpha(opacity=90);zoom:1;}

#sidebar-topuser { overflow: hidden; color:#fff; background:#aaabbb; opacity: 0.8;filter:alpha(opacity=80);zoom:1;
			  -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px;}


.topuser-txt {font-weight: bold; color:#fff; text-align:center;} 
.topuser-txt a { color: #fff; text-decoration: none; }
.topuser-txt a:visited { color: #aaabbb; }
.topuser-txt a:hover { text-decoration: underline; }

.dbx-red {font-weight: bold; color:#FF0000; text-align:center;} 

/* Top Sidebar Tabs xD */
.domtab ul.domtabs { float: left; padding:0; }
.domtab ul.domtabs li 
	  { display: inline; float:left; display:block; padding: 0; 
		margin: 1px;  font: "Trebuchet MS"; font-size:14px; font-weight:bold; 
        margin-top:0px; background:#bbbccc; overflow:hidden;
        opacity: 0.7;filter:alpha(opacity=70);zoom:1;
         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
	  }
.domtab ul.domtabs li a { padding: 0 6px 5px 7px; }
.domtab ul.domtabs li a { color:black; }
.domtab ul.domtabs a:hover { color: red; text-decoration:none; }
div.domtab { margin-left:5px; margin-right:5px; }
div.domtab div { clear:both; }
div.domtab div ul li { margin-left:10px; }
div.domtab div ul li a { display: block; text-decoration:none; }
div.domtab div ul li a:visited { text-decoration:none; }
div.domtab div ul li a:hover { background:none; text-decoration:none; }
.domtab ul { list-style-type: none; margin:0px;	padding:0; }

/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone { position:absolute; visibility:hidden; }

.dbx-clone, .dbx-clone .dbx-handle-cursor { cursor:move !important; }

.dbx-dummy { display:block; width:0; height:0; overflow:hidden; }

.dbx-group, .dbx-box, .dbx-handle { position:relative; display:block; }


.dbx-group-1, .dbx-box-1, .dbx-handle-1 { position:relative; display:block; }
.dbx-box-1 { margin:0; padding:0; border:none; clear: both; }
.dbx-group-1 { width:210px; padding:0 0px 10px; }
.dbx-handle-1 { position:relative; margin:0; padding: 16px 24px 7px 10px;background:url(w-themes/images/sidep-handle.png) no-repeat 0 0; }

/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group {
	width:210px;
	padding:0 0px 10px;
}
* html .dbx-group {
	width: 210px;
	padding-bottom:0;
}

/* handles */
.dbx-handle {
	position:relative;
	margin:0;
	padding: 16px 24px 7px 10px;
	background:url(w-themes/images/sidep-handle.png) no-repeat 0 0; 
}
* html .dbx-handle { 
	width: 176px; 
}
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
}

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(w-themes/images/sidep-toggle.png) no-repeat;
	position:absolute;
	top:12px;
	right:3px;
	text-indent:-50px;
	text-decoration:none;
}
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position: -20px;
}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}
* html .dbx-tooltip { width:210px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}


/* Area de Contenido Menus */	
.dbx-content {
	margin: 0;
	padding:5px 10px 9px 10px;
	background: url(w-themes/images/sidep-bottom.png) no-repeat 0 100%;
	overflow: hidden;
}

.dbx-content div{
	overflow: hidden;
	height: 100%;
	width: 100%;
}


/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:4px;
	padding:0;
	overflow:hidden;
}
.dbx-box-closed .dbx-content * {
	display:none;
}

/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}