

/*** =LAYOUT ***/

#container {
	width: 868px;
	margin: 0 auto 0 auto;
}

#container-inner {
	padding: 0 11px 0 0;
}

#header {
	height: 172px;
	position: relative;
	z-index: 2;
}

#main {
	position: relative;
	z-index: 1;
}

	#main-cap {
		background-position: 0px 0px;
		height: 6px;
		font-size: 1px;
	}

	#main-inner {
		border-color: #e8e8e8;
		border-style: solid;
		border-width: 0px 1px;
		background-color: white;
		padding: 1px 10px;
	}

	#main-cup {
		background-position: 0px -6px;
		height: 6px;
		font-size: 1px;
	}

	#subnav-panel {
		width: 192px;
		float: left;
		position: relative;
	}

	#content {
		margin: 0 0 0 220px;
		font-size: 1.2em;
		line-height: 1.8em;
		padding-right: 10px;
	}

	#clean, .clean {
		clear: left;
		height: 1px;
		font-size: 1px;
	}

#footer, #midfeature {
	margin: 2em 0;
}

/*** end =LAYOUT ***/




/*** =HEADER ***/
	#logo {
		padding: 30px 0 20px 0;
	}


	/*** =CLIENTLOGIN ***/
	#clientlogin {
		position: absolute;
		height: 100px;
		width: 227px;
		overflow: hidden;
		top: 0px;
		right: 0;
		z-index: 4;
	}

	#clientlogin-inner {
		position: absolute;
		height: 100px;
		width: 227px;
		bottom: 0;
		background: #126bb6 url(../img/clientlogin.gif) no-repeat bottom;
	}

	#clientlogin-form {
		padding: 5px 14px;
	}


	#clientlogin #hit_area {
		position: absolute;
		width: 227px;
		height: 32px;
		bottom: 0;
		z-index: 5;
	}

	#clientlogin form { margin: 0; }
	#clientlogin #login_username, #clientlogin #login_password {
		width: 196px;
		border: 1px solid #0d5da3;
		color: #6a6a6a;
		padding: 3px;
		font-size: 12px;
		line-height: 12px;
		margin-top: 5px;
	}

	#clientlogin #login_submit {
		position: absolute;
		z-index: 6;
		bottom: 5px;
		left: 127px;
	}
	/*** end =CLIENTLOGIN ***/


	/*** =SEARCH ***/
	#search {
		position: absolute;
		width: 226px;
		height: 23px;
		top: 50px;
		right: 0px;
		z-index: 3;
	}

	#search_query {
		border: 1px solid #cccccc;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
		color: #6a6a6a;
		padding: 3px;
		font-size: 12px;
		line-height: 15px;
		height: 15px;
		width: 186px;
		position: absolute;
		left: 0;
		top: 0;
	}

	#search_submit {
		position: absolute;
		right: 0;
		top: 0;
		height: 23px;
		width: 32px;
	}
	/*** end =SEARCH ***/


	/*** =NAVIGATION ***/
	ul#navigate, ul#navigate_simple {
		list-style-type: none;
		margin: 0;
		padding: 0;
		background: #106cbc url(../img/nav-bg.png) repeat-x left top;
		height: 50px;
	}

	ul#navigate li, ul#navigate_simple li {
		float: left;
		position: relative;
	}

	ul#navigate li.aux, ul#navigate_simple li.aux {
		float: right;
	}

	ul#navigate li a, ul#navigate_simple li a {
		display: block;
		float: left;
		background-image: url(../img/nav-sprite.png);
		height: 50px;

		color: white;
		text-decoration: none;
		text-indent: -10000px;
	}

	a#nav-conta, a#nav-conta:link, a#nav-conta:visited 				{ width: 120px; background-position: -736px 0px; }
	a#nav-conta.over, a#nav-conta-on, a#nav-conta:hover, a#nav-conta:active 	{ width: 120px; background-position: -736px -50px; }
	a#nav-suppo, a#nav-suppo:link, a#nav-suppo:visited 				{ width: 113px; background-position: -623px 0px; }
	a#nav-suppo.over, a#nav-suppo-on, a#nav-suppo:hover, a#nav-suppo:active 	{ width: 113px; background-position: -623px -50px; }
	a#nav-about, a#nav-about:link, a#nav-about:visited 				{ width: 96px; background-position: 0px 0px; }
	a#nav-about.over, a#nav-about-on, a#nav-about:hover, a#nav-about:active 	{ width: 96px; background-position: 0px -50px; }
	a#nav-solut, a#nav-solut:link, a#nav-solut:visited 				{ width: 118px; background-position: -96px 0px; }
	a#nav-solut.over, a#nav-solut-on, a#nav-solut:hover, a#nav-solut:active 	{ width: 118px; background-position: -96px -50px; }
	a#nav-produ, a#nav-produ:link, a#nav-produ:visited 				{ width: 123px; background-position: -214px 0px; }
	a#nav-produ.over, a#nav-produ-on, a#nav-produ:hover, a#nav-produ:active 	{ width: 123px; background-position: -214px -50px; }
	a#nav-resou, a#nav-resou:link, a#nav-resou:visited 				{ width: 139px; background-position: -337px 0px; }
	a#nav-resou.over, a#nav-resou-on, a#nav-resou:hover, a#nav-resou:active 	{ width: 139px; background-position: -337px -50px; }

	ul#navigate li ul.dropdown {
		list-style-type: none;
		margin: 0;
		padding: 0;

		position: absolute;
		top: 50px;
		left: 0px;

		display: none;
	}

	ul#navigate li ul.dropdown li.about-cap {
		height: 20px;
		background-image: url(../img/cap-sprite.png);
		background-position: 0px -82px !important;
	}

	ul#navigate li ul.drop-solutions { left: 8px; }
	ul#navigate li ul.drop-solutions li {
		width: 450px;
		padding: 0 5px;
		background: url(../img/drop-solutions.png) repeat-y;
	}
	ul#navigate li ul.dropdown li.solutions-cap {
		height: 20px;
		background-image: url(../img/cap-sprite.png);
		background-position: -182px -42px !important;
	}
	ul#navigate li ul.dropdown li.solutions-cup {
		height: 20px;
		background-image: url(../img/cap-sprite.png);
		background-position: -182px -62px !important;
	}


	ul#navigate li ul.drop-products { left: 11px; width: 200px; }
	ul#navigate li ul.drop-products li {
		width: 182px;
		background: url(../img/drop-products.png) repeat-y;
	}
	ul#navigate li ul.dropdown li.products-cap {
		height: 20px;
		background-image: url(../img/cap-sprite.png) !important;
		background-position: 0px -42px !important;
	}
	ul#navigate li ul.dropdown li.products-cup {
		height: 20px;
		background-image: url(../img/cap-sprite.png) !important;
		background-position: 0px -62px !important;
	}

	ul#navigate li ul.drop-contact { left: -93px; }
	ul#navigate li ul.drop-contact li {
		width: 207px;
		background: url(../img/drop-contact.png) repeat-y;
		font-size: 1.1em;
	}
	ul#navigate li ul.dropdown li.contact-cap {
		height: 20px;
		background-image: url(../img/cap-sprite.png) !important;
		background-position: -642px -42px !important;
	}
	ul#navigate li ul.dropdown li.contact-cup {
		height: 20px;
		background-image: url(../img/cap-sprite.png) !important;
		background-position: -642px -62px !important;
	}

	ul.drop-contact li div {
		color: #00529B;
	}

	ul.drop-contact li div a {
		color: #e77e3c !important;
		text-decoration: none !important;
		display: inline !important;
		float: none !important;
	}

	ul#navigate li ul.dropdown li {
	}

	ul#navigate li ul.dropdown li a {
		background: none;
		height: auto;
		text-indent: 0;
	}

	ul#navigate li ul.dropdown li ul {
		list-style-type: none;
		margin: 0;
		padding: 0;

		float: left;
		width:  130px;
		padding: 0 10px;
	}

	ul#navigate li ul.drop-products li ul {
		width: 155px;
	}

	ul#navigate li ul.dropdown li ul li {
		display: block;
		width: auto;
		background: none;
		width: 130px;
		padding: 0 !important;
		float: none;
	}

	ul#navigate li ul.drop-products li ul li {
		width: 155px;
	}

	ul#navigate li ul.dropdown li ul li h4 {
		margin: 0;
		font-size: 1.2em;
		font-weight: bold;
		color: #004a8b;
		border-bottom: 1px solid #e7e7e7;
		margin-bottom: 3px;
	}

	ul#navigate li ul.dropdown li ul li a,
	ul#navigate li ul.dropdown li ul li a:link,
	ul#navigate li ul.dropdown li ul li a:visited {
		color: #004a8b;
		text-decoration: none;
		font-size: 1.1em;
		padding: 2px 0;
		float: none;
		border-bottom: 1px solid #e7e7e7;
	}

	ul#navigate li ul.dropdown li ul li a:hover,
	ul#navigate li ul.dropdown li ul li a:active {
		color: #e77e3c;
	}

	ul#navigate li ul.dropdown li div {
		padding: 4px 16px;
	}
	/*** end =NAVIGATION ***/

