/*                        \\\ ///                       //
//                        ( @ @ )                       //
// +-------------------oOOo.(_).oOOo------------------+ //
// | (c) 08.09.2012 Maximilian Bandle(mbandle@web.de) | //
// |        CSS       .oooO     Oooo.  site.wxMap.css | //
// +------------------(   )-----(   )-----------------+ //
//                     \ (       ) /                    //
//                      \_)     (_/                     */

#wxcontainer {}

#wxinnercontainer {
	clear: both;
	background: #336699;
	border-radius: 10px;
	border-top-left-radius: 0px;
	padding-top: 0.5em;
}

#wxchartbox {
	padding: 15px 25px 25px;
	clear:both;
	background: #FFF;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border: #CCC 1px solid;
}

#wxchartcontainer {
	position: relative;
}

#wxspinner {
	height: 68px;
	width: 68px;
	background: 10px 10px no-repeat url(../images/spinner-sun.gif) rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	display: none;
	opacity: 0;
}

#wxnavi1 a, #wxnavi2 a {
	text-decoration: none;
	color: inherit;
	margin: 0 0.5em;
}

#wxnavi1 ul li, #wxnavi2 ul li {
	display: block;
	cursor: pointer;
	float: left;
	clear: none;
	border: #CCC 1px solid;
	padding: 3px 0;
	margin-right: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: -1px;
}

#wxnavi1 ul li.parent {
	float: right;
}

#wxnavi1 {
}

#wxnavi1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wxnavi1 ul li.current {
	border-bottom: none;
	background: #336699;
	border-color: #888;
	color: #FFF;
}

#wxnavi1 ul li {
	background: #FFF;
	border-bottom-color: #888;
}

#wxnavi2 .submenu {
	display: none;
}

#wxnavi2 .active {
	display: block;
}

#wxnavi2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wxnavi2 ul li {
	background: #CCC;
}

#wxnavi2 ul li:first-child {
	margin-left: 5px;
}

#wxnavi2 ul li.current {
	background: #FFF;
	border-bottom-color: #FFF
}

#wxnavi2 li:hover {
	background: #D8D8D8;
	border-bottom-color: #DDD
}


/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}


#wxslider .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}


#wxsliderwrapper {
	position: relative;
	display: none;
	background: #CCC;
	width: 100px;
	height: 16px;
	margin-bottom: 20px;
	border-radius: 8px;
	overflow: visible;
}

#wxslider {
	position: absolute;
	left: 8px;
	top: 0px;
	right: -10px;
	text-align: left;
}

#wxsliderwrapper .bg {
	position: absolute;
	top: -16px;
	left: 0px;
	right: 0px;
	height: 40px;
}

#wxsliderwrapper .ui-slider-handle {
	display: block;
	position: relative;
	top: -4px !important;
	background: #000;
	height: 24px;
	width: 12px;
	border-radius: 6px;
}

#wxslider .label {
	 border: 1px solid black;
	 background: black;
	 padding: 0.25em; 
	 position: absolute; 
	 top: 20px; 
	 left: -15px; 
	 width: 30px; 
	 text-align: center;
}

.wxbuttons {
	padding-top: 30px;
	width: 100%;
	text-align: center;
}

.wxbuttons button {
	border-radius: 0.7em;
	border: none;
}

.wxbuttons button span {
	padding-left: 0.5em;
}

#wxtimeline ul {
	width: 100%;
}

#wxtimeline li {
	float: left;
	width: 12%;
	list-style: none;
}

#wxtimeline li .title {
	font-size: 100%;
	line-height: 100%;
	font-weight: bold;
}

.clear {
	clear: both;
}

#rt-mainbody-surround #wxcontainer a {
	color: inherit !important;
}