/*************************
topStyles */

body {
  margin:0px;
  padding:0px;
  background-color:#1e1e1e;
  background-image:url(../_img/bg_content.jpg);
  background-repeat:no-repeat;
  font-family:Arial,Verdana,Helvetica,Sans-serif;
  font-size:11px;
}

td {
  font-family:Arial,Verdana,Helvetica,Sans-serif;
  font-size:11px;
}

div.spacer {
  font-size:0px;
  margin:0px;
  padding:0px;
}

#topBanner {
  position:absolute;
  left:150px;
  top:15px;
  width:680;
  text-align:center;
}

#rightBanner {
  position:absolute;
  top:90px;
  left:842px;
}

/*************************
headerStyles */
#header {
  width:830;
  overflow:hidden;
  border-bottom:2px solid #FFFFFF;
  color:#FFFFFF;
  z-index:1
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  height:137;
}

html>body #header {
  height:135px;
}

#logo {
  width:70;
  position:relative;
  margin:10 0 0 40;
  z-index:2;
}

#utilWrap {
  position: aboslute;
  top:90px;
}

#util{
  position: absolute; 
  top:90px; 
  width:830px;
  background-image:url(../_img/bg_utilBar.gif);
  background-repeat:repeat-x;
  height:45px;
}

#search {
  width:34px;
  color:#FFFFFF;
  font-size:11px;
}

#lang {
  color:#FFFFFF;
  font-size:11px;
}

#lang a {
  color:#FFFFFF;
  text-decoration:none;
}

#lang a:hover{
  text-decoration:underline;
}

/*************************
topNavStyles */

#topNav {
  float:left;
  width:830px;
  font-size:11px;
  background-image:url(../_img/bg_topNav_shade.gif);
  background-repeat:repeat-x;
  border-Bottom:2px solid #ef110e;  
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  height:30px;
}

html>body #topNav {
  height:28px;
}
#topNav ul {
  list-style:none;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  margin:4 0 0 160;
}
html>body #topNav ul {
  padding:0;
}

#topNav li {
  float:left;
  padding:0;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  margin:0;
}

html>body #topNav li {
  padding-top:4;
}
#topNav a {
  nowrap;
  text-decoration:none;
  color: #FFFFFF; 
  text-transform:uppercase;
  font-weight:bold; 
  padding-left: 10px;
}

#topNav #topNav a:link, #topNav a:visited, #topNav a:active {
  color: #FFFFFF; 
  text-transform:uppercase;
  font-weight:bold; 
  padding-left: 10px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  padding-top:0;
  }
html>body #topNav a:link, #topNav a:visited, #topNav a:active {
  padding-top:5;
}

#topNav a:link span, #topNav a:visited span, #topNav a:active span {
  padding-right: 10px;
  cursor:hand;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  padding-top:5;
  height:22;
  }
html>body #topNav a:link span, #topNav a:visited span, #topNav a:active span {
  height:30;
  padding-top:5;
  padding-bottom:4;
}

#topNav a:hover {
  color: #fff; 
  background: url(../_img/img_tabNav_left_hi.gif); 
  background-position: left top;
  background-repeat: no-repeat;
  background-color:#1e1e1e;
  font-weight:bold; 
  padding-left: 10px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
}
html>body #topNav a:hover{
  height:30;
  padding-top:5;
  padding-bottom:4;
}

#topNav a:hover span {
  background-image: url(../_img/img_tabNav_right_hi.gif); 
  background-position: right top;
  background-repeat: no-repeat;
  background-color:#1e1e1e;
  padding-right: 10px;
  cursor:hand;
}

#topNav ul li.active a {
  color: #fff; 
  background: url(../_img/img_tabNav_left_hi.gif); 
  background-position: left top;
  background-repeat: no-repeat;
  background-color:#1e1e1e;
  font-weight:bold; 
  padding-left: 10px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
}
html>body #topNav ul li.active a {
  height:30;
  padding-top:5;
  padding-bottom:4;
}

