/*
* jQuery UI CSS Framework
* Copyright (c) 2009 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; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; overflow: hidden; background-repeat: no-repeat;}



/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { 
	width: 650px !important; 
	height:360px !important; 
	background-color:#000;
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  	-moz-opacity: 0.8;
  	-khtml-opacity: 0.8;
  	opacity: 0.8;
}

.ui-dialog .ui-dialog-titlebar { 
	padding: 10px 0 0 18px; 
	position: relative;  
}

.ui-dialog .ui-dialog-title { 
	float: left; 
	margin:0; 
	color:#ee8122; 
	font-size:18px; 
	font-family:"HelveticaNeue Condensed","Arial Narrow",Arial, Helvetica, sans-serif; 
	font-weight:bold;
} 

.ui-dialog .ui-dialog-titlebar-close { 
	position: absolute; 
	top: 0; 
	left:582px; 
	width: 59px; 
	margin: 12px 0 0 0; 
	padding: 1px; 
	height: 18px; 
	font-size:12px; 
	font-family:"HelveticaNeue Condensed","Arial Narrow",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#FFF; 
	text-decoration:none; 
	text-transform:uppercase;
}
.ui-dialog .ui-dialog-titlebar-close span { 
	display: block; 
	margin:0;
	padding:0;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { 
	padding: 1px; 
	text-decoration:none; 
	margin:12px 0 0 0;
}

.ui-dialog .ui-dialog-content { 
	border: 0; 
	padding: 0; 
	margin:18px 0 0 18px; 
	background: none; 
	overflow: auto; 
	zoom: 1; 
	height:286px !important; 
	width:603px !important;
}

.ui-dialog .ui-dialog-buttonpane { 
	text-align: left; 
	border-width: 1px 0 0 0; 
	background-image: none; 
	margin:0; 
	padding:0; 
}
.ui-dialog .ui-dialog-buttonpane button { 
	float: right; 
	margin: .5em .4em .5em 0; 
	cursor: pointer; 
	padding: .2em .6em .3em .6em; 
	line-height: 1.4em; 
	width:auto; 
	overflow:visible; 
}



