﻿/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	
	padding: 5px;
	border: 3px solid white;
		font-size: 10px;
	filter: alpha(opacity=80);
	width: 220px;
	color: #000;
	font-family: Verdana;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.88;
}
	 
.Event
{
	table-layout: auto;
    font-size:10px;
	color: black;
	font-family: Georgia, "Palatino Linotype",Serif;
	text-align: center;
	border: solid 3px white;
	height: 540px;
	width: 100%;
}

.EventTitle
{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	color: black !important;
	text-align: center;
	height: 32px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color: black !important;
	text-align: center;
	height: 32px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding: 0 .25em;
	color: black !important;
	
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{ 
    padding: 0 .25em;
}

.EventDayHeader
{
	font: 100 9px/10px Verdana, sans-serif;
	letter-spacing: 2px;
	background-color: white;
	vertical-align: middle;
	color: Black;
}

.EventDay, .EventDay td
{
	font-size:11px;
	width: 14%;
	color: #0000ff !important;
	font-family: Georgia, "Palatino Linotype", Serif;
	height: 14%;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 11px;
	color: #000000 !important;
	font-family: Georgia, "Palatino Linotype", Serif;
	
}

.EventDayEvents, .EventDayEvents td
{
	font-size: 11px;
	width: 14%;
	color: red !important;
	font-family: Georgia, "Palatino Linotype",Serif;;
	height: 14%;
}
.EventDayEvents a,
.EventDayEvents a:visited,
.EventDayEvents a:hover
{
	font-size: 11px;
	color: red !important;
	font-family: Georgia, "Palatino Linotype",Serif;;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #808080;
	background-color:#FFD287;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: black;
	background-color: #ebebeb;
}


.EventWeekendDay
{
	background-color: ;
}


.EventTodayDay
{
	font-weight: bold;
	color: black !important;
	background-color: #FFD287;
}

.EventSelectedDay
{
	border: white 3px solid;
}
.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: black !important;
}

.EventSelector
{

}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{

}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	font-size: 11px;
	color: black;
	font-family: Georgia, "Palatino Linotype",Serif;;
	text-align: center;
	}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	font-family: Georgia, "Palatino Linotype",Serif;
	font-size: xx-small;
	BACKGROUND-COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.WeekBackground 
{
	ALIGNMENT: center;
	ALIGN: center;
	font-family: Georgia, "Palatino Linotype",Serif;
	background-color: gainsboro;
	font-size: xx-small;
}
.WeekTitle 
{
	font-family: Georgia, "Palatino Linotype",Serif;
	font-size: xx-small;
	width: 100%;
	color: black;
	height: 15%;
	text-align: center;
	background-image: url(gradient_Default.jpg);
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: black;
	font-family: Georgia, "Palatino Linotype",Serif;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev
{
	font-weight: bold;
	font-family: Georgia, "Palatino Linotype",Serif;
	font-size: 10px;
	width: 100%;
	color: black;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "Palatino Linotype",Serif;
	font-size: 10px;
	
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}.ListDate
{
	font-size: 11px;
	font-family: Georgia, "Palatino Linotype",Serif;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 11px;
	font-family: Georgia, "Palatino Linotype",Serif;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 11px;
	font-family: Georgia, "Palatino Linotype",Serif;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 11px;
	font-family: Georgia, "Palatino Linotype",Serif;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(gradient_Default.jpg);
	color: black;
	font-family: Georgia, "Palatino Linotype",Serif;
	height: 32px;
	text-align: left;
}