#topNav ul li.active a span {
  background-image: url(../_img/img_tabNav_right_hi.gif); 
  background-position: right top;
  background-repeat: no-repeat;
  background-color:#1e1e1e;
  padding-right: 10px;
  cursor:hand;
}

/*************************
sideNavigationStyles*/
#sideNav {
  width:150px;
  height:100%;
  vertical-align:top;
  background-color:#600706;
  padding:10px 0px 0px 0px;
}

#sideNav ul.nav {
	margin:0px;
	padding:0px;
	list-style-type: none; 
}

#sideNav ul.nav a{
  height:17px;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
	display: block;
	padding:1px 5px 2px 10px;
	text-decoration:none;
	line-height:17px;
	background-image: url(../_img/bg_leftNav_lo.gif);
	background-repeat: repeat-x;
}

#sideNav ul.nav a:hover {
	background-image: url(../_img/bg_leftNav_hi.gif);
	background-repeat: repeat-x;
}

#sideNav ul.nav li.active a {
	background-image: url(../_img/bg_leftNav_hi.gif);
	background-repeat: repeat-x;
}

#sideNav ul.subNav {
	margin:0px;
	padding:0;
	list-style-type: none; 
}

#sideNav ul.subNav a {
  height:18px;
  color:#000000;
  font-size:11px;
	display: block;
	padding:2px 0px 0px 18px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
  background-color:#eeeeee;
}

#sideNav ul.subNav a:hover {
  color:#000000;
  background-color:#FFFFFF;
	display: block;
	background-image: url(../_img/bg_leftNav2_arrows.gif);
	background-repeat: no-repeat;
}

#sideNav ul.subNav li.active a {
	color: #000000;
  background-color:#FFFFFF;
	display: block;
	background-image: url(../_img/bg_leftNav2_arrows.gif);
	background-repeat: no-repeat;
}

/*************************
content tabNavStyles */

#tabNav {
  float:left;
  width:470px;
  font-size:11px;
  background-image:url(../_img/bg_tabNav_shade.gif);
  background-repeat:repeat-x;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  height:29px;
}

html>body #tabNav {
  height:27px;
}
#tabNav ul {
  list-style:none;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  margin:10 0 0 0;
}
html>body ul {
  padding:0;
}

#tabNav li {
  float:left;
  padding:0;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  margin:0;
}

html>body #tabNav li {
  padding-top:4;
}
#tabNav a {
  nowrap;
  text-decoration:none;
}

#tabNav a:link, #tabNav a:visited, #tabNav a:active {
  color: #1e1e1e; 
  background: url(../_img/img_tabNavWhite_left_lo.gif); 
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 10px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  padding-top:0;
  }
html>body #tabNav a:link, #tabNav a:visited, #tabNav a:active {
  padding-top:5;
}

#tabNav a:link span, #tabNav a:visited span, #tabNav a:active span {
  background-image: url(../_img/img_tabNavWhite_right_lo.gif); 
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 10px;
  cursor:hand;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  padding-top:3;
  height:18;
  }
html>body #tabNav a:link span, #tabNav a:visited span, #tabNav a:active span {
  height:26;
  padding-top:5;
  padding-bottom:4;
}

#tabNav a:hover {
  color: #1e1e1e; 
  background: url(../_img/img_tabNavWhite_left_hi.gif); 
  background-position: left top;
  background-repeat: no-repeat;
  font-weight:bold; 
  padding-left: 10px;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
}
html>body #tabNav a:hover{
  height:30;
  padding-top:5;
  padding-bottom:4;
}

#tabNav a:hover span {
  background-image: url(../_img/img_tabNavWhite_right_hi.gif); 
  background-position: right top;
  background-repeat: no-repeat;
  padding-right: 10px;
  cursor:hand;
}


/*************************
contentStyles*/
td.content{
  width:660px;
  vertical-align:top;
  background-color:#FFFFFF;
  padding:10 10 40 10;
}

h2 {
  font-size:15px;
  font-weight:bold;
  color:#990b09;
  margin:0 0 10 0;
}

h3 {
  font-size:11px;
  color:#990b09;
  margin:0 0 10 0;
}

p {
  font-size:11px;
  margin:5px 0px 5px 0px;
}