/*** end =HEADER ***/


/*** =SUBNAV ***/

h2.titles, .titlepiece {
	width: 189px;
	height: 50px;
	background-image: url(../img/title-sprite.png);
	margin: 6px 0 -14px 0;
	text-indent: -10000px;
	display: none;
}

h2#title-solutions 	{ background-position: 0px 0px; display: block; }
h2#title-products 	{ background-position: 0px -50px; display: block; }
h2#title-about 		{ background-position: 0px -100px; display: block; }
h2#title-resource-exchange { background-position: 0px -150px; display: block; }
h2#title-news 		{ background-position: 0px -200px; display: block; }
h2#title-events 	{ background-position: 0px -250px; height: 50px; display: block; }


.subnav-cap {
	background-position: 0px -26px;
	height: 8px;
	font-size: 1px;
	margin-top: 20px;
}

.subnav-cup {
	background-position: 0px -34px;
	height: 8px;
	font-size: 1px;
}


ul.subnav, ul#subnav-menu, ul.subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #efeee1;
}

ul.subnav li {
	border: 1px solid #e3e1d5;
	border-bottom: 1px solid #f9f8ef;
	background-color: #efeee1;
	padding: 0;
}

ul.subnav li.sp {
	height: 12px;
	border-width: 0 1px;
}

