@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: hidden;
}

body {
	font-family: Helvetica, Arial sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 18px;
}

a {
	color: #D22329;
}

a img {
	border: none;
}

a:link,
a:visited {
	outline: none;
}  

a:hover,
a:active {
	outline: none;
}

blockquote {
	font-style: italic;
	margin: 5px 10px;
}

h2 {
	font-size: 26px;
	color: #D22329;
	line-height: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 4px 0;
}

h3 {
	font-size: 22px;
	color: #D22329;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

h4 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

li {
	list-style: none;
	list-style-position: outside;
}

#container {
	background: #000000 no-repeat top left;
	width: 15200px;
	height: 3600px;
	position: relative;
}

#bg-bottom-right {
	background: transparent url(bg-bottom-right.jpg) no-repeat top left;
	width: 13200px;
	height: 1190px;
	position: absolute;
	bottom: 0;
	left: 2000px;
}

#bg-bottom-left {
	background: transparent url(bg-bottom-left.jpg) no-repeat top left;
	width: 2000px;
	height: 1190px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#bg-right {
	background: transparent url(bg-right.jpg) no-repeat top left;
	width: 1900px;
	height: 2400px;
	position: absolute;
	bottom: 1190px;
	right: 0;
}

.section-container {
	width: 1000px;
	height: 650px;
	z-index: 50;
}

.container-200 {
	width: 200px;
	position: relative;
	float: left;
	height: 100%;
}

.container-250 {
	width: 250px;
	position: relative;
	float: left;
	height: 100%;
}

.container-300 {
	width: 300px;
	position: relative;
	float: left;
	height: 100%;
}

.container-300r {
	width: 300px;
	position: relative;
	float: right;
	height: 100%;
}

.container-350 {
	width: 350px;
	position: relative;
	float: left;
	height: 100%;
}

.container-400 {
	width: 400px;
	position: relative;
	float: left;
	height: 100%;
}

.container-450 {
	width: 450px;
	position: relative;
	float: left;
	height: 100%;
}

.container-550 {
	width: 550px;
	position: relative;
	float: left;
	height: 100%;
}

.container-600 {
	width: 600px;
	position: relative;
	float: left;
	height: 100%;
}

.container-650 {
	width: 650px;
	position: relative;
	float: left;
	height: 100%;
}

.container-700 {
	width: 700px;
	position: relative;
	float: left;
	height: 100%;
}

.container-750 {
	width: 750px;
	position: relative;
	float: left;
	height: 100%;
}

.bottom {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}

.top {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.grey-bg {
	background: transparent url(grey-bg.png) repeat top left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-20 {
	padding: 20px;
}

input {
	background: #CCCCCC;
	border: none;
	padding: 3px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #646464;
	width: 96%;
	margin-bottom: 10px;
}

input.submit {
	color: #FFFFFF;
	background: #D22329;
	width: auto !important;
	font-size: 12px;
	padding: 2px 4px;
}

label.inline {
	color: #444444;
	font-weight: bold;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}

.underline {
	border-bottom: 2px solid #D22329;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.animated-link {
	position: absolute;
	top: -130px;
	left: -20px;
	display: block;
}

.column-left {
	width: 50%;
	float: left;
}

.column-right {
	width: 50%;
	float: right;
}

.arrow-right {
	background: transparent url(img/arrow-right.png) no-repeat top left;
	height: 500px;
	width: 70px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	display: block;
	position: absolute;
	right: -100px;
	top: 40px;
}

.arrow-right:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.arrow-left {
	background: transparent url(img/arrow-left.png) no-repeat top left;
	height: 500px;
	width: 70px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	display: block;
	position: absolute;
	left: -100px;
	top: 40px;
}

.arrow-left:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.more-btn {
	display: inline-block;
	background: #D22329;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 15px;
	text-decoration: none;
	font-size: 16px;
	padding: 2px 4px;
}

.slideshow {
	width: 610px !important;
	height: 350px !important;
}

/* Header */

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	background: transparent url(grey-bg.png) repeat top left;
	z-index: 100;
	border-bottom: 1px solid #000000;
}

#header-container {
	margin: 2px 4px;
}