/*p {
  font-size:11px;
  margin:5 0 5 0;
  padding:0 8 0 8;
}*/

    
ul {
	voice-family:inherit;
	margin: 7px 0px 17px 15px;
	list-style-type:disc;
}

html>body ul {
	margin: 10px 0px 15px 15px;
	list-style-type:disc;
}

ol {
	voice-family:inherit;
	margin: 7px 0px 17px 24px;
}

html>body ol {
	margin: 10px 0px 15px -22px;
}

.smallTxt {
  font-size:10px;
}

hr {
  height: 1px;
  color: #d6d6d6;
  background-color: #d6d6d6;
  border: none;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  margin: 2 0 0 0;
} 
html>body hr {
  margin: 10 0 10 0;
}

a:link, a:active , a:visited{
  color:#990b09;
  text-decoration:none;
}

a:hover {
  color:#ef110e;
  text-decoration:none;
}

a.tit:link, a.tit:visited, a.tit:active {
  font-size:15px;
  font-weight:bold;
  color:#990b09;
  text-decoration:none;
}

a.tit:hover {
  color:#ef110e;
}

a.subTit:link, a.subTit:visited, a.subTit:active {
  font-size:11px;
  font-weight:bold;
  color:#990b09;
  text-decoration:none;
}

a.subTit:hover {
  color:#ef110e;
}

a.util:link, a.util:visited, a.util:active {
  font-size:11px;
  font-weight:normal;
  color:#ffffff;
  text-decoration:none;
}

a.util:hover {
  color:#ef110e;
}

.back {
  background-color:#eeeeee;
  border-bottom:1px solid #d6d6d6;
  margin-top:20px;
  padding: 2px 8px 2px 8px;
  text-align:right;
}

.titBarRed {
  color:#FFFFFF;
  font-weight:bold;
  height:20px;
  padding: 3px 10px 3px 10px;
  background-image:url(../_img/bg_teaserHead_red.gif);
  background-repeat:repeat-x;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  margin-bottom:2px;
}
html>body .titBarRed{
  margin-bottom:-1px;
  padding-bottom:0px;
}

.titBarGrey {
  color:#FFFFFF;
  font-weight:bold;
  height:20px;
  padding: 3px 10px 3px 10px;
  background-image:url(../_img/bg_teaserHead_grey.gif);
  background-repeat:repeat-x;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
  margin-bottom:2px;
}
html>body .titBarGrey{
  margin-bottom:-1px;
  padding-bottom:0px;
}

.subHomeImg {
  margin-bottom:10px;
}

.newsImg {
  padding-right: 10px;
  padding-bottom: 10px;
}

.txtLightGrey {
  color:#999999;
  font-size:10px;
  margin-top:3px;
  margin-bottom:5px;
}

td.newsSml {
 vertical-align:top;
 padding-top:5;
}

.tblHead {
  font-weight:bold;
  background-color:#d6d6d6;
  padding: 2px 8px 2px 8px;
}

.forumItem {
  background-color:#eeeeee;
  padding: 8px 5px 3px 8px;
  border-bottom:1px solid #d6d6d6;
}

.loginBox {
  background-color:#d6d6d6;
  padding: 5px 5px 5px 8px;
}

.tblBottom {
  border-bottom:1px solid #d6d6d6;
  padding: 4px 5px 4px 8px;
}

.clubLogo {
  border-bottom:1px solid #d6d6d6;
}

tr.tblRowGrey td {
  background-color:#eeeeee;
  border-bottom:1px solid #d6d6d6;
  vertical-align:top;
}

tr.tblRowGrey td.right {
  padding-right: 8px;
  padding: 2px 8px 2px 8px;
}

tr.tblRowGrey td.center {
  background-color:#FFFFFF;
  padding: 2px 8px 2px 8px;
}

tr.tblRowGrey td.left {
  text-align:right;
  padding-left: 8px;
  padding: 2px 8px 2px 8px;
}

.greyBox {
  background-color:#eeeeee; 
  padding: 8px 8px 8px 8px; 
  border-bottom:2px solid #FFFFFF;
}