ul.subnav li.last {
	border-bottom: none;
}

h3.subtitle {
	background-color: #e3e1d5;
	font-weight: bold;
	color: #004a8b;
	font-size: 1.2em;
	padding: 4px 12px;
	border: none;
	margin: 0;
}

ul.subnav li a,
ul.subnav li a:link,
ul.subnav li a:visited,
ul.subnav label {
	display: block;
	padding: 4px 12px;
	color: #004a8b;
	font-size: 1.2em;
	text-decoration: none;
	background: none;
}

ul.subnav li a:hover,
ul.subnav li a:active,
ul.subnav li a.ui-accordion-content-active,
ul.subnav li a.ui-accordion-content-active:link,
ul.subnav li a.ui-accordion-content-active:visited {
	color: #e77e3c;
	text-decoration: none;
	background: url(../img/subnav-on.png) center top;
}

ul.subnav li h3 a,
ul.subnav li h3 a:link,
ul.subnav li h3 a:visited {
	display: inline;
	background: #e3e1d5 none;
	color: #004a8b;
	font-size: 1em;
	padding: 0;
}


ul.subnav li h3 a:hover,
ul.subnav li h3 a:active {
	color: #e77e3c;
	text-decoration: none;
	background: none;
	padding: 0;
}


/*** end =SUBNAV ***/




/*** =FOOTER ***/
.footer-cap {
	background-position: 0px -12px;
	height: 6px;
	font-size: 1px;
}

.footer-inner {
	background: white url(../img/footer-bg.png) repeat-y center top;
	padding: 1px 1px;
}

.footer-cup {
	background-position: 0px -18px;
	height: 8px;
	font-size: 1px;
}

.news {
	width: 230px;
	float: left;
	margin: 0 26px;
}

.news.last {
	margin-right: 0;
}

#subfooter {
	padding: 1em 420px 1em 0;
	margin: 2em 0;
	background: url(../img/partners.gif) no-repeat center top;
}

#subfooter a {
	font-size: 1.1em;
	line-height: 1.6em;
}

/*** end =FOOTER ***/


#dds-hp {margin-top: 10px;}

/*** SAVINGS CALCULATOR ***/

.calcSectionBox {
	position: relative;
	margin: 0 0 25px 10px;
	border: none;
}

.calcSectionBox p {
	margin:0; 
	margin-bottom: 2px; 
}

.calcSectionBox h3 {
	margin-bottom: 4px;
}

.calcSectionBox .emphasis {
	border: none;
}

form#savingsNSalesCalculator {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	border: none;
}

form#savingsNSalesCalculator input, .calcFormInputs p input {
	width: 45px;
}

form#savingsNSalesCalculator input#submitButton, .calcFormInputs p input#submitButton {
	width: 150px;
}

form#savingsNSalesCalculator select, .calcFormInputs p select {
	width: 45px;
}

.calcGroupBox {
	position: relative; 
	height: 170px;
}

.calcTextBox {
	float: left;
	width: 520px;
	height: auto;
	padding-bottom: 10px;
	margin-right: 30px;
}

.calcGroupBoxShorter {
	position: relative; 
	height: 100px;
}