.logo {
	background: transparent url(logo.png) no-repeat top left;
	width: 140px;
	height: 20px;
	display: block;
	margin: 0 5px 5px 20px;
	float: left;
}

.logo:hover {
	padding-top: 0 !important;
	border-top: none !important;
}

#share12-logo-position {
	position: absolute;
	top: 32px;
	left: 340px;
	z-index: 80;
	background: transparent url(grey-bg.png) repeat top left;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

.share12-logo {
	background: transparent url(share12logo.png) no-repeat top left;
	display: block;
	width: 340px;
	height: 30px;
	margin: -4px 3px 5px !important;
}

.podcast-logo {
	background: transparent url(img/gatjlogo.png) no-repeat top left;
	display: block;
	width: 100px;
	height: 100px;
	position: absolute !important;
	top: 35px !important;
	left: 10px;
}

.podcast-logo:hover {
	border-top: none !important;
	padding-top: 0 !important;
}

.share12-logo:hover {
	border-top: none !important;
	padding-top: 0 !important;
}

#music-player {
	left: 680px;
	position: absolute;
	top: 7px;
	height: 25px;
	overflow: hidden;
	z-index: 90;
}

#music-player:hover {
	height: 150px;
}

.header-link {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
	position: relative;
	top: 4px;
	text-shadow: 1px 1px #000000;
}

.header-link:hover {
	cursor: pointer;
	border-top:3px solid #D22329;
	padding-top:3px;
}

#tweet {
	position: absolute;
	top: 70px;
	min-height: 32px;
	width: 850px;
	left: 130px;
	padding-left: 40px;
	background: transparent url(img/twitter-icon.png) no-repeat top left;
	font-size: 16px;
}


/* Kirk Cutout */

#kirk {
	position: fixed;
	bottom: 32px;
	right: 0;
	background: transparent url(img/kirk.png) no-repeat top left;
	height: 400px;
	width: 200px;
}
#kirk2 {
	position: fixed;
	bottom: 32px;
	right: 0;
	background: transparent url(img/kirk2.png) no-repeat top left;
	height: 400px;
	width: 466px;
}
#gatjbox {
	position: fixed;
	bottom: 32px;
	left: 40;
	background: transparent url(img/gatjbox.png) no-repeat top left;
	height: 171px;
	width: 164px;
}

/* Footer */

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	background: transparent url(transparent-bg.png) repeat top left;
	z-index: 100;
}

#footer-container {
	position: relative;
	height: 32px;
	width: 100%;
}

#rendezvous-logo {
	background: transparent url(img/rendezvous-logo.png) no-repeat top left;
	display: inline-block;
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px;
}

#copyright {
	color: #FFFFFF;
	font-size: 9px;
	float: left;
	line-height: 32px;
	width: 300px;
}

#twitter-tiny {
	background: transparent url(img/twitter-tiny.png) no-repeat top left;
	display: inline-block;
	float: right;
	width: 32px;
	height: 32px;
	margin: 0 8px;
}

#facebook-tiny {
	background: transparent url(img/facebook-tiny.png) no-repeat top left;
	display: inline-block;
	float: right;
	width: 32px;
	height: 32px;
	margin: 0 8px;
}

#rss-tiny {
	background: transparent url(img/rss-tiny.png) no-repeat top left;
	display: inline-block;
	float: right;
	width: 32px;
	height: 32px;
	margin: 0 8px;
}

#fairwave-logo {
	background: transparent url(img/fairwave-logo.png) no-repeat top left;
	display: inline-block;
	float: right;
	width: 88px;
	height: 32px;
	margin: 0 10px;
}

.rounded { -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px; }

/* Home Section */

#home-section {
	position: absolute;
	bottom: 400px;
	left: 20px;
}

.home-bottom {
	float: left;
	width: 300px;
}

#home-featured {
	height: 350px;
	margin-bottom: 20px;
	clear: none;
	margin-left: 370px;
	position: relative;
}

#ad-space {
	height: 200px;
	margin-left: 20px;
	margin-right: 20px;
}