#myAxpoContainer {
  border-right:1px solid #d6d6d6;
  border-bottom:1px solid #d6d6d6;
  border-left:1px solid #d6d6d6;
}

/*************************
rankingTableStyles*/
.tblFirst {
  border-bottom:1px solid #4c4c4c;
  padding: 2px 5px 2px 8px;
}

.tblReg {
  border-bottom:1px solid #d6d6d6;
  padding: 2px 8px 2px 8px;
}

.tblLast {
  border-top:1px solid #4c4c4c;
  border-bottom:1px solid #d6d6d6;
  padding: 2px 8px 2px 8px;
}

tr.tblRow0 td {
  border-bottom:1px solid #4c4c4c;
  font-weight:bold;
  padding: 2px 3px 2px 3px;
}

tr.tblRow0 td.left {
  padding-left: 8px;
}

tr.tblRow0 td.right {
  text-align:right;
  padding-right: 8px;
}

input.tipp {
  font-size:10;
  width:21;
  height:17;
}

tr.tblRow td {
  border-bottom:1px solid #d6d6d6;
  padding: 2px 3px 2px 3px;
}

tr.tblRow td.right {
  padding-right: 10px;
}

tr.tblRow td.left {
  padding-left: 8px;
}

tr.tblRowHighlight td {
	background-color:#eeeeee;
	padding: 2px 3px 2px 3px;
	border-bottom:1px solid #d6d6d6;
}

tr.tblRowHighlight td.right {
  padding-right: 10px;
}

tr.tblRowHighlight td.left {
  padding-left: 8px;
}

.rankingPos1, .rankingPos2
{
	background-color: #a2c0e0;
}

.rankingPos3, .rankingPos4
{
	background-color: #dae6f3;
}

.rankingPos9 
{
	background-color: #fab7b6;
}

.rankingPos10 
{
	background-color: #d6d6d6;
}

tr.rankingPos1 td, tr.rankingPos2 td, tr.rankingPos3 td, tr.rankingPos9 td
{
	border-bottom: 1px solid #FFFFFF;
}

.divColorLegend 
{
	width: 10px; 
	height: 10px; 
	float: left;  
	margin-right: 3px;
	margin-top: 2px;
}

.divTeaser 
{
	width: 230px;
	background-color: #D6D6D6;
	padding: 0px;
}

.divTeaser.left 
{
	float: left;
}

.divTeaser.right 
{
	float: right;
}

.divTeaser img 
{
	float: left;
	margin-right: 5px
}

.teaserText 
{
	height: 45px;
	padding-right: 3px;	
}



/*************************
footerStyles*/
#footer {
  vertical-align:middle;
  background-color:#4c4c4c;
  border-top:2px solid #1e1e1e;
  color:#FFFFFF;
  padding: 6px 10px 7px 10px;
}

#footer a:link, #footer a:atcive, #footer a:visited {
  color:#FFFFFF;
  text-decoration:none;
}

#footer a:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

/*************************
buttons*/
.prevbuttongrey {
	background-image:url(../_img/btn_greyArrowsLeft.gif);
	width:15px;
	padding-bottom:1px;
	padding-left:15px;
	line-height:16px;
}
.nextbuttongrey 
{
	background-image:url(../_img/btn_greyArrowsRight.gif);
	width:15px;
	padding-bottom:1px;
	padding-left:15px;
	line-height:16px;
}
a.savebutton
{
	background-image:url(../_img/but_save-de.gif);
	width:94px;
	padding-bottom:1px;
	padding-left:91px;
	line-height:16px;
}
.deletebutton
{
	background-image:url(../_img/but_delete-de.gif);
	width:84px;
	padding-bottom:1px;
	padding-left:81px;
	line-height:16px;
}
.confirmplayerbutton
{
	background-image:url(../_img/but_confirmplayer-de.gif);
	width:149px;
	padding-bottom:1px;
	padding-left:146px;
	line-height:16px;
}
.leavebutton
{
	background-image:url(../_img/but_resign-de.gif);
	width:98px;
	padding-bottom:1px;
	padding-left:95px;
	line-height:16px;
}
.showbutton
{
	background-image:url(../_img/but_show-de.gif);
	width:87px;
	padding-bottom:1px;
	padding-left:84px;
}
.groupbutton
{
	background-image:url(../_img/but_groups-de.gif);
	width:85px;
	padding-bottom:1px;
	padding-left:82px;
}
.playerbutton
{
	background-image:url(../_img/but_players-de.gif);
	width:79px;
	padding-bottom:1px;
	padding-left:76px;
}


