﻿@import "../../../css/Controls/Events/UpcomingEventList.css";

.rosterGrid
{
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #dae8f5;
}
.rosterGridHeader
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: blue;
	text-align: center;
	vertical-align: bottom;
}
.rosterGridHeader a
{
	color: #ffffff;
	text-decoration: underline;
}
.rosterGridHeader a:hover
{
	text-decoration: overline;
}
.rosterGridRow
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.rosterGridRow a
{
	color: #11429a;
	text-decoration: none;
}
.rosterGridRow a:hover
{
	text-decoration: underline;
}
.rosterGridAlternateRow
{
	background-color: #eaf2fa;
	text-align: center;
}
.rosterGridAlternateRow a
{
	color: #11429a;
	text-decoration: none;
}
.rosterGridAlternateRow a:hover
{
	text-decoration: underline;
}
.eventTourAdSpace
{
	width: 211px;
	height: 90px;
	background-color: #cccccc;
	border: solid 2px Blue;
	margin-bottom: 10px;
	text-align: center;
}
.eventAdText
{
	margin-top: 40px;
}
