/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	border: #000 1px solid;
	padding: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	width: 200px;
	color: #000;
	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: Verdana;
	text-align: center;
	border: #50617C 1px solid;
}

.EventTitle {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	width: 100%;
	color: white !important;
	height: 60px !important;
	text-align: center;
	background-color:#83A8D6;
	padding:1px;
	}

.EventTitle td
{
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	width: 100%;
	color: white !important;
	height: 60px !important;
	text-align: center;
	background-color:#83A8D6;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link, .EventNextPrev a, .EventNextPrev a:visited
{
	padding:0 15px 0 15px;
	font-size: 12px;
	vertical-align: middle;
	color: white !important;
	text-decoration:underline;
}

.EventNextPrev a:hover
{
	padding:0 15px 0 15px;
	font-size: 12px;
	vertical-align: middle;
	color: yellow !important;
	text-decoration:underline;
}

.EventDayHeader
{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height: 18px;
	background-color: #A6C0E1;
	vertical-align: middle;
}
	/*width:14%;*/

.EventDay, .EventDay td
{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
    overflow: auto;
	width:100px;
    height: 100px; 
    text-align: left;
    vertical-align: top;
	
}
.EventDayScroll
{
/*	overflow: auto;
	position: static;
	width: 100%;
	height: 85%;
*/
	vertical-align:top;
	padding:0px;
	margin:0px;	
}
.EventDayScroll img { display:none; }
.EventDayScroll br { height:3px; padding:0px; margin:0px; }
.EventDayScroll a { font:normal 9px; color:#003366;}
.EventDayScroll a:link { color:#003366; }


.EventOtherMonthDay
{
	background-color: #CFDEEF;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	background-color: #CFDEEF;
}


.EventWeekendDay
{
	background-color: #EAF0F7;
}


.EventTodayDay
{
	font-weight: bold;
	background-color: #FFFFCC;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border: #4E7098 2px solid ;
}

.EventSelector
{
	background-color: #003366;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #003366;
	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: #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: 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: darkblue;
	height: 15%;
	text-align: center;
	background-image: url(../Copy%20of%20FixedBlue/gradient_LtBlue.jpg);
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 10px;
	width: 100%;
	color: darkblue;
	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: darkblue;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,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: 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-image: url(../Copy%20of%20FixedBlue/gradient_LtBlue.jpg);
	color: darkblue !important;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
}

a.CommandButton:link, a.CommandButton:active, a.CommandButton:visited {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#83A8D6;
}
a.CommandButton:hover {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#5384AC;
}

a.ReturnLink:link, a.ReturnLink:active, a.ReturnLink:visited {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#83A8D6;
	padding-top:30px;
}
a.ReturnLink:hover {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#5384AC;
	padding-top:30px;
}

.EventDetailTitle {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#83A8D6;
	
}
