/*!
 * jQuery UI CSS Framework 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-size:18px;/*{fsDefault}*/;
}

.ui-widget-content {
	border: 1px solid #b6b6b6/*{borderColorContent}*/;
	/*background: #d4edff{bgColorContent}*/;
	color: #1a1a1a/*{fcContent}*/;
	box-shadow: 0 4px 4px #b7b7b7, 0 -1px 0 #fff inset;
}
.ui-widget-content a {
	color: #1a1a1a/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #d4edff/*{borderColorHeader}*/;
	background: #d3d3d3;
	color: #1a1a1a/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #1a1a1a/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #f2f2f2/*{borderColorDefault}*/;
	background: #d3d3d3/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #1a1a1a/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1a1a1a/*{fcDefault}*/;
	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: 1px solid #1d70a4{borderColorHover}*/;
	background: #d2e2ed/*{bgColorHover}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #1a1a1a/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #1a1a1a/*{fcHover}*/;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #f2f2f2/*{borderColorActive}*/;
	background: #d4edff/*{bgColorActive}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #1a1a1a/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #1a1a1a/*{fcActive}*/;
	text-decoration: none;
}


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

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

.ui-corner-bottom,
.ui-corner-left{
	border-bottom-left-radius: 6px/*{cornerRadius}*/;background: #FFF/*{bgColorActive}*/;
}

.ui-corner-all,
.ui-corner-br {
	border-bottom-right-radius: 6px/*{cornerRadius}*/;
}

.ui-corner-bottom,
.ui-corner-right {
	border-bottom-right-radius: 6px/*{cornerRadius}*/;background: #FFF/*{bgColorActive}*/;
}
