/*
* 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 img */
.ui-icon { 
	display: block;  
}

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

/* Overlays */
.ui-widget-overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*
* 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.
*/

/* Component containers
----------------------------------*/
.ui-widget { 
	font-family: Verdana,sans-serif; 
	font-size: 11px; 
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
	font-family: Verdana,Arial,sans-serif; 
	font-size: 1em; 
}
.ui-widget-content { 
	border: 1px solid #aaaaaa; 
	background: #ffffff url(/css/img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; 
	color: #222222; 
}
.ui-widget-content a { 
	color: #222222; 
}
.ui-widget-header { 
	background: #ffffff; 
	color: #8A343D; 
	font-weight: bold; 
}
.ui-widget-header a { 
	color: #222222; 
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
	border: 1px solid #d3d3d3; 
	background: none repeat scroll 0 0 #E6E6E6; 
	font-weight: normal; 
	color: #555555; 
	outline: none; 
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	border: 1px solid #fcefa1; 
	background: #fbf9ee url(/css/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; 
	color: #363636; 
}
	
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { 
	color: #363636; 
}
.ui-state-error, .ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a; 
	background: #fef1ec url(/css/img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; 
	color: #cd0a0a; 
	font-weight:bold;
}
.ui-state-error a, .ui-widget-content .ui-state-error a { 
	color: #cd0a0a; 
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text { 
	color: #cd0a0a; 
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled { 
	opacity: .35; 
	filter:Alpha(Opacity=35); 
	background-image: none; 
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary { 
	font-weight: bold; 
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { 
	opacity: .7; 
	filter:Alpha(Opacity=70); 
	font-weight: normal; 
}

/* Icons
----------------------------------*/

/* states and img */
.ui-icon { 
	magrin:10px;
	border: 1px solid #d3d3d3; 
	background:  #E6E6E6; 
	font-weight: normal; 
	color: #555555; 
	outline: none;
}

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

/* Overlays */
.ui-widget-overlay { 
	background: #FFFFFF url(/css/img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; 
	opacity: .60;
	filter:Alpha(Opacity=60); 
}
.ui-widget-shadow { 
	margin: -8px 0 0 -8px; 
	padding: 8px; 
	background: #aaaaaa url(/css/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; 
	opacity: .30;
	filter:Alpha(Opacity=30); 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin-top: 1px; 
	zoom: 1; 
}
.ui-accordion .ui-accordion-li-fix { 
	display: inline; 
}
.ui-accordion .ui-accordion-header-active { 
	border-bottom: 0 !important; 
}
.ui-accordion .ui-accordion-header a { 
	display: block; 
	font-size: 1em; 
	padding: .5em .5em .5em 2.2em; 
}
.ui-accordion .ui-accordion-header .ui-icon { 
	position: absolute; 
	left: .5em; 
	top: 50%; 
	margin-top: -8px; 
}
.ui-accordion .ui-accordion-content { 
	padding: 1em 2.2em; 
	border-top: 0; 
	margin-top: -2px; 
	position: relative; 
	top: 1px; 
	margin-bottom: 2px; 
	overflow: auto; 
	display: none;
}
.ui-accordion .ui-accordion-content-active { 
	display: block; 
	}

/* Dialog
----------------------------------*/
.ui-dialog { 
	position: relative; 
	padding: .2em; 
}
.ui-dialog .ui-dialog-titlebar { 
	padding: .5em .3em .3em 1em; 
	position: relative; 
}
.ui-dialog .ui-dialog-titlebar-close { 
	position: absolute; 
	right: .3em; 
	top: 50%; 
	width: auto; 
	margin-right: 10px; 
	margin-top: -20px;
	height: auto; 
	text-decoration:none;
}

.ui-dialog .ui-dialog-titlebar-close a{
	padding:5px;
}

.ui-dialog .ui-dialog-content { 
	border: 0; 
	padding: .5em 1em; 
	background: none; 
	overflow: auto; 
	zoom: 1; 
	margin:0 10px;
}
.ui-dialog .ui-dialog-buttonpane { 
	text-align: left; 
	border-width: 0; 
	background-image: none; 
	margin: .5em 0 0 0; 
	padding: .3em 1em .5em .4em; 
}
.ui-dialog .ui-dialog-buttonpane button { 
	float: right;
	margin: 0 10px 10px 10px; 
	cursor: pointer; 
	padding: .2em .6em .3em .6em; 
	line-height: 1.4em; 
	width:auto; 
	overflow:visible; 
}
.ui-draggable .ui-dialog-titlebar { 
	cursor: move; 
}
.ui-button { 
	outline: 0; 
	margin:0; 
	text-decoration: none; !important; 
	cursor:pointer; 
	position: relative; 
	text-align: center; 
}
.ui-dialog-titlebar-close { 
	display: none; 
}