
html
{
overflow-x:hidden;
overflow-y:scroll;
}



body
{
	font-family:verdana, helvetica, sans-serif;
	margin:0;
	padding:0;
	width:100%;
	background-color:#333;
	font-size:8pt;
	color:#EEE;
	text-align:center;
	
	border:0; /* Removes the border around the viewport in old versions of IE */
	/*min-width:600px;    /* Minimum width of layout - remove line if not required. The min-width property does not work in old versions of Internet Explorer */
}


td {
font-size:8pt;
}

th {
text-align:center;
}

hr {
height:1px;
}

/*LAYOUT********************************************************************/


#content {
text-align:left;
position:relative;
border:solid 3px #222;
width:900px;
margin:18px auto;
background-color:#000;
}


#left {
float:left;
width:125px;
margin:0;
padding:0;
height:400px;
}

#leftmiddle {
float:left;
width:500px;
margin:0;
padding:0;
}


#right {
float:right;
width:400px;
margin:0;
padding:0;
}

#middle {
float:right;
width:400px;
margin:0px 0px 0px 0px;
}


/* Header ******************************************************************/

#header
{
	margin:0;
	padding:0px;
	background-image:url('images/hfl_logo900.png');
	clear:both;
	float:left;
	width:900px;
	height:180px;
}
	
#header .playersearch
{
	position:relative;
	top:150px;
	float:right;
	height:20px;
	width:300px;
	text-align:right;
	padding:4px;
	font-size:7pt;
	color:#EEE;
}


#header p,
#header h1,
#header h2
{
	padding:0 15px 0 15px;
	margin:0;
}



input
{
font-size:7pt;
}

.linkbutton:hover
{
text-decoration:none;
}


a
{
	color:#B0E019;
	text-decoration:none;
}

a:hover
{
	/*color:#58700E;*/
	color:#FFFFFF;
	text-decoration:underline;
}
   
h1, h2, h3,
{
	margin:.8em 0 .2em 0;
	padding:2px;
}

h4
{
margin-top:8px;
padding:2px 2px 2px 8px;
font-size:10pt;
font-weight:bold;
}

h5
{
margin-top:8px;
margin-bottom:4px;
padding:2px 2px 2px 8px;
font-size:8pt;
font-weight:bold;
}

p
{
	margin:.4em 0 .8em 0;
	padding:4px;
	line-height:18px;
}

