/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* AH edited for more CSS support; removed many images replaced by gradient bkgs
    Unused portions removed: datepicker, resizable, draggable, slider, assorted icons, icon types, dialog, progressbar, spinner, slider, tabs, menu, etc
    Isolated to #viewerTools# to avoid interference
    (note: #viewerTools gets also class="ui-accordion ui-widget ui-helper-reset" )
*/

/* Layout helpers
----------------------------------*/
#viewerTools .ui-helper-hidden {
	display: none;
}
#viewerTools .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#viewerTools.ui-helper-reset,
#viewerTools .ui-helper-reset  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
#viewerTools .ui-helper-clearfix:before,
#viewerTools .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
#viewerTools .ui-helper-clearfix:after {
	clear: both;
}
#viewerTools .ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
#viewerTools .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

#viewerTools .ui-front {
	z-index: 100;
}


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


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

/* states and images */
#viewerTools .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


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

/* Overlays */
#viewerTools .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#viewerTools.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
#viewerTools.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
#viewerTools.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
#viewerTools.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
#viewerTools.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
#viewerTools.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}


/* Component containers
----------------------------------*/
#viewerTools.ui-widget,
#viewerTools .ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
#viewerTools.ui-widget input,
#viewerTools.ui-widget select,
#viewerTools.ui-widget textarea,
#viewerTools.ui-widget button,
#viewerTools .ui-widget input,
#viewerTools .ui-widget select,
#viewerTools .ui-widget textarea,
#viewerTools .ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
#viewerTools .ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7; /*AH*/
	background:linear-gradient(to bottom right, #E9F2F8, #FAFBFC); /*AH*/
	color: #362b36;
}
#viewerTools .ui-widget-content a {
	color: #362b36;
}
#viewerTools .ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7; /*AH*/
	background:linear-gradient(to bottom right, #F2F8FC, #DEEDF7, #F2F8FC); /*AH*/
	color: #222222;
	font-weight: bold;  
}
#viewerTools .ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
#viewerTools .ui-state-default,
#viewerTools .ui-widget-content .ui-state-default,
#viewerTools .ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #d7ebf9; /*AH*/
	background:linear-gradient(to bottom, #DAECF9, #EBF4FC, #DAECF9); /*AH*/
	font-weight: bold;
	color: #2779aa;
}
#viewerTools .ui-state-default a,
#viewerTools .ui-state-default a:link,
#viewerTools .ui-state-default a:visited {
	color: #2779aa;
	text-decoration: none;
}
#viewerTools .ui-state-hover,
#viewerTools .ui-widget-content .ui-state-hover,
#viewerTools .ui-widget-header .ui-state-hover,
#viewerTools .ui-state-focus,
#viewerTools .ui-widget-content .ui-state-focus,
#viewerTools .ui-widget-header .ui-state-focus {
	border: 1px solid #74b2e2;
	background: #e4f1fb; /*AH*/
	background:linear-gradient(to bottom, #E4F1FB, #F3F9FE, #E4F1FB); /*AH*/
	font-weight: bold;
	color: #0070a3;
}
#viewerTools .ui-state-hover a,
#viewerTools .ui-state-hover a:hover,
#viewerTools .ui-state-hover a:link,
#viewerTools .ui-state-hover a:visited,
#viewerTools .ui-state-focus a,
#viewerTools .ui-state-focus a:hover,
#viewerTools .ui-state-focus a:link,
#viewerTools .ui-state-focus a:visited {
	color: #0070a3;
	text-decoration: none;
}
#viewerTools .ui-state-active,
#viewerTools .ui-widget-content .ui-state-active,
#viewerTools .ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3; /*AH*/
	background:linear-gradient(to bottom, #47AFE4, #A6D9F2, #47AFE4); /*AH*/
	font-weight: bold;
	color: #ffffff;
}
#viewerTools .ui-state-active a,
#viewerTools .ui-state-active a:link,
#viewerTools .ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
#viewerTools .ui-state-highlight,
#viewerTools .ui-widget-content .ui-state-highlight,
#viewerTools .ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f; /*AH*/
	background:linear-gradient(to bottom, #FFF2A0, #FFEF8F); /*AH*/
	color: #363636;
}
#viewerTools .ui-state-highlight a,
#viewerTools .ui-widget-content .ui-state-highlight a,
#viewerTools .ui-widget-header .ui-state-highlight a {
	color: #363636;
}
#viewerTools .ui-state-disabled,
#viewerTools .ui-widget-content .ui-state-disabled,
#viewerTools .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
#viewerTools .ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
#viewerTools .ui-icon {
	width: 16px;
	height: 16px;
}
#viewerTools .ui-icon,
#viewerTools .ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_72a7cf_256x240.png);
}
#viewerTools .ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_72a7cf_256x240.png);
}
#viewerTools .ui-state-default .ui-icon {
	background-image: url(images/ui-icons_3d80b3_256x240.png);
}
#viewerTools .ui-state-hover .ui-icon,
#viewerTools .ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_2694e8_256x240.png);
}
#viewerTools .ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
#viewerTools .ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_2e83ff_256x240.png);
}
#viewerTools .ui-state-error .ui-icon,
#viewerTools .ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}

/* positioning */
#viewerTools .ui-icon-blank { background-position: 16px 16px; }
#viewerTools .ui-icon-triangle-1-e { background-position: -32px -16px; }
#viewerTools .ui-icon-triangle-1-s { background-position: -64px -16px; }


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

/* Corner radius */
#viewerTools .ui-corner-all,
#viewerTools .ui-corner-top,
#viewerTools .ui-corner-left,
#viewerTools .ui-corner-tl {
	border-top-left-radius: 6px;
}
#viewerTools .ui-corner-all,
#viewerTools .ui-corner-top,
#viewerTools .ui-corner-right,
#viewerTools .ui-corner-tr {
	border-top-right-radius: 6px;
}
#viewerTools .ui-corner-all,
#viewerTools .ui-corner-bottom,
#viewerTools .ui-corner-left,
#viewerTools .ui-corner-bl {
	border-bottom-left-radius: 6px;
}
#viewerTools .ui-corner-all,
#viewerTools .ui-corner-bottom,
#viewerTools .ui-corner-right,
#viewerTools .ui-corner-br {
	border-bottom-right-radius: 6px;
}

