/* SeriesVision Specific */

.MainMenu
{
	width: 100%;
	margin-top: 2px;    
}

.StaticMenu
{
	background-color: #333333;	
}

.StaticMenu td:hover
{
	background-color: #67869E;
}

.StaticMenuItem
{	
	padding: 6px;
	text-align: center;
	border-right: dashed 2px white;
}

.StaticMenuItem a
{
	color: White;
	text-decoration: none;
}

.DynamicMenu
{
	margin-top: 4px;
}

.DynamicMenuItem
{
	background-color: #67869E;
	padding: 4px;
	border-bottom: solid 1px white;
	font-size: 10px;
	width: 150px;
}

.DynamicMenuItem a
{
	color: White;
	text-decoration: none;
}

.ContentBox
{
	margin-bottom: 20px;
	border-bottom: dashed 1px #67869E;
}

.ContentBoxSpacer
{
	height: 3px;
	width: 100%;
	border-top: dashed 1px #67869E;
}

.ContentBoxHeader
{
	width:100%;	
	border-bottom: dashed 1px #67869E;
}

.ContentBoxTitle
{
	color: #67869E;
	font-weight: bold;
	font-size: 110%;
}

.ContentBoxLink
{
	background-color: #67869E;
	width: 65px;
	color: White;
	font-weight: bold;
	background-image: url(../images/UCA/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 14px;
	padding-left: 14px;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
}

.ContentBoxLink a
{
	font-size: 70%;
	font-weight: normal;
	color: White;
	text-decoration: none;
}

.ContentBoxContent
{
	padding:3px;
}

.ContentBoxContentText
{
	font-size: 11px;
	color: #696969;
}

.UpcomingEventsRow
{	
	padding-top: 8px;
	padding-bottom: 1px;
}

.UpcomingEventsDate
{
	color: #ff9900;
	font-size: 80%;
}

.UpcomingEventsTitle
{
	font-size: 80%;
	font-weight: bold;
	color: #333333;
}

.UpcomingEventsTitle a
{
	color: #333333;
	text-decoration: none;
}

.SeriesDropDown
{
	margin: 6px;
}

.SeriesLeaders
{
	width: 100%;
}

.GridRow
{
	color: #696969;
	padding: 4px;
	font-size: 80%;
	background-color: #D1DAE2;
}

.GridRow a
{
	color: #696969;
	text-decoration: none;
}

.GridRow a:hover
{
	color: #333333;
}

.GridAlternatingRow
{	
	color: #696969;
	padding: 4px;
	font-size: 80%;
}

.GridAlternatingRow a
{	
	color: #696969;
	text-decoration: none;
}

.GridAlternatingRow a:hover
{	
	color: #333333;
}
