require "date"
body {
	margin:					0;
	padding:				0;
	background-color:		#FFF;
	font-family:arial;
}
#jassenHead {
	display:				block;
/*	position:				absolute;*/
	margin-top:-11px;
	/*top:					150px;*/
/*	left:					10px;*/
	background-image:		url('../../media/jassen/bg_bluebox.gif');
	background-repeat:		no-repeat;
	background-position:	top left;
	height:					210px;
	width:					920px;
	z-index:				-1;
	margin-bottom:-190px;
}
#left {
	float:					left;
	width:					145px;
	margin:					-10px 0 0 0;
}
#right {
	float:					right;
	width:					310px;
	background-image:		url(../../media/jassen/bg_right.png);
	background-repeat:		no-repeat;
	height: 250px;
	margin-top:-8px;


	
}
#content {
	margin:-10px 310px 0px 0px;
	padding:0;
	width:600px;
}
#googleMap {
	background-color: #D9E8F5 ;
	height:	300px;
	width: 560px;
	border-left: 20px solid #D9E8F5;
	border-right: 20px solid #D9E8F5;
	border-top: 20px solid #D9E8F5;
	border-bottom:none;
	
}
#content h3 {
	color:					#FFF;
	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				14px;

	text-decoration:		none;
	margin:					0;
	
}
#left h3 {
	background-image:		url(../../media/jassen/left_h1.png);
	background-repeat:		no-repeat;
	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				12px;
	color:					#FFF;
	height:					22px;
	line-height:			22px;
	padding:				0 0 0 10px;
	margin:					0;
}


#playerOnlineContainer {
	/*height:					433px;*/
	overflow:				hidden;
	font-size:				12px;
	margin:					0;
	padding:				0;
	position:relative;
}
#playerOnlineContainer table tr {
	cursor:					pointer;
	margin:					0;
	padding:				0;
	height:110px;
	
}
#playerOnlineContainer table tr td
{
	font-size:				10px;
	font-family:			arial, verdana, helvetica, sans-serif;
	margin:					0;
	padding:				0;
	vertical-align:  top;
	width:120px;
}
#playerOnlineContainerCTRL {

	text-align:				center;
	padding:				10px 0;
}
#playerOnlineContainerCTRL img {
	border:					0;
}




#playerProfile {

	position:				absolute;
	display:				none;
	
	/*
	width:					263px;
	height:					305px;

	top:					814px;
	left:					234px;
	background-image:		url(../../media/jassen/profile_bg.png);
	background-repeat:		no-repeat;
	*/


	
}
#playerProfile a.xclose, #GInfoWindow a.xclose {
	background-color:transparent;
	background-image:url(../../media/jassen/bg_popup_close.png);
	background-repeat:no-repeat;
	color:#304269;
	display:block;
	font-weight:bold;
	height:15px;
	width:15px;
	padding:0px 8px 0px 0px;
	text-align:right;
	text-decoration:none;
	float:right;

}
 #GInfoWindow a.xclose {
    padding:0;
 }

	
#playerProfile h4 {
	float:left;
}

/*
#playerProfile .close {
	
	position:				absolute;
	top:					281px;
	left:					194px;
	width:					56px;
	text-decoration:		none;
}


#playerProfile h4 {

	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				14px;
	color:					#5678AE;
	margin:					25px 0 30px 30px;

}
#playerProfile p {

	margin:					25px 0 0 80px;
	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				12px;

}
*/
#playerProfile .avatar {
	margin: 5px 5px 0pt 15px; 
	display: block; 
	float: left;
	clear:both;
}

#loginBox {
	margin:					0;
	padding:				0px 0px 35px 20px;

}

#loginBox input.field {

	margin: 0px 5px 0px 0px;
	width: 120px;
	border:1px solid #7D7D7D;
	color:#999999;
	display:block;
	float:left;
	font-size:18px;
	height:23px;
	padding:5px 3px;
	line-height:23px;
	/*padding:5px 0px 0px 5px;*/
}
#loginBox input.submit-button
{
	background-image:		url(../../media/jassen/btn_search.gif);
	background-repeat:		no-repeat;
	height:36px;
	width:100px;
	display:block;
	color:#FFFFFF;
	border:none;
	font-size:15px;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;
	
	
}
#loginBox p a {
	color:					#666;
	text-deocration:		none;
}
#loginBox p a:hover {
	text-decoration:		underline;
}

