/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
}
	 
.Event
{
top: 0px;
background: #f5f5f5;
width: 220px;
border: 1px solid #fff;
}

.EventTitle
{
}

.EventTitle, .EventTitle td
{
padding-top: 3px;
padding-bottom: 11px;
font-family: arial;
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #fff;
background: url('titleContainerBg.jpg') repeat-x top left;
}

.EventTitle td:first-letter {
	text-transform: capitalize;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link {
	margin-right: 7px;
	margin-left: 7px;
	color: #fff;
	font-style: normal;
	text-decoration: underline;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover {
	margin-right: 7px;
	margin-left: 7px;
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

.EventDayHeader
{
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #000;
padding-bottom: 4px;
border: 0px solid red;
}

.EventDay, .EventDay td
{
background-color: #ccc;
padding-top: 0.80em;
padding-left: none;
padding-bottom: 10px;
padding-right: none;
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #000;
border: 1px solid #fff;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
color: #fff;
text-decoration: none;
}

.EventDayEvents, .EventDayEvents td {
padding-top: 10px;
background: #2d494a;
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #fff;
text-decoration: none;
}

.EventDayEvents a, .EventDayEvents a:visited {
color: #fff;
text-decoration: none;
}

.EventDayEvents a:hover {
color: #fff;
text-decoration: underline;


}

.EventDayScroll
{
}
.EventOtherMonthDay
{
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
}


.EventWeekendDay
{
}


.EventTodayDay
{
padding-top: 10px;
background: #fff;
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #2d494a;
text-decoration: none;
}

.EventSelectedDay
{
padding-top: 10px;
background: #fff;
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #2d494a;
text-decoration: none;
}
.EventSelectedDay a,
.EventSelectedDay a:visited
{
padding-top: 10px;
background: #fff;
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #2d494a;
text-decoration: none;
}

.EventSelectedDay a:hover
{
padding-top: 10px;
background: #fff;
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #2d494a;
text-decoration: underline;
}

.EventSelector
{
color: #fff;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
color: #fff;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
}

.WeekItem 
{
}
.WeekBackground 
{
}
.WeekTitle 
{
}
.WeekOfTitle
{
}
.WeekNextPrev
{
}
.WeekRangeheader 
{
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
}.ListDate
{
}
.ListTitle
{
}
.ListDescription
{
}
.ListLink a:hover
{
color: #000;
}
.ListLink a
{
color: #fff;
{
}
}

.ListHeader
{
}
