<style>

BODY {font-size: 11px; font-family: verdana, arial, helvetica, times; color: #333333;}
	
.text {font-size: 11px; font-family: verdana, arial, helvetica, times; color: #333333;}
.text:link {font-size: 11px; font-family: verdana, arial, times; color: #0066CC; text-decoration: underline;}
.text:hover {font-size: 11px; font-family: verdana, arial, times; color: #CC6600; text-decoration: underline;}
.text:visited {font-size: 11px; font-family: verdana, arial, times; color: #9933CC; text-decoration: underline;}
.text:visited:hover {font-size: 11px; font-family: verdana, arial, times; color: #CC6600; text-decoration: underline;}

.leftnav {font-size: 11px; font-family: verdana, arial, helvetica, times; color: #FFFFFF;}
.leftnav:link {font-size: 11px; font-family: verdana, arial, times; color: #FFFFFF; text-decoration: none;}
.leftnav:hover {font-size: 11px; font-family: verdana, arial, times; color: #FFFFFF; text-decoration: underline;}
.leftnav:visited {font-size: 11px; font-family: verdana, arial, times; color: #CCCCCC; text-decoration: none;}
.leftnav:visited:hover {font-size: 11px; font-family: verdana, arial, times; color: #CCCCCC; text-decoration: underline;}

.copyright {font-size: 10px; font-family: verdana, arial, helvetica, times; color: #666666;}

.no-tile {background-repeat: no-repeat;}

</style>

/* ================================
    CSS STYLES FOR Module Event
   ================================
*/

.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Verdana, Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: black 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: black;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	text-align: center;
	width: 200px;
	height: 200px;
}

.EventName
{
	font-weight: bold;
	font-size: 9pt;
	color: #2D5F98;
	text-align: center;
}
.EventTitle
{
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	height: 100%;
	color: #2D5F98;
	background: #FFFFFF;
	text-align: center;
}

.EventTitle td
{
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	background: #2D5F98;
	text-align: center;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 7pt;
	padding-bottom: 0px;
	color: #FFFFFF !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 2px;
	padding-left: 2px;
	font-size: 7pt;
	padding-bottom: 0px;
	color: #C2DDFB !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	color: white;
	background-color: #6D0101;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	color: white !important;
	font-family: Verdana;
}

.EventDay a,
.EventDay a:visited,
{
	font-size: 7pt;
	color: #6D0101 !important;
	font-family: Verdana;
}

.EventDay a:hover
{
	font-size: 7pt;
	color: #12326D !important;
	font-family: Verdana;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray;
}

.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #0000ff !important;
	font-weight: bold;
}

.EventSelector
{
	background-color: #c0c0e0;
}

.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
.DNN_ANN_DesignTable
{
	width: 183px;
	padding: 4px;
}