.calcLeftGroup {
	float: left; 
	position: relative; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.calcFormLabels {
	margin:0;
	float: left; 
	position: relative; 
	width: 145px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.calcFormInputs {
	margin:0; 
	position: relative; 
	float: left; 
	width: 120px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.calcFormInputs p {
	margin: 0;
	margin-bottom: 1px;
}

.calcHeadingBox {
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 color: #000000;
}

.calcDials {
	position: relative; 
	width: 560px;
}

.calcDials .tickUnitsBox {
	position: relative;
	width: 560px;
	height: 22px;
}

.calcDials .tickUnits, .calcDials .tickUnitsIntegers, .calcDials .tickUnitsMonths, .calcDials .tickUnitsAutumnMonths {
	position: relative;
	width: 20px;
	height: 20px;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.calcDials .tickUnitsIntegers {
	width: 100px;
}

.calcDials .tickUnitsBoxMonths {
	position: relative;
	width: 560px;
	height: 22px;
	margin-left: 3px;
}

.calcDials .tickUnitsMonths {
	font-weight: normal;
	width: 41.5px;
}

.calcDials .tickUnitsAutumnMonths {
	font-weight: normal;
	width: 40px;
}

.calcDials .tickUnitsSmaller {
	float: left; 
	width: 20px;
	font-size: 9px;
}

.calcDials .tickBox {
	position: relative;
	width: 550px;
	height: 10px;
	margin-left: 5px;
}

.calcDials .ticks, .calcDials .majorTicks, .calcDials .monthsTicks {
	position: relative;
	float: left;
	width: 19px;
	height: 5px;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #808080;
}

.calcDials .majorTicks {
	width: 18px;
	border-left: 2px solid #000000;
}

.calcDials .monthsTicks {
	width: 40.5px;
}

#fcrSlider, #ahtSlider, #costTimeSlider, 
#closingRateSlider, #upsellSlider, #salesTimeSlider {
	position: relative;
	width: 500px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaaaaa;
}

.calcDialBox {
	 position: relative; 
	 height: 40px;
}

.calcButtonsBox {
	 position: relative; 
	 height: 30px;
}

.calcButtonsBox input {
	width: 120px;
}

.calcResultsBox {
	margin-top: 45px;
	padding-bottom: 30px;
}

#costSavingsResult, #salesIncreaseResult, 
#costSavingsResultAll, #salesIncreaseResultAll {
	position: relative; 
	font-family: Tahoma, arial, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #e77e3c;
	margin-bottom: 4px;
}

#costSavingsResultHeader, #salesIncreaseResultHeader, 
#costSavingsResultHeaderAll, #salesIncreaseResultHeaderAll, 
#combinedResult, #combinedResultAll {
	color: #00529B;
	font-size: 20px;
	font-weight: bold;
	/*float: right;
	margin-right: 100px; */
}

#savingsTimeFrame img, #salesTimeFrame img, 
#utilizationHelp img, #fcrHelp img, #acwHelp img, 
#telecomCostHelp img, #ahtSliderHelp img {
	vertical-align: sub;
	cursor: pointer;
}

#savingsTimeFramePopUp, #salesTimeFramePopUp, 
#utilPopUp, #acwPopUp, #fcrPopUp, #telecomPopUp, 
#ahtSliderPopUp {
	position: absolute;
	z-index: 100;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	padding: 6px 8px;
	-moz-box-shadow: 4px 4px 4px #777777;
	-webkit-box-shadow: 4px 4px 4px #777777;
	box-shadow: 4px 4px 4px #777777;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
}

#savingsTimeFramePopUp {
	width: 267px;
	height: 88px;
}

#salesTimeFramePopUp {
	width: 286px;
	height: 88px;
}

.calcPopUpText {
	width: 135px;
	height: 88px;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}

#savingsTimeFramePopUp img, #salesTimeFramePopUp img {
	float: right;
}

#utilPopUp {
	display: none;
	width: 190px; 
	height: 94px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}

#acwPopUp {
	display: none;
	width: 160px; 
	height: 69px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}

#fcrPopUp {
	display: none;
	width: 170px; 
	height: 80px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}

#telecomPopUp {
	display: none;
	width: 104px; 
	height: 54px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}

#ahtSliderPopUp {
	display: none;
	left: 80px;
	width: 120px; 
	height: 52px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
}

/*** end SAVINGS CALCULATOR ***/

/*** SPRY COLLAPSIBLE PANEL ***/

@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 1em sans-serif;
	background-color: #c9e5ff;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px 2px 4px 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 10px 20px;
	border: none;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #e2f1ff;
	background-image: url(images/tabOpenBG.gif);
	background-position: left top; 
	background-repeat: no-repeat; 
	padding-left: 20px;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
	background-color: #EFEFEF; 
	background-image: url(images/tabClosedBG.gif);
	background-position: left top; 
	background-repeat: no-repeat; 
	padding-left: 15px;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #a3d3ff;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #a3d3ff;
}

/*** end SPRY COLLAPSIBLE PANEL ***/


/*** JQUERY UI SLIDER ***/
/*
* 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
----------------------------------*/

/* Interaction states
----------------------------------*/
.ui-slider .ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-slider .ui-state-default a, .ui-slider .ui-state-default a:link, .ui-slider .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-slider .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-slider .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-slider .ui-state-hover a, .ui-slider .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-slider .ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-slider .ui-state-active a, .ui-slider .ui-state-active a:link, .ui-slider .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }


/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/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; }

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs

/***end JQUERY UI SLIDER ***/
