@charset "utf-8";
/* layout */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff;
	text-align: center;
}
.all {
	background: url(_images/_white/panel_b_bg.png) top repeat-x;
}
#menu_bg {
	background: url(_images/_white/menu_bg.png) no-repeat;
	width: 960px;
	height: 92px;
}
#player_logo {
	background: url(_images/_white/player_logo.png) no-repeat;
	width: 309px;
	height: 69px;
}
#player_l {
	background: url(_images/_white/player_l.png) no-repeat;
	width: 309px;
	height: 63px;
	vertical-align: top;
}
#player_c_b {
	background: url(_images/_white/player_c_b.png) no-repeat;
	width: 336px;
	height: 63px;
}
#player_r {
	background: url(_images/_white/player_r.png) no-repeat;
	width: 315px;
	height: 132px;
}
#billboard_bg {
	background: url(_images/_white/billboard_bg.png) bottom no-repeat;
	width: 960px;
	height: 115px;
}
.content_bg {
	background: url(_images/_white/content_bg.png) repeat-y;
	width: 960px;
	height: auto;
}
.content_t {
	background: url(_images/_white/content_t.png) top no-repeat;
	width: 960px;
	text-align: left;
}
.content_b {
	background: url(_images/_white/content_b.png) no-repeat;
	width: 960px;
	height: 37px;
	font-weight: bold;
	font-size: 1.1em;
}
.content_b div.wrap {
	width: 910px;
	padding: 13px 25px 0 25px;
	float: left;
	text-shadow: #fff 1px 1px 1px;
}
.content_b div.wrap2 {
	width: 946px;
	padding: 8px 0 0 0;
	float: left;
}
.happy_feet {
	background: url(_images/_white/happy_feet.png) no-repeat;
	width: 960px;
	height: 34px;
}
#footer_t {
	background: url(_images/_white/footer_t.png) no-repeat;
	width: 960px;
	height: 94px;
}
#footer_b {
	background: url(_images/_white/footer_b.png) no-repeat;
	width: 960px;
	height: 95px;
}
/* text */
.grey {
	color: #999;
}
.grey2 {
	color: #666;
}
.date {
	color: #404040;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: right;
}
h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	margin-top: 1.2em;
}
h2 span.lastpage {
	color: #999;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: right;
	font-size: 0.4em;
	margin-top: 1.4em;
	padding-right: 5px;
}
h3 {
	font-size: 1em;
}
span.category_name h2 {
	border-bottom: 1px solid #f2f2f2;
	color: #000;
	display: block;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	padding: 0 0 5px 5px;
	clear: both;
	text-decoration: none;
	margin: 0;
}
h2.category_name {
	border-bottom: 1px solid #f2f2f2;
	color: #000;
	display: block;
	width: 916px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	padding: 0 0 0 10px;
	clear: both;
	text-decoration: none;
	margin: 0;
}
h2.custom_h {
	color: #000;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}
#info {
	font-size: 9px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f2f2f2;
	font-weight: normal;
}
#info2 {
	font-size: 0.9em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f2f2f2;
	font-weight: normal;
}
a.f2 {
	display: block;
	padding: 6px 5px 6px 0;
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #fff;
	font-weight: bold;
	margin-left: 5px;
}
a.remfav {
	padding: 6px 5px 7px 0;
	display: block;
	float: right;
}
/* elements */
.first {
	border-left: 1px solid #ddd;
}
.comboBoo {
	background-color:#fff;
	border:1px solid #f2f2f2;
	cursor:pointer;
	font-family:  Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	text-align:center;
}
.filter {
	width: 160px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/* multibox */

#htmlElement {
	padding: 10px;
	background-color: #fff;
}
.MultiBoxContainer {
	position: absolute;
	border: 1px solid #fff;
	background-color: #fff;
	display: none;
	z-index: 2;
}
.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}
.MultiBoxTitle {
	position: relative;
	margin: 0;
	padding: 10px 35px 0 35px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 0;
	padding: 10px 35px 0 0;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999;
	text-align: right;
	font-weight: bold;
}
.mbdesc {
	clear: left;
	position: relative;
	margin: 0;
	padding: 5px 35px 5px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-align: left;
}
/* vlacalendar */

