@charset "utf-8";
/* CSS Document */

TableDescription {
	width: 100px;
}

body{
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#a9a9a9;
}

.field2button{
	border:thin solid #007E3E;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	padding:5px;
	margin-left:10px;
	cursor:pointer;
}

.discussionArchiv p{
	color:#ffffff;
	background-color:#007E3E;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	padding:5px;
	-webkit-box-shadow: 5px 5px 10px #999999; /* webkit browser*/ 
	-moz-box-shadow:  5px 5px 10px #999999; /* firefox */ 
	box-shadow:  5px 5px 10px #999999;
}

.invitation2{	
	display:none;
}

.wrapper
{

}

img
{
	border:none;
}

.errorBox {
	font-weight: bold;
	color: #CC0000;
  	font-weight:bold;
	border: thin solid #CC0000;
	padding:5px;
	margin-bottom:15px;
	
}

.statisticHeaderRed {
	font-weight: bold;
	color: #ffffff;
  	font-weight:bold;
	border: thin solid #ffffff;
	padding:5px;
	margin-bottom:20px;
	font-size:10px;
}

.statisticHeader {
	font-weight: bold;
	color: #ffffff;
  	font-weight:bold;
	border: thin solid #ffffff;
	padding:5px;
	margin-bottom:20px;
	font-size:10px;
}

.textRedBold{
	font-weight: bold;
	color: #CC0000;
}

table {
	margin-left:10px;
	margin-right:10px;
}



.tableNoMargin{
	margin:0px;
}

.tableNoMargin td{
	margin:0px;
	height:30px;
}

.tableNoMargin2{
	margin:0px;
}

.tableNoMargin2 td{
	margin:0px;
	height:20px;
}

.playerSearchTable{
	width:750px;
	text-align:center;
	border:thin solid #007E3E;
	background-color:#FFFFFF;
}

.playerSearchTableFree{
	width:100%;
	text-align:center;
	border:thin solid #007E3E;
	background-color:#FFFFFF;
	margin:0px;
}

.courtSearchTable{
	width:100%;
	text-align:left;
	border:thin solid #007E3E;
	background-color:#FFFFFF;
	margin:0px;
}

.playerSearchTable100{
	width:100%;
	margin:0px;
	border:thin solid #007E3E;
	background-color:#FFFFFF;
}

.tableBorderNoMargin{
	margin:0px;
	border:thin solid #007E3E;
	background-color:#FFFFFF;
	width:790px;
}

.playerSearchTable img{
	border:none;
}

.odd:hover{
  background-color:#009B4E;
  color:#FFFFFF;
}

.odd{
	background-color:#FFFFFF;
}

.even{
	background-color:#EFEFEF;
}

.even:hover{
  background-color:#009B4E;
  color:#FFFFFF;
}

.evenUnread{
	background-color:#EFEFEF;
	font-weight:bold;
}

.evenUnread:hover{
  background-color:#009B4E;
  color:#FFFFFF;
}

.oddUnread{
	background-color:#FFFFFF;
	font-weight:bold;
}

.oddUnread:hover{
	background-color:#009B4E;
  	color:#FFFFFF;
}

.personalDataLabel{
	width:150px;
	float:left;
	margin-top:10px;
	font-weight:bold;
	margin-left:10px;
}
.personalData{
	margin-top:10px;
	width:350px;
	float:left;
}
.personalDataWider{
	margin-top:10px;
	width:550px;
	float:left;
}
.careerData{
	width:600px;
}
.personalImage{
	width:100px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-right:15px;
}

.clubTable{
	width:700px;
}

.clubTableLabel{
	width:150px;
}

.clubTableData{
	width:200px;
}

.frame{
	width: 995px;
	border: thin solid #666666;
	padding-bottom: 10px;
	height: auto;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px #666666; /* webkit browser*/ 
	-moz-box-shadow: 0px 0px 25px #666666; /* firefox */ 
	box-shadow: 0px 0px 25px #666666;
}

.header{
	opacity: 1;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/header_bg.jpg);
	height:100px;
}

.footer{
	clear:both;
	padding-top:15px;
	margin-top:15px;
	padding-right: 20px;
	padding-left: 20px;
}



body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:20px;
	color:#333;
}

.nav{
	font-weight:bold;
	margin-bottom:15px;
	background-color:#EEEEEE;
	height:40px;
	width:955px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/nav.jpg);
}

