#panel_tabs{
	width: 150px;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 -1px 0 0;
	}

#panel_main{
	float: left;
	background: fuchsia;
	min-height: 700px;
	width: 818px;
	padding: 15px;
	background:#C7D0E0 url(img/panel/bg.png) repeat-x scroll 0 0;
	border:1px solid #9CA7B8;
-moz-border-radius-bottomright:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-topright:6px;
}
#big_tabs{
	margin: 0;
	padding: 0;
}
#big_tabs li{
	height: 140px;
	background: #eee;
	border:1px solid #9CA7B8;
	display: block;
	display: block;
	overflow: hidden;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	margin: 0 0 5px 0;
	background: #ddd;
	background: #DAE0EB url(img/panel/tabs_bg.png) repeat-x scroll 0 0;

}
#big_tabs li a{
	height: 140px;
	display: block;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 -150px;
	text-decoration: none;
	color: #999;
}
#big_tabs li a:hover{
	text-decoration: none;
	color: #333;
}
#big_tabs li.on a{
	color: #1E4FA0;
	background-position: 0 0;
}

#big_tabs li a.tab1{
	background-image: url(img/panel/tab1.png);
}
#big_tabs li a.tab2{
	background-image: url(img/panel/tab2.png) ;
}
#big_tabs li a.tab3{
	background-image: url(img/panel/tab3.png) ;
}
#big_tabs li span.section{
font-size:18px;
font-weight:bold;
line-height:100%;
margin:85px 5px 0 5px;
width: 135px;
float: left;
text-align: center;
}
#big_tabs li span.description{
	color:#999;
	float:left;
	font-size:11px;
	margin:10px 10px 0 15px;
	display: none;
}
#big_tabs li.on{
	border-right: 1px solid #EAEFF7;
	background: #DAE0EB url(img/panel/bg.png) repeat-x scroll 0 0;

}
.panel_main_left{
	float: left;
	width: 70%;
}
.panel_main_right{
float:right;
width:28%
}
.panel_main_right div.checkbox {
	margin-left: 0;
}
.panel_main_right input[type="checkbox"] {
	float: right;
	margin: 0 10px;
}

.mini_profile{
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #FFF;
	padding: 10px;
}
.points{
	width: 90px;
	height: 30px;
	background: #3A93D3;
	color: #FFF;
	font-size: 16px;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 10px auto;
	text-align: center;
	line-height: 30px;
}
#panel_main #feed-tabs .nav-sort{
	margin: 0px 0 0 -1px;
}
#panel_main .nav-sort li{
	margin: 0px 5px 0 0px;
	border: none;
}

/* tables */
table{
	width: 100%;
 	margin: 0 0 20px 0;
}
thead{
	background: #264C8A;
	color: white;
}
tfoot{
	background: #ddd;
}
thead a, tfoot a{
	color: white;
}
td, th { padding: 5px; }
tr.par td{
	background: #ededed;
}
tr.impar td{
	background: #fff;
}
table.feed thead, table.feed tfoot{
	background: #91CC1A;
	border: 1px solid #2E8B00;
}
table.feed tr.par, table.feed tr.impar{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.feed tr.par td, table.feed tr.impar td{
	padding: 10px 5px;
	background: #fafafa;
	border-bottom: 1px dashed #ccc;
}
table.feed_categories{
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
}
table.feed_categories label{
	float: left;
	width: auto;
	padding: 0;
	text-align: left;
}
table.stats td{
	background: none;
}
h3.special{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(img/panel/bullet-special.png) no-repeat scroll 0 50%;
border-bottom:1px solid #91CC1A;
color:#999999;
font-size:13px;
font-weight:bold;
line-height:20px;
margin:0 0 20px 0;
padding:0 0 0 15px;
position: relative;
}
h3.special a.edit{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	font-weight: normal;
}

/* Sobreescribiendo los estilos de los TABS */
#feed-tabs.ui-tabs, #feed-tabs.ui-tabs .ui-widget-header{
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
#feed-tabs.ui-tabs .ui-tabs-panel{
	margin: 0;
	padding: 0;
}
#feed-tabs.ui-tabs .ui-tabs-nav li a {
	padding:0 20px;
	color: #fff;
}

#trigger-categories{
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px 0;
}
#trigger-categories .subcategory{
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0 10px;
	background: url(img/panel/subcat.png) no-repeat  0 0;
	line-height: 16px;
	margin: 0 0 0 5px;
}
#trigger-categories .subcategory:last-child {
	background-image: url(img/panel/subcat-last.png);
}
#trigger-categories .subcategory label{
	width: 170px;
	text-align: left;
	margin-right: 0;
	padding-right: 5px;

}
#trigger-categories .category{
background-image:url(img/panel/toggle.png);
background-repeat:no-repeat;
font-weight:bold;
padding:0 0 0 15px;
}
#trigger-categories .opened{
	background-position: 0 -17px;
}
#trigger-categories .closed{
	background-position: 0 0px;
	margin: 5px 0;
}
#trigger-categories .subcategory input{
	float: right;
	margin: 5px 0 0 0;
	cursor: pointer;
}
