/*
* 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;
	border:3px solid transparent !important;
  *border:5px solid transparent !important;
  margin:0 !important;
}

.mb-resize-resizable-n { cursor: e-resize; width: 100% !important; height: 50px !important; right: 0 !important; top: -10px !important; z-index:auto !important;}
.mb-resize-resizable-e { cursor: e-resize; width: 20px !important; height: 100% !important; right: -20px !important; top: 0 !important;z-index:auto !important;}
.mb-resize-resizable-w { cursor: e-resize; width: 20px !important; height: 100% !important; left: -20px !important; top: 0 !important;z-index:auto !important;}
.mb-resize-resizable-s { cursor: s-resize; width: 100% !important; height: 10px !important; bottom: -10px !important; left: 0 !important;z-index:auto !important;}
.mb-resize-resizable-se { cursor: se-resize; width: 30px !important; height: 30px !important; right:0 !important; bottom: -10px !important; z-index:auto !important;}

.mbproxy{border:1px dotted gray; background: url(../elements/proxy.png);}

.containerPlus { font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif; font-size: 14px; 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; overflow:auto; font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif; font-size: 14px;}

/*.iconLabel{font-family:sans-serif;font-size:10px;padding:5px;background:black;color:white;display:block;-moz-border-radius:5px;-webkit-border-radius:5px;}*/

.iconLabel{
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:5px;
	background:#f3f3f3;
	color:#333333;
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
}

/*
* menu
*/
.containerPlus.menu .no	{ background-image: url(../elements/menu/bg.png); background-repeat: no-repeat; background-position: left top;}
.containerPlus.menu .ne	{ margin-left: 21px;}
.containerPlus.menu .n	{ margin-right: 25px; height: 26px;}
.containerPlus.menu .n	{ padding-top: 8px; font-size: 16px; font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif; font-weight: bolder; text-align: center; -moz-user-select: none; -khtml-user-select: none;}
.containerPlus.menu .mbcontainercontent { color:#000000; font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; margin-right: 10px; margin-left: 20px;}
.containerPlus.menu .mbcontainercontent p { margin-top: 10px; margin-bottom: 10px; white-space: nowrap;}
.containerPlus.menu .mbcontainercontent a {	text-decoration: none; font-weight: bold; color: #000000; padding: 2px;}
.containerPlus.menu .mbcontainercontent a:visited{	text-decoration: none; font-weight: bold; color: #000000;}
.containerPlus.menu .mbcontainercontent a:hover{
	text-decoration:none;
	color: #FB7100;
	background-color: #D2E8F7;
}

/*
* default
*/
.containerPlus .ne	{ margin-left: 21px;}
.containerPlus .ne img {left:-10px; top:-10px;}
.containerPlus .n	{ margin-right: 20px; -moz-user-select: none; -khtml-user-select: none;}
.containerPlus .n	{ padding-top:5px; height:30px; font-size:16px; font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif; white-space:nowrap; overflow:hidden;}
.containerPlus .n a { text-decoration:none; color:#000; font-size:15px;}
.containerPlus .e	{ margin-left: 21px;}
.containerPlus .c   { margin-right: 23px; padding-top: 1px; padding-bottom: 1px; }
.containerPlus .se	{ margin-left: 21px;}
.containerPlus .s { padding-top: 20px; margin-right: 23px;}
.containerPlus .mbcontainercontent a {text-decoration:underline; color: #333333;}
.containerPlus .mbcontainercontent a:visited {text-decoration:underline; color: #666666;}
.containerPlus .mbcontainercontent a:hover {text-decoration:none; color: #000000;	background-color: #FFA359;}

/*
* white
*/
.containerPlus.white .no	{ background: url('../elements/white/no.png') top left no-repeat;}
.containerPlus.white .ne	{ background: url('../elements/white/ne.png') top right no-repeat; margin-left: 21px;}
.containerPlus.white .n	{ background: url('../elements/white/n.png') top center repeat-x; margin-right: 25px; height:26px;}
.containerPlus.white .n	{ padding-top:5px; font-size:18px; font-weight:bold; text-align:center; -moz-user-select: none; -khtml-user-select: none}
.containerPlus.white .o	{ background: url('../elements/white/o.png') top left repeat-y;}
.containerPlus.white .e	{ background: url('../elements/white/e.png') top right repeat-y; margin-left: 21px;}
.containerPlus.white .c { background: url('../elements/white/c.png'); margin-right: 25px; padding-top: 1px; padding-bottom: 1px; }
.containerPlus.white .c .mbcontainercontent {color:#000;}
.containerPlus.white .so	{ background: url('../elements/white/so.png') bottom left no-repeat;}
.containerPlus.white .se	{ background: url('../elements/white/se.png') bottom right no-repeat; margin-left: 21px;}
.containerPlus.white .s { background: url('../elements/white/s.png') bottom repeat-x; padding-top: 20px; margin-right: 25px;}
.containerPlus.white .mbcontainercontent a {text-decoration:underline; color: #333333;}
.containerPlus.white .mbcontainercontent a:visited {text-decoration:underline; color: #666666;}
.containerPlus.white .mbcontainercontent a:hover {text-decoration:none; color: #000000;	background-color: #FFA359;}
