/*
 * jquery.mb.components
 * Copyright (c) 2001-2011. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy
 * email: mbicocchi@open-lab.com
 * site: http://pupunzi.com
 *
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
/*
* UI
*/
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0px;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0px;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.mb-resize {
	display: block;
	background-color: transparent !important;
	margin: 0 !important;
	border: 5px solid transparent !important;
}
.mb-resize-resizable-n {
	cursor: e-resize;
	width: 100% !important;
	height: 20px !important;
	right: 0 !important;
	top: -10px !important;
	z-index: auto !important;
}
.mb-resize-resizable-e {
	cursor: e-resize;
	width: 5px !important;
	height: 100% !important;
	right: 0 !important;
	top: 0 !important;
	z-index: auto !important;
}
.mb-resize-resizable-w {
	cursor: e-resize;
	width: 5px !important;
	height: 100% !important;
	left: -5px !important;
	top: 0 !important;
	z-index: auto !important;
}
.mb-resize-resizable-s {
	cursor: s-resize;
	width: 100% !important;
	height: 10px !important;
	bottom: -5 !important;
	left: 0 !important;
	z-index: auto !important;
}
.mb-resize-resizable-se {
	cursor: se-resize;
	width: 10px !important;
	height: 10px !important;
	right: -5px !important;
	bottom: -5px !important;
	z-index: auto !important;
}
.mbproxy {
	border: 1px dotted gray;
	background: url(../images/mbContainer/proxy.png);
}
.containerPlus {
	font-family: Helvetica,Verdana,sans-serif;
	font-size: 13px;
	visibility: hidden;
}
.containerPlus .spacer {
	margin-top: 10px;
}
.containerPlus .buttonBar {
	position: relative;
	top: 0;
	float: right;
	margin-top: -23px;
	margin-right: 15px;
}
.containerPlus .buttonBar img {
	margin-left: 5px;
}
.containerPlus .mbcontainercontent {
	margin-right: -15px;
/*	padding-right: 10px;*/
/* Manuel quito overflow: auto */
	overflow: hidden;
	margin: 0px;
}
.iconLabel {
	font-family: sans-serif;
	font-size: 10px;
	padding: 5px;
	background: #f3f3f3;
	color: gray;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cccccc;
}
/*
* default
*/
.containerPlus .no {
/*	background: url('../images/mbContainer/default/no.png') top left no-repeat;*/
}
.containerPlus .ne {
	/*background: url('../images/mbContainer/default/ne.png') top right no-repeat;*/
	margin-left: 21px;
}
.containerPlus .ne img {
	left: -10px;
	top: -10px;
}

