/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
/* 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: 12px;
    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;
}
/* Day of week text cell */	 
.Event
{
	table-layout: auto;
	font-size: 7pt;
	width: 95%;
    color: #4e4737;
	font-family: Verdana;
	height: 500px;
	text-align: center;
    border-right: #302C25 1px solid;
    border-top: #302C25 1px solid;
    border-left: #302C25 1px solid;
    border-bottom: #302C25 1px solid;
	background-color: transparent;
	white-space:normal;
	line-height:1.3em;

}
/* Month Title Cell */
.EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	/*background-image: url(gradient_Default.jpg);*/
	width: 100%;
	color: black !important;
	text-align: center;
	height: 32px !important;
	border-bottom: solid #302C25 1px;	
}
/* Month Title colors */
.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #302C25 !important;
	text-align: center;
	/*background-image: url(gradient_Default.jpg);*/
	height: 32px !important;
}

/* Next and Prev Month Title Cell */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #b0a790 !important;
	padding-top: 10px;
}
/* Next and Prev Month Rollovers */
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #000000 !important;
	padding-top: 10px;
}
/* Days of the week Cell colors Cell */
.EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
    height: 16px;
	font-family: Verdana;
	background-color: #b0a790;
	vertical-align: middle;
	border-left: solid #302C25 1px;
	border-right: solid #302C25 1px;
	border-bottom: solid #302C25 1px;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
    text-align: left;	
	width: 14%;
	color: #302C25 !important;
	font-family: Verdana;
	/*current month background*/
	background-color: white;
	height: 14%;
	overflow: auto;
    vertical-align: top;
	border: solid #302C25 1px;	
}
/* month numbering text 
.EventDay, .EventDay td
{
    overflow: hidden;
    height: 100px;
}*/
/* Event Day Title Control*/
.EventDay a
{
	font-size: 9pt;
	color: #0c4d8f !important;
	font-family: Verdana;
}
/* Event Day Title Hover Control*/
.EventDay a:hover, .EventDay a:visited
{
	font-size: 9pt;
	color: #302C25!important;
	font-family: Verdana;
}
/* Display of Icon in front of Event Title*/
.EventDay a Img
{
display: none;
}

.EventDayScroll div
{
	margin-bottom:0.6em;
}
/*
.EventDayScroll
{
    overflow: auto;
    position: static;
    width: 100%;
    height: 88%;
}*/

/* Calendar cells that are not current month */
.EventOtherMonthDay
{
    color: #808080;
    background-color: #deded0;
	border: solid #302C25 1px;	
}
/* Calendar cells that are not current month rollover */
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
    color: #8080c0;
}

/* Weekend days of current month color */
.EventWeekendDay
{
    background-color: transparent;
    color: #302C25 !important;	
}
.EventWeekendDay a:link
{
    background-color: transparent;
    color: #0c4d8f !important;	
}

.EventWeekendDay a:hover, .EventWeekendDay a:visited
{
	font-size: 9pt;
	color: #302C25!important;
	font-family: Verdana;
}

/* Cell if Event Occurs on current date */
.EventTodayDay
{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #b0a790;
}
.EventTodayDay a:link
{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #b0a790;
}

/* Shows which even was selected before returning */

.EventSelectedDay
{
    border-right: #302C25 2px solid;
    border-top: #302C25 2px solid;
    border-left: #302C25 2px solid;
    border-bottom: #302C25 2px solid;
}
.EventSelector
{
    background-color: #302C25;
}
.EventSelector a, .EventSelector a:visited, .EventSelector a:hover
{
    color: #ff0000;
    text-decoration: none;
}


/* The following control the Calendar Week View Style-Look */
.WeekTable table
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Verdana;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
}
.WeekTable table td, .WeekTable table th
{
    border:0px;
    padding:0px 2px 0px 2px;
}
.WeekItem 
{
	text-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' );
	border-right: transparent 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
}
.WeekBackground 
{
	font-family: verdana,helvetica,arial;
	background-color: gainsboro;
	font-size: xx-small;
	border-right: transparent 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
}
.WeekTitle 
{
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	color: black;
	height: 15%;
	text-align: center;
	background-image: url(gradient_Default.jpg);
	width: 11%;
	border-right: transparent 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
}
.WeekOfTitle
{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color: navy;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: navy;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #E5DFDF;
	border:none!important;
}


/* 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(gradient_Default.jpg);
	color: black;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
}
.ListDuration
{
    	width: 60px;
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: center;
    	vertical-align: top;
}
.ListCategory
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.ListCustomField1
{
   	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
	text-align: left;
    	vertical-align: top;
}
.ListCustomField2
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}
.ListAlternate
{
    	background-color: WhiteSmoke;
}
.ListDataGrid
{
    	border-style: none;
}
.ListDataGrid td
{
    	border-style: none;
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}