.spacer{
height:50px;
}

.navButton{
	width:100px;
	background-color:#007E3E;
	padding:5px;
	border:thin solid #666666;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.navButton:hover{
	width:100px;
	background-color:#666666;
	padding:5px;
	border:thin solid #666666;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.content{
	width:790px;
	height: auto;
	float:left;
	margin-right:20px;
	margin-left:20px;
}

.contentWide{
	width:955px;
	height: auto;
	float:left;
	margin-right:20px;
	margin-left:20px;
}

.rightColumn{
	float:left;
	width:145px;
}

a:link{
	color:inherit;

}
a:hover{
	color:inherit;
	text-decoration:none;
}
a:active{
	color:inherit;

}
a:visited{
	color:inherit;

}

h1{
	font-weight:bold;
	color:#007E3E;
	font-size:14px;
}

input{
	background-color:#FFFFFF;
	border: thin solid #007E3E;
	margin-bottom:5px;
}

textarea{
	background-color:#FFFFFF;
	border: thin solid #007E3E;
	margin-bottom:5px;
}

select{
	background-color:#FFFFFF;
	border: thin solid #007E3E;
		margin-bottom:5px;
}

.tableLabelNoWidth{
	font-weight:bold;
}

.inboxMessageTable{
	border: thin solid #007E3E;
	margin:0px;
}
.inboxMessageTableColumn{
	width:150px;
}
.inboxMessageTableColumnSubject{
	width:250px;
}
.writeMessageBox{
	border: thin solid #007E3E;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:145px;
	float:left;
	text-align:center;
	background-color:#007E3E;
	color:#FFFFFF;
	font-weight:bold;
	
}
.writeMessageBox:hover{
	background-color:#FFFFFF;
	color:#007E3E;
}
.newMessageNotificationBox{
	background-color:#FFFFFF;
	color:#007E3E;
	padding:5px;
	font-weight:bold;
	border: thin solid #007E3E;
	margin-bottom:25px;
}

.successBox{
	color:#007E3E;
  	font-weight:bold;
	border: thin solid #007E3E;
	padding:5px;
	margin-bottom:15px;
}

.successBoxTopMargin{
	margin-top:15px;
	color:#007E3E;
  	font-weight:bold;
	border: thin solid #007E3E;
	padding:5px;
}

.tableHeaderColumn{
  background-color:#007E3E;
  color:#FFFFFF;
  font-weight:bold;
}

.tableFooterColumn{
  color:#007E3E;
  font-weight:bold;
  text-align:center;
}

.navigationHeaderColumn{
  color:#007E3E;
  font-weight:bold;
  text-align:center;
  margin-bottom:10px;
  margin-top:10px;
}

.navigationHeaderColumn a{
  padding:3px;
  border: 1px solid #007E3E;
  text-decoration:none;
  background-color:#FFFFFF;
}

.textRedBoldNavigation {
  padding:3px;
  border: 1px solid #CC0000;
  text-decoration:none;
  background-color:#CC0000;
  color:#FFFFFF;
}

.navigationHeaderColumn a:hover{
  padding:3px;
  border: 1px solid #007E3E;
  color:#FFFFFF;
  text-decoration:none;
  background-color:#007E3E;
}


.navigationFooterColumn{
  color:#007E3E;
  font-weight:bold;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
}

.navigationFooterColumn a{
  padding:3px;
  border: 1px solid #007E3E;
  text-decoration:none;
  background-color:#FFFFFF;
}

.navigationFooterColumn a:hover{
  padding:3px;
  border: 1px solid #007E3E;
  color:#FFFFFF;
  text-decoration:none;
  background-color:#007E3E;
}

.textBold{
  font-weight:bold;
  margin-bottom:5px;
  width:100px;
}

.textBoldNoWidth{
  font-weight:bold;
}

div.autocomplete {
  position:absolute;
  width:450px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;

}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

.person
{
	padding:5px;
	width:95px;
}

.person a
{
	text-decoration:none;
}

.person_left
{

}

.person:hover
{
	background-color:#007E3E;
	color:#FFFFFF;
}

.person img
{
	border:none;
}

.person_left img
{
	border:none;
}

.list
{
	background-color:#EFEFEF;
	vertical-align:middle;
}

