﻿
/*Overall outer table style and border style */
.EventCalenderTableStyle
{
	background:none;
	border: 0px solid black;
	padding:0px
}
table.EventCalenderTableStyle
{
 border-collapse: separate;
}
table.EventCalenderTableStyle table
{
 border-collapse: separate;
}

/*Top Row Arrows line cells */

/*Top Empty cell is the blank cell in the top left hand corner */
.EventCalenderTopEmptyCell
{
}
/*TopSeeMoreDates is the see in between the two arrows */
.EventCalenderTopSeeMoreDates
{
	font-family:Tahoma;
	text-align:center;
	font-weight: normal;
	font-size: 11px;
	color: red;
}

/* Defines the style for the 2 arrows cells */
.EventCalenderArrowLeftCell
{
	width: 10px;
	padding-top:0px;
}
.EventCalenderArrowRightCell
{
	width: 10px;
	padding-top:0px;
}


/*Header line styles */
/*Event calendar header is the style of the top header to the left of the months names
  where it says either "Class" or "Location" */
  
.EventCalenderHeader
{
	background:white;
	width:130px; 
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size:11px;
	text-align:center;
	font-weight: bold;
	color:#000;
	background:#F0F0F0;
}

/*Month Headers for the month names at the top of the calendar */
.EventCalenderMonthHeader
{
	width:30px;
	padding:1px;
	border-left: 0px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size:11px;
	text-align:center;
	font-weight: bold;
	color:#000;
	background:#F0F0F0;
}

/*This is for the main category header when using List All or Select All 
  It is the cell that goes the width of the table */
  
.EventCalenderCategoryHeader
{
	background:white;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	font-family:Tahoma;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px solid black;
	border-bottom: 1px solid black;
}

/* The sub section header is the header for each Location or Class at the left of the 
   list of event dates */
   
.EventCalenderSubSectionHeader
{
	background:white;
	width:150px;
	font-size:10px;
	text-align:left;
	padding:2px;
	font-family:Verdana;
	color:#000080;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px solid black;
	border-bottom: 1px solid black;
}

/* The style of the actual box with the event register link in */
.EventCalenderEventBox
{
	background:white;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	font-weight:normal;
	border-left: 0px solid black;
	border-right: 1px solid black;
	border-top: 0px solid black;
	border-bottom: 1px solid black;
	padding:0px;
}
