/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../imatges/eines/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../imatges/eines/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../imatges/eines/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../imatges/eines/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Accordio */
#accordion{
	padding-left:10px;
	padding-right:10px;
}

.toggler {
	font-size: 12px;
	color:#6E9808;
	font-weight:bold;
	margin:0px;
	margin-top: 2px;
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #6E9808;
	cursor:pointer;
}
 
.element {
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	background: #fff;
	border: 1px solid #6E9808;
	padding-right:5px;
	padding-left:5px;
	height:191px;
	background-color:#EBFCC5;
}
 
.element p {
}

/* Accordio dins de pestanyes per Horaris */
#accordionPestanyes{
	padding-left:3px;
	padding-right:3px;
}

.togglerPestanyes {
	color:#6E9808;
	font-weight:bold;
	margin:0px;
	margin-top: 0px;
	padding: 0px 5px;
	background: #fff;
	border: 1px solid #6E9808;
	cursor:pointer;
	font-size:10px;
}
 
.elementPestanyes {
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	background: #fff;
	border: 1px solid #6E9808;
	padding-right:0px;
	padding-left:0px;
	background-color:#EBFCC5;
}
 
.elementPestanyes p {
}

/*MOOTABS*/

#myTabs{
	padding-left:10px;
}
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.mootabs_title li {
	float: left;
	background-color: #D2E16C;
	text-align:center;
	margin-right: 3px;
	cursor: pointer;
	width:75px;
	border-top:2px solid #6E9808;
	font-weight:bold;
	font-size:12px;
	padding-top:2px;
	height:21px;
	color:#820057;
}

.mootabs_title li.active {
	background-color: #EBFCC5;
	border-top:3px solid #D2E16C;
	height:20px;
	color:#820057;
}

.mootabs_panel {
	display: none;
	background-color: #EBFCC5;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: #EBFCC5;
	display: block;
}

/*TIPS*/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #6E9808;
	padding: 4px 5px 4px;
	background: #D2E16C;
	border: 2px solid #6E9808;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #D2E16C;
	color: #6E9808;
	border:1px solid #6E9808;
}