/*! jQuery UI - v1.10.4 - 2014-03-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%232778a4&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23f0f0f0&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%231c1b1b&iconColorContent=%23ffffff&bgColorDefault=%233f8aac&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%23373737&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23d3d3d3&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%233f8aac&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23d3d3d3&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=90&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.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:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 1000;
}


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

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e8e7e7;
	opacity: .65;
	filter: Alpha(Opacity=65);
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
	font-family: "museo-sans", sans-serif !important;
	font-weight:300 !important;
	font-size:16px !important;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
	-webkit-box-shadow: 0 8px 10px -2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 8px 10px -2px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 10px -2px rgba(0, 0, 0, .3);
	z-index:1000;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0 17px;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 17px;
	background: none;
	overflow: visible;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	background-image: none;
	padding: 0 8px 17px 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
	margin-left: 10px;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 10px 10px 0 0;
	cursor: pointer;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.modalCloser {
	cursor:pointer;
	width:29px;
	height:29px;
	background: url(../../r2d_images/ss_sprites.png) -99px -114px no-repeat;
	position:absolute;
	right:17px;
	top:-40px;
}
.modalCloser2 {
    cursor:pointer;
    width:29px;
    height:29px;
    background: url(../../r2d_images/ss_sprites.png) -99px -114px no-repeat;
    position:absolute;
    right:5px;
    top: 5px;
}
.modalCloser:hover {
	background: url(../../r2d_images/modal_close_hv.png) 0 0 no-repeat;
}
#gallery-modal {
	display:none;
}
.signup-modal .ui-dialog-titlebar { display:none; }

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:400;
}
.ui-widget .ui-widget {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight:400;
}
.ui-widget button {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "museo-sans", sans-serif;
	font-size: 16px;
	font-weight:300;
}
.ui-widget-content {
	border:0;
	background: #f0f0f0;
	color: #1c1b1b;
}
.ui-widget-content a {
	color: #1c1b1b;
}
.ui-widget-header {
	border:0;
	background: #3f8aac;
	font-family: "museo-sans", sans-serif;
	font-size: 24px;
	font-weight:300;
	color:#ffffff;
	height:52px;
	line-height:52px;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border:0;
	background: #3f8aac;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border:0;
	background: #373737;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border:0;
	background: #3f8aac;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}
