/*calendar /Competitors/Calendar.asp */

.cal_header
{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BF2515; /*text-transform:uppercase;*/
	text-decoration: none;
	text-align: center;
}

.cal_subheader
{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#BF2515;
	/*text-transform:uppercase;*/
	text-decoration:none;
	text-align:center;
}

td.cal_subheader {
	width:14%;
}

.cal_grid td.cal_eventday
{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background:#b91518;
	background-image: (../images/cal_bg_event.jpg);
	background-repeat: no-repeat; 
	background-position:  center;
	color: #FFFFFF;
	height: 25px;
	text-align:center;
}

td.cal_eventday a
{
	color: #FFFFFF;
	height: 25px;
	text-decoration:none;
}

td.cal_eventday a:hover
{
	color: #FFFFFF;
	height: 25px;
	text-decoration:underline;
}

td.cal_eventday {
	width:14%;
}

.cal_grid td.cal_today
{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background:#d9d9d9 url(../images/cal_bg_today.jpg) no-repeat top center;
	color: #333333;
	height: 25px;
	text-align:center;
}

td.cal_today a
{
	color: #333333;
	height: 25px;
	text-decoration: none;
}

td.cal_today a:hover
{
	color: #333333;
	height: 25px;
	text-decoration:underline;
}

td.cal_today {
	width:14%;
}

td.cal
{
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background-color: #ffffff;
	color: #FFFFFF;
	height: 25px;
	text-align:center;
}

td.cal a
{
	color: #FFFFFF;
	height: 25px;
	text-decoration:none;
}

td.cal a:hover
{
	color: #FFFFFF;
	height: 25px;
	text-decoration:underline;
}

.cal_grid {
	border-collapse:collapse;
	border-color:#14181f;
}

.cal_grid td {
	background:#22262d url(../images/cal_bg.jpg) no-repeat top center;
}

td.cal {
	width:14%;
}

.cal_bot{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; /*	background-color: #ffffff; */
	color: #CCCCCC;
	text-align: center;
	padding: 0px 3px 3px 3px;
}

.event_key {
	background-color:#b91518;
}

.today_key {
	background-color:#d9d9d9;
}

.tooltip {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