div.vlacal a:link, div.vlacal a:visited {
	color: #000;
}
.vlaCalendar, .vlaCalendar table {
	font-family: Calibri, Arial, Helvetica, sans-serif !important;
	color: #000;
	font-size: 1.1em !important;
}
.vlaCalendar table {
	margin-top: 8px;
	text-align: right;
	border-collapse: collapse;
	background-color: #fff; /* <- IE ugly text in transition fix  */
}
.vlaCalendar .arrowLeft, .vlaCalendar .arrowRight {
	background: transparent url(_images/_white/arrowleft.png) no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
}
.vlaCalendar .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url(_images/_white/arrowright.png);
}
.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f5f5f5;
}
.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .year td.selected {
	background: url(_images/_white/month_selected.png) center no-repeat;
}
.vlaCalendar .year td.selectedcurrent {
	background: url(_images/_white/month_selectedcurrent.png) center no-repeat;
}
.vlaCalendar .year td.selectedcurrent:hover {
	background-image: url(_images/_red/month_selectedcurrent_hover.png);
}
.vlaCalendar .year td.outsideYear {
	color: #a8a8a8;
}
/* accordion */
.toggler {
	cursor: pointer;
}
/* tnt pagination */

div.tnt_pagination .disabled_tnt_pagination {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 2px 7px 2px 7px;
	border: 1px solid #ebebeb;
	margin-left: 10px;
	text-decoration: none;
	background-color: #f5f5f5;
	color: #d7d7d7;
	cursor: default;
}
/* scroll */

.scrollControlsY {
	display:block;
	position: absolute;
	top:0;
	right:-1px;
	height:100%;
	width:15px;
	background: url(_images/_white/scrollBar.gif) no-repeat right top;
}
.upBtn {
	display:block;
	position:absolute;
	bottom:15px;
	right:0;
	width:15px;
	height:26px;
	background: url(_images/_white/upBtn.gif) no-repeat 0 0;
	cursor:pointer;
}
.upBtn:hover {
	background: url(_images/_white/upBtn.gif) no-repeat 0 -26px;
}
.upBtn-Active, .upBtn-Active:hover {
	background: url(_images/_white/upBtn.gif) no-repeat 0 -52px;
}
.downBtn {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:15px;
	background: url(_images/_white/downBtn.gif) no-repeat 0 -34px;
	cursor:pointer;
}
.downBtn:hover {
	background: url(_images/_white/downBtn.gif) no-repeat 0 -17px;
}
.downBtn-Active, .downBtn-Active:hover {
	background: url(_images/_white/downBtn.gif) no-repeat 0 0;
}
.scrollBar {
	display:block;
	position: absolute;
	top:-10px;
	right:0;
	padding: 0 0 0 0;
	bottom:41px;
	width:15px;
}
.scrollHandle {
	display:block;
	position:absolute;
	top:0px;
	right:0;
	width:15px;
	height:35px;
	min-height:4px;
	cursor: pointer;
	padding:11px 0;
	margin:13px 0 0 0;
}
.scrollHandleBG {
	display:block;
	position: relative;
	height:100%;
	width:15px;
	background: url(_images/_white/scrollHandleBG.gif) repeat-y 0 0;
}
.scrollHandle .scrollHandleBG:hover, .scrollHandle:hover .scrollHandleBG {
	background: url(_images/_white/scrollHandleBG.gif) repeat-y -15px 0;
}
.scrollHandle-Active .scrollHandleBG:hover, .scrollHandle-Active:hover .scrollHandleBG, .scrollHandle-Active .scrollHandleBG {
	background: url(_images/_white/scrollHandleBG.gif) repeat-y -30px 0;
}
.scrollHandleMiddle {
	display: block;
	position: absolute;
	width:15px;
	height:13px;
	/*background: url(_images/_white/scrollHandleMiddle.gif) no-repeat 0 0  ;*/
	top:50%;
	margin:-5px 0 0 0;
}
.scrollHandle .scrollHandleMiddle:hover, .scrollHandle:hover .scrollHandleMiddle {
/*background: url(_images/_white/scrollHandleMiddle.gif) repeat-y -15px 0;*/
}
.scrollHandle-Active .scrollHandleMiddle:hover, .scrollHandle-Active:hover .scrollHandleMiddle, .scrollHandle-Active .scrollHandleMiddle {
/*background: url(_images/_white/scrollHandleMiddle.gif) repeat-y -30px 0;*/
}
.scrollHandleTop {
	display:block;
	position:absolute;
	width:15px;
	height:11px;
	background: url(_images/_white/scrollHandleTop.png) no-repeat 0 0;
	top:2px;
	margin:0 0 0 0;
}
.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop {
	background: url(_images/_white/scrollHandleTop.png) no-repeat -15px 0;
}
.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop {
	background: url(_images/_white/scrollHandleTop.png) no-repeat -30px 0;
}
.scrollHandleBottom {
	display:block;
	position:absolute;
	width:15px;
	height:11px;
	background: url(_images/_white/scrollHandleBottom.png) no-repeat -30px 0;
	bottom:0;
	margin:0 0 0 0;
}
.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom {
	background: url(_images/_white/scrollHandleBottom.png) no-repeat -15px 0;
}
.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom {
	background: url(_images/_white/scrollHandleBottom.png) no-repeat 0 0;
}
/* tooltips */