img
{
	border:0px;
}	
	



	/*MAIN MENU******************************************************************/
	
	#mainmenu
	{
		clear:both;
		background-image:url('images/mainmenu_btn_bg.png');
		font-size:8pt;
		font-weight:bold;
		width:100%;
		height:32px;
	}	
	
	#mainmenu ul
	{
	    clear:left;
	    width:100%;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	
	
	#mainmenu ul li
	{
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	
	#mainmenu ul li a
	{
	    border-right:solid 1px #333;
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:8px 14px;
	    text-align:center;
	    background-image:url('images/mainmenu_btn_bg.png');
	    color:#EEE;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.4em;
	}
	
	#mainmenu ul li a:hover
	{
		background-image:url('images/mainmenu_btn_bg_over.png');
		/*background:#B0E019;*/
		color:#EEE;
	}

	#mainmenu ul li a.active,
	#mainmenu ul li a.active:hover
	{
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	
	


	/* Footer styles *******************************************************************************/
	#footer
	{
		padding:12px 0px 0px 0px;
		border-top:solid 3px #222;
		height:30px;
		background:#131313;
		font-size:8pt;
		color:#EEE;
		clear:both;
		width:100%;
		text-align:center;
		
    }
    #footer p
    {
        padding:10px;
        margin:0;
    }
   
   #footer ul
   {
   display:inline;
   list-style-type:none;
   }
   
   #footer li
   {
   display:inline;
   }
    
   #footer ul li a
	{
	    display:inline;
	    margin:0 0 0 1px;
	    padding:10px 10px;
	    text-align:center;
	    text-decoration:none;
	    position:relative;
		line-height:1.3em;
	}


	#footer a:hover
	{
		color:#EEEEEE;
		text-decoration:none;
	}
   
   
.simplebox {
	margin:8px;
	border:solid 1px #666;
	background:#444;
}

	
.simplebox h5.title {
padding:4px;
margin:0px 0px 4px 0px;
background:#888;
}

.simplebox h5.gridtitle {
margin:0;
padding-bottom:4px;
text-align:center;
font-size:10pt;
background-image:url('images/gridtitle_20.gif');
background-repeat:repeat-x;
}


.menubox {
	margin:16px 8px 8px 8px;
	background:#000;
	font-size:7pt;
}

.menubox a {
font-size:7pt;
}


.hometeam {
background:#172FB5;
}

.awayteam {
background:#C61F1F;
}


.playerportrait {
	margin:16px 4px 10px 10px;
	border:solid 6px #666;
	width:145px;
}


.playernamelbl {
	font-weight:bold;
	font-size:14pt;
	position:relative;
	top:-10px;
	left:4px;
}

.playernamecontainer {
	margin:12px 0px 0px 14px;

}

.playeremblem {
	border:0;
	margin:0px;
	width:36px;
	height:36px;
	
}

.playerkeystats {
	float:right;
	width:300px;
}


.teamnamecontainer {
	margin-left:14px;
	margin-top:24px;
}


.teamnamelbl {
	font-weight:bold;
	font-size:14pt;
}

img.teamlogosmall{

height:40px;
width:40px;

}

img.emblemsmall {

height:20px;
width:20px;

}

#submenu {
padding:4px;
margin: 8px 8px 0px 8px;
background-color:#111;
text-align:center;
}

#submenu a {
padding:4px 8px 4px 8px;
background-color:#666;
}

#submenu a:hover {
background-color:#999;
padding:4px 8px 4px 8px;
}

#submenu a.selected {
padding:4px 8px 4px 8px;
background-color:#999;
color:#C1FF00;
border:solid 1px #C1FF00;
}


.sorted {
border-left:solid 1px #C33;
border-right:solid 1px #C33;
/*background-color:#444;*/
}


#viewgame {
padding:4px;
}


#viewgame #lblWeek {
display:inline-block;
padding:8px;
font-size:13pt;
font-weight:bold;
background-color:#111;
width:880px;
}

#viewgame #lblGamedescription {
padding:4px;
display:inline-block;
font-size:14pt;
}

#viewgame #lblAwayteamname {
text-align:center;
padding:6px;
font-size:12pt;
font-weight:bold;
color:#C61F1F;
width:100%;
}

#viewgame #lblHometeamname {
padding:6px;
font-size:12pt;
font-weight:bold;
color:#172FB5;
width:100%;
}

#viewgame #imgMap {
margin:8px;
float:left;
border:solid 6px #333;
}

#viewgame #lblOtherstuff {
padding:8px;
display:inline-block;
/*border:solid 1px #666;*/
color:#666;
margin-top:4px;
margin-left:6px;
line-height:18px;
}

#viewgame #lblOtherstuff a {
	color:#BBBBBB;
	text-decoration:none;
}

#viewgame #lblOtherstuff a:hover {
	color:#DDDDDD;
}


#viewgame .teamscorebox {
background:#111111;
width:265px;
margin:2px;
display:inline-block;
padding:8px;
border:solid 1px #666;
text-align:center;
}

.gamesubtotal {
font-weight:bold;
color:#777;
background:#000;
}

#dgTeamGameResults a.gamelink {
color:#BBB;
}

#dgTeamGameResults a.gamelink:hover {
color:#DDD;
}

#imgMedalsTitle {
margin:8px 0px 4px 0px;
}
#lblMedalsTitle {
display:inline-block;
font-size:12pt;
font-weight:bold;
padding:8px;
}

#lblMedalsTitleDescription {
display:inline-block;
font-size:8pt;
padding-bottom:8px;
}