/* ================================
    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: 11px;
	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: #fff;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	table-layout: auto;
	font-size: 11px;
	width: 100%;
	color: white;
	font-family: Arial;
	height: 500px;
	text-align: center;
	border-right: #e5dfdf 1px solid;
	border-bottom: #e5dfdf 1px solid;
	border-left: #e5dfdf 1px solid;
	border-top: #e5dfdf 1px solid;
	background-color: #fff;
	white-space:normal;
	line-height:1.3em;

}

.EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: white !important;
	text-align: center;
	height:22px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: white !important;
	text-align: center;
	height:22px !important;
}

/* 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: 3px;
}

.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: 3px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	background-color: #4d89e7;
	vertical-align: middle;
	color:white;
	height:20px;
}

.EventDay, .EventDay td
{
	font-size: 11px;
	width: 14%;
	color: #003366 !important;
	font-family: Arial;
	height: 14%;
	text-align:left;
	padding:3px;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 11px;
	color: #003366 !important;
	font-family: Arial;
	text-align:left;
}
.EventDayScroll div
{
	margin-bottom:0.6em;
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: #e1e1e1;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #003366;
}


.EventWeekendDay
{
	background-color:#e1e1e1;
}


.EventTodayDay
{
	font-weight: bold;
	color: #003366 !important;
	background-color: #ffa900 !important;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	border-bottom: #003366 1px solid;
	background-color:white;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #003366;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable table
{
	table-layout: auto;
	font-size: 11px;
	color: black;
	font-family: Arial;
	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: Arial,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: Arial,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: Arial,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: Arial,helvetica,arial;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}
.WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: Arial,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: Arial,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: 11px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 10px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 10px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 10px;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	color: white;
	background-color:#0f3d90;
	font-family: Arial,helvetica,arial;
	height: 20px;
	text-align: left;
}
.ListDuration
{
    	width: 60px;
    	font-size: 11px;
    	font-family: Arial,helvetica,arial;
    	text-align: center;
    	vertical-align: top;
}
.ListCategory
{
    	font-size: 10px;
    	font-family: Arial,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.ListCustomField1
{
   	font-size: 10px;
    	font-family: Arial,helvetica,arial;
	text-align: left;
    	vertical-align: top;
}
.ListCustomField2
{
    	font-size: 10px;
    	font-family: Arial,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}
.ListAlternate
{
    	background-color: WhiteSmoke;
}
.ListDataGrid
{
    	border:1px solid #999;
}
.ListDataGrid td
{
    	border:1px solid #999;
		padding:5px;
		font-size:11px;
}
.ListDataGrid p
{
	margin:0px;
	font-size:11px;
}
.ListDataGrid td a
{
    	font-size:11px;
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}