/*************************
misc*/

.avatLink {
  cursor:hand;
  cursor:pointer;
}

.avatNick {
  height:64px;
  background-image:url(../_img/img_avatBg_nick.jpg);
  background-repeat:no-repeat;
  text-align:center;
  padding-bottom:3px;
}

.CommonSidebarHeader
{
  color:#FFFFFF;
  background-color:#4c4c4c;
  font-weight:bold;
  font-size:11px;
  padding: 3px 8px 2px 8px;
  background-image:url(../../../Futurecom/_img/bg_teaserHead_grey.gif);
  background-repeat:repeat-x;
  border-bottom:2px solid #FFFFFF;
 	voice-family: "\"}\""; 
 	voice-family:inherit;
	margin:0px;
}

.CommonSidebarContent
{
	font-family: Arial,Verdana,Helvetica,Sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 8px;
	background-color: #eeeeee;
	overflow: hidden;
}

.divCellPhotoGallery
{
	/*width:211px;*/
	border:none;
	float:left;
	/*padding: 5px;*/
	text-align:left;
	padding:5px;
	line-height:1.5em;
	color:#000000;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:0.8em;
	font-weight:normal;
	background-color:#EEEEEE;
	border-bottom-style:solid;
	border-bottom:1px;
	border-color:#FFFFFF;
} 

.buttonLink
{
	padding: 3px 4px 3px 1px;	
}

a.buttonLink
{
	background-color:#FFFFFF;
	background-image:url(../../Futurecom/_img/img_LinkIconImageRight.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #000000;
	color:#000000;
	font-size:9px;
	padding: 1px 14px 1px 5px;
	margin-top:2px;
	text-decoration:none;
	width:77px;
}

a.buttonLink:hover
{
	background-color:#000000;
	background-image:url(../../Futurecom/_img/img_LinkIconImageRight_Active.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #000000;
	color:#FFFFFF;
	font-size:9px;
	padding: 1px 14px 1px 5px;
	margin-top:2px;
	text-decoration:none;
	width:77px;
}

ul.withArrows li
{
	list-style-image: url(../_img/img_arrow_more.gif);
	padding-bottom: 5px;
	margin-left: 5px;
}

/*************************
Fairplay Trophy*/
table.fptTable 
{
	width: 100%;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.fptTable tbody tr td
{
	border-bottom: 1px solid #333333;
	text-align: center;
}

table.fptTable thead tr td
{
	font-weight: bold;
	
	border-bottom: 1px solid #333333;
	text-align: center;
}

.fptPointsCell 
{
	font-weight: bold;	
}

.fptTeamCell 
{
	text-align: left !important;
	font-weight: bold;	
}

.titBarGreyOpenHeight 
{
	color:#FFFFFF;
  font-weight:bold;
  padding: 3px 10px 3px 10px;
  background-image:url(../_img/bg_teaserHead_grey.gif);
  background-color:#3D3D3D;
  background-repeat:repeat-x;
  margin-bottom:2px;
}

.titBarGreyOpenHeight2 
{
	color:#FFFFFF;
  font-weight:bold;
  padding: 3px 10px 3px 10px;
  background-image:url(../_img/bg_teaserHead_grey2.gif);
  background-color:#3D3D3D;
  background-repeat:repeat-x;
  margin-bottom:2px;
}

.titBarGreyMiddle 
{
	background-color: #D6D6D6;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	margin-bottom:2px;
}

.lightGrey 
{
	background-color: #EEEEEE;
	padding: 3px 10px 3px 10px;
	margin-bottom:2px;
}

.supporterName 
{
	font-size: 16px;
	color: #D6D6D6;
}