#jassenFooter {
	clear:					both;
}
#clearRight {
	clear:					right;
}

#rssFeed {
	background-color:		#FFF;
	padding:				0px 0px 0px 0px;
	margin:					0;

}
#rssFeed .rssFeedItem h3, #rssFeed h3
{
	font-size:30px;
	line-height:1em !important;
	padding-bottom:5px;
	padding-top:5px;
}

#rssFeed .rssFeedItem h3 a, #rssFeed h3 a {
/*
	color:					#26637A;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		underline;	
	font-family:			Arial, helvetica, sans-serif;*/
	
	color:#000000;
	Georgia, "Times New Roman", sans-serif;
	font-size:30px;
	font-weight:bold;	
	text-decoration:none;
	letter-spacing:-1px;

}
#rssFeed .rssFeedItem h3 a:hover, #rssFeed h3 a:hover
{
	text-decoration:underline;
}

#rssFeed p {
/*	font-family:			Georgia, "Times New Roman", sans-serif;
	font-size:				11px;
	font-color:				#000;
	margin:					5px 0px 15px 0px;
	border-style:			solid;
	border-width:			0 0 2px 0;
	border-color:			#ccc;
	line-height:			16px;
	*/
	
	font-family:Georgia,"Times New Roman",sans-serif;
	font-size:14px;
	line-height:1.2em;
	margin:5px 0px 15px 0;	
	
}
#rssFeed .Date
{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	float:left;
	padding-right:5px;

}
.rssFeedItem
{
	/*background-image:		url(../../media/jassen/bg_newsticker.png);
	background-repeat:		no-repeat;
	height:27px;
	width:300px;*/
	display:block;
	cursor:pointer;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	line-height:27px;
	
}

/*
.rssFeedItem:hover
{
	background-image:		url(../../media/jassen/bg_newsticker_hover.png);
	background-repeat:		no-repeat;
	height:27px;
	width:300px;
	display:block;
}
*/

#right h3 {
	background-image:		url(../../media/jassen/right_h1.png);
	background-repeat:		no-repeat;
	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				12px;
	color:					#FFF;
	height:					20px;
	line-height:			20px;
	padding:				0 0 0 10px;
	margin:					0;
}

#topPlayer, #areaLeague {
	margin:					0;

	float:					left;
	width:598px;
}
#topPlayer tr td, #areaLeague tr td {
	font-size:				12px;
	font-weight:			bold;
	color:#686868;
	/*font-family:			arial, verdana, helvetica, sans-serif;*/
	/*cursor:					pointer;*/	
}
#topPlayer tr, #areaLeague tr
{
	background-image:		url(../../media/jassen/bg_tr.png) !important;
	width:598px;
	height:36px;

}
#topPlayer tr:hover, #areaLeague tr:hover
{
	background-image: url(../../media/jassen/bg_tr_hover.png) !important;
	background-repeat:		no-repeat;
	width:598px;
	height:115px;
	color: #ff0000;
}

#topPlayer tr td
{
	background-image:none;
}

#topPlayer tr td a:link, #topPlayer tr td a:visited, #topPlayer tr td a:active, #areaLeague tr td a:link, #areaLeague tr td a:visited, #areaLeague tr td a:active
{
	text-decoration: underline;
	background-image:none;
}
#periodMenu {
	list-style-type:		none;
	margin:					5px auto;
	padding:				0;
	text-align:				center;
}
#periodMenu li {
	float:					left;
}
#periodMenu li a {
	display:				block;
	height:					21px;
	width:					55px;
	background-image:		url(../../media/jassen/period_inactiv.png);
	background-repeat:		no-repeat;
	margin:					2px 0 5px 15px;
	font-family:			verdana, arial, sans-serif;
	font-weight:			normal;
	color:					#000;
	font-size:				10px;
	text-decoration:		none;
	line-height:			21px;
}	
#periodMenu li a.activ {
	background-image:		url(../../media/jassen/period_activ.png);
	font-weight:			bold;
}
#periodMenu li a:hover {
	background-image:		url(../../media/jassen/period_activ.png);
	font-weight:			bold;
}

