/* ================================
    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: 10pt;
	filter: alpha(opacity=90);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 300px;
	color: #000000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Tahoma, Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.9;
}
	 
.Theme4WDC3 .Event
{
	table-layout: auto;
	font-size: 8pt;
	width: 95%;
	color: #404040;
	font-family: Tahoma, Verdana;
	height: 500px;
	text-align: center;
	border-right: #C5D79D 1px solid;
	border-bottom: #C5D79D 1px solid;
	border-left: #C5D79D 1px solid;
	border-top: #C5D79D 1px solid;
	background-color: #FFF3DD;
	white-space:normal;
	line-height:1.3em;

}

.Theme4WDC3 .EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	background-image: url(gradient_Default.jpg);
	width: 100%;
	color: #404040;
	text-align: center;
	height: 32px;
}

.Theme4WDC3 .EventTitle, 
.Theme4WDC3 .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #404040;
	text-align: center;
	background-image: url(gradient_Default.jpg);
	height: 32px;
}


.Theme4WDC3 .EventNextPrev, 
.Theme4WDC3 .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #404040;
	padding-top: 0px;
}

.Theme4WDC3 .EventNextPrev a, 
.Theme4WDC3 .EventNextPrev a:visited, 
.Theme4WDC3 .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #404040;
	padding-top: 0px;
}

.Theme4WDC3 .EventDayHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma, Verdana;
	background-color: #EAEFDB;
	vertical-align: middle;
}

.Theme4WDC3 .EventDay, 
.Theme4WDC3 .EventDay td
{
	font-size: 8pt;
	width: 14%;
	color: #404040;
	font-family: Tahoma, Verdana;
	height: 14%;
	border-right: #C5D79D 1px solid;
	border-bottom: #C5D79D 1px solid;
	border-left: #C5D79D 1px solid;
	border-top: #C5D79D 1px solid;
}
.Theme4WDC3 .EventDay a,
.Theme4WDC3 .EventDay a:visited,
.Theme4WDC3 .EventDay a:hover
{
	font-size: 8pt;
	color: #404040;
	font-family: Tahoma, Verdana;
}
.Theme4WDC3 .EventDayScroll div
{
	margin-bottom:0.6em;
}
.Theme4WDC3 .EventOtherMonthDay
{
	color: #808080;
	background-color: #F4E7CD;
}

.Theme4WDC3 .EventOtherMonthDay a, 
.Theme4WDC3 .EventOtherMonthDay a:visited, 
.Theme4WDC3 .EventOtherMonthDay a:hover
{
	color: #808080;
}


.Theme4WDC3 .EventWeekendDay
{
	background-color: #F9ECD4;
}


.Theme4WDC3 .EventTodayDay
{
	font-weight: bold;
	color: #404040;
	background-color: #EAEFDB;
}


.Theme4WDC3 .EventSelectedDay
{
	border-right: red 2px solid ;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

.Theme4WDC3 .EventSelector
{
	background-color: #c0c0e0;
}
.Theme4WDC3 .EventSelector a,
.Theme4WDC3 .EventSelector a:visited,
.Theme4WDC3 .EventSelector a:hover
{
	color: #000000;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.Theme4WDC3 .WeekTable table
{
	table-layout: auto;
	font-size: 7pt;
	color: black;
	font-family: Tahoma, 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;
}
.Theme4WDC3 .WeekTable table td, 
.Theme4WDC3 .WeekTable table th
{
    border:0px;
    padding:0px 2px 0px 2px;
}
.Theme4WDC3 .WeekItem 
{
	text-align: center;
	font-family: Tahoma,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;
}
.Theme4WDC3 .WeekBackground 
{
	font-family: Tahoma,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;
}
.Theme4WDC3 .WeekTitle 
{
	font-family: Tahoma,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;
}
.Theme4WDC3 .WeekOfTitle
{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color: navy;
	font-family: Tahoma,verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}
.Theme4WDC3 .WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: Tahoma,verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: navy;
	text-align: center;
	vertical-align: middle;
}
.Theme4WDC3 .WeekRangeheader 
{
	color: black;
	text-align: center;
	vertical-align: middle;
	font-family: Tahoma,verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #E5DFDF;
	border:none;
}


/* The following control the Calendar List View Style-Look */
.Theme4WDC3 .ListTable
{
	width: 100%;
}
.Theme4WDC3 .ListDate
{
	font-size: 8pt;
	font-family: Tahoma,verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.Theme4WDC3 .ListTitle
{
	font-size: 8pt;
	font-family: Tahoma,verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.Theme4WDC3 .ListDescription
{
	font-size: 7pt;
	font-family: Tahoma,verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.Theme4WDC3 .ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Tahoma,verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.Theme4WDC3 .ListHeader
{
	font-weight: bold;
	font-size: 8pt;
/*	background-image: url(gradient_Default.jpg); */
	color: black;
	background-color: #F4E7CD;
	font-family: Tahoma,verdana,helvetica,arial;
	height: 20px;
	text-align: left;
	vertical-align: middle;
}
.Theme4WDC3 .ListPager TD
{	
	font-size: 8pt;
	font-family: Tahoma,verdana,helvetica,arial;
}
.Theme4WDC3 .ListDuration
{
    	width: 60px;
    	font-size: 8pt;
    	font-family: Tahoma,verdana,helvetica,arial;
    	text-align: center;
    	vertical-align: top;
}
.Theme4WDC3 .ListCategory
{
    	font-size: 8pt;
    	font-family: Tahoma,verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.Theme4WDC3 .ListLocation
{
    	font-size: 8pt;
    	font-family: Tahoma,verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.Theme4WDC3 .ListCustomField1
{
   	font-size: 8pt;
    	font-family: Tahoma,verdana,helvetica,arial;
	text-align: left;
    	vertical-align: top;
}
.Theme4WDC3 .ListCustomField2
{
    	font-size: 8pt;
    	font-family: Tahoma,verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}
.Theme4WDC3 .ListAlternate
{
    	background-color: #F9ECD4;
}
.Theme4WDC3 .ListDataGrid
{
    	border-style: none;
}
.Theme4WDC3 .ListDataGrid td
{
	/* border:1px solid black;  -> uncomment this to get visible borders in ListView table */
}
.Theme4WDC3 .ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}
