﻿body{
	font-family: Verdana, Helvetica, Arial; 
	font-size: 0.9em;
	color: black;
	background-image:url('~/images/backgrounds/backgrad.png');
	background-repeat:repeat-x;
}

#pageContainer {
	background-color: white;
}


#masthead {
}

#statusBar{
	font-size:0.8em;
}
#mainContentHolder{
	
}
#menuHolder{
background-color:#B5C7DE;
}
#mainContentDiv{
	text-align:left;
}
#footer{
	background-color:#063E93;
	padding-bottom:2px;
	padding-top:2px;
	font-size:smaller;
	color:white;
	margin-top:10px;
}
.titleLabel
{
	width:100%;
	background-color:Blue;
	margin-bottom:5px;
	margin-top:5px;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	left:0px;
	color:White;
}

.titleLabel2
{
	width: 100%;
	background-color:Blue;
	margin-bottom: 5px;
	margin-top:5px;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: center;
	left: 0px;
	color:Yellow;
	height:15px;
}
/* Tag styles */
hr {
	color:#063E93;
	height:1px;
}
/*  News */
.newsHeader
{
	border-top:solid 1px #063E93;
	font-size:smaller;
	padding-top:10px;
	padding-bottom:10px;
}
.newsBody
{
	border: solid 1px lightblue;
	background-color:#eeeeee;
}
.label
{
	font-weight:bold;
	font-size:0.9em;
	color:Navy;
	padding-right:3px;
	padding-left:0px;
}

/*************** General link ********************/
a
{
	color:Blue;
	background-color:Transparent;
	text-decoration:underline;
}	
a: link
{
	background-color:Transparent;
	color: Blue;
}
a: visited
{
	background-color:Transparent;
	color:Blue;
}
a:hover
{
color:black;
background-color:#EEFFFF;	
}
a: active
{
	background-color:Transparent;
	color:Blue;
}
/*************** Footer ********************/
#footer
{
	font-size:xx-small;
}
#footer a
{
	color:White;
	background-color:Transparent;
	text-decoration:none;
}	
#footer a: link
{
	background-color:Transparent;
	color: White;
}
#footer a: visited
{
	background-color:Transparent;
	color:White;
}
#footer a:hover
{
color:white;
background-color:#7493c1;	
}
#footer a: active
{
	background-color:Transparent;
	color:White;
}


.subTitle
{
	font-size:0.9em;
	font-weight:bold;
	border-bottom:solid 2px blue;
	margin-bottom:2px;
}
.menu
{
	font-size:0.9em;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.dynamicMenuItem
{
	color:White;
	cursor: hand;
	background-image:url("../images/menu/menuNormal.png");
	padding-top:2px;
	padding-bottom:1px;
}
.staticMenuItem
{
	color:White;
	cursor: hand;
	background-image:url("../images/menu/menuNormal.png");
	padding-top:2px;
	padding-bottom:1px;
}
.staticHoverStyle{
}
.dynamicHoverStyle{
}
.staticSelectedStyle
{
	color:Red;
}
.dynamicSelectedStyle
{
	color:Red;
}

.commandButton 
{
	color:black;
	background-color:gray;
	text-decoration:none;
	font-weight:bolder;
	border: solid 1px black;
	padding-left:2px;
	padding-right:2px;
	margin-top:3px;
	margin-bottom:3px;
}	
.commandButton:link
{
}
.commandButton:visited
{
}
.commandButton:hover
{
color:red;
}
.commandButton a:active
{
}
.warning
{
	font-size:larger;
	font-weight:bolder;
	color:Red;
}
.leftAlignedPanel
{
	text-align:left;
	position:relative;
	float:right;
}

#mainColumnLeft
{
	
	color:white;
	margin-right:2px;
	border-right:solid 1px blue;
	

}
.teamListButton
{
	background-color:#999999;
	color:White;
	cursor:pointer;
	border:groove 2px #dddddd;
	height:25px;
	margin:top:2px;
	margin-bottom:2px;
	font-size:10pt;
}
.alternatingFixtureItem
{
	background-color:#ddddff;
}
.fixtureItem
{
	
}
.help
{
	background-color:#dddddd;
}
.galleryButton
{
	cursor:hand;
}