.dummy
{
}

/*****************************************
  DIV declarations
 *****************************************/
 
/* declaration of main heading DIV */
#main {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 800px;
	height: 75px;
	background: url(/lhpl/images/main.jpg);
	background-color: #008000;
}

/* declaration of subheading DIV */
#sub {
	position: absolute;
	left: 50px;
	top: 75px;
	width: 800px;
	height: 20px;
	background-color: #006000;
}

/* declaration of links DIV */
#links {
	position: absolute;
	left: 50px;
	top: 95px;
	width: 100px;
	height: 500px;
	background: url(/lhpl/images/links.jpg);
	background-color: #FFFF00;
}

/* declaration of content DIV */
#content {
	position: absolute;
	left: 200px;
	top: 95px;
	width: 550px;
	height: 500px;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #000000;
}

/*****************************************
  formatting for League Table Report 
 *****************************************/

table.report {
	border: solid thin #000000;
	background-color: #CCFFCC;
}

.report_header {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #008000;
}
			
.report_text {
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #003300;
	font-weight: normal;
}

/*************************************
  formatting for links
 *************************************/
  
a.nav:link {
	font-family: arial, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #006000;
	padding: 0.0em 0.2em;
}

a.nav:visited {
	font-family: arial, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #006000;
	padding: 0.0em 0.2em;
}

a.nav:hover {
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #006000;
	padding: 0.0em 0.5em;
}

/*************************************
  HEADINGS
 *************************************/

.mainheading {
	font-family: arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	background-color: #008000;
}

.green14 {
	font-family: arial, sans-serif;
	font-size: 14pt;
	color: #003000;
	font-weight: bold;
}

.green12 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #003000;
	font-weight: bold;
}

.loginstatus {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #006000;
	font-weight: bold;
	background-color: #88CC88;
}
  
.important {
	font-family: arial, sans-serif;
	font-size: 14pt;
	color: red;
	font-weight: bold;
}

.heading001 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #00A000;
	border-top: solid thin #003000;
	border-bottom: solid thin #003000;
	padding: 0.0em 0.5em;
}

/*************************************
  ADMIN styles
 *************************************/
.admin_subtext {
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #003000;
}

.season_line {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #006400;
	text-align: center;
}
/**************************************
 random stuff
 **************************************/
.whiteongrey {
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #AAAAAA;
  text-align: center;
}

.a10bold_black_center {
  font-family: arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
} 