/* tooltip design */

.ToolTips .message {
	display:block;
	position:relative;
	background:url(_images/_white/tip_body.png) repeat-y;
	padding: 0px 10px 5px 10px;
}
/* here we do a little switch. If the tooltip is positioned above the element hovered, it changes the classes on the header/footer divs in order to point at the element hovered */
.ToolTips .dockBottomHeader, .ToolTips .dockTopFooter {
	display:block;
	position:relative;
	background:url(_images/_white/dockBottomHeader.png) no-repeat bottom;
	height:33px;
}
.ToolTips .dockTopFooter {
	background:url(_images/_white/dockTopFooter.png) no-repeat bottom;
	height:38px;
}
.ToolTips .dockBottomFooter, .ToolTips .dockTopHeader {
	display:block;
	position:relative;
	background:url(_images/_white/dockBottomFooter.png);
	height:20px;
	line-height:11px;
	font-size:0px;
	clear:both;
}
/* this one has more height to display the close button in case sticky tooltips are on */
.ToolTips .dockTopHeader {
	background:url(_images/_white/dockTopHeader.png) top center no-repeat;
	height:20px;
	line-height:20px;
	font-size:0px;
}
/* this is just a div displaying the loading animated .gif */
.loading {
	display:block;
	margin:0px auto 0px;
	background:url(_images/_white/spinning_wheel_throbber.gif) center center no-repeat;
	width:32px;
	height:32px;
}
/* beautify the tooltip content */
.ToolTips .message {
	font-size:1.1em;
	text-align:justify;
}
/* favorities */

/* profile events */

ul.eventslist li {
	padding: 5px 0;
	border-bottom: 1px #999 dotted;
}
.profile_box_bg {
	border-top: 1px solid #ededed;
	padding: 10px;
}
.profile_box_bg2 {
	padding: 10px;
	font-size: 1.1em;
}
/* micro-blog */

