﻿body
{
	font-family:Tahoma, Arial, Sans-Serif;
	font-size:75%;
}


.Header
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #006600;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .Header a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .Header a:hover
{
	background: none;
	text-decoration: underline;
}

.HeaderSelected
{
	width:300px;
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #339933;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .HeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .HeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.sidebar 
{
	width:100%;
	margin-bottom:10px;
}
.sidebarheader
{
	height:24px;
	padding:10px 0 0 30px;
	background: url(images/sidebar_header.png) no-repeat left top;
	color:#FFF;
	font-family:Arial, Sans-Serif;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
.sidebartitle 
{
	height:24px;
	padding:10px 0 0 30px;
	background: url(images/sidebar_header_blue.png) no-repeat left top;
	color:#FFF;
	font-family:Arial, Sans-Serif;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
.sidebarcontent
{
	border: 1px solid #0F2543;
	background: #b4B4B4;
	text-align:left;
	padding: 20px 20px 20px 30px;
	line-height: 1.5em;
	font-weight: bold;
}


.sidebarcontent2
{
	background: #b4B4B4;
	border: 1px solid #0F2543;
	background: #b4B4B4;
	line-height: 1.5em;
	text-align:left;
	font-weight: bold;
}

.userprofile
{
	line-height: 1.5em;
	font-weight: bold;
	background: #00CC66;
}
.userprofilesubset
{
	line-height: 1.5em;
	font-weight: bold;
	background: #99FF99;
}

.Content
{
	background-color: #339966;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-style: none dashed dashed dashed;
	border-width: 1px;
	border-color: #2F4F4F;
}

.SmackHeader
{
	padding: 2px;
	font-weight: bold;
	background-color: #009999;
	color: #FFFFFF;
}
.SmackContent
{
	padding:2px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: lighter;
}

.GameSelectionHeader
{
	width:100%;
	height:20px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	font-size:x-small;
}

.GameDateTitle
{
	width:100%;
	height:20px;
	background-image: url(images/printbarbg.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:x-small;
}

.GameSelection
{
	overflow:hidden;
	background-color:White;
	border-width:1px;
	border-style: none solid solid solid;
	font-size:xx-small;
}

.TeamStats
{
	overflow: hidden;
	background-color: #E0E0E0;
	font-size: xx-small;
}

.TeamStatsHeader
{
	font-size: small;
	background-color: #0066CC;
	font-weight: bold;
	color:White;
}

.SelectionSummary
{
	overflow: hidden;
	background-color: #FFFF99;
	border-width: 1px;
	border-style: solid solid solid solid;
	font-size: xx-small;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}