/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.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: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
.Event
{
	table-layout: auto;
	font-size: 7pt;
	width: 600px;
	color: white;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	height: 600px;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
	background-color: #ffffff;

}

.EventTitle
{
    font-weight: bold;
    font-size: 11pt;
    width: 100%;
    color: #ffffff !important;
    text-align: center;
    height: 32px !important;
    background-color: #397BB4;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #ffffff !important;
	text-align: center;
    background-color: #397BB4;
	height: 32px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 9pt;
	padding-bottom: 0px;
	color: #999999 !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 9pt;
	padding-bottom: 0px;
	color: #999999 !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 12pt;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	background-color: silver;
	vertical-align: middle;
}

.EventDay, .EventDay td
{
	font-size: 10pt;
	width: 14%;
	color: #0000ff !important;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	height: 14%;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 10pt;
	color: #0000ff !important;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
}
.EventDay img
{
    display:none;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}


.EventTodayDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray !important;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: blue 2px solid ;
	border-top: blue 2px solid;
	border-left: blue 2px solid;
	border-bottom: blue 2px solid;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	font-size: 10pt;
	color: white;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 10pt;
	BACKGROUND-COLOR: white;
	FONT-WEIGHT: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.WeekBackground
{
    alignment: center;
    align: center;
    font-family: 'Lucida Grande' , 'Lucida Sans' , Tahoma, Geneva, Verdana, Arial, sans-serif;
    background-color: #CCCCCC;
    font-size: 10pt;
}
.WeekTitle 
{
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 10pt;
	width: 100%;
	color: white;
	height: 15%;
	text-align: center;
	background-color: #397BB4;
}
.WeekOfTitle
{
	font-size: 12px;
	width: 100%;
	color: black;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev
{
	font-weight: bold;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 100%;
	color: navy;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader
{
    color: white;
    text-align: center;
    vertical-align: middle;
    font-family: 'Lucida Grande' , 'Lucida Sans' , Tahoma, Geneva, Verdana, Arial, sans-serif;
    font-size: 10px;
    background-color: #397BB4;
    white-space: nowrap;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}.ListDate
{
	font-size: 10pt;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 10pt;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 10pt;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 10pt;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: 10pt;
	background-color:
	color: black;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Geneva, Verdana, Arial, sans-serif;
	height: 32px;
	text-align: left;
}
