/* ================================
    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;
}
	 
.EventCalendar
{
	table-layout: auto;
	/* the event calendar will use the default font but 10 pixels size*/
margin:  0; font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; font-size: 10px; color: #666; text-decoration:none; 	
	width:  500px;
	height: 500px;
	text-align: center;
	border-right: #006699 1px solid;
	border-bottom: #006699 1px solid;
	border-left: #006699 1px solid;
	border-top: #006699 1px solid;
	background-color: #81a2cd;
/* the bg of calendar is almost white */
}

.EventTitle
{
	font-weight: bold;
	font-size: 14px;
/*	background-image: url(gradient_Default.jpg);
*/	width: 100%;
	color: #fff !important;
	text-align: center;
	height: 32px !important;
}

 .EventTitle td
{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	color: #fff !important;
	text-align: center;
/*	background-image: url(gradient_Default.jpg);
*/
background-color:#006699;
	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: 11px;
	padding-bottom: 0px;
	color: #fff !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 11px;
	padding-bottom: 0px;
	color:#666666!important;
	padding-top: 0px;
}

.EventDayHeader
{
/* that's m t w t f s s*/
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background-color: #ccc;
	vertical-align: middle;
}
/* the months days td and links better to use a darker gray */
.EventDay, .EventDay td
{
	font-size: 10px;
	width: 14%;
	color: #0000ff !important;
	height: 14%;
	background-color:#ccc;
}
.EventDay a
{
color:#000033;
font-size:12px;
text-decoration:none;
}

.EventDay a:visited
{
	font-size: 12px;
	color: #ffff !important;
	text-decoration:none;
}
.EventDay a:hover
{
	font-size: 12px;
	color: #000 !important;
	text-decoration:none;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #0000FF;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}


.MonthEventTodayDay
{
	font-weight: bold;
	color: #0000ff !important;
	background-color: darkgray !important;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: red 2px solid ;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 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: 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 
{
	FONT-FAMILY: verdana,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: 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: 300px; 

*/}.ListDate
{
  margin:  0; font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; font-size: 12px; color: #666; text-decoration:none;
	text-align: left;
}

a.ListTitle:link,a.ListTitle:active,a.ListTitle:visited{font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;font-size:16px;font-weight:normal;color:#666; text-decoration:underline; padding: 0px 0 0px 0;}

a.ListTitle:hover{font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;font-size:16px;font-weight:normal;color:#666; text-decoration:Underline;}

.ListStatingDate
{
  margin:  0; font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; font-size: 16px; color: #666; text-decoration:none;
	text-align: left;
}

.ListDescription
{
  margin:  0; font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; font-size: 12px; color: #666; text-decoration:none;
	text-align: left;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListDetailsLinhk
{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;font-size:16px;font-weight: normal;color:#666; text-decoration:none;
	text-align: left;
}

a.ListDetailsLink:link,a.ListDetailsLink:active,a.ListTitle:visited{font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;font-size:16px;font-weight:normal;color:#333; text-decoration:underline; padding: 0px 0 0px 0;}

a.ListDetailsLink:hover{font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;font-size:16px;font-weight:normal;color:#666; text-decoration:Underline;}



.ListHeader
{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;font-size:16px;font-weight: bold;color:#006699; text-decoration:none;
	font-weight: bold;
	font-size: xx-small;
	background-image: url(gradient_Default.jpg);
	
	height: 32px;
	text-align: left;
}