#topPlayer table tr {
	cursor:					pointer;
}
#gameMode {
	text-align:				center;
	margin:					0;
	padding:20px 0px 0px 20px;
	clear:both;
	height:30px;
}
.buttonGrey {
	background-image:		url(../../media/jassen/button_grey.png);
	background-repeat:		no-repeat;
	font-size:				11px !important;
	font-weight:			normal;
	/*font-family:			verdana, arial, sans-serif !important;*/
	color:					#666666 !important;
	display:				block;
	/*width:					90px;*/
	height:					21px;
	line-height:			21px;
	/*text-align:				center;*/
	margin:					0 auto;
	text-decoration:		none !important;
	padding-left:20px;
	font-family:arial;
}
#newsletterForm {
	background-image:		url(../../media/jassen/bg_newsletter.png);
	background-repeat:		no-repeat;
	width:300px;
	height:1px;
	padding-right:10px;
	color:#666666;
	height:125px;


}
#newsletterForm h2
{
	font-size:14px;
	margin: 5px 0px 0px 0px;
	color:#666666;
	font-family:arial;
}
	
#newsletterForm tr td {
	font-size:				11px;
	font-weight:			normal;
	/*font-family:			verdana, arial, sans-serif;*/
	color:					#666666;
}
#newsletterForm tr td input {
	border:					1px solid #ccc;
	width:					231px;
	font-size:14px;
	color:					#666666;

}
#sysMsg {
	position:				absolute;
	top:					330px;
	left:					300px;
	border:					3px solid #015231;
	background-color:		#dcdcdc;
	width:					300px;
	height:					150px;
}
#sysMsg p {
	padding:				10px;
}
#sysMsg a.close {
	display:				block;
	background-color:		#015231;
	color:					#FFF;
	font-weight:			bold;
	text-align:				right;
	text-decoration:		none;
	padding:				0 15px 0 0;
}

#GInfoWindow {
	overflow:				auto;
	padding: 0px 0px 10px 0px;
}
#GInfoWindow table tr td, #ProfileWindow table tr td {
	font-family:			verdana, arial, sans-serif;
	font-size:				12px;
	font-weight:			normal;
	color:					#ffffff;
}


#GInfoWindow h4 {
	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				14px;
	color:					#ffffff;
	text-decoration:		none;
	/*
	border-style:			solid;
	border-width:			0 0 1px 0;
	border-color:			#999;
	*/
	margin:					0px 0px 10px 20px;
	
}
#GInfoWindow ul {
	list-style-type:		none;
	margin:					0;
	padding:				0;
}
#GInfoWindow a.back2list {
	clear:					both;
	display:				block;
	text-align:				right;
	font-size:				11px;
	font-weight:			bold;
	font-family:			verdana, arial, sans-serif;
	color:					#ffffff;
	text-decoration:		none;
}
#GInfoWindow a.back2list:hover {
	text-decoration:		underline;
}

#GInfoWindow ul li a {
	display:				block;
	border-style:			solid;
	border-width:			0 0 1px 0;
	border-color:			#abc7d8;
	height:					24px;
	line-height:			24px;
	font-family:			verdana, arial, sans-serif;
	font-size:				12px;
	font-weight:			normal;
	color:					#ffffff;
	text-decoration:		none;
	background-color:		#83acc4;
	padding:0px 0px 0px 18px;
	margin:0px 4px 0px 4px;
	/*
	background-image:		url(../../media/jassen/GInfoArrow.png);
	background-repeat:		no-repeat;
	background-position:	top right;
	*/
}
#GInfoWindow ul li a:hover {
	background-color:		#abc7d8 !important;
	background-image:		url(../../media/jassen/GInfoArrowHover.png);
	background-repeat:		no-repeat;
	background-position:	top right;

	
}
#GInfoWindow ul li a img {
	border:					0;
}
#GInfoWindow table tr td p
{
	padding-top:5px;
}
.AreaLeaguePreview {
	margin:					7px 1px 20px 0;
	float:					left;
	width:					120px;
}
.AreaLeaguePreview h4 {
	padding:				2px 0 2px 5px;
	background-image:		url(../../media/jassen/area_h4.png) !important;
	background-repeat:		no-repeat;
	background-position:	top left;
	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				12px;
	color:					#FFF;
	margin:					3px 0 0 0;
	height:					34px;
}
.AreaLeaguePreview h4 img {
	float:					left;
	margin:					0 5px 0 0;
}
.AreaLeaguePreview ul {
	list-style-type:		none;
	margin:					0;
	padding:				0 0 2px 0;
}
.AreaLeaguePreview ul li a {
	padding:				0 0 0 5px;
	font-size:				10px;
	font-weight:			normal;
	font-family:			verdana, arial, sans-serif;
	color:					#000;
	text-decoration:		none;
}
.AreaLeaguePreview ul li a:hover {
	color:					#f00;
}

