.statheading{
		font: bold 12px arial;
		color: black;
		background: #A2A2A2;
		}
.statheading2{
		font: bold 11px arial;
		color: black;
		}
.teams{
		font: 12px arial;
		color: black;
		}
		.teams:hover{
		font: 12px arial;
		color: #c40000;
		text-decoration: none;
		}
.teams2{
		font: 12px arial;
		color: #A20000;
		}
.games{
		font: 10px arial;
		color: blue;
		text-decoration: none;
		}
		.games:hover{
		font: 10px arial;
		color: #000000;
		text-decoration: underline;
		}
.gameslost{
		font: 10px arial;
		color: #c40000;
		text-decoration: none;
		}
		.gameslost:hover{
		font: 10px arial;
		color: #000000;
		text-decoration: underline;
		}
.photos{
		font: 11px arial;
		color: black;
		}
		.photos:hover{
		font: 11px arial;
		color: #c40000;
		text-decoration: none;
		}
.stats{
		font: 10px arial;
		color: #000000;
		text-decoration: none;
		}
.news{
		font: 11px arial;
		color: #000000;
		text-decoration: none;
		}
		
.calendar{
		font: 10px arial;
		text-decoration: none;
		}
.calendar:hover{
		font: 10px arial;
		color: #c10000;
		text-decoration: underline;
		}
		
.scroller {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    scrollbar-Arrow-Color: white;
    scrollbar-Face-Color: #D00000;
    scrollbar-Shadow-Color: #840606; 
	scrollbar-Track-Color: #5C4545;
	scrollbar-Highlight-Color: #D05656;
    font: 10px arial;
}

.small_button
{
    border: 1px solid black;
    color: black;
    font: 11px arial;
    background: #ffffff;
    padding: 2px 2px 2px 2px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) Alpha(Opacity=100);
	
}

.status_label {
	FONT: 11px arial
}
.small_textbox {
	BORDER: maroon 1px solid;
	FONT: 10px arial;
}

.small_select {
    font: 10px arial;
}
.small_text{
    font: 10px arial;
}
.menu_small_link
{
    font:  11px arial;
}
.menu_small_link:link {
    color: blue;
}
}
.menu_small_link:visited {
    color: blue;
}
}
.menu_small_link:hover {
	color: gray;
    text-decoration: none;
}

.instructions
{
    font: bold 12px arial;
    color: black;
    background: #eeeeee;
    text-align: left;
    border: 1px solid black;
}
.error
{
    font: bold 11px arial;
    color: red;
    text-align: center;
}
.success
{
    font: bold 11px arial;
    color: green;
    text-align: center;
}

a.dynamic_button {
display:block;
width:100%;
height:100%;
}


a.dynamic_button:hover {
background-color:#E1E8E8;
cursor: hand;
}

.drop_shadow{
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) Alpha(Opacity=100);
}

.no_drop{
	filter:progid:DXImageTransform.Microsoft.Shadow(color="#ffffff", Direction=135, Strength=5) Alpha(Opacity=100);
}
.dgEditHeader{
	font: bold 11px arial;
	text-align: center;
	background: #D2D9DF;
}
.dgEditItem{
	font: 11px arial;
}
