/***********************************************
* Garage Countdown - Backstage
* Stylesheet
***********************************************/

/*General styles*/
a:link, a:visited {

	outline: 0;

}

div#bs_wall {

	margin:0 auto;
	width:1000px;
	height:667px;
	background-color: #CCCCCC;
	position: relative;
	
}

div#bs_wall h1 {

	font-weight: bold;
	font-size: 15px;

}


div#bs_page {

	position: absolute;
	
	top: 0;
	left: 0;
	
	z-index: 2;
	
	width:1000px;
	height:667px;
	
	background-image: url(../img/neutral/backstage/backstage_bg-trans.png);
	background-repeat: no-repeat;

}

div#bs_bandinfo {

	position: absolute;
	
	background-image: url(../img/neutral/backstage/bs_bandinfo_bg.png);
	background-repeat: no-repeat;
	
	height: 270px;
	width: 335px;
	
	top: 5px;
	left: 185px;
	
	z-index: 1;
	
	color: #FFFFFF;

}

div#bs_bandname {

	height: 60px;
	width: 290px;
	
	margin-left: 45px;
	
	line-height: 30px;
	
	text-align: left;

}

div#bs_bandstatus {

	position: absolute;
	
	height: 30px;
	width: 290px;
	
	top: 30px;
	left: 185px;
	
	padding-left: 45px;
	
	font-size: 10px;
	color: #FFFFFF;
	
	line-height: 15px;
	text-align: left;
	z-index: 3;

}

div#bs_bandstatus textarea {

	width: 265px;
	height: 30px;
	font-size:10px;
	font-family: inherited;
	
	text-align: left;

}

div#bs_bandinfo table.thumbnailtable {

	height: 194px;
	width: 332px;
	
	margin-top: 5px;
	
	background-color: none;
	
	clear: both;

}

div#bs_bandinfo .thumbnailtable, div#bs_bandinfo .thumbnailtable td {
	
	background-color: transparent;

}

div#bs_bandimage {

	width: 332px;
	margin-left: 2px;
	
	background-color: #000000;
	padding-bottom: 10px;

}

div#bs_wallpapermenu {

	position: absolute;
	
	height: 14px;
	overflow: hidden;
	
	font-size: 10px;
	
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
	
	background-color: #CCCCCC;
	
	top: 0;
	left: 0;
	
	text-align: left;

}

div#application_popup {

	position: absolute;
	
	left: 274px;
	top: 100px;
	
	width: 430px;
	height: 130px;
	padding: 10px;
	
	border: 2px solid #000000;
	
	background-image: url(../img/neutral/backstage/application_bg/popup-trans.png);
	background-repeat: no-repeat;
	
	z-index: 25;

}

/*Applications - general*/
div.application {
	
	position: absolute;
	
	padding: 16px;
	
	top: 20px;
	
	z-index: 24;
	
}

div.application_small {
	
	left: 130px;
	
}

div.application_big {
	
	left: 100px;
	
}

div.application_inner_small {

	width: 690px;
	height: 399px;
	
	overflow: auto;
	
	padding: 5px;

}

* html div.application_inner_small {

	width: 700px;
	height: 409px;
	
	overflow: auto;
	
	padding: 5px;

}

div.application_inner_big {

	width: 760px;
	height: 404px;
	
	overflow: auto;
	
	padding: 5px;

}

* html div.application_inner_big {

	width: 770px;
	height: 414px;
	
	overflow: auto;
	
	padding: 5px;

}

p.closing_link {

	width: 100%;
	text-align: right;
	
}

* html p.closing_link {

	padding-right: 8px;

}

div#application_area_left, div.application_area_left, div#application_area_right {
	
	width: 455px;
	
	float: left;
	
	text-align: left;
	
	padding: 10px;

}


/*Application - prizes*/
div#application_prizes {

	/*position: absolute;
	top: 325px;
	left: 20px;
	
	width: 470px;
	height: 100px;
	
	
	
	z-index: 5;*/
	
	background-image: url(../img/neutral/backstage/application_bg/small-trans.png);
	background-repeat: no-repeat;
	
	width: 701px;
	height: 437px;
	
	text-align: left;
	
	

}

* html div#application_prizes {

	width: 741px;
	height: 477px;

}

div#application_prizes h1 {

	text-align: center;

}

/*Application - band*/
div#application_band {

	/*position: absolute;
	top: 325px;
	left: 20px;
	
	width: 470px;
	height: 100px;
	
	text-align: center;
	
	z-index: 5;*/
	
	background-image: url(../img/neutral/backstage/application_bg/big-trans.png);
	background-repeat: no-repeat;
	
	width: 770px;
	height: 442px;
	
	color: #333333;
	
}

