@charset "UTF-8";


/* This is the selector for the Master Container element which houses all the MasterColumn
 * classes. By default the Master column occupy about 35% from the width of the 
 * entire structure. 
*/
.MasterDetail .MasterContainer
{
	border: 1px solid gray;
	width: 45%;
	float: left;
	overflow: visible;
	background: url(../_images/backgrounds/GradBlkToBlue1.png) -400px;
}


/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	font: 100% Verdana, Geneva, sans-serif;
}
.MasterDetail.MasterColumn.indexHeadline {
	font-size: .7em;
	color: #FFF;
	cursor: pointer;
}

#detailWrapper #editWrapper .MasterDetail .MasterContainer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #F96400;
	text-align: left;
}


/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{
	font-size: 85%;
	padding:5px;
	cursor:pointer;
	background: #CCC;
}


/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #EAEAEA;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	background-color:#848484;
	color: #000091;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	border: 1px solid gray;
	padding:10px;
	width: 50%;
	float: right;
	overflow: auto;
}
.MasterDetail .DetailContainer .DetailColumnIndex #newsPhoto {
	float: left;
	padding-right: 10px;
	margin: 0px;
}
.MasterDetail .DetailContainer #playersPhoto {
	float: left;
	padding: 5px;
}
.MasterDetail .MasterContainerWide {
	border: 1px solid gray;
	width: 65%;
	float: left;
	overflow: visible;
	background: url(../_images/backgrounds/GradBlkToBlue1.png) -300px;
}
.MasterDetail .DetailContainerNarrow {
	border: 1px solid gray;
	padding:10px;
	width: 200px;
	float: right;
	overflow: auto;
	position: fixed;
	height: auto;
	right: 15%;
	background: #FFB76F;
	text-align: center;
}
.DetailColumnIndex #schedPhoto {
	height: auto;
	width: auto;
}
.MasterDetail .DetailContainerNarrow .DetailColumnIndex #textLeft {
	text-align: left;
}

#detailWrapper #editWrapper .MasterDetail .MasterContainerWide p {
	color: #EB5D00;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.MasterDetail .MasterColumnIndexHover {
	background: #002762;
	color: #FFF;
}
.MasterDetail .MasterColumnIndexSelected {
	color: #FFF;
	background: #003;
}
.MasterDetail .MasterColumnIndex {
	font-size: 0.7em;
	cursor:pointer;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#masterHeadline {
	font-size: .8em;
	color: #CCC;
	width: 350px;
}
.MasterDetail .DetailColumnIndex {
	margin-bottom: 1px;
	color: #FFF;
	padding-right: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.DetailColumnIndex #newsIndexPhoto {
	text-align: center;
	padding: 3px;
	float: left;
	color: #CCC;
	height: auto;
	width: auto;
}
#detailIndexContent {
	color: #FFF;
	font-size: .8em;
	padding-right: 5px;
}
#detailIndexDate {
	color: #F60;
	font-size: 0.8em;
	padding-right: 5px;
}
