/* =Windows
 * ============================================ */

#none{ display: none; z-index: 999999999; }
 
.ui-resizable-handle { position: absolute; display: block; font-size: 0.1px; }

.ui-resizable-e { cursor: e-resize; width: 20px; right: -10px; top: 0; height: 100%;  }
.ui-resizable-w { cursor: w-resize; width: 30px; left: 0; top: 0; height: 100%;  }
.ui-resizable-s { cursor: s-resize; height: 20px; width: 100%; bottom: -5; left: 0}
.ui-resizable-se { cursor: se-resize; width: 20px; height: 20px; right:0; bottom: 0;} /*resizable-se.png*/

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

.containerPlus {font-family:Verdana; font-size:12px; }
.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 .content {margin-right:-15px; padding-right:10px;line-height: 1.5;} /* overflow:auto; */
.containerPlus .restoreContainer { cursor: hand; cursor: pointer; }
.containerPlus .content .ajax-loading { position: absolute; left: 45%; z-index: 999999999; }
/*
* default
*/
.containerPlus{ z-index: 999999; }
.containerPlus .no	{ background: url('images/elements/black/no.png') top left no-repeat; }
.containerPlus .ne	{ background: url('images/elements/black/ne.png') top right no-repeat; margin-left: 21px;}
.containerPlus .ne img	{left:-10px; top:-10px}
.containerPlus .n	{ background: url('images/elements/black/n.png') top center repeat-x; margin-right: 20px; -moz-user-select: none; -khtml-user-select: none}
.containerPlus .n	{ padding-top:8px;height:26px; font-size:15px; white-space:nowrap;overflow:hidden;}
.containerPlus .n	a{ text-decoration:none;color:#000; font-size:15px;}

.containerPlus .o	{ background: url('images/elements/black/o.png') top left repeat-y;}
.containerPlus .e	{ background: url('images/elements/black/e.png') top right repeat-y; margin-left: 21px;}
.containerPlus .c { background: url('images/elements/black/c.png'); margin-right: 23px; padding-top: 1px; padding-bottom: 1px; }

.containerPlus .so	{ background: url('images/elements/black/so.png') bottom left no-repeat;}
.containerPlus .se	{ background: url('images/elements/black/se.png') bottom right no-repeat; margin-left: 21px;}
.containerPlus .s { background: url('images/elements/black/s.png') bottom repeat-x; padding-top: 20px; margin-right: 23px;}
/*
* black
*/
.containerPlus.black .no	{ background: url('images/elements/black/no.png') top left no-repeat}
.containerPlus.black .ne	{ background: url('images/elements/black/ne.png') top right no-repeat; margin-left: 21px;}
.containerPlus.black .n	{ background: url('images/elements/black/n.png') top center repeat-x; margin-right: 25px;height:26px;}
.containerPlus.black .n	{ padding-top:8px;font-size:15px; color:white;-moz-user-select: none; -khtml-user-select: none}
.containerPlus.black .n	a{ text-decoration:none;color:#fff; font-size:15px; white-space:nowrap;overflow:hidden;}

.containerPlus.black .o	{ background: url('images/elements/black/o.png') top left repeat-y;}
.containerPlus.black .e	{ background: url('images/elements/black/e.png') top right repeat-y; margin-left: 21px;}
.containerPlus.black .c { background: url('images/elements/black/c.png'); margin-right: 25px; padding-top: 1px; padding-bottom: 1px; }
.containerPlus.black .c .content { color: #aeaeae; }
.containerPlus.black .c .content a { color: #01a8fe; text-decoration: none; }
.containerPlus.black .c .content a:hover { color: #f4fc26; text-decoration: none; }

.containerPlus.black .so	{ background: url('images/elements/black/so.png') bottom left no-repeat;}
.containerPlus.black .se	{ background: url('images/elements/black/se.png') bottom right no-repeat; margin-left: 21px;}
.containerPlus.black .s { background: url('images/elements/black/s.png') bottom repeat-x; padding-top: 20px; margin-right: 25px;}

/* =Layout helpers
 * ============================================ */

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; } /* Interaction Cues */
/*.ui-icon { display: none; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }*/
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Misc visuals: Overlays */