#message {
	padding:7px 10px;
	float:left;
	width:418px;
}
#status, #guestbook, #addnewstxt, #addpartytxt {
	border:1px solid #999;
	padding:5px;
	width: 418px;
	height:75px;
	margin:5px 0;
}
#addnewstxt, #addpartytxt {
	border:1px solid #000;
	width: 500px;
	height:150px;
}
#statuses {
	width: 418px;
}
#submit {
	cursor:pointer;
	padding:5px;
	border:1px solid #ccc;
	float:left;
	margin:0 20px 0 0;
}
.status-box {
	padding:10px 20px 10px 70px;
	height:48px;
	border-bottom:1px dotted #aaa;
}
.status-box:hover {
	background-color:#eee;
}
.success {
	color:#008000;
}
.failure {
	color:#f00;
}
.time {
	color:#2a447b;
	font-size:10px;
}
.tbWrapper {
}
.tbProgress {
	height:1.2em;
	border:1px solid #999;
	background-color:#fff;
}
.tbCounter {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
/* profile settings */
span.setr select.country {
	font-family:  Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	height: 26px;
	width: 250px;
	vertical-align: middle;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}
/* registration form */

.formular input {
	font-family:  Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	height: 23px;
	width: 250px;
	vertical-align: middle;
	margin: 10px;
	text-align: center;
	padding: 3px 0 0 0;
}
#quickreg input {
	font-family:  Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	height: 15px;
	width: 150px;
	vertical-align: middle;
	margin: 5px;
	text-align: center;
	padding: 3px 0 0 0;
}
.formular input:focus {
	color: #000;
}
.formular input:hover {
	color: #000;
}
span.setc {
	text-align: center;
	font-weight: bold;
	display: block;
	color: #999;
	border-bottom: 1px dotted #cdcdcd;
	padding: 4px;
}
/* add */

label#label0:hover {
	color: #000;
	cursor: default;
}
/* kwicks */

#kwick {
	width:365px;
	
}
#kwicks {
	height:85px;
	list-style-type:none;
	margin:0;
	padding: 5px 0 0 0;
}
#kwick li {
	float: left;
}
#kwick a.kwick {
	display:block;
	cursor:pointer;
	overflow:hidden;
	height:85px;
	width:90px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}
#kwick a:link, #kwick a:visited {
		color: #fff;}
#kwick a:hover, #kwick a:active{
		color: #ffc;}
		
#kwick .kwick span {

}
#kwick .kwick1 {
	background: url(_images/_white/menu_news.gif) center -5px no-repeat;
}
#kwick .kwick2 {
	background: url(_images/_white/menu_parties.gif) center -5px no-repeat;
}
#kwick .kwick3 {
	background: url(_images/_white/menu_chat.gif) center -5px no-repeat;
}
#kwick .kwick4 {
	background: url(_images/_white/menu_profile.gif) center -5px no-repeat;
}
/* player */

.volume_x {
	float: left;
	width: 77px;
	height: 87px;
	margin: 18px 0 0 9px;
}
/* panel */

.panel_open_1 {
display: block;
float: right;
width: 186px;
height: 57px;
background: url(_images/_white/panel_open_1.png) no-repeat;
}
.panel_open_2 {
display: block;
float: right;
width: 186px;
height: 57px;
background: url(_images/_white/panel_open_2.png) no-repeat;
}

#panel {
	width: 100%;
	color: #fff;
	overflow: hidden;
	position: relative;
	height: 80px;	
	background: #1e1e1e url(_images/_white/panel_bg.png) bottom repeat-x;
}

#panel .loginContent {
	width: 650px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
}

#panel .loginContent2 {
	width: 100%;
	height: 100px;
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 1.1em;
}

#panel .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 110px;
}

#panel .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 35px;
	padding-top: 8px;
}

#panel .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 80px;
	height: 20px;
	text-align: left;
}

#panel .loginClose a {
	display: block;
	width: 100%;
	height: 17px;
	background: url(_images/_red/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 1em;
	color: #fff;
	padding-top: 3px;
}

#panel .loginClose a:hover {
	background: url(_images/_red/button_close.jpg) no-repeat right -20px;
	color: #ffc;
}

/* footer */

.logo_yt {
background: url(_images/_white/logo_yt.png) no-repeat;
width: 72px;
height: 30px;
margin: 35px 15px 0 0;
float: right;
}