#loading {
	position:				absolute;
	top:					572px;
	left:					205px;
	width:					220px;
	height:					19px;
	display:				block;
	border:					3px solid #06558e;	
}
#fullAreaLeague {
	background-color:transparent;
	background-image:url(../../media/jassen/bg_popup.png);
	background-repeat:no-repeat;
	display:none;
	height:410px;
	left:183px;
	position:absolute;
	top:550px;
	width:280px;
}
#fullAreaLeagueContent
{
	height:355px;
	margin-bottom:5px;
	margin-top:5px;
	overflow:auto;
	padding:0px 5px 5px 8px;
	width:250px;
}
#fullAreaLeague a.close {
	background-color:transparent;
	background-image:url(../../media/jassen/bg_popup_close.png);
	background-position:15px 15px;
	background-repeat:no-repeat;
	color:#304269;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:-5px;
	padding:5px 20px 0 0;
	text-align:right;
	text-decoration:none;
}
#fullAreaLeague table {
	margin:0px 10px 10px 10px;
}

#volLeague {
	width:					600px;
	margin:					0;
}
#volLeague h4 {
	padding:				2px 0 2px 15px;
	background-image:		url(../../media/jassen/volLeague_h3.png) !important;
	background-repeat:		no-repeat;
	background-position:	top left;
	font-family:			verdana, arial, sans-serif;
	font-weight:			bold;
	font-size:				11px !important;
	color:					#FFF;
	margin:					0;
	height:					38px;
	line-height:			15px;
}
#volLeague h4 img {
	float:					left;
	margin:					0 5px 0 0;
}
#volLeague p {
	padding:				5px;
	cursor:					pointer;
}
#volLeague p span {
	color:					#F00 !important;
	font-weight:			bold !important;
	font-size:				13px !important;
	margin:					5px 0 3px 0 !important;
}
#topJasser, #areaLeague{

	/*background-color:		#e8e8e8;*/
	/*height:					479px;*/
	padding:0px 0px 20px 0px !important;
	margin:0px !important;
	height:auto !important;
	
}
#areaLeague{
	padding:0px 0px 0px 0px !important;
}

#editProfile {
	position:				absolute;
	top:					180px;
	left:					300px;
	border:					3px solid #015231;
	background-color:		#dcdcdc;
	width:					350px;
	z-index:				20;	
	background-color:		#fff;
	padding:				5px;
	font-family:			verdana, arial, sans-serif;
	font-weight:			normal;
	font-size:				11px;
	color:					#000;
}
#editProfile input {
	border:					1px solid #ccc;
	background-color:		#e8e8e8;
	font-size:				11px;
	font-weight:			normal;
	font-family:			verdana, arial, sans-serif;
	color:					#000;
	width:					150px;
}

#myContributionButton {
	margin:					0;
	padding:				10px 0px 0px 0px;
	cursor:					pointer;
	display:				block;
	clear:					both;
}
#myContributionButton h3 {
	margin:					10px 0;
}