.twtr-ft, .twtr-hd {
	display: none !important;
}

.twtr-widget .twtr-tweet {
	border-bottom: 1px solid #000000 !important;
}

#twitter-container {
	height: 200px;
}

.tweet_list li {
	padding: 4px 0;
	font-size: 13px;
	width: 100%;
	clear: both;
}

.tweet_list a {
	display: none;
	font-size: 13px;
}

.tweet_list a.tweet_avatar {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	border: 2px solid #000;
}

.tweet_list .tweet_text a {
	clear: none;
	color: #D22329;
	display: inline;
	font-size: 13px;
}

.tweet_join {
	font-size: 20px;
}

#email-form {
	height: 200px;
}

#prev {
	display: block;
	background: transparent url(img/prev-arrow.png) no-repeat top left;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 160px;
	left: -15px;
	z-index: 10;
	cursor: pointer;
}

#next {
	display: block;
	background: transparent url(img/next-arrow.png) no-repeat top left;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 160px;
	right: -15px;
	z-index: 10;
	cursor: pointer;
}


/* Blog Section */

#blog-tab-normal {
	float: left;
	background: transparent url(img/tab-black.png) no-repeat top center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	width: 22%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding: 13px 0 30px;
	margin: 20px 10px 0;
	cursor: pointer;
}

#blog-tab-poli {
	float: left;
	background: transparent url(img/tab-black.png) no-repeat top center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	width: 22%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding: 13px 0 30px;
	margin: 20px 10px 0;
	cursor: pointer;
}

#blog-section {
	position: absolute;
	bottom: 400px;
	left: 1920px;
}

.blog-post-container {
	margin-bottom: 20px;
}

.blog-post-container h3 {
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFFFFF;
}

.blog-post-container h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#blog-info {
	margin-left: 10px;
	position: relative;
	top: -80px;
}
						   
#blog-info h2 {
	font-size: 42px;
	line-height: 42px;
	margin: 0 0 5px 0;
}

#blog-info p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: 0 0 15px #000000;
}

#feed-box {
	margin-left: 20px;
	width: 310px;
	margin-top: 20px;
	position: relative;
	top: -80px;
}

.rss-link {
	background: transparent url(img/rss-icon.png) no-repeat top left;
	display: block;
	width: 32px;
	height: 32px;
}

/* Music Section */

#music-section {
	position: absolute;
	bottom: 400px;
	left: 3820px;
}

.featured-album-title {
	background: transparent url(grey-bg.png) repeat top left;
	display: inline-block;
	position: absolute;
	top: 80px;
	font-size: 36px;
	color: #FFFFFF;
	padding: 4px 8px;
	line-height: 40px;
	font-weight: bold;
}

.featured-album-description {
	background: transparent url(grey-bg.png) repeat top left;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 2px 4px;
	font-style: italic;
	position: absolute;
	top: 130px;
}

#albums {
	clear: both;
	width: 100%;
	display: block;
	margin-top: 10px;
}

#albums a {
	background: transparent url(grey-bg.png) repeat top left;
	display: inline-block;
	padding: 6px;
	margin: 0 9px 5px 0;
}

/* Videos Section */

#videos-section {
	position: absolute;
	bottom: 400px;
	left: 5720px;
}

#video-top {
	clear: both;
	margin-bottom: 10px;
}

.video-bottom-container1 {
	display: block;
	float: left;
	width: 610px;
	margin-right: 10px;
	height: 260px;
}

.video-bottom-container2 {
	display: block;
	float: left;
	width: 350px;
}

.youtube-item {
	margin-bottom: 10px;
}

#video-bottom .jScrollPaneContainer {
	float: left;
}


/* Tour Section */

#tour-section {
	position: absolute;
	bottom: 400px;
	left: 7620px;
}

#tour-info {
	height: 630px;
	
}

#tour-info h2 {
	font-size: 38px;
	line-height: 46px;
	border-bottom: 2px solid #D22329;
	margin-bottom: 20px;
	
}


#tour-info2 {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 20px;
	width:230px;
	display: block;
	margin-left: 15px;
	overflow-y: scroll;
	height: 630px;
}

