#container {
	width: 878px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative; /* This allows you to put Absolute Divs within the main container and have them Centre properly when window is resized */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
body {
	background-color: #031625;
	background-image: url(../../images/m-body-bg.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

td, p  {

	font-size: 12px;
	line-height: 18px;
	color:#FFFFFF
}
#HideMenu {
	position:absolute;
	left:371px;
	top:283px;
	width:613px;
	height:84px;
	z-index:1;
	visibility: hidden;
}
body #DDMenu {
	position:absolute;
	left:300px;
	top:100px;
	width:189px;
	height:172px;
	z-index:10;
	visibility: hidden;
}
body #DDMedia {
	position:absolute;
	left:800px;
	top:100px;
	width:189px;
	height:81px;
	z-index:10;
	visibility: hidden;
}
body #DDCalendar {
	position:absolute;
	left:375px;
	top:100px;
	width:189px;
	height:68px;
	z-index:10;
	visibility: hidden;
}
body #TeamMenu {
	position:absolute;
	left:38px;
	top:210px;
	width:189px;
	height:172px;
	z-index:10;
	visibility: visible;
}

.TopMenu {
	text-align: right;
}
.TopBar {
	background-image: url(../../images/m-top-bar.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 613px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.TickerArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d30619;
	background-image: url(../../images/m-ticker-bg.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.Calendar {
	padding-top: 15px;

	padding-bottom: 15px;

	text-align: center;


    margin: 0 auto;
width: 220px;
}
.Calendar .DayHeader {
    background-color: #031625;
    padding: 0px 3px 0px 3px;
	font-size: 9px;
}
.Calendar .Day 
{
    background-color: #031625;
    padding: 0px 3px 0px 3px;
	font-size: 9px; 
}
.Calendar .Title 
{
    background-color: #073153;
    color: #fff;
}
.Calendar .OtherMonthDay 
{
    background-color: #031625;
    padding: 0px 3px 0px 3px;
	font-size: 9px; 
}
.Calendar .Today 
{
    background-color: #031625;
    padding: 0px 3px 0px 3px;
	font-size: 9px; 
}

    .Calendar .Event {
	background-color: #000099;
	color: #ffffff;
	cursor: pointer;
	cursor: hand;
        }
        
    .Calendar .HomeGame {
        background-color: red;
        color: #ffffff;
		cursor: pointer;
		cursor: hand;
        }
    .Calendar .AwayGame {
        background-color: #2475b6;
        color: #ffffff;
		cursor: pointer;
		cursor: hand;
        }
       
.Calendar TD, .Calendar TR   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
}

   




.MainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #073153;
	margin-left: 25px;
	margin-right: 25px;
}
.Headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #073153;
	padding-top: 5px;
	padding-left: 25px;
	background-color: #073153;
	background-image: url(../../images/m-headlines-bg.gif);
	background-repeat: no-repeat;
	height: 129px;
	position: relative;
}

.Headlines a:link    {color: #073153; text-decoration: underline} 
.Headlines a:visited {color: #7B7B7B;}
.Headlines a:hover   {color: #0099FF; text-decoration: underline}
.Headlines a:active  {color: #7B7B7B;}

h1 {
	color: #d3d2c2;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	color: #d3d2c2;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 16px;
}

h3 {
	color: #d30619;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 15px;
}

.NextGame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../../images/m-next-bg.gif);
	text-align: center;
	background-repeat: repeat-x;
	background-color: #105287;
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a {	color: #A21F23;}
a:link    {	color: #6ab8f7; text-decoration: underline;} 
a:visited {	color: #d2d1c2;	text-decoration: underline;}
a:hover   {	color: #d2d1c2;	text-decoration: none;}
a:active  {color: #A21F23;}

#fadeshow2 {	
	z-index:0;

}
