/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	/*
	border-right: #000 1px solid;
	border-left: #000 1px solid;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	*/
	border:1px solid Gray;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	
	font-size: 10px;
	color: #000;
	font-family: Arial;
	background-color: #ff77aa;/*#ff6699;-->pink*/
	text-align: left;
	moz-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	z-index:99;
	max-height:300px !important;
	max-width:300px !important;
	/*overflow:visible;*/
}
	 
.Event
{
	table-layout: fixed;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	text-align: center;
	border-right: #ff6699 1px solid !important;
	border-top: #ff6699 1px solid !important;
	border-left: #ff6699 1px solid !important;
	border-bottom: #ff6699 1px solid !important;
  margin-top: 2px;
}

.EventTitle {
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: white !important;
	height: 32px !important;
	text-align: center;
	background-color: #ff6699;
	border-bottom: #ff6699 1px solid !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: white !important;
	height: 32px !important;
	text-align: center;
	background-color: #ff6699;
}

/* 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: white !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: white !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;	
	font-size: 7pt;
	height: 16px;
	font-family: Verdana;
	background-color: #dd4477;
  	color: whitesmoke;
	vertical-align: middle;
	border-right: #ff6699 1px solid !important;
	border-top: #ff6699 1px solid !important;
	border-bottom: #ff6699 1px solid !important;
	width:142px;
}
	/*width:14%;*/
/**************************/
.EventDay, .EventDay td
{
	font-size: 9pt;
  	overflow: hidden;
  /*	width: 100px;*/
  	height: 100px; 
 	text-align: left;
	vertical-align: top;
	color: #dd4477 !important;
	font-family: Verdana;
	border-right: #ff6699 1px solid;
	border-top: #ff6699 1px solid;
	border-left: #ff6699 1px solid;
	border-bottom: #ff6699 1px solid;
}
/*******************************/
.EventDayScroll
{
	overflow: auto;
	position: static;
	width: 100%;
	height: 80%;
}
.EventDayScroll a,
.EventDayScroll a:visited,
.EventDayScroll a:hover
{
	font-size: 8.5pt;
	color:Gray !important;
	font-family: Verdana;
}

.EventOtherMonthDay
{
	color: #808080;
	background-color: gainsboro;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: gainsboro;
}


.EventWeekendDay
{
	background-color: whitesmoke;
}


.EventTodayDay
{
	font-weight: bold;
	color: #ff6699 !important;
	background-color: darkgray;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #dd4477 2px solid !important;
	border-top: #dd4477 2px solid !important;
	border-left: #dd4477 2px solid !important;
	border-bottom: #dd4477 2px solid !important;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #dd4477;
	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: #ff6699 1px solid; 
	border-top: #ff6699 1px solid; 
	border-left: #ff6699 1px solid; 
	border-bottom: #ff6699 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;
	font-size: xx-small;
}
.WeekTitle 
{
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	width: 100%;
	color: white;
	height: 15%;
	text-align: center;
	background-color: #ff6699;
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: white;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev
{
	font-weight: bold !important;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: #dd4477 !important;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #ff6699;
  color: white;
}


/* 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
{
	font-weight: bold;
	font-size: xx-small;
	background-color: #ff6699;
	color: white !important;
	font-family: verdana,helvetica,arial;
	height: 22px;
	text-align: left;
}