#myContributionButton input {
	/*
	display:				block;
	margin:					2px 0;
	padding:				1px;
	border:					1px solid #cccccc;
	width:					481px;
	font-size:				12px;
	font-weight:			normal;
	color:					#666666;
	height:20px;
	*/

	border:0 none;
	color:#666666;
	font-size:14px;
	font-weight:bold;

	margin:10px 0 0 10px;
	width:281px;
}
#myContributionButton input.submit {
	border:					0;
	width:					117px;
	height:					21px;
	color:#ffffff;
	font-weight:bold;
	line-heigth:21px;
	padding:0px 0px 0px 5px;
	font-size:11px;
	font-family:arial;

	
}
#myContributionForm
{
   font-family:arial;	
}
#myContributionForm .PictureUpload
{
	float:left;
	line-height:25px;
	padding-right:10px;
}
#myContributionButton textarea {
	border:1px solid #FFFFF;
	font-size:12px;
	font-weight:normal;
	height:277px;
	margin:10px;
	width:457px;
	border:none;
	color:#666666;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}
#Body {
	padding:25px 20px 20px 20px !important;
	width:920px !important;
}

.Info {
	padding:0px 0px 26px 20px;
	color:#91BED4;
	font-size:30px;
	font-weight:bold;
	line-height:32px;
}
.Info b
{
	color:#ffffff;
}
#TabActive
{
	background:#D9E8F5;
	margin: 0px 4px 0px 20px;
	height:35px;
	padding:0px 0px 0px 12px;
	width:185px;
	color:#2e3e58;
	font-size:16px;
	font-weight:bold;
	line-height:35px;
	float:left;
}
#GoogleMapFooter
{
	background-image:		url(../../media/jassen/bg_googlemapfooter.png) !important;
	background-repeat:		no-repeat;
	background-position:	top left;
	width:600px;
	height:20px;
	display:block;
	padding-bottom:20px;
	
}
.Register
{
	width:300px;
	height:250px;
	display:block;
	color:#304269;
	font-weight:bold;
	padding:0px 0px 15px 25px;
        letter-spacing: 0px !important;
}
.Register h2 {
	background:url(../../media/jassen/underline.gif) no-repeat scroll 75px 36px;
	border:medium none;
	color:#304269;
	font-size:22px;
	height:30px;
	margin-bottom:20px;
	padding:10px 0px 10px 0px;
	margin:0;
	display:block;
	font-family:arial;
        letter-spacing: 0px !important;
	
}
.Register h4 {
	color:#FFFFFF;
	font-size:16px;
	margin:5px 0px 0px 0px;
	font-family:arial;
	line-height:20px;
        letter-spacing: 0px !important;
}
.fact {
background:transparent url(../../media/jassen/fact.png) no-repeat scroll 2px 0;
color:#304269;
float:left;
font-family:Arial;
font-size:12px;
font-weight:bold;
margin-top:5px;
padding-left:22px;
width:140px;
}
.Register a.Button
{
	background: url(../../media/jassen/bg_register_button.png);
	background-repeat:no-repeat;
	width:128px;
	height:26px;
	display:block;
	color:#ffffff !important;
	text-decoration: none !important;
	line-height:24px;
	padding-left:10px;
}

.Register a:link
{
	text-decoration: none;
}
.HeaderBlock, .HeaderBlockContent, #vol-features .Newsticker h6
{
	font-size:15px;
	font-weight:bold;
	color:#9a9a9a;
	padding:0px 0px 10px 10px;
	letter-spacing:0.2em;
	background-color: #ffffff;
}
#vol-features .Newsticker h6
{
	padding:0;
}

.HeaderBlockContent
{
	padding:0px 0px 10px 0px;
}

.RightBlock
{
	padding-bottom:25px;
	padding-left:10px;
}
.BlueButton
{
	background: url(../../media/jassen/bg_blue_button.png);
	background-repeat:no-repeat;
	width:82px;
	height:21px;
	display:block;
	font-size:11px;
	font-weight:bold;
	float:right;
	color:#ffffff;
	line-height:21px;
	padding: 0px 0px 0px 10px;
	margin:0;
}
a.BlueButton:active, a.BlueButton:link, a.BlueButton:active, a.BlueButton:visited
{
	color:#ffffff;
	text-decoration:none;
}
.BlueButtonLong, .BlueButtonLongCommit
{
	background: url(../../media/jassen/bg_blue_button_long.png);
	background-repeat:no-repeat;
	height:21px !important;
	display:block;
	font-size:11px !important;
	font-weight:bold !important;
	color:#ffffff !important;
	line-height:21px !important;
	padding: 0px 0px 0px 11px !important;
	margin:0 !important;
	width:117px !important;
}
.BlueButtonLongCommit
{
 padding: 0px 0px 0px 5px !important;

 
}   