.tour-date-clear {
	margin-bottom: 300px;
}

#mobile-section .jScrollPaneTrack {
	right: 5px !important;
}
#tour-info2 h2 {
	font-size: 22px;
	line-height: 30px;
	border-bottom: 2px solid #D22329;
	margin-bottom: 20px;
	
}
#tour-info2 h3 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 2px solid #999;
	margin-top: 20px;
}
#tour-info2 h5 {
	font-size: 12px;
	line-height: 12px;
	border-bottom: 2px solid #999;
	margin-top: 20px;
	
}
.tour-date-container {
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	min-height: 80px;
	border-bottom: 2px solid #646464;
	display: none;
}

.show {
	display: block !important;
}

.tour-place {
	margin-bottom: 5px;
}

.get-tickets {
	position: absolute;
	background: transparent url(img/tour-arrow.png) no-repeat top left;
	display: block;
	height: 40px;
	width: 100px;
	text-align: left;
	right: -16px;
	top: 0;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	text-indent: 5px;
}

.share {
	position: absolute;
	background: transparent url(img/tour-arrow.png) no-repeat top left;
	display: block;
	height: 40px;
	width: 100px;
	text-align: left;
	right: -16px;
	top: 40px;
	font-size: 22px;
	line-height: 32px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	text-indent: 5px;
}

.get-tickets:hover, .share:hover {
	color: #D22329;
}

#email-updates {
	width: 260px;
	margin-left: 20px;
	height: 150px;
}

#tour-updates {
	width: 260px;
	margin-left: 20px;
	height: 700px;
}

#email-updates form {
	margin-top: 10px;
	width: 250px;
}

/* Mobile Section */

#mobile-section {
	position: absolute;
	bottom: 400px;
	left:  9520px;
}

/* Store Section */

#store-section {
	position: absolute;
	bottom: 400px;
	left: 11440px;
}

#store-tabs {
	clear: both;
	width: 100%;
}

.store-tab {
	float: left;
	background: transparent url(img/tab-black.png) no-repeat top center;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	width: 22%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding: 13px 0 30px;
	margin: 10px 10px 0;
	cursor: pointer;
}

.store-tab:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	color: #FFFFFF;
	cursor: pointer;
}

.selected {
	background: transparent url(img/tab-red.png) no-repeat top center !important;
	color: #FFFFFF;
}

.store-section {
	clear: both;
	width: 100%;
	position: relative;
	top: 20px;
	float: left;
	max-height: 500px;
}

.store-item {
	margin: 15px;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}

img.store-preview {
	float: left;
	margin-right: 10px;
}

h4.underline {
	border-bottom: 2px solid #FFFFFF;
	margin-left: 160px;
	margin-right: 30px;
	padding-bottom: 4px;
}

.store-details {
	float: right;
	width: 150px;
	display: block;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 30px;
	margin-top: 5px;
	font-size: 18px;
	text-align: right;
	line-height: 22px;
}

.add-to-cart {
	position: absolute;
	background: transparent url(img/addtocart.png) no-repeat top left;
	display: block;
	width: 150px;
	height: 50px;
	right: 5px;
	top: 90px;
}

#media a {
	background: transparent url(grey-bg.png) repeat top left;
	display: inline-block;
	padding: 6px;
	margin: 0 9px 5px 0;
}

/* Bio Section */

#bio-section {
	position: absolute;
	bottom: 400px;
	left: 13320px;
}

#bio-container {
	height: 620px;
	overflow-y: scroll;
	padding: 15px;
}

.img-left {
	float: left;
	border: 1px solid #AAAAAA;
	margin: 5px 10px 5px 5px;
}

.img-right {
	float: right;
	border: 1px solid #AAAAAA;
	margin: 5px 5px 5px 10px;
}

#bio-container p {
	margin-bottom: 10px;
}

#facebook-link {
	background: transparent url(img/facebook.png) no-repeat top left;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

#myspace-link {
	background: transparent url(img/myspace.png) no-repeat top left;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

#twitter-link {
	background: transparent url(img/twitter.png) no-repeat top left;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