.containerPlus .n {
	padding-top: 8px;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
/*	background: url('../images/mbContainer/default/n.png') top center repeat-x;*/
	margin-right: 20px;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
}
.containerPlus .n span{
	display: block;
	width: 85%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.containerPlus .na {
	text-decoration: none;
	color: #000;
	font-size: 15px;
}
.containerPlus .o {
	/*background: url('../images/mbContainer/default/o.png') top left repeat-y;*/
}
.containerPlus .e {
/*	background: url('../images/mbContainer/default/e.png') top right repeat-y;
	margin-left: 21px;*/
}
.containerPlus .c {
/*	background: url('../images/mbContainer/default/c.png');*/
/*	margin-right: 23px;*/
	padding-top: 1px;
	padding-bottom: 1px;
}
.containerPlus .so {
/*	background: url('../images/mbContainer/default/so.png') bottom left no-repeat;*/
}
.containerPlus .se {
/*	background: url('../images/mbContainer/default/se.png') bottom right no-repeat;*/
	margin-left: 21px;
}
.containerPlus .s {
/*	background: url('../images/mbContainer/default/s.png') bottom repeat-x;*/
/*	padding-top: 20px;
	margin-right: 23px;*/
}
/*
* black
*/
.containerPlus .no.black {
	background: url('../images/mbContainer/black/no.png') top left no-repeat;
}
.containerPlus .ne.black {
	background: url('../images/mbContainer/black/ne.png') top right no-repeat;
	margin-left: 21px;
}
.containerPlus .n.black {
	background: url('../images/mbContainer/black/n.png') top center repeat-x;
	margin-right: 25px;
	height: 26px;
	padding-top: 8px;
	color: white;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.containerPlus .na.black {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
}
.containerPlus .o.black {
	background: url('../images/mbContainer/black/o.png') top left repeat-y;
}
.containerPlus .e.black {
	background: url('../images/mbContainer/black/e.png') top right repeat-y;
	margin-left: 21px;
}
.containerPlus .c.black {
	background: url('../images/mbContainer/black/c.png');
	margin-right: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.containerPlus .c.black .mbcontainercontent.black {
	color: white;
}
.containerPlus .c.black .mbcontainercontent.black a {
	color: white;
}
.containerPlus .so.black {
	background: url('../images/mbContainer/black/so.png') bottom left no-repeat;
}
.containerPlus .se.black {
	background: url('../images/mbContainer/black/se.png') bottom right no-repeat;
	margin-left: 21px;
}
.containerPlus .s.black {
	background: url('../images/mbContainer/black/s.png') bottom repeat-x;
	padding-top: 20px;
	margin-right: 25px;
}
/*
* white
*/
.containerPlus .no.white {
/*	background: url('../images/mbContainer/white/no.png') top left no-repeat;*/
}
.containerPlus .ne.white {
/*	background: url('../images/mbContainer/white/ne.png') top right no-repeat;*/
	margin-left: 21px;
	text-align: right;
}
.containerPlus .n.white {
	/*background: url('../images/mbContainer/white/n.png')repeat-x;*/
	height: 0px;
	padding: 0px;
	margin-right: 25px;
	color: #000000;
	background-color: transparent;

}
.containerPlus .n.white {
	/*padding-top: 8px;*/
	/*font-size: 16px;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	
}
.containerPlus .o.white {
/*	background: url('../images/mbContainer/white/o.png') top left repeat-y;*/
	background-color: transparent;
}
.containerPlus .e.white {
/*	background: url('../images/mbContainer/white/e.png') top right repeat-y;*/
	margin-left: 0px; 
}
.containerPlus .c.white {
/*	background: url('../images/mbContainer/white/c.png');*/
	/*margin-right: 25px;*/
	padding-top: 0px;
	padding-bottom: 0px;
}
.containerPlus .c.white .mbcontainercontent.white {
	color: #000;
	background-color: fff;
}
.containerPlus .na.white:hover {
	text-decoration: underline;
}
.containerPlus .so.white {
/*	background: url('../images/mbContainer/white/so.png') bottom left no-repeat;*/
height: 0px;
}
.containerPlus .se.white {
/*	background: url('../images/mbContainer/white/se.png') bottom right no-repeat;*/
	margin-left: 0px;
	width: 0px;
}
.containerPlus .s.white {
/*	background: url('../images/mbContainer/white/s.png') top repeat-x;*/
/*	padding-top: 20px;
	margin-right: 25px;
	height:10px;*/
}
/*
* alert
*/
.containerPlus.alert .no.alert {
	background: url('../images/mbContainer/alert/no.png') top left no-repeat;
}
.containerPlus.alert .ne.alert {
	background: url('../images/mbContainer/alert/ne.png') top right no-repeat;
	margin-left: 21px;
}
.containerPlus.alert .n.alert {
	background: url('../images/mbContainer/alert/n.png') top center repeat-x;
	margin-right: 25px;
	height: 26px;
}
.containerPlus.alert .n.alert {
	padding-top: 8px;
	font-size: 16px;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.containerPlus.alert .o.alert {
	background: url('../images/mbContainer/alert/o.png') top left repeat-y;
}
.containerPlus.alert .e.alert {
	background: url('../images/mbContainer/alert/e.png') top right repeat-y;
	margin-left: 21px;
}
.containerPlus.alert .c.alert {
	background: url('../images/mbContainer/alert/c.png');
	margin-right: 25px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.containerPlus.alert .c.alert .mbcontainercontent.alert {
	color: #000;
}
.containerPlus.alert .na.alert:hover {
	text-decoration: underline;
}
.containerPlus.alert .so.alert {
	background: url('../images/mbContainer/alert/so.png') bottom left no-repeat;
}
.containerPlus.alert .se.alert {
	background: url('../images/mbContainer/alert/se.png') bottom right no-repeat;
	margin-left: 21px;
}
.containerPlus.alert .s.alert {
	background: url('../images/mbContainer/alert/s.png') bottom repeat-x;
	padding-top: 20px;
	margin-right: 25px;
}