a.BlueButtonLong:active, a.BlueButtonLong:link, a.BlueButtonLong:active, a.BlueButtonLong:visited
{
	color:#ffffff;
	text-decoration:none;
}
.Partner
{
	padding-top:3px;
}
.Partner .Text
{
	float:left;
	font-size:14px;
	color:#3b5973;
	font-weight: bold;
	line-height:21px;
}
.ScoreBox
{
	background-color:#dcdcdc;
	margin: 0;
	height:450px;
}

#topJasser div.detail_tabs, #areaLeague div.detail_tabs {
	background: transparent url(../../media/jassen/box_profile.jpg) no-repeat scroll 0 0;
	float: left;
	width: 600px;
	padding-bottom:30px;
	background-color: #ffffff;
}

div.detail_tabs div.tabs {
	float: left;
	height: 35px;
	overflow: hidden;
	margin-top: 2px;
}

div.detail_tabs div.tabs .tab {
	background: none;
	float: left;
	width: 150px;
	height: 30px;
	padding: 5px 0 0 0;
	text-align: center;
	margin: 0px !important;
	text-align: center;
	line-height:25px;
}

div.detail_tabs div.tabs .tab a {
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #7398A9;
	background:transparent url(../../media/jassen/tab_arrow_inactive.gif) no-repeat scroll 100% 60%;
	padding-right:20px;
	text-decoration:none;
}



div.detail_tabs  div.tabs .active a {
	color: #3485B8;
	background:transparent url(../../media/jassen/tab_arrow_active.gif) no-repeat scroll 100% 60%;
	padding-right:20px;
	text-decoration:none;
}

div.detail_tabs div.tabs .active {
	background: transparent url(../../media/jassen/bg_tabdetail_active.jpg) repeat
		scroll 0 bottom;
}

div.detail_tabs div.tabs .active[class~=first] {
	background: transparent url(../../media/jassen/bg_tabdetail_active_first.jpg) repeat
		scroll left bottom;
}

div.detail_tabs div.tabs .active[class~=last] {
	background: transparent url(../../media/jassen/bg_tabdetail_active_last.jpg) repeat
		scroll right bottom;
}

div.detail_tabs div.tabs_contents {
	background: transparent url(../../media/jassen/box_profile_middle.jpg) repeat scroll
		0 0;
	float: left;
	width: 600px;
	padding-bottom: 12px;
}

div.detail_tabs div.tabs_contents .detail_box {
	float: left;
	width: 600px;
	min-height: 220px;
	padding: 0px 1px 0px 1px;
	background: transparent url(../../media/jassen/box_profile_top.jpg) no-repeat scroll
		0 0
}

div.nofotos
{
	background: url(../../media/jassen/nofotos.jpg) no-repeat;
	width:579px;
	height:239px;
	padding:0;
	margin:0px 0px 0px -5px;
}

div.detail_tabs .bottom {
	background: transparent url(../../media/jassen/box_profile_bottom.jpg) repeat scroll
		0 0;
	height: 22px;
	width: 600px;
}

