/* ================================
    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: 10px;
	font-family: Arial;
	text-align: center;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	background-color: white;
	height: 225px;
	width: 255px;
}

.EventTitle
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(gradient_pgsd.gif);
	width: 100%;
	color: white !important;
	text-align: center;
	height: 40px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(gradient_pgsd.gif);
	width: 100%;
	color: white !important;
	text-align: center;
	height: 40px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{ 
	color: #ffffff !important;
	text-decoration:none;		
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	color: #ffffff !important;
	text-decoration:underline;	
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 10px;
	height: 18px;
	font-family: Arial;
	background-color: whitesmoke; 
	color:#000000;
	vertical-align: middle;
}

.EventDay, .EventDay td
{
	font-size: 10px;
	width: 14%;
	color: #000000 !important;
	font-family: Arial;
	vertical-align: middle;
	height: 14%;
}
.EventDay a,
.EventDay a:visited
{
	font-size: 10px;
	color: #0000ff !important;
	font-family: Arial;
}

.EventDay a:hover
{
	font-size: 10px;
	color: #FF9900 !important;
	font-family: Arial;
	
}

.EventDayEvents, .EventDayEvents td
{
	font-size: 10px;
	width: 14%;
	color: blue !important;
	font-family: Arial; 
	background-color:#CCCCCC;
	height: 14%;
	vertical-align: middle;

}
.EventDayEvents a,
.EventDayEvents a:visited
{
	font-size: 10px;
	color: blue !important;
	font-family: Arial;
}
.EventDayEvents a:hover
{
	font-size: 10px;
	color: #FF9900 !important;
	font-family: Arial;
}

.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #666666;
	background-color: #666666;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #666666;
	background-color: #666666;
}


.EventWeekendDay
{
	background-color: white;
}


.EventTodayDay
{
	font-weight: bold;
	color: #74020d !important;
	font-size: 12px;
	font-family: Arial;
}

.EventSelectedDay
{
	vertical-align: middle;
}
.EventSelectedDay a,
.EventSelectedDay a:visited
{
	color: #0000ff !important;
}

.EventSelectedDay a:hover
{
	color: #FF9900 !important;
}

.EventSelector
{
}
.EventSelector a,
.EventSelector a:visited
{
	color: #0000ff;
	text-decoration: none;
}	
.EventSelector a:hover
{
	color: #FF9900 !important;
}	


/* The following control the Calendar Week View Style-Look */
.WeekTable
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Arial;
	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: Arial,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: Arial,helvetica,arial;
	background-color: gainsboro;
	font-size: xx-small;
}
.WeekTitle 
{
	FONT-FAMILY: Arial,helvetica,arial;
	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: Arial,helvetica,arial;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: Arial,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: black;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: Arial,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #E5DFDF;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%; 
	color:#000000; 
	border:none;
}.ListDate
{
	font-size: 10px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color: black;
}
.ListTitle
{
	font-size: 10px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color: black;
}

.ListTitle a,
.ListTitle a:visited
{
	color: #0000ff !important;
}

.ListTitle a:hover
{
	color: #FF9900 !important;
}

.ListDescription
{
	font-size: 10px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color: black;
}
.ListLink 
{
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
	color: black;
}

.ListHeader
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial,helvetica,arial;
	text-align: center; background-color:#999999;
}