/*	List Expander */
.listexpander{width:100%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.listexpander li{
	line-height:1.6em;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	width:100%;
}
.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* primer nivel */
.listexpander li, .listexpander li.collapsed{
background:#ddd url(img/collapsed.gif) no-repeat 5px .4em; font-size:14px;} 
.listexpander li.expanded{
background:#eee url(img/expanded.gif) no-repeat 5px .4em;}


/* segundo nivel */
.listexpander li ul, .listexpander li li{background:#f8f8f8;font-weight:normal;font-size:12px;}
.listexpander li li.collapsed{background:#f8f8f8 url(img/collapsed.gif) no-repeat 5px .4em;font-size:12px;} 
.listexpander li li.expanded{background:#f8f8f8 url(img/expanded.gif) no-repeat 5px .4em;font-size:12px;} 

/* tercer nivel */
.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(img/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(img/expanded.gif) no-repeat 5px .4em;} 

/* cuarto nivel */
.listexpander li li li li{text-indent:0;margin-left:30px;width:auto;}

/* etc. */

/* botones */
p.listexpander{
	height:1.5em;
	margin:1em 0;
}
p.listexpander a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
p.listexpander a:hover{
	background:#f8f8f8;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* esconder de IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* fin de hack para IE-mac */
/* fin del float fix */


.colpanel {
	margin: 0px;
	padding: 0px;
	border: solid 1px #eee;
	background-color: #fff;
	width: 600px;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.colpanelTab {
	font: bold 12px sans-serif;
	background-color: #fff;
	border-bottom:0.071em solid #fff;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.colpanelContent {
	margin: 0px;
	padding: 0px 15px 2px 15px ;
}


.colpanelTab a {
	color: black;
	text-decoration: none;
	color:#fff;
}

.colpanelOpen .colpanelTab {
	background-color: #fff;
}

.colpanelTabHover,  .colpanelOpen .colpanelTabHover {
/*	background-color: #f63;*/
	border-bottom: solid 1px #f63;
	color:#fff;
}

.colpanelFocused .colpanelTab {
	background-color: #f1f1f1;
	color: #fff;
}