div.detail_tabs .review .title {
	color: #72AEC8;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

div.detail_tabs .review .review {
	line-height: 180%;
}

div.detail_tabs .review .info {
	color: #999999;
	margin-top: 5px;
}

div.detail_tabs .review .star-rating {
	float: right;
}

.HighscoreRank
{
	font-size:22px;
	color:#cbcdcc;
	font-weight: bold;
	display:block;
	float:left;
	padding-right:20px;
}

.HighscoreImage
{
	display:none;
	float:left;
	height:90px;
	width:90px;
	

}

div.PictureFrame
{
	background-image:		url(../../media/jassen/picture_frame.png);
	background-repeat:		no-repeat;
	height:90px;
	width:90px;

	display:none;


	/*top:-110px;
	left:-35px;*/
}


.HighscoreName
{
   float:left;	
   padding-left:10px; 
   line-height:18px;
}
.HighscoreStars
{
	padding: 0px 0px 0px 75px;
	margin:0px;
	ling-height:18px;
	margin-top:-3px;	
}
.HighscoreStars img
{
	position:  relative;
	top:1px;
}

.ButtonActive
{
	background: url(../../media/jassen/bg_button_active.png);
	background-repeat:no-repeat;
	width:111px;
	height:27px;
	display:block;
	font-size:11px;
	font-weight:bold;
	float:left;
	color:#ffffff;
	line-height:21px;
	margin:0px 20px 0px 0px;
}
a.ButtonActive:active, a.ButtonActive:link, a.ButtonActive:active, a.ButtonActive:visited
{
	color:#ffffff;
	text-decoration:none;
}
.ButtonInActive
{
	background: url(../../media/jassen/bg_button_inactive.png);
	background-repeat:no-repeat;
	width:111px;
	height:27px;
	display:block;
	font-size:11px;
	font-weight:bold;
	float:left;
	color:#ffffff;
	line-height:21px;
	margin:0px 20px 0px 0px;
	cursor: default;
}
a.ButtonInActive:active, a.ButtonInActive:link, a.ButtonInActive:active, a.ButtonInActive:visited
{
	color:#ffffff;
	text-decoration:none;
}
a.GesamteListe
{
	float:left;
	line-height:23px;
	font-size:11px;
}
.Index .LeftColumn, #Footer .Logo 
{
	position:static !important;
}

.BlueButtonAnmelden
{
	background: url(../../media/jassen/bg_blue_button_anmelden.png);
	background-repeat:no-repeat;
	width:62px;
	height:21px;
	display:block;
	font-size:11px;
	font-weight:bold;
	float:left;
	color:#ffffff;
	line-height:21px;
	padding: 0px 0px 0px 10px;
	margin:0;
}
a.BlueButtonAnmelden:active, a.BlueButtonAnmelden:link, a.BlueButtonAnmelden:active, a.BlueButtonAnmelden:visited
{
	color:#ffffff;
	text-decoration:none;
}
#tooltip{
	display:none;
	position:absolute;
	background: transparent url(../../media/jassen/bg_tooltip.png);
	background-repeat:no-repeat;
	padding:5px 5px 2px 5px;
	color:#ffffff;
	width:123px;
	height:49px;
	font-weight:bold;
}
#playerOnline
{
	margin:0px 0px 20px 0px;
	padding:0px;
}

#playerOnlineContainer img
{
	width:90px;
	height:90px;
	background-color:#EEEEEE;
}

#tooltipimage {
	display:none;
	position:absolute;
	/*background: transparent url(../../media/jassen/bg_tooltipimage.png);
	background-repeat:no-repeat;*/
	padding:6px 5px 5px 10px;
	color:#ffffff;
	height:114px;
	font-weight:bold;
	font-family:arial;


}
#tooltipimage .InfoBoxMiddle .InfoBoxContent h4
{
	margin:0;
	padding:0px 0px 4px 0px;
	line-height:14px;
	color:#065790;
	width:128px;
	font-size:14px;
	font-family:arial;
}


div.tooltipimage, div.tooltipimage img
{
	width:90px;
	height:90px;
	border:2px solid #ffffff;
	float:left;
}
#playerOnlineContainer .PlayerName
{
    padding:0px 0px 0px 0px;
    width:100px;
    text-align:center;
    line-height:15px;
}
#playerOnlineContainer .PlayerName a
{
    font-weight: bold;
    font-size:12px;
}


div.tooltipimage img:hover
{
	border:2px solid #91bed5;
}



span.ToolTipPercent
{
	color:#065790;
	height:25px;
	line-height:25px;
	padding:0px 8px; 0px 5px;
	float:left;
	font-family:arial;
	
}
div.tooltip
{
	width:100px;
}

