/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip {
	border: 1px solid #000000;
	padding: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	width: 200px;
	color: #000;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
	}
	 
.Event {
	table-layout: auto;
	font-size: 7pt;
	width: 400px;
	color: white;
	font-family: Verdana;
	height: 400px;
	text-align: center;
	border: 1px solid #666666;
	background-color: #ffeed9;
	}

.EventTitle {
	background-color: #8b856f;
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: black !important;
	text-align: center;
	height: 32px !important;
	}

.EventTitle, .EventTitle td {
	background-color: #8b856f;
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: black !important;
	text-align: center;
	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: 8pt;
	padding-bottom: 0px;
	color: black !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: black !important;
	padding-top: 0px;
}

.EventDayHeader {
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #bb925e;
	vertical-align: middle;
	}

.EventDay, .EventDay td {
	font-size: 7pt;
	width: 14%;
	color: #6b6653 !important;
	font-family: Verdana;
	height: 14%;
	}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover {
	font-size: 7pt;
	color: #6b6653 !important;
	font-family: Verdana;
	text-decoration: none;
	}

.EventDay a:hover {
	text-decoration: underline;
	}

.EventDayScroll{}

.EventOtherMonthDay {
	color: #6b6653;
	background-color: #ebe4da;
	}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover {
	color: #6b6653;
	background-color: #ebe4da;
	}

.EventWeekendDay {
	background-color: #ffeed9;
	}

.EventTodayDay {
	font-weight: bold;
	color: #6b6653 !important;
	background-color: darkgray !important;
	}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay {
	border: 1px solid red;
	}

.EventSelector {
	background-color: #c0c0e0;
	}
	
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover {
	color: #6b6653;
	text-decoration: none;
	}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	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: verdana,helvetica,arial;
	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: verdana,helvetica,arial;
	background-color: gainsboro;
	font-size: xx-small;
}
.WeekTitle {
	background-color: #8b856f;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	width: 100%;
	color: black;
	height: 15%;
	text-align: center;
	}

.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: navy;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: navy;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #E5DFDF;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}.ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ListHeader {
	background-color: #8b856f;
	font-weight: bold;
	font-size: xx-small;
	color: black;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
	}