/******************************************************************************************************************************************************************************
Skinning for the Event Calendar
*****************************************************************************************************************************************************************************/
/*
================================
Skin styles for DotNetNuke
================================
Dark Yellow:		fbdf6d
Med Yellow:		f7f0d3
Med Blue:		96aacc
DK Blue:		7387a6
*/ 

.Eventtooltip
{
	border: solid 1px #EABFFF;	
	padding-right: 5px;	
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	width: 200px;
	color: #000;
	padding-top: 5px;
	font-family: Arial;
	background-color: #96aacc;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	table-layout: auto;
	font-size: 7pt;
	color: #000000;
	font-family: Verdana;
	height: 500px;
	text-align: center;
	border: solid 1px #000000;	
	background-color: #f7f0d3;
}
.EventTitle
{
	font-weight: bold;
	font-size: 11pt;	
	width: 100%;
	color: #000000 !important;
	text-align: center;
	height: 32px !important;
	background-color: #fbdf6d;
}

.EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	color: #000000 !important;
	text-align: center;
	height: 32px !important;
	width: 500px;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link, .EventNextPrev td
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #000000 !important;
	padding-top: 0px;
	background-color: #fbdf6d;
	
}
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #000000 !important;
	padding-top: 0px;
	background-color: #fbdf6d;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	background-color: #fbdf6d;
	vertical-align: middle;
	color: #000000;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
/*	width: 14%;*/
	width: 100px;
	color: #002C56 !important;
	font-family: Verdana;
	height: 14%;
background-color: #ffffff;

}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #002C56 !important;
	font-family: Verdana;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #ffffff;
	background-color: #f7f0d3;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #ffffff;
	background-color: #f7f0d3;
}


.EventWeekendDay
{
	background-color: #7387a6;
}


.EventTodayDay
{
	font-weight: bold;
	color: #000000 !important;
	background-color: #a9ddff !important;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay, .EventSelectedDay td
{
	border-right: #000000 2px solid ;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	font-weight: bold;
	color: #000000 !important;
	background-color: #96aacc !important;
	display: inline;
}
.EventSelectedDay td tr table
{
	border-right: #000000 2px solid ;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
	font-weight: bold;
	color: #000000 !important;
	background-color: #96aacc !important;
	display: inline;
}

.EventSelector
{
	background-color: #96aacc !important;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #000000;
	text-decoration: none;
}	


.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: #000000 !important;
	font-weight: bold;
	background-color: #96aacc !important;
}