* html div#application_band {

	width: 810px;
	height: 482px;
	

}

div#application_band a {

	color: #333333;

}

div.bs_bandnamehead {

	text-transform: uppercase;
	font-weight: bold;

}

div#bs_memberimages {

	width: 745px;
	height: 173px;
	
	margin-top: 15px;

}

div.member_image {

	float: left;
	
	/*width: 77px;*/
	height: 150px;
	
	background-image:url(../img/neutral/backstage/member_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	
	padding-top: 7px;
	
	font-size: 13px;
	
	text-align: center;
	
}

div#bs_bandinfo_lower {

	clear: both;
	
	text-align: left;

}

p#bandfans_profilelinks {

	padding-left: 15px;

}

/*Application - video*/
div#application_video {

	background-image: url(../img/neutral/backstage/application_bg/big-trans.png);
	background-repeat: no-repeat;
	
	width: 770px;
	height: 442px;

}

* html div#application_video {

	width: 810px;
	height: 482px;
	
}

div#application_video h1 {

	margin-top: 10px;

}

div#application_video h2 {

	margin-top: 20px;

}

div#application_video a {

	font-size: 11px;

}

div#application_area_left_video {
	
	width: 250px;
	
	float: left;
	
	text-align: left;

}

div#application_area_right_video {
	
	width: 470px;
	
	float: left;
	
	text-align: left;

}

div#bs_player {

	position: absolute;
	
	background-color: #2a2a2a;
	
	top: 280px;
	right: 255px;
	
	width: 20px;
	height: 10px;
	z-index: 3;
	
}

p#bs_player1 {

	background-color: #CCCCCC;

}

span.bs_videoname {

	font-weight: bold;
}

span.bs_director {

	font-style: italic;
}

/*Application - comments */

div#application_comments {

	position: absolute;
	top: 20;
	left: 130;

	background-image: url(../img/neutral/backstage/application_bg/small-trans.png);
	background-repeat: no-repeat;
	
	width: 701px;
	height: 437px;
	
	text-align: left;
	
}

* html div#application_comments {

	width: 741px;
	height: 477px;

}

div#application_comments div#bs_video_comments {

	float: left;
	
}

div#bs_comment_title {

	

}

div#bs_video_comments div#gccomment_area {

	width: 670px;

}

div#bs_video_comments .gccomment_counter {

	background-color: #CCCCCC;
	border: 0;

}

div#bs_video_comments .button {
	background-color:#000000;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	margin-left:250px;
	padding:5px 20px;
}

div#bs_video_comments textarea {

	width: 380px;

}

div#bs_video_comments input#gccomment_submit_btn {

	display: block;
	float: right;

}

div#bs_video_comments div#no_comments_div {

	margin-top: 10px;
	font-style: italic;

}

div#bs_video_comments div.signature {

	text-align: right;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;

}

div#bs_video_comments span.comment_text {

	margin-left: 5px;

}

/*Backstage passes*/
div#application_passes {

	background-image: url(../img/neutral/backstage/application_bg/big-trans.png);
	background-repeat: no-repeat;
	
	width: 770px;
	height: 442px;

}

* html div#application_passes {

	width: 810px;
	height: 482px;
	
}

div#application_form {

	position: absolute;
	
	width: 400px;
	/*height: 250px;*/
	
	padding: 10px;
	
	top: 40px;
	left: 300px;
	
	background: #CCCCCC;
	
	border: 2px solid #000000;
	
	z-index: 10;	

}

td.bs_pass_feedback {

	width: 250px;

}

div.bs_pass_application_div {

	width: 235px;
	padding: 0 6px 0 6px;

	float: left;

}

div#bs_pending_applications_div {

	width: 235px;
	padding: 0 6px 0 6px;

	float: left;

}

td.bs_pending_application_infocell {

	width: 50px;
	
	text-align: center;

}

div.bs_pending_application_infobox_wrapper {

	position: relative;
	
	

}

div.bs_pending_application_infobox {

	position: absolute;
	left: 50px;
	top: -17px;
	
	width: 150px;
	
	background-color: #999999;
	border: 1px solid #000000;
	
	display: none;

}

p#bs_free_entrance_info, p#bs_restricted_entrance_info {

	text-align: right;
	padding-left: 45%;

}

p#bs_free_entrance_query {

	text-align: right;
	font-weight: bold;

}