.list_odd
{
	background-color:#DDDDDD;
	vertical-align:middle;
}

.list img
{
	border:none;
}

.list_odd img
{
	border:none;
}

.gallery img
{
	border:none;
}

.galleryOdd img
{
	border:none;
}

.groupBox{
	border-left: thin solid #007E3E;
	border-right: thin solid #007E3E;
	border-bottom: thin solid #007E3E;
	padding:5px;
	width:135px;
	float:left;
	text-align:left;
	background-color:#EFEFEF;
}
.groupBox:hover{
	background-color:#FFFFFF;
	color:#007E3E;
}
.groupBox_odd{
	border-left: thin solid #007E3E;
	border-right: thin solid #007E3E;
	border-bottom: thin solid #007E3E;
	padding:5px;
	width:135px;
	float:left;
	text-align:left;
	background-color:#DDDDDD;
}
.groupBox_odd:hover{
	background-color:#FFFFFF;
	color:#007E3E;
}

.gallery{
	width:135px;
	text-align:center;
	clear:both;
	padding:5px;

}

.galleryOdd{
	width:135px;
	text-align:center;
	clear:both;
	padding:5px;
}

.rightColumnHeader{
	background-image: url(../images/round147.jpg);
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:147px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.rightColumnButton
{
	background-image: url(../images/button.jpg);
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:147px;
	height:30px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.teaserBox4{
	width:223px;
	text-align:left;
	clear:both;
	border: thin solid #007E3E;
	margin-right:18px;
	float:left;
	margin-bottom:20px;
	margin-left:0px;
}

.teaserBox5{
	width:470;
	text-align:left;
	clear:both;
	border: thin solid #007E3E;
	margin-right:18px;
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}

.teaserBoxHeader{
	padding:5px;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#007E3E;
	background-image: url(../images/bg.jpg);
}

.teaserBoxContent{
	padding:5px;
}

.teaserBoxContent2{
	padding:0px;
}

.loginWrapper
{
	width:466px;
}

.smallFont {
	font-size:10px;
}

.invitation
{
	width:500px;
	height:300px;
	position: absolute;
	z-index:10;
	background-color:#FFFFFF;
	border:5px solid #007E3E;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
}

.invitation2
{
	width:500px;
	height:300px;
	position: absolute;
	z-index:10;
	background-color:#FFFFFF;
	border:5px solid #007E3E;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
}

.filter
{
	float:left;
}

.guestbookHeader
{
	border-top:1px solid #007E3E;
	border-bottom:1px solid #007E3E;
	background-color:#FFFFFF;
	padding:5px;
	width:760px;
	margin-bottom:10px;
}
.guestbookHeader2
{
	width:560px;
	float:left;
}
.guestbookHeader3
{
	width:200px;
	text-align:right;
	float:left;
}

.guestbookImage
{
	float:left;
	margin-right:10px;
}

.guestbookEntry
{
	float:left;
	width:500px;
}

.groupBox2{
	border-left: thin solid #007E3E;
	border-right: thin solid #007E3E;
	border-bottom: thin solid #007E3E;
	padding:5px;
	width:135px;
	float:left;
	text-align:left;
	background-color:#EFEFEF;
	font-size:10px;
}
.groupBox2:hover{
	background-color:#FFFFFF;
	color:#007E3E;
}
.groupBox2_odd{
	border-left: thin solid #007E3E;
	border-right: thin solid #007E3E;
	border-bottom: thin solid #007E3E;
	padding:5px;
	width:135px;
	float:left;
	text-align:left;
	background-color:#DDDDDD;
	font-size:10px;
}
.groupBox_odd2:hover{
	background-color:#FFFFFF;
	color:#007E3E;
}

.commentWrapper
{
	clear:both;
}

.commentImage
{
	float:left;
	width:40px;
}

.commentText
{
	float:left;
	width:400px;
}

.textRed
{
	font-weight: bold;
	color: #CC0000;
}

.seasonBox{
	color:#ffffff;
	background-image: url(../images/bg.jpg);
  	font-weight:bold;
	border: thin solid #007E3E;
	padding:5px;
	margin-bottom:15px;
}

.onlineUser
{
	width:500px;
	position: absolute;
	z-index:10;
	background-color:#FFFFFF;
	border:5px solid #007E3E;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
}

.umfrage{
	position:relative;
	top:-20px;
}


