﻿body {
    background-color: #666666;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #003C65;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #003C65;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #003C65;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
	text-decoration: underline;
	color:#004B7E;
}

A:visited   {
	text-decoration: underline;
	color:#004B7E;
}

A:active    {
	text-decoration: underline;
	color:#004B7E;
}

A:hover {
	text-decoration: underline;
	color:#004B7E;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL {
	margin-left: 15px;	
	margin-bottom: 0px;
}

HR {
    color: #999999;
    height:1pt;
    text-align:left;
}

IMG.AlignRight
{
	margin: 5px; 
	border: none;
}

IMG.AlignLeft
{
	margin: 5px; 
	border: none;
}

.LinkNoDeco {
	
}

.NormalText {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}

A.NormalLink:link, A.NormalLink:visited, A.NormalLink:active  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
	text-decoration: None;
	color:#0033CC;
}

A.NormalLink:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
	text-decoration: underline;
	color:#722929;
}

A.GameLink:link, A.GameLink:visited, A.GameLink:active {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration: None;
	color:#722929;
}

A.GameLink:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration: underline;
	color:#722929;
}

A.GameLinkXbox:link, A.GameLinkXbox:visited, A.GameLinkXbox:active {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration: None;
	color:#99CC33;
}

A.GameLinkXbox:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration: underline;
	color:#99CC33;
}

A.LinkNoPrint:link, A.LinkNoPrint:visited, A.LinkNoPrint:active  {
	text-decoration: underline;
	color:#0033CC;
}

A.LinkNoPrint:hover {
	text-decoration: underline;
	color:#722929;
}

A.XboxLink:link, A.XboxLink:visited, A.XboxLink:active {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration: None;
	color:#000000;
	border-top: solid 1px #EB8E03;
	border-bottom: solid 1px #EB8E03;
	border-right: solid 1px #EB8E03;
	border-left: solid 20px #EB8E03;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

A.XboxLink:hover {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
	text-decoration: underline;
	color:#EB8E03;
	border-top: solid 1px #EB8E03;
	border-bottom: solid 1px #EB8E03;
	border-right: solid 1px #EB8E03;
	border-left: solid 20px #EB8E03;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

#EditModuleLink {
	position: relative;
	float: right;
}

#BodyContent {
	text-align:left;
	border: solid 1px #333333;
    width: 750px;
    margin: auto;
    background: #CCCCCC;
}
.ModuleHeader {
	/* background-color: #003C65; */
	color: #003C65;
	font-weight: bold;
	font-size: 12pt;
}

.ModuleHeader a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color:#722929;
}

#SiteHeader {
	clear: both;
	width: 750px;
    border-bottom: 2px solid #333;
    background: #003C65;
}
#SiteFooterAd {
	clear: both;
    width: 750px;    
    text-align: center;
    font-size: 10px;
    color: #CCCCCC;
}

#SiteFooter {
	clear: both;
    width: 750px;    
    text-align: center;
    font-size: 10px;
    border-top: 3px solid #333;
    background-color: #003C65;
    color: #CCCCCC;
}
#MainContent {
	clear: both;
    width: 750px;    
    text-align: left;
    padding: 10px;    
}
#Menu {
	clear: both;
    float: left;
    width: 100%;
    border-bottom: 2px solid #333;
}
#Breadcrumb {
    float: left;
    padding-top: 6px;
    padding-left: 12px;
    text-align: left;
}
#LoginSection {
    float: right;
    padding-top: 6px;
    text-align: right;
}
.ErrorText {
	color: #CC0000;
	font-weight: bold;
}
.Title {
	font-weight: bold;
}
#RightColumnContent {
	text-align: left;
}
.ImageThumb {
	padding-right: 5px;
	padding-bottom: 5px;
}
.PhotoModuleTitle {
	font-size:12pt;
	font-weight: bold;
}
.FormLabel {
	font-weight: bold;
}
.ModuleItemTitle {
	color: #003C65;
	font-weight: bold;	
}
.NormalRow {
	background-color: #FFFFFF;
}
.AlternatingRow {
	background-color: #FFFFFF;
}
.GameTable {
	border: 0px;
}
.GameHeader {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #99CC33;
}
.GameHeaderLeft {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-weight: bold;
	padding-top: 5px;
	background-color: #99CC33;
}
.GameHeaderRight {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #99CC33;
}
.GameHeaderXbox {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #333333;
	color: #99CC33;
}
.GameHeaderLeftXbox {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-weight: bold;
	padding-top: 5px;
	background-color: #333333;
	color: #99CC33;
}
.GameHeaderRightXbox {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #333333;
	color: #99CC33;
}

.GameHeaderNew {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #FF0000;
	color: #000000;
}
.GameHeaderLeftNew {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-weight: bold;
	padding-top: 5px;
	background-color: #FF0000;
	color: #000000;
}
.GameHeaderRightNew {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #FF0000;
	color: #000000;
}
.GameFeedbackHeader {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #EB8E03;
}
.GameFeedbackHeaderLeft {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-weight: bold;
	padding-top: 5px;
	background-color: #EB8E03;
}
.GameFeedbackHeaderRight {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	padding-top: 5px;
	background-color: #EB8E03;
}
.GameSpacer {
	border-top: 0px solid #333333;
	border-bottom: 0px solid #333333;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	height: 10px;
}
.GameContentNoLeft {
	border-top: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: left;
}
.GameContentNoRight {
	border-top: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	text-align: right;
}
.GameContentLeft {
	border-top: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	text-align: left;
}
.GameContentRight {
	border-top: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	text-align: left;
}
.GameFooterLeft {
	border-top: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-weight: bold;
	padding-bottom: 5px;
}
.GameFooterRight {
	border-top: 0px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px solid #333333;
	border-right: 1px solid #333333;
	padding-bottom: 5px;
}
#PaddedCell {
	padding-left: 15px;
	padding-right: 15px;
}
.SolidHR {
	color: #000000;
	width: 98%;
}
.SmallText {
	font-size: 8pt;
}
.SectionTitle {
	font-weight: bold;
	text-decoration: underline;
}
.ItemEdit {
	background-color: #FFFFE1;
}
.InfoText {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 5px;
}
.HighlightedItem {
	background-color: #AFAE87;
}

.HighlightedItem label {
	background-color: #AFAE87;
}

#LastAttended {
	/* Used for printing */
}
.PageBreak {
	page-break-before: always;
	page-break-inside: avoid;
}

.BarIndicator {
	color: Blue;
	background-color: Blue;
	padding-bottom: 1px;
}

.BarBorder {
	border-style: solid;
	border-width: 1px;
	width: 200px;
	vertical-align: middle;
}

#ulLinks UL, #ulLinks LI {
	margin-left: 5px;	
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

@media print {
	#LastAttended {
		display: none;
	}
	#BodyContent {
		text-align:left;
		border: solid 0px #333333;
		width: 750px;    
	    background: #FFFFFF;
	}
	.ModuleHeader {
		background-color: #AFAE87;
		color: #000000;
		font-weight: bold;
	}
	#SiteHeader {
		display: none;
	}
	#SiteFooter {
		display: none;
	}
	#Menu {
		display: none;
	}
	#Breadcrumb {
		display: none;
	}
	#LoginSection {
		display: none;
	}
	.PageBreak {
		page-break-before: always;
		page-break-inside: avoid;
	}
	.NoPrint {
		display: none;
	}
	A.LinkNoPrint:link, A.LinkNoPrint:visited, A.LinkNoPrint:active  {
		text-decoration: none;
		color:#000000;
	}
}
