/* ================================
    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: 7pt;
	width: 90%;
	color: #003366;
	font-family: Verdana;
	height: 400px;
	text-align: center;
	border-right: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-left: #003366 1px solid;
	border-top: #003366 1px solid;
	background-color:  Transparent;

}

/*.EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	background-image: url(gradient_Default.jpg);
	width: 100%;
	color: #fff !important;
	text-align: center;
	height: 22px !important;
}*/

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	color: #fff !important;
	text-align: center;
	/*background-image: url(gradient_Default.jpg);*/
	height: 22px !important;
	background-color:#669966;
	border-bottom-color:#003366;
}

/* 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: #fff !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: #fff !important;
	padding-top: 0px;
}

.EventDayHeader
{
	border:solid 1px #003366;
	font-weight: normal;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #B0B086;
	vertical-align: middle;
}

.EventDay, .EventDay td
{
	border:solid 1px #003366;
	font-size: 7pt;
	width: 14%;
	color: #003366 !important;
	font-family: Verdana;
	height: 14%;
	text-align:left;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #003366 !important;
	font-family: Verdana;
}
.EventDayScroll
{
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: #cccc99;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
	background-color: #cccc99;
}


.EventWeekendDay
{
	background-color: transparent;
}


.EventTodayDay
{
	font-weight: bold;
	color: #003366 !important;
	background-color: #A5B885 !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: #003366 1px solid;
	border-bottom: #003366 1px solid;
	border-left: #003366 1px solid;
	border-top: #003366 1px solid;
}

.WeekItem, .WeekDay
{
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 7pt;
	BACKGROUND-COLOR: #CCCC99;
	FONT-WEIGHT: normal;
	border:solid 1px #003366;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCC99' );*/
}
.WeekBackground 
{
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	background-color: transparent;
	font-size: 7pt;
	border:solid 1px #003366;
}
.WeekTitle 
{
	FONT-FAMILY: verdana,helvetica,arial;
	font-weight:normal;
	font-size: 7pt;
	width: 100%;
	color: #fff;
	height: 15%;
	text-align: center;
	/*background-image: url(gradient_Default.jpg);*/
	background-color: #669966;
	border:solid 1px #003366;
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: #003366;
	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: #003366;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: #003366;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: 7pt;
	font-weight: normal;
	BACKGROUND-COLOR: #B0B086;
	border:solid 1px #003366;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 95%;
}.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: Normal;
	font-size: 7pt;
	/*background-image: url(gradient_Default.jpg);*/
	background-color:#B0B086;
	color: #003366;
	font-family: verdana,helvetica,arial;
	height: 22px;
	text-align: left;
}