/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* 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); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000;opacity: .50;filter:Alpha(Opacity=50);}

/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding:0; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; background: none; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {}
.ui-dialog .ui-dialog-buttonpane button {}
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-dialog, .ui-dialog {
background-color:#2a2a2a;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-moz-box-shadow: 0px 0px 30px #000;
-webkit-box-shadow: 0 0 30px #000;
}
.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-titlebar {
background:#aaa;
border-bottom:1px solid #ddd;
height:28px;
padding:0px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-bottom-right-radius:0;
border-bottom-left-radius:0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
-webkit-border-bottom-right-radius: 0;
}
.ui-draggable .ui-dialog-titlebar, .ui-draggable .ui-dialog-titlebar {
cursor:move;
}
.ui-draggable-disabled .ui-dialog-titlebar, .ui-draggable-disabled .ui-dialog-titlebar {
cursor:default;
}
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close {
/* don't show close button, since we cannot prevent dialog close by this button */
display:none;
background:url(images/remove-icon.gif) no-repeat center center;
cursor:default;
height:16px;
position:absolute;
right:7px;
top:6px;
width:16px;
}
.ui-dialog .ui-dialog-titlebar-close span, .ui-dialog .ui-dialog-titlebar-close span {
display:none;
}
.ui-dialog .ui-dialog-titlebar-close-hover, .ui-dialog .ui-dialog-titlebar-close-hover {
background:url(images/remove-icon.gif) no-repeat center center;
}
.ui-dialog .ui-dialog-title, .ui-dialog .ui-dialog-title {
color:Black;
font-weight:bold;
left:4px;
margin-left:5px;
position:relative;
top:7px;
}
.ui-dialog .ui-dialog-content, .ui-dialog .ui-dialog-content {
margin:12px;
}
.ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-dialog-buttonpane {
bottom:0;
position:absolute;
right:15px;
text-align:right;
width:100%;
}
.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-dialog-buttonpane button {
margin:6px;
margin-right:0;
}
.ui-dialog .ui-dialog-buttonpane button[disabled]
{
	color:#555;
}

.ui-dialog .ui-resizable-n, .ui-dialog .ui-resizable-n {
background:transparent;
cursor:n-resize;
height:6px;
left:0px;
top:0px;
width:100%;
}
.ui-dialog .ui-resizable-s, .ui-dialog .ui-resizable-s {
background:transparent;
bottom:0px;
cursor:s-resize;
height:8px;
left:0px;
width:100%;
}
.ui-dialog .ui-resizable-e, .ui-dialog .ui-resizable-e {
background:transparent;
cursor:e-resize;
height:100%;
right:0px;
top:0px;
width:7px;
}
.ui-dialog .ui-resizable-w, .ui-dialog .ui-resizable-w {
background:transparent;
cursor:w-resize;
height:100%;
left:0px;
top:0px;
width:7px;
}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-se {
background:transparent;
bottom:0px;
cursor:se-resize;
height:9px;
right:0px;
width:9px;
}
.ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-sw {
background:transparent;
bottom:0px;
cursor:sw-resize;
height:9px;
left:0px;
width:9px;
}
.ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-nw {
background:transparent;
cursor:nw-resize;
height:29px;
left:0px;
top:0px;
width:9px;
}
.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-ne {
background:transparent;
cursor:ne-resize;
height:29px;
right:0px;
top:0px;
width:9px;
}

.ui-dialog button
{
}
/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	height: .8em;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -3px;
	width: 1.2em;
	height: 1.2em;
	background: #e6e6e6;
	border: 1px solid #d3d3d3;
}
.ui-slider-handle:hover {
	background: #dadada;
	border: 1px solid #999999;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: #ffffff;
	border: 1px solid #aaaaaa;
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: #dadada;
	position: absolute;
	border: 1px solid #d3d3d3;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */