
#content #depot_top p, #content #depot_top h2 {
  margin-bottom: 3px;
  width: 390px;
}

#hinweis {
  width: 312px;
  height: 123px;
  position: absolute;
  right: 0px;
  top: 24px;
  background: url("/images/community/profile/depot_hint.gif") 0 0 no-repeat;
}

#content #depot_top #hinweis h3, #content #depot_top #hinweis p {
  color: #333;
  margin: 13px 14px 0 14px;
  width: auto;
}

#content #depot_top #hinweis p {
  margin-top: 7px;
}

#depot a:hover {
  text-decoration: none;
  color: #990000;
}

#depot {
  width: 768px;
  margin: 60px 0 0 0;
  background: #F6F5F0 url("/images/community/profile/depot_top.jpg") 0 0 no-repeat;
  color: #000;
}

#depot th, #depot td {
  text-align: center;
}

#depot th {
  height: 33px;
  color: #FFF;
}

#depot th a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background: url("/images/community/profile/depot_sort_arrow.jpg") right no-repeat;
  padding-right: 12px;
}

#depot th.title a {
  background: url("/images/community/profile/depot_sort_arrow_title.jpg") right no-repeat;
}

#depot th a:hover {
  color: #fff;
}

#depot td {
  height: 35px;
}

#depot .title {
  background: url("/images/community/dotted_small.gif") right top repeat-y;
  text-align: left;
  padding-left: 14px;
  width: 193px;
}

#depot td.title {
  border-left: 1px solid #7C7C7C;
  background: url("/images/community/dotted_small.gif") right top repeat-y;
  color: #666;
}

#depot td.no_entries {
  border-right: 1px solid #939393;
  background: none;
}

#depot .title img {
  float: left;
  margin-right: 14px;
  margin-top: 2px;
}

#depot td.date,
#depot th.date {
  background: url("/images/community/dotted_small.gif") right top repeat-y;
  width: 68px;
}

#depot td.type,
#depot th.type {
  background: url("/images/community/dotted_small.gif") right top repeat-y;
  width: 38px;
  text-align: center;
}

#depot td.players,
#depot th.players {
  background: url("/images/community/dotted_small.gif") right top repeat-y;
  width: 72px;
}

#depot td.stake,
#depot th.stake {
  background: url("/images/community/dotted_small.gif") right top repeat-y;
  width: 72px;
}

#depot td.stake {
  color: #5D6D07;
  font-weight: bold;
}

#depot td.prize,
#depot th.prize {
  background: url("/images/community/dotted_small.gif") right top repeat-y;
  width: 104px;
}

#depot td.prize .won {
  color: #5D6D07;
  font-size: 16px;
}

#depot td.prize .running {
  color: #666;
}

#depot td.status,
#depot th.status {
  width: 109px;
}

#depot td.status {
  text-align: center;
}

#depot td.status div {
  height: 17px;
  line-height: 17px;
  font-weight: bold;
  display: inline-block;
  margin: 0 auto;
}

* html #depot td.status div,
*+ html #depot td.status div {
  display: inline;
}

#depot td.status .won {
  color: #69840C;
  background: url("/images/community/profile/depot_smilies.png") 0 -17px no-repeat;
  padding-left: 20px;
}

#depot td.status .running {
  color: #666;
  background: url("/images/icons/loading.gif") 0 50% no-repeat;
  padding-left: 20px;
}

#depot td.status .lost {
  background: url("/images/community/profile/depot_smilies.png") 0px 0 no-repeat;
  padding-left: 20px;
}

#depot td.status .cancelled {
  color: #666;
}

#depot td.score,
#depot th.score {
  font-weight: bold;
  background: url("/images/community/dotted_small.gif") left top repeat-y;
}

#depot th.score {
  width: auto;
}

#depot td.big_tournament {
  width: 55px !important;
}

#depot td.score_info a:link, #depot td.big_tournament a:visited 
{
	margin: 2px 2px 2px 2px;
	padding: 0;
	height: 18px;
	width: 19px;
	border-collapse: collapse;
	display: block;
	background-image: url("/images/lobby/info.png");
	background-position: left top;
	float: right;
	position: relative;
}

#depot td.score_info a:hover, #depot td.big_tournament a:focus
{
	margin: 2px 2px 2px 2px;
	padding: 0;
	height: 18px;
	width: 19px;
	display: block;
	background-image: url("/images/lobby/info.png");
	background-position: left -17px;
	float: left;
	position: relative;
}

#depot td.score_info a:active
{
	margin: 2px 2px 2px 2px;
	padding: 0;
	height: 18px;
	width: 19px;
	display: block;
	background-image: url("/images/lobby/info.png");
	background-position: left -34px;
	float: left;
	position: relative;
}


#depot td.detail,
#depot th.detail {
  background: url("/images/community/dotted_small.gif") left top repeat-y;
  width: 50px;
  border-right: 1px solid #939393;
}

#depot th.detail {
  border-right: 0;
}

#depot td.detail {
}

#depot td.detail a {
  background: url("/images/community/profile/depot_smilies.png") left -35px no-repeat;
  display: block;
  margin: 0 auto; /*ie8 needs a fix here (in ie8.css)*/
  width: 21px;
  height: 17px;
  text-indent: -999em;
  overflow: hidden;
  zoom: 1;
}

*+ html #depot td.detail a {
  margin: 0;
}

#depot th.title,
#depot th.date,
#depot th.players,
#depot th.prize,
#depot th.status,
#depot th.score,
#depot th.detail {
/* background: none;*/
}

#depot th.title {
  position: relative;
}

#depot th.title div.selection {
  position: absolute;
  z-index: 80000;
  width: 191px;
  left: 158px;
}

#depot th.title div.selection ul li a {
  margin: 0;
}

#depot th.title div.selection ul li a {
  background: url("/images/community/profile/depot_selection_drop.png") left top no-repeat;
  display: block;
  width: 191px;
  height: 34px;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-indent: 29px;
  padding-right: 0px;
}

#depot th.title div.selection ul li.first a {
  background: url("/images/community/profile/depot_selection_drop_head.png") left top no-repeat;
  height: 34px;
  line-height: 34px;
}

#depot th.title div.selection ul li.last a {
  background: url("/images/community/profile/depot_selection_drop_bottom.png") left top no-repeat;
  height: 42px;
  border-bottom: 0px;
}

#depot th.title div.selection ul li.first a:hover {
  background: url("/images/community/profile/depot_selection_drop_head.png") -191px 0px no-repeat;
}

#depot th.title div.selection ul li.last a:hover {
  background: url("/images/community/profile/depot_selection_drop_bottom.png") -191px 0px no-repeat;
}

#depot th.title div.selection ul li a:hover {
  background: url("/images/community/profile/depot_selection_drop.png") -191px no-repeat;
}

#depot th.status div.wrapper {
  position: relative;
}

#depot th.status div.selection {
  position: absolute;
  z-index: 80000;
  width: 191px;
  top: 17px;
  left: 50px;
}

#depot th.status div.selection ul li a {
  text-align: left;
  margin: 0;
}

#depot th.status div.selection ul li a {
  background: url("/images/community/profile/depot_selection_drop.png") left top no-repeat;
  display: block;
  width: 191px;
  height: 34px;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-indent: 29px;
  padding-right: 0px;
}

#depot th.status div.selection ul li.first a {
  background: url("/images/community/profile/depot_selection_drop_head.png") left top no-repeat;
  height: 34px;
  line-height: 34px;
}

#depot th.status div.selection ul li.last a {
  background: url("/images/community/profile/depot_selection_drop_bottom.png") left top no-repeat;
  height: 42px;
  border-bottom: 0px;
}

#depot th.status div.selection ul li.first a:hover {
  background: url("/images/community/profile/depot_selection_drop_head.png") -191px 0px no-repeat;
}

#depot th.status div.selection ul li.last a:hover {
  background: url("/images/community/profile/depot_selection_drop_bottom.png") -191px 0px no-repeat;
}

#depot th.status div.selection ul li a:hover {
  background: url("/images/community/profile/depot_selection_drop.png") -191px no-repeat;
}

#depot .active td.detail a {
  background: url("/images/community/profile/depot_hide_detail.gif") top no-repeat;
}

#depot .grey_border {
  border-bottom: 2px solid #eee;
}

#depot .even td {
  background-color: #E0DECB;
}

#depot .active td {
  background-color: transparent;
}

#depot .active td.title,
#depot .active td.date,
#depot .active td.players,
#depot .active td.stake,
#depot .active td.prize,
#depot .active td.status,
#depot .active td.score,
#depot .active td.score_info,
#depot .active td.detail,
#depot .active td.type,
#depot tr.overview:hover td {
  background-image: url("/images/community/profile/depot_active.gif");
}

#depot tr.active:hover td {
  background-color: transparent;
}

#depot #depot_bottom td {
  background: url("/images/community/profile/depot_bottom.gif") 0 0 no-repeat;
}

#depot .details .head {
  background: url('/images/community/profile/depot_detail_bg.png') bottom left no-repeat;
  color: #CCC;
  height: 42px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 15px;
  text-align: left;
}

#depot .details .play {
  float: right;
  width: 250px;
  text-align: right;
  padding: 0 15px 0 0;
}

#depot .details .play a {
  display: block;
  float: right;
  height: 32px;
  width: 119px;
  text-indent: -999em;
  overflow: hidden;
  margin: 5px 0 0 11px;
  background: url("/images/i18n/de/buttons/community/depot_play_now.png") 0 0 no-repeat;
}

#depot .details span.userimg {
  width: 26px;
  height: 32px;
}

#depot .details .head strong {
  color: #FFF;
}

#depot .details td {
  border-left: 1px solid #7C7C7C;
  border-right: 1px solid #7C7C7C;
  background: url("/images/layout/depot_detail_top.jpg") 0 0 #3b444c repeat-x;
  vertical-align: top;
  /* padding: 7px 0 0 7px;*/
}

#depot .details table {
  margin-top: 7px;
  width: 355px;
  float: left;
  border-collapse: collapse;
}

#depot .details table.left_table {
  margin-left: 7px;
  margin-right: 7px;
}

* html #depot .details table.left_table {
  margin-left: 3px;
}

#depot .details table.right_table {
  width: 369px;
}

#depot div.bottom {
  background: url("/images/community/profile/depot_detail_bg.png") left top no-repeat;
  height: 14px;
  border-top: 4px solid #3b444c;
  text-indent: -999em;
}

#depot .details .odd td {
  background: #46515B;
}

#depot .details td td {
  border: none;
  background: none;
  height: 42px;
  padding: 1px 0;
  vertical-align: middle;
  color: #C1BFAE;
}

#depot .details td td a {
  color: #C1BFAE;
  font-weight: normal;
}

#depot .details table .place {
  width: 36px;
  font-weight: bold;
  font-size: 12px;
}

#depot .details table .user_image {
  width: 40px;
}

#depot .details table .user {
  padding: 0 0 0 2px;
  width: 78px;
  text-align: left;
}

#depot .details table .points {
  width: 206px;
  font-weight: bold;
  font-size: 12px;
}

#depot tr.even:hover td td, #depot tr.odd:hover td td, #depot td tr.even:hover td, #depot td tr.odd:hover td {
  background: inherit;
}

#depot .details tr.odd:hover td {
  background: #46515B;
}

#depot_bottom .counter {
  float: left;
  text-align: left;
  padding: 0 0 0 15px;
  width: 300px;
}

#depot_bottom .pagination {
  float: right;
  text-align: right;
  padding: 0 15px 0 0;
  width: 300px;
}

.excluded_score {
	text-decoration: line-through;
}


div#bt_score_info div.infos p 
{
	padding-bottom: 10px;
}

/* halloffame */

.halloffame_wrapper div.hof_container {
  float: left;
}

.halloffame_wrapper div#hof_container_top {
  width: auto;
}

.halloffame_wrapper div#hof_container_top h3
{
	padding: 15px 0 0 0;
}

.halloffame_wrapper div#hof_container_top p.notice,
.halloffame_wrapper div#hof_container p.notice {
  color: #999;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  padding: 3px 0 5px 0;
  width: 506px;
}

.halloffame_wrapper div#hof_container_top p.notice a {
  color: #999;
  position: relative;
}

.halloffame_wrapper .wide_teaser {
  margin-bottom: 15px;
}

.halloffame_wrapper div.hof_container img.table_header {
  display: block;
}

.hof_container div.table_container {
  position: relative;
  top: -40px;
  width: 507px;
}

.hof_container div.table_container a.play_now {
  background: url('/images/i18n/de/buttons/community/hof/play_now.png') no-repeat top left;
  display: block;
  height: 26px;
  overflow: hidden;
  padding-right: 8px;
  text-indent: -1120px;
  width: 99px;
}

.hof_container div.table_container a.play_now:hover {
  cursor: pointer;
}

.hof_container ul.table_nav {
  height: 31px;
  padding-top: 10px;
  width: 315px;
}

.hof_container ul.table_nav li {
  float: left;
  margin-right: 3px;
}

.hof_container ul.table_nav li a,
.league_hof .hof_container ul.table_nav .best_score span {
  display: block;
  height: 31px;
  overflow: hidden;
  text-indent: -150px;
}

.hof_container ul.table_nav li a:hover {
  cursor: pointer;
}

.hof_container ul.table_nav li.today a {
  background: url('/images/i18n/de/community/hof/table_nav_today.png') no-repeat top left;
  width: 78px;
}

.hof_container ul.table_nav li.today a:hover,
.hof_container ul.table_nav li.today a.active {
  background-image: url('/images/i18n/de/community/hof/table_nav_today_active.png');
}

.hof_container ul.table_nav li.month a {
  background: url('/images/i18n/de/community/hof/table_nav_month.png') no-repeat top left;
  width: 113px;
}

.hof_container ul.table_nav li.month a:hover,
.hof_container ul.table_nav li.month a.active {
  background-image: url('/images/i18n/de/community/hof/table_nav_month_active.png');
}

.hof_container ul.table_nav li.overall a {
  background: url('/images/i18n/de/community/hof/table_nav_overall.png') no-repeat top left;
  width: 84px;
}

.hof_container ul.table_nav li.overall a:hover,
.hof_container ul.table_nav li.overall a.active {
  background-image: url('/images/i18n/de/community/hof/table_nav_overall_active.png');
}

#content .hof_container table,
#game_details table {
  background: #515151;
  color: #FFF;
  table-layout: fixed;
  text-align: center;
}

#content .hof_container table {
  position: relative;
  z-index: 11;
  top: -1px;
}

.hof_container table th
{
  border-top: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  background: url('/images/community/hof/table_bgs.png') repeat-x;
  font-size: 11px;
  font-weight: bold;
  height: 33px;
  line-height: 12px;
}

#game_details table th 
{
  border-top: 1px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  background: url('/images/community/hof/table_bgs_wide.png') repeat-x;
  font-size: 11px;
  font-weight: bold;
  height: 33px;
  line-height: 12px;
}

.hof_container table th.rank,
#game_details table th.rank {
  border-left: 1px solid #393939;
}

.hof_container table th.total_wins,
#game_details table th.score {
  border-right: 1px solid #393939;
}

.hof_container table th span,
#game_details table th span {
  position: relative;
  top: -1px;
}

.hof_container table td,
#game_details table td {
  background: #202020;
  border-right: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  color: #d6dfd5;
  font-weight: bold;
  height: 38px;
}

.hof_container table tr.current_user td,
#game_details table tr.current_user td {
  background: #474747;
  height: 37px;
}

.hof_container table tr.highlight td,
#game_details table tr.highlight td {
  background: #ff9900;
}

.hof_container table th.rank,
.hof_container table td.rank {
  width: 59px;
}

.hof_container table td.rank,
#game_details table td.rank {
  border-left: 1px solid #7c7c7c;
}

.hof_container table th.user,
.hof_container table td.user {
  width: 158px;
}

.hof_container table td.user {
  text-align: left;
  vertical-align: top;
  padding-left: 16px;
}

.hof_container table td.user {
  width: 152px;
}

.hof_container table td.user a.thumb,
#game_details table td.user a.thumb {
  float: left;
  margin-top: 4px;
  margin-right: 9px;
}

.hof_container table td.user a.thumb img,
#game_details table td.user a.thumb img {
  display: block;
}

#content .hof_container table td.user p,
#game_details table td.user p {
  color: #aeaeae;
  float: left;
  line-height: 14px;
  overflow: hidden;
}

#content .hof_container table td.user p {
  margin: -36px 0 0 0;
  padding: 2px 0 15px 33px;
  width: 103px;
}

#content .hof_container table tr.highlight td.user p {
  color: #131313;
}

.hof_container table td.user p a,
#game_details table td.user p a {
  color: #ffa800;
}

.hof_container table tr.highlight td.user p a,
#game_details table tr.highlight td.user p a {
  color: #990000;
}

.hof_container tr.current_user td.user p a {
  color: #ff9900;
}

.hof_container table tr.highlight td.user p a {
  color: #990000;
}

.hof_container table th.score,
.hof_container table td.score {
  width: 101px;
}

.hof_container table td.score,
#game_details table td.score {
  color: #69840c;
  font-size: 16px;
}

.hof_container table th.total_plays,
.hof_container table td.total_plays {
  width: 103px;
}

.hof_container table tr.highlight td.total_plays {
  color: #333;
}

.hof_container table th.total_wins,
.hof_container table td.total_wins {
  width: 80px;
}

.hof_container table td.total_wins {
  border-right: 1px solid #7c7c7c;
}

.hof_container table tr.highlight td.total_wins {
  color: #333;
}

.hof_container .table_closer {
  background: url('/images/community/hof/table_bgs.png') no-repeat left bottom;
  height: 37px;
  margin-top: -1px;
}

.halloffame_wrapper div#game_nav {
  width: 252px;
  margin: 0 -25px 0 0;
}

.halloffame_wrapper div#game_nav h3 {
  margin: 0;
  margin-top: 30px;
}

.halloffame_wrapper div#game_nav ul {
  margin-top: 12px;
  margin-left: 8px;
}

.halloffame_wrapper div#game_nav ul li {
  float: left;
  margin: 0 20px 0 0;
  padding-bottom: 20px;
}

.halloffame_wrapper div#game_nav ul li a {
  display: block;
  height: 60px;
  position: relative;
  width: 95px;
}

#content .halloffame_wrapper div#game_nav ul li a:hover {
  cursor: pointer;
}

.halloffame_wrapper div#game_nav ul li a span.active {
  background: url('/images/community/hof/nav_active.png');
  display: block;
  height: 78px;
  left: -10px;
  position: absolute;
  top: -7px;
  width: 114px;
}

#content .halloffame_wrapper div#game_nav ul li a span.hover {
  background: url('/images/community/hof/nav_hover.png');
  display: none;
  height: 66px;
  left: -3px;
  position: absolute;
  top: -2px;
  width: 102px;
  z-index: 100;
}

#content .halloffame_wrapper div#game_nav ul li a:hover span.hover {
  display: block;
}

.community_halloffame_header
{
	margin: 0 0 15px 0;
	padding: 0;
	float: left;
	position: relative;
}

/* halloffame end*/