/*Application - radio*/
div#application_radio {

	background-image: url(../img/neutral/backstage/application_bg/small-trans.png);
	background-repeat: no-repeat;
	
	width: 701px;
	height: 437px;
	
	text-align: left;
	
}

* html div#application_comments {

	width: 741px;
	height: 477px;

}

div#application_radio_left {

	width: 325px;
	padding: 0;

}

div#application_area_right_radio {

	width: 325px;
	padding: 0;
	
	float: left;

}

div#application_area_right_radio table.frmtbl, div#application_area_right_video table.frmtbl {

	width: 350px;
	background-color: transparent;
	border: 0;

}

h2#bs_songlistheader {

	text-transform: uppercase;

}

ul#bs_songlist {

	list-style: none;

}

ul#bs_songlist li {

	margin-bottom: 5px;

}

span.songlist_tools {

	font-size: 11px;
	margin-left: 25px;

}

p#songlist_upload {

	margin-top: 20px;

}

div#flashPlayer {

	position: absolute;
	
	top: 0;
	left: 0;
	
	z-index: 5;

}

div#flashPlayerContainer, p#trackDetails {

	background-color: #CCCCCC;

}

span.songname {

	font-weight: normal;

}

span.songname_active {

	font-weight: bold;

}

/*Application - calendar*/
div#application_calendar {

	background-image: url(../img/neutral/backstage/application_bg/big-trans.png);
	background-repeat: no-repeat;
	
	width: 770px;
	height: 442px;

}

* html div#application_calendar {

	width: 810px;
	height: 482px;
	
}

div#application_area_left_calendar {

	width: 340px;
	
	float: left;
	
	text-align: left;

}

div#application_area_right_calendar {

	width: 400px;
	
	float: left;
	
	text-align: left;

}

ul#event_list {

	list-style: none;

}

ul#event_list li {

	margin-bottom: 5px;

}

span.event_tools {

	margin-left: 35px;
	font-size: 11px;

}

p.bs_event_description {

	margin: 15px 0 15px 0;
	font-style: italic;

}

p#bs_event_time {

	margin-bottom: 15px;

}

p#bs_add_event {

	margin-top: 20px;

}

div#kalenteri {
	
	text-align: center;
	
	clear: both;

}

div#calendar_container {

	display: none;
	
	position: absolute;
	
	top: 10;
	left: 20;
	
	width: 300px;
	padding: 10px;
	
	border: 1px solid #000000;
	background-color: #FFFFFF;
	
	
}

* html div#calendar_container {

	left: 0;
	top: 0;
	
	width: 332px;

}

div#month_container {
		
	border-bottom: 1px solid #000000;
	
	padding-bottom: 5px;
	
	

}

div#hours_container {

	width: 70px;
	
	float: left;
	
	font-size: 10px;
	
}

div#minutes_container {

	width: 220px;
	
	float: left;
	
	font-size: 10px;

	
	padding-left: 5px;
	border-left: 1px solid #000000;

}

* html div#minutes_container {

	width: 230px;

}

div.hours_panel {

	font-size: 14px;
	
	width: 35px;

	float: left;

}

div.minutes_panel {

	font-size: 12px;
	
	width: 55px;

	float: left;

}

table#kalenteri_taulu {

	margin: 0 auto;
	
	text-align: center;

}

div#edellinen_kuukausi, div#seuraava_kuukausi {

	float: left;
	width: 25%;

}

div#nykyinen_kuukausi {

	text-align: center;
	font-weight: bold;
	width: 50%;
	float: left;

}

div#seuraava_kuukausi {

	text-align: right;

}

td.varattu_paiva {

	background-color: #CCCCCC;

}

h3.event_info_header {

	margin-bottom: 0;
	padding-bottom: 0;

}

span.event_info_place {

	font-size: 12px;
	
	color: #333333;
	
	display: block;
	
	margin-bottom: 10px;

}

span#show_ending_info {

	font-size: 10px;

}



/*Application - chat*/
div#application_chat {

	background-image: url(../img/neutral/backstage/application_bg/big-trans.png);
	background-repeat: no-repeat;
	
	width: 770px;
	height: 442px;

}

* html div#application_chat {

	width: 810px;
	height: 482px;
	
}

div#chat_message_area {

	text-align: left;
	
	height: 380px;
	width: 760px;
	
	overflow: auto;

}

div#chat_tools {
	
	position: absolute;
	
	bottom: 19;
	left: 7;
	
	height: 20px;
	
	text-align: left;
	
	padding-left: 10px;

}

