/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
 .Eventtooltip
{
	border: #000 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	width: 300px;
	color: #000;
	padding-top: 5px;
	background-color: #ff9;
	text-align: left;
	moz-opacity: 0.8;
}
	 
 .Event
{
	/* table-layout: auto; */
	width: 350px; 
	color: #808073;
	height: 250px; 
	text-align: center;
	border: #e5dfdf 2px solid;
	background-color: #FFFFBF;

} 

.Head
{
 color: #999926;
 border: 1px solid #999926;
 background-color: #fffacd;
 padding: 5px;   
    }
    
.Bodem
{
 color: #999926;
 border: 1px solid #999926;
 background-color: #fffacd;
 padding: 2px;   
    }

.EventTitle, .EventTitle td /* Maand naam */
{
	font-size: 150%;
	width: 100%;
	text-align: center;
	/* background-image: url(gradient_Gray.jpg); */
	/* height: 20px !important; */
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
/*	padding-right: 0.5em;
	padding-left: 0.5em;
	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;
	padding-bottom: 0px;
	color: black !important;
	padding-top: 0px; */
}

.EventDayHeader
{
	background-color: silver;
	vertical-align: middle;
}

.EventDay a:link,.EventDay a:visited
{
    text-decoration: none !important;
    color: #808080 !important;
}

.EventDay a:hover
{
    text-decoration: underline !important;
    color: #808080 !important;
}


.EventOtherMonthDay
{
	color: #808080;
	background-color: #B3B300;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	/* background-color: blue; */
}


.EventWeekendDay
{
	background-color: #CCCC8F;
}


.EventTodayDay
{

}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	background-color: white !important;
}

.EventSelector
{

}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
 
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	color: black;
	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;
	BACKGROUND-COLOR: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.WeekBackground 
{
	ALIGNMENT: center;
	ALIGN: center;

}
.WeekTitle 
{
	width: 100%;
	color: black;
	text-align: center;
	background-image: url(gradient_Gray.jpg);
}

.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	BACKGROUND-COLOR: #E5DFDF;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}.ListDate
{
	text-align: left;
	vertical-align:top;

}
.ListTitle
{
	text-align: left;
	vertical-align:top;

}
.ListDescription
{
	text-align: left;
	vertical-align:top;

}
.ListLink 
{
	font-weight: bold;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	background-image: url(gradient_Gray.jpg);
	color: black;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
}
