/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	border-right: #868686 1px solid;
	padding-right: 5px;
	border-top: #dcdcdc 1px solid;
	padding-left: 5px;
	font-size: 0.8em;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #dcdcdc 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #868686 1px solid;
	font-family: verdana;
	background-color: #c6f3e3;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	font-size: 0.9em;
	width: 400px;
	color: #ffffff;
	font-family: Verdana;
	height: 400px;
	text-align: center;
	border-right: #484848 1px solid;
	border-bottom: #484848 1px solid;
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	
}

.EventTitle, .EventTitle td
{
	vertical-align: middle;
	text-align: center;
	background-color:#00a56a;
	height:36px !important;
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3em;
	vertical-align: middle;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 0.8em;
	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: 0.8em;
	padding-bottom: 0px;
	color: #fff !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 0.9em;
	font-family: Verdana;
	background-color: #989898;
	vertical-align: middle;
	border:1px solid #acacac;
}

.EventDay, .EventDay td
{
	font-size: 1.0em;
	width: 14%;
	color: #2B7BB3 !important;
	font-family: Verdana;
	height: 14%;
	background-color:Transparent;
	border:1px solid #acacac;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 1.0em;
	color: #2B7BB3 !important;
	font-family: Verdana;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #808080;
	background:url(/images/trans_small_bg.png) repeat top right;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background:url(/images/trans_small_bg.png) repeat top right;
}


.EventWeekendDay
{
	background:url(/images/trans_red.png) repeat top right;
}


.EventTodayDay
{
	font-weight: bold;
	color: #0000ff !important;
	background:url(/images/trans_green.png) repeat top right;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
    border:2px dashed #2B7BB3;	
}

.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: 0.9em;
	color: white;
	font-family: Verdana;
	text-align: center;
	border-right: #484848 1px solid;
	border-bottom: #484848 1px solid;
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	margin:5px;
}
.WeekDay
{
	background:url(/images/trans_green.png) repeat;
	border:1px solid #acacac;
}

.WeekItem 
{
	text-align: center;
	width:100%;
	height:100%;
	background:url(/images/trans_green.png) repeat top right;
}
.WeekBackground 
{
    text-align:center;
    border:1px solid #acacac; 
}
.WeekTitle 
{
	font-family: verdana;
	font-weight: bold;
	font-size:xx-small;
	width: 100%;
	color: #000 !important;
	text-align: center;
	background-color:#efefef;
	height: 33px !important;
	line-height:1.3em;
	border-bottom:1px solid #000000;
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: #2B7BB3;
	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: #2B7BB3;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: #2B7BB3;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background:url(/images/trans_small_bg.png) repeat top right;
	border:1px solid #acacac;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
	border-right: #484848 1px solid;
	border-bottom: #484848 1px solid;
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
}

.ListDate
{
	vertical-align:top;
}
.ListTitle
{
	font-size:xx-small;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: xx-small;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: xx-small;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: x-small;
	color:#000;
	font-family: verdana,helvetica,arial;
	height: 36px;
	text-align: left;
	background-color:#efefef;
}
