.error {
   position:            relative;
	color:               #ff0000;
	background:          white;
}

.headline {
	font-size:           larger;
	font-weight:         bold;
	padding-left:        5px;
	padding-right:       5px;
	color:               white;
   background:          #006600;
}

.byline	 {
	font-size:           smaller;
	font-weight:         bold;
	text-align:          left;
	color:               white;
}

.clubsName {
   font-size: 			   100%;
   font-weight:         bold;
   font-style: 		   italic;
   text-align:			   left;
   background-color:	   #eeffff;
}

.clubsSection {
   font-size: 			   90%;
   font-weight:         bold;
   font-style: 		   italic;
   text-align:			   left;
}

.clubsSubSection {
   font-size: 			   90%;
   font-weight:         bold;
   font-style: 		   italic;
   text-align:			   left;
   color:               white;
   vertical-align:      top;
}

.clubsDetails {
   font-size: 			   90%;
   text-align:			   left;
   vertical-align:      top;
}

.clubsTiny {
   font-size: 			   80%;
   text-align:			   left;
   color:               #eeeeee;
}

.adminScore {
   font-size:           80%;
   text-align:          center;
   color:               black;
   background:          lightgreen;
   vertical-align:      top;
}

.adminScoreDisabled {
   text-align:          center;
   font-weight:         bold;
   color:               white;
   background:          green;
   vertical-align:      top;
}
