/***************************************************************************
 *                                 style.css
 *                            -------------------
 *   begin                : Friday', Sep 22', 2006
 *   copyright            : ('C) 2005-2006 Stefan Radtke
 *   email                : webmaster@sradtke.de
 *
 *   $Id: style.css,v1.07 2007/03/26 15:23:20  sradtke.de $
 *
 *
 ***************************************************************************/


/*#######################################################################*/
/* ----- Style.css for bowling-script ----------------------------------------- */

A:link{
  color: #B0AEAE;
  text-decoration: none;
}

A:visited{
  color: #B0AEAE;
  text-decoration: none;
}

A:hover{
  color: #FF9900;
}


/* ----- background ----------------------------------------- */
#bowlingbody{
  font-family: Helvetica, Arial, Sans-Serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
}


/* ----- bowling table width ----------------------------------------- */
#bowlingtabelle {
	width:       90%;
}


/* ----- big headers on main site like 'bowling-statistic' ------------- */
#bowlingh1{
  color: #000000;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* ----- standard font in tables and text ------------------------------- */
#bowlingh2{
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* ----- standard font + color for records in statistic ---------------------- */
#bowlingh2rekord{
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFCC66;
}

/* ----- table header in the records and the enterdata page ------------ */
#bowlingh3{
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
}


/* ----- header in the statistic and all admin pages ------------ */
#bowlingh4{
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* ----- bold font in the statistic ------------ */
#bowlingh5{
  color: #000000;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* ----- font for position in the main table ------------ */
#bowlingh6{
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1px solid #000000;
}

/* ----- font for position up in the main table ------------ */
#bowlingh6up{
  color: #009933;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1px solid #000000;
}

/* ----- font for position down in the main table ------------ */
#bowlingh6down{
  color: #FF0000;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1px solid #000000;
}

/* ----- font for a record in the main table of the games ------------ */
#bowlingh6rekord{
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFCC66;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1px solid #000000;
}

/* ----- font in the statistic game listing ------------ */
#bowlingh7{
  color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 1px solid #000000;
	border-bottom: 0px none #000000;
}



/* ----- font in admin menu ------------ */
#bowlingadminleft {
	vertical-align: top;
	color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* ----- table header with sp, st, ds... ------------ */
#bowlingfontbig {
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
}

/* ----- bold table header with sp, st, ds... when table sorted by ------------ */
#bowlingfontbigsort{
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-weight: 800;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
}

/* ----- font for mini table ------------ */
#bowlingh8{
  color: #000000;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1px solid #000000;
}

/* ----- font for mini table ------------ */
#bowlingh9{
  color: #000000;
  font-size: 11px;
  text-align: center;
  font-weight: 800;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  border-left: 0px none #000000;
	border-right: 0px none #000000;
	border-top: 0px none #000000;
	border-bottom: 1px solid #000000;
}

/* ----- font for mini table ------------ */
#bowlingh10{
  color: #000000;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}
