/** ******************************************************* *
 * 
 * UserClass for Application:
 * Vereinswettbewerb
 * 
 * @date 18.09.2007
 * @author CKO - Christian Koepper
 * @copyright DFB Medien Gmbh & Co. KG
 *   
 ** ******************************************************* */
@import url("reset.css");
@import url("main.css");
@import url("simpletabs.css");

@CHARSET "ISO-8859-1";

tr.hover:hover {
 	background-color: #EBFFEB;
	cursor: pointer;  
}
 * html .tr:hover {cursor: hand; } /* nur fuer IE 5.5 - 6.x */

.openmsg:hover {
 	background-color: #EBFFEB;
	cursor: pointer;  
}
 * html .tr:hover {cursor: hand; } /* nur fuer IE 5.5 - 6.x */

tr.hover_extra {
	cursor: pointer;  
}
 * html .hover_extra {cursor: hand; } /* nur fuer IE 5.5 - 6.x */


.navigation {
	font-size: 11px;	
	border-top: 1px solid #9C9C9C;
	border-bottom: 1px solid #9C9C9C;	
	width: 100%;
}
/* Info-Messages */
.info {
  background-color: #FFFFE1;
  border: 1px solid #C3C3C3;
  color: #808000;
  line-height: 16px;
}
 
/* Change-Messages */
.success {
  background-color: #EFFFEF;
  border: 1px solid #C3C3C3;
  color: #008000;
  line-height: 16px;
} 

/* label */
.formlabeladmin {
  float: left;
  width: 150px;
  height: 15px;
  padding-top: 2px;
}
.formlabelnotify {
  float: left;
  width: 280px;
  height: 15px;
  padding-top: 2px;
}
 
 /* element */
.formelementadmin {
  float: left;
  width: 200px;
  border: 0px solid;
}
.formelementnotify {
  float: left;
  border: 0px solid;
}
.formrowsmalladmin, .formrowsmalladmin1 {
	clear: both;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	border: 0px solid;
}
.formrowsmalladmin1 {
	line-height: 16px;
	height: 20px;
}

.formrows {
	clear: both;
	line-height: 16px;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	height: 20px;
}
 
input {
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #c3c3c3;
  width: 220px;
}

input.notify {
  width: 170px;
}
 
input.refuse {
  background-color: #FFFFFF;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  border: 1px solid #c3c3c3;
  /* width: 252px; */
}

fieldset {
	padding-bottom: 10px;
}

.legend {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #008000;
  margin-left: 6px;
  padding: 0 3px;
}

.statsName1, .statsName2, .statsName3 {
	position: absolute;
	display: inline;
	font-size: 20px;
	color: #99AA99;
	text-transform: uppercase;
	border: 0px solid red;
}

.statsName1 {
	top: 360px;
	left: 20px;
}

.statsName2 {
	top: 600px;
	left: 20px;
}

.statsName3 {
	top: 600px;
	left: 260px;
}

.sucheverein td {
	padding-left: 3px;
}
.sucheverein img {
	padding: 2px;
}

.sucheverein .noAct img {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 2px;
	border: 1px dotted #FF0000;
}


