/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.scroll-pane
{
	width: 266px;
	height: 205px;
	border:solid 1px #ccd3da;
	margin-left:11px;
	overflow: hidden;
}
#countryBtn {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccd3da;
}
#countryBtn
{
	position:relative;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	z-index:200;
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 100%;
	/*filter: alpha(opacity=90); -moz-opacity:0.90;opacity:0.90;*/
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(221,221,221,1) 0%, rgba(244,244,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(221,221,221,1) 0%,rgba(244,244,244,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(221,221,221,1) 0%,rgba(244,244,244,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	background: #999;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;
	margin:0 2px;
	
	background: rgb(100,117,135); /* Old browsers */
	background: url(/images/home/point_bar.png) no-repeat center center, -moz-linear-gradient(left,  rgba(100,117,135,1) 0%, rgba(57,82,105,1) 100%); /* FF3.6+ */
	background: url(/images/home/point_bar.png) no-repeat center center, -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(100,117,135,1)), color-stop(100%,rgba(57,82,105,1))); /* Chrome,Safari4+ */
	background: url(/images/home/point_bar.png) no-repeat center center, -webkit-linear-gradient(left,  rgba(100,117,135,1) 0%,rgba(57,82,105,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/home/point_bar.png) no-repeat center center, -o-linear-gradient(left,  rgba(100,117,135,1) 0%,rgba(57,82,105,1) 100%); /* Opera 11.10+ */
	background: url(/images/home/point_bar.png) no-repeat center center, -ms-linear-gradient(left,  rgba(100,117,135,1) 0%,rgba(57,82,105,1) 100%); /* IE10+ */
	background: url(/images/home/point_bar.png) no-repeat center center, linear-gradient(to right,  rgba(100,117,135,1) 0%,rgba(57,82,105,1) 100%); /* W3C */
	background: url(/images/home/point_bar2.png) no-repeat center center\9; /* IE6-9 */

    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.20);
}
.jspDrag:not(:target) {
    background: url(/images/home/point_bar2.png) no-repeat center center\9; /* IE9 */
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 18px;
}

.jspHorizontalBar .jspArrow
{
	width: 18px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}