@charset "utf-8";
/* CSS Document */


/* UPCOMING GAMES */
#upcoming_games {
	height: 215px;
	border: 4px solid #ecb22b;
	background-color: #fff;
	color: #000;
	text-align: left;
	overflow: hidden;
	position: absolute;
	z-index: 50;
	width: 560px;
}

#upcoming_container {
	float: left;
	height: 230px;
}

#upcoming_games h1 {
	padding: 0;
	margin: 0;
	color: #ecb22b;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}

#upcoming_games h2 {
	padding: 0;
	margin: 0;
	color: #ecb22b;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
}

#upcoming_games table tr th {
	background-color: #7f7f7f;
	color: #fff;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #cccccc;
}

#upcoming_games table tr th a, #upcoming_games table tr th a:link #upcoming_games table tr th a:visited { 
	color: #fff;
	text-decoration: none;
}

#upcoming_games table tr th a:hover {
	text-decoration: underline;
}

#upcoming_games table tr td a, #upcoming_games table tr td a:link #upcoming_games table tr td a:visited { 
	color: #7f7f7f;
	text-decoration: none;
}

#upcoming_games table tr td a:hover {
	text-decoration: underline;
}

#upcoming_games table tr td {
	color: #7f7f7f;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #cccccc;
}

#upcoming_games table tr td.last, #upcoming_games table tr th.last {
	border-right: none;
}


/* MEMBER LOGON */
/*below is a large login to match size of right menu*/
#content_left #member_logon{
	border: 4px solid #ecb22b;;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 0px;	
	margin-left:15px;
	padding:5px;
	/*padding-left: 5px;
	padding-right: 5px;*/
	width:95%;
	max-height:60px;/*height:143px;*/
}
/*#content_left #member_logon h1,#content_left #member_logon table td
{
	float:right;
}*/
/*coding for a thin-line style login*/
#content_left #member_logon table{
padding:0;
margin:0;
float:left;
}
#content_left #member_logon table tr
{
	float:left;
}
#content_left #member_logon table tr td img
{
	position:relative;
	right:-510px;
}
#content_left #member_logon #logonform{

	height:60px;
}
#content_left #member_logon div{
position:relative;
top:-27px;
left:272px;
width:250px;
}
#content_left #memberLogon #logonform{
	margin-bottom:-50px;
}
#content_left #member_logon p{
	width:150px;
float:right;
margin-right:240px;
padding-top:10px;

}
#member_logon,#latestNews {
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	width:275px;
	background: #000;
	border: 4px solid #ecb22b;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
}

#member_logon h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	margin-left: 20px;
	color: #ecb22b;
	font-size: 20px;
	font-weight: normal;
}

#member_logon table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#member_logon table tr th {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
}

#member_logon table tr td {
	text-align: left;
}

#member_logon table tr td input.loginfield {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	width: 200px;
	padding: 1px;
}

#member_logon a, #member_logon a:link, #member_logon a:visited, #member_logon_top a, #member_logon_top a:link, #member_logon_top a:visited {
	color: #ecb22b;
	text-decoration: underline;
}

#member_logon a:hover, #member_logon_top a:hover  {
	color: #ecb22b;
}

/* MEMBER LOGIN THIN TOP */
#member_logon_top {
	border: 4px solid #ecb22b;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 0px;
	
	padding-left: 10px;
	padding-right: 10px;
}

#member_logon_top tr td {
	padding-left: 4px;
	padding-right: 4px;
}

#member_logon_top h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	margin-right: 5px;
	color: #ecb22b;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

#member_logon_top table tr td input.loginfield {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	width: 100px;
	padding: 1px;
}


/* MEMBER LOGON SIDEBAR */
#member_logon_sidebar {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000;
	border: 4px solid #ecb22b;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
}

#member_logon_sidebar h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	margin-left: 20px;
	color: #ecb22b;
	font-size: 20px;
	font-weight: normal;
}

#member_logon_sidebar table {
	margin-top: 10px;
	margin-bottom: 10px;
}

#member_logon_sidebar table tr th {
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
}

#member_logon_sidebar table tr td {
	text-align: left;
}

#member_logon_sidebar table tr td input.loginfield {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	width: 120px;
	padding: 1px;
}

#member_logon_sidebar a, #member_logon_sidebar a:link, #member_logon_sidebar a:visited {
	color: #ecb22b;
	text-decoration: underline;
}

#member_logon_sidebar a:hover {
	color: #ecb22b;
}

/* ICON NAVIGATION */
#iconnav {
	margin-bottom: 20px;
	margin-top:20px;/*added for spacing if another subNav is added*/
}

.iconnav {
	height: 46px;
	width: 75px;
	background-position: top center;
	background-repeat: no-repeat;
}
