/* ================================
    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: 250px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
	z-index:99;
}
	 
.Event
{
	table-layout: fixed;
	font-size: 7pt;
	color: black;
	font-family: arial;
	text-align: center;
	border-right: #f4f1f1 1px solid; 
	border-top: #f4f1f1 1px solid; 
	border-left: #f4f1f1 1px solid; 
	border-bottom: #f4f1f1 1px solid; 
}

.EventTitle {
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: darkblue !important;
	height: 32px !important;
	text-align: center;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: darkblue !important;
	height: 32px !important;
	text-align: center;
}

/* 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: darkblue !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: darkblue !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;	
	font-size: 7pt;
	height: 16px;
	font-family: arial;
	background-color: silver;
	vertical-align: middle;
}
	/*width:14%;*/

.EventDay, .EventDay td
{
	font-size: 7pt;
    overflow: hidden;
    width: 100px;
    height: 100px; 
    text-align: left;
    vertical-align: top;
	color: #0000ff !important;
	font-family: arial;
	
}
.EventDayScroll
{
	overflow: auto;
	position: static;
	width: 100%;
	height: 85%;
}

.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: #0000ff !important;
	background-color: darkgray;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{

}

.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: arial;
	text-align: center;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}

.WeekItem 
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: 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;
	font-size: xx-small;
}
.WeekTitle 
{
	FONT-FAMILY: arial;
	font-size: xx-small;
	width: 100%;
	color: darkblue;
	height: 15%;
	text-align: center;
	background-image: url(gradient_LtBlue.jpg);
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: darkblue;
	font-family: arial;
	text-align: center;
	vertical-align: middle;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: arial;
	font-size: 10px;
	width: 100%;
	color: darkblue;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	text-align: center;
	vertical-align: middle;
	font-family: arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #7994cb;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
}
.ListDate
{
	font-size: 7pt;
	font-family: arial;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 7pt;
	font-family: arial;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 7pt;
	font-family: arial;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: arial;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(gradient_LtBlue.jpg);
	color: darkblue !important;
	font-family: arial;
	height: 32px;
	text-align: left;
}
