body {
	background-color: white;
}

hr {
	height: 10px;
    	color: #73238E;
    	background: #73238E;
    	font-size: 0;
    	border: 0;
}

h1 {
	color: #6B8E23;
	font-family: Century Gothic, sans-serif;
	font-size: 32px;
	font-weight: normal;
}

h2 {
	font-family: Century Gothic, sans-serif;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

p{
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

#clock{
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.login{
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.login input{
	background-color: white;
	color: #6B8E23;
	font-family: Century Gothic, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-color: #6B8E23;
	border-radius: 4px;
	width: 360px;
}

.login input[type=submit]:hover{
	background-color: #6B8E23;
	color: white;
}

table {
    border-collapse: collapse;
    width: auto;
}

th {
    text-align: left;
    padding: 8px;
    color: #320341;
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #320341;
}

td {
    text-align: left;
    padding: 8px;
    color: #320341;
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #320341;
}

.error{
	text-align: center;
	color: darkred;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-family: amarante;
	font-size: 20px;
	font-weight: normal;
}

.headerimg{
	width: 100px;
	height: 86px;
	float: left;
}

.headertitle{
	display: table-cell;
	height: 86px;
	vertical-align: middle;
}

	
.navbar{
	height: auto;
	width: 1000px;
	padding: 0;
	margin: 0;
	position: relative;
}
			
.navbar li{
	height: auto;
	width: auto;
	float: left; 
	text-align: center; 
	list-style: none; 
	color: #6B8E23;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;  
	padding: 0px;
	margin: 8px;					
}

.navbar a{							
	padding: 10px;
	text-decoration: none;
	color: #6B8E23;
	display: block;
}

.navbar li:hover{
	border-bottom: 3px solid #73238E;
}

.navbar a:hover{
	border-bottom: 3px solid #73238E;
}
								

.homescores{
	display:block;
	float:left;
	width:200px;
	text-align:right;
}

.scores{
	display:block;
	float:left;
	width:30px;
	margin-left:10px;
	margin-right:10px;
}

.awayscores {
	display:block;
	float:left;
	width:200px;
	text-align:left;
}

									
#wrap{
	width: 100%;
	height: 50px; 
	margin: 0; 
	z-index: 99;
}

.lightgreenbox {
	width: 95%;
	height: auto;
	margin: 10px;
	padding: 10px;
	background-color: #ACDA4C;
	color: #320341;
	border-radius: 5px;
}

.deeppurplebox {
	width: 95%;
	height: auto;
	margin: 10px;
	padding: 10px;
	background-color: #320341;
	color: white;
	border-radius: 5px;
}

.deeppurplebox th {
    text-align: left;
    padding: 8px;
    color: white;
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid white;
}

.deeppurplebox td {
    text-align: left;
    padding: 8px;
    color: white;
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid white;
}

.deeppurplebox a{
    color: white;
    font-family: Century Gothic, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.deeppurplebox input[type=submit]{
	background-color: #ACDA4C;
	color: #320341;
	font-family: Century Gothic, sans-serif;
    	font-size: 16px;
    	font-weight: bold;
	border-radius: 5px;
}

.deeppurplebox input[type=submit]:hover{
	color: #ACDA4C;
	background-color: #320341;
}

.deeppurplebox .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #ACDA4C;
	color: #320341;
	font-family: Century Gothic, sans-serif;
    	font-size: 32px;
    	font-weight: bold;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    position: absolute;
    z-index: 1;
	left: 50%
    margin-left: -200px;
}

.deeppurplebox:hover .tooltiptext {
    visibility: visible;
}

#header {
	padding: 5px;
}

.scoreboard input{
	width: 95%;
	height: auto;
	margin: 10px;
	padding: 10px;
	background-color: #ACDA4C;
	color: #320341;
	border: 0px;
	border-radius: 5px;
	font-family: Century Gothic, sans-serif;
	font-size: 16px;
	font-weight: normal;
}