.InfoBoxLeft {
	background-image:url(../../media/jassen/bg_infobox_left.png);
	background-repeat:no-repeat;
	float:left;
	height:129px;
	width:80px;
}
.InfoBoxMiddle {
	background-image:url(../../media/jassen/bg_infobox_middle.png);
	background-repeat:repeat-x;
	float:left;
	height:129px;
	margin:0;
	padding:0;
	font-family:arial;
}
.InfoBoxMiddle .InfoBoxContent {
	font-family:Arial;
	margin:0 0 0 -65px;
	padding:10px 8px 0 0;
	line-height:14px;
	text-align:left;
	max-width: 600px;

}
.InfoBoxRight {
	background-image:url(../../media/jassen/bg_infobox_right.png);
	background-repeat:no-repeat;
	float:left;
	height:129px;
	width:10px;
}
div.ResizeButton {
    line-height:9px;
    padding-top:10px;

}
div.ResizeButton a {
	height:9px;
	margin:10px 0px 0 0px;	
	text-decoration:none;
	width:20px;
}
div.ResizeButton a img {
	text-decoration:none;
}
#ResizeButtonText {
	font-weight:bold;
	padding-left:5px;
	text-decoration:underline;
	
}
.InfoLeft {
	background-image:url(../../media/jassen/bg_info_left.png);
	background-repeat:no-repeat;
	float:left;
	height:169px;
	width:45px;
}
.InfoMiddle {
	background-image:url(../../media/jassen/bg_info_middle.png);
	background-repeat:repeat-x;
	float:left;
	height:169px;
	margin:0;
	padding:0;
}
.InfoContent {
	font-family:Arial;
	/*margin:0 0 0 -38px;*/
	padding:0px 0px 0px 0px;
	
}
.InfoRight {
	background-image:url(../../media/jassen/bg_info_right.png);
	background-repeat:no-repeat;
	float:left;
	height:169px;
	width:8px;
}
#gmapmarker
{
	/*
	position:relative;
	top:-205px;
	left:15px;
	*/
	
}
.InfoTop {
	background-image:url(../../media/jassen/bg_info_top.png);
	background-repeat:no-repeat;
	height:8px;
	width:313px;
}
.InfoCenter {
	background-image:url(../../media/jassen/bg_info_center.png);
	background-repeat:repeat-y;
	width:313px;
	margin:0;
	padding:0;
	font-family:arial;
}
.InfoBottom {
	background-image:url(../../media/jassen/bg_info_bottom.png);
	background-repeat:no-repeat;
	height:21px;
	width:313px;
}

div.PictureWinsPercent
{
	background-image:		url(../../media/jassen/quadrat_wins_percent.png);
	background-repeat:		no-repeat;
	height:24px;
	width:24px;
	position:relative;
	top:70px;
	left:-24px;
	float:left;
	line-height:29px;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-right:2px;
	letter-spacing:0.1em;

}

#ProfileWindow {
	overflow:auto;
	padding:0 0 10px;
	font-family:arial;
}
#ProfileWindow h4 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 7px 15px;
	text-decoration:none;
	font-family:arial;
	
}
#vol-features
{
	width:300px;
	padding-left:10px;
}
#FileUpload
{
   width:240px !important;
   margin:0 !important;
}


div.BreadCrumbs {
	position:relative;
	top:-18px;
}

div.BreadCrumbs span {
	argin-right:8px !important;
}
div.BreadCrumbs span.Separator
{
	margin-right:8px !important;
}

#TabForum {
	background:transparent url(../../media/jassen/bg_tab_inactive.gif) repeat-x scroll 0 0;
	float:left;
	height:35px;
	line-height:35px;
	margin:0 4px 0 3px;
	padding:0 0 0 12px;
	width:185px;
}

#TabForum a {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding-right:10px;
	text-decoration:none;
}
#TabsContainer
{
	margin:29px 0px 0px -19px;
}

.NewsContainer
{
	padding-left:0;
}
span.More a
{
	font-weight:normal !important;
	font-family:Georgia,"Times New Roman",sans-serif !important;
	font-size:14px !important;
	color:#2D6789 !important;
}

.InputBox {

	background-image:url(../../media/jassen/bg_input_text.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	width:300px;
	height:40px;
}
.InputTextareaBox {

	background-image:url(../../media/jassen/bg_input_textarea.png);
	background-repeat:no-repeat;
	margin-bottom:10px;
	width:480px;
	height:300px;
	border:none;
}
#loginBox a.ButtonLoginBox {
	background-image:url(../../media/jassen/btn_search.gif);
	background-repeat:no-repeat;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:left;
	font-size:15px;
	font-weight:bold;
	height:36px;
	line-height:36px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:100px;
}
div.LogoutUser
{
   padding-bottom:5px;
   text-align:center;
}