/*IE hack*/
* html div#chat_tools {
	
	position: absolute;
	
	bottom: 5;
	left: 10;
	
	height: 20px;
	
	text-align: left;
	
	padding-left: 10px;

}

input#chat_message_field {

	width: 600px;

}

/*Present users*/
div#bs_present_users {

	position: absolute;
	bottom: 0;
	left: 0;
		
	z-index: 5;
	
	height: 160px;
	width: 1000px;

}

div.present_user {

	position: absolute;
	
	font-weight: bold;
	overflow: hidden;

}

div.present_user a {

	text-decoration: none;

}

/*Application-link styles*/
a#band_link {

	display: block;
	
	height: 195px;
	width: 304px;
		
	position: absolute;
	
	top: 67px;
	left: 202px;
	
	z-index: 2;
	
}

a#band_link_txt {

	display: block;
	
	height: 41px;
	width: 100px;
		
	position: absolute;
	
	top: 120px;
	left: 105px;
	
	z-index: 2;

}

a:hover#band_link, a.band_link {

	background-image: url(../img/neutral/backstage/highlights/bs_band_over-trans.png);
	background-repeat: no-repeat;

}

a#video_link {

	display: block;
	
	height: 105px;
	width: 124px;
	
	position: absolute;
	
	top: 217px;
	left: 367px;
	
	z-index: 2;
	
}

a#video_link_txt {

	display: block;
	
	height: 25px;
	width: 83px;
		
	position: absolute;
	
	top: 270px;
	left: 285px;
	
	z-index: 2;
	
}

a:hover#video_link, a.video_link {

	background-image: url(../img/neutral/backstage/highlights/bs_tv_over-trans.png);
	background-repeat: no-repeat;

}

a#radio_link {

	display: block;
	
	height: 89px;
	width: 108px;
	
	position: absolute;
	top: 243px;
	right: 208px;
	
	z-index: 2;

}

a#radio_link_txt {

	display: block;
	
	height: 90px;
	width: 35px;
	
	position: absolute;
	top: 170px;
	right: 208px;
	
	z-index: 2;

}

a:hover#radio_link, a.radio_link {

	background-image: url(../img/neutral/backstage/highlights/bs_radio_over-trans.png);
	background-repeat: no-repeat;

}

a#passes_link {

	display: block;
	
	height: 82px;
	width: 90px;
	
	position: absolute;
	
	right: 100px;
	top: 360px;
	
	z-index: 2;
	
	

}

a#passes_link_txt {

	display: block;
	
	height: 52px;
	width: 50px;
	
	position: absolute;
	
	right: 77px;
	top: 440px;
	
	z-index: 2;
	
	

}

a:hover#passes_link, a.passes_link {

	background-image: url(../img/neutral/backstage/highlights/bs_vip_over-trans.png);
	background-repeat: no-repeat;

}

a#calendar_link {

	display: block;
	
	height: 140px;
	width: 60px;
	
	position: absolute;
	
	right: 60px;
	top: 72px;
	
	z-index: 2;
	
}

a#calendar_link_txt {

	display: block;
	
	height: 73px;
	width: 105px;
	
	position: absolute;
	
	right: 106px;
	top: 140px;
	
	z-index: 2;
	
}

a:hover#calendar_link, a.calendar_link {

	background-image: url(../img/neutral/backstage/highlights/bs_cal_over-trans.png);
	background-repeat: no-repeat;
	
}

a#chat_link {

	display: block;
	
	height: 93px;
	width: 194px;
	
	position: absolute;
	
	top: 345px;
	left: 355px;
	
	z-index: 2;
	
}

a#chat_link_txt {

	display: block;
	
	height: 30px;
	width: 65px;
	
	position: absolute;
	
	top: 400px;
	left: 290px;
	
	z-index: 2;
	
}

a:hover#chat_link, a.chat_link {

	background-image: url(../img/neutral/backstage/highlights/bs_chat_over-trans.png);
	background-repeat: no-repeat;

}

a#prizes_link {

	display: block;
	
	height: 129px;
	width: 133px;
	
	position: absolute;
	
	top: 235px;
	left: 145px;
	
	z-index: 2;
	
}

a#prizes_link_txt {

	display: block;
	
	height: 35px;
	width: 80px;

	position: absolute;
	
	top: 315px;
	left:80px;
	
	z-index: 2;
	
}

a:hover#prizes_link, a.prizes_link {

	background-image: url(../img/neutral/backstage/highlights/bs_prizes_over-trans.png);
	background-repeat: no-repeat;

}