#feed-link {
	background: transparent url(img/rss_32.png) no-repeat top left;
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin-top: 10px;
}

#social-links {
	width: 200px;
	height: 80px;
}

/* Podcast Section */

#links-section {
	position: absolute;
	bottom: 400px;
	left: 13320px;
}

#podcast-main {
	position: relative;
}

#podcast-main img {
	margin-bottom: 10px;
}

#podcast-ads {
	margin-left: 30px;
}

.steps-link {
	position: absolute;
	display: block;
	width: 240px;
	height: 125px;
	top: 190px;
	left: 75px;
	background: transparent;
}

/* Share 12 Section */

#share12-section {
	position: absolute;
	left: 13320px;
	bottom: 1680px;
}

#share12-container {
	margin-top: 30px;
	margin-left: 210px;
	float: right;
}

#facebook {
	height: 500px;
	position: relative;
	float: right;
	margin-right: 10px;
}

/*.FB_login_button {
	position: absolute;
	top: 100px;
	left: 100px;
}*/

.FB_serverFbml {
	width: 680px !important;
}

.fbmlIframe {
	height: 450px !important;
}

#fb_multi_friend_selector, .num_cols_4 {
	width: 430px !important;
}

#dvd {
	width: 280px;
	float: left;
}
#preview-dvd {
	width: 280px;
	float: left;
}

/* Contact Section */

#contact-section {
	position: absolute;
	left: 13320px;
	bottom: 2870px;
}

.message {
	display: none;
}

#contact-form {
	width: 350px;
	position: absolute;
	left: 0;
	margin-left: 30px;
}

#contact-form input {
	background: #CCCCCC;
	border: none;
	width: 340px;
}

#contact-form #message {
	width: 340px;
	margin-bottom: 15px;
	background: #CCCCCC;
	height: 100px;
	overflow: auto;
	border: none;
	padding: 3px 4px;
}

#contact-form #form-submit {
	background: #D22329;
	border: none;
	color: #FFFFFF;
	width: auto;
	display: inline-block;
}

#contact-container {
	float: left;
}

.twitter-connect, .facebook-connect, .myspace-connect, .rss-connect {
	padding: 5px 0 5px 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 250px;
	margin: 10px 0;
}

.twitter-connect {
	background: transparent url(img/twitter.png) no-repeat top left;
}

.myspace-connect {
	background: transparent url(img/myspace.png) no-repeat top left;
}

.facebook-connect {
	background: transparent url(img/facebook.png) no-repeat top left;
}

.rss-connect {
	background: transparent url(img/rss_32.png) no-repeat top left;
}

/* Misc Styles */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 0;
	height: 100%;
	background: transparent url(grey-bg.png) repeat scroll left top;
}
.jScrollPaneDrag {
	position: absolute;
	background: #D22329;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* Fullscreen Popup Message */

#fullscreen-message {
	position: fixed;
	width: 100%;
	top: 200px;
	left: 0;
	z-index: 200;
}

#message {
	position: relative;
	margin: 0 auto;
	width: 460px;
	background: #000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	display: block;
	padding: 20px;
	height: 150px;
	box-shadow: 5px 5px 20px #0F0F0F;
    -moz-box-shadow: 5px 5px 20px #0F0F0F;
    -webkit-box-shadow: 5px 5px 20px #0F0F0F;
}

.close-button {
	position: absolute;
	top: -6px;
	right: -6px;
	background: transparent url(img/close-button.png) no-repeat top left;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#message h2 {
	font-size: 32px;
	margin-bottom: 10px;
}

#message p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
}

.message-button {
	display: inline-block;
	width: 46%;
	margin: 0 6px;
	padding: 4px 0;
	text-align: center;
	color: #FFFFFF;
	background: #D22329;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
}

#poll-link {
	background: transparent url(poll.jpg) no-repeat top left;
	width: 33px;
	height: 105px;
	position: fixed;
	right: 0;
	top: 60px;
}

.QOverlay {
	background-color: #000000;
	z-index: 999999;
}

.QLoader {
	background-color: #D22329;
	height: 1px;
}