/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltipheader, 
.Eventtooltipbody
{
	width: 300px;
    filter: alpha(opacity=80);
    moz-opacity: 0.8;
    z-index: 99;
    font-size: 10px;
	font-family: Arial;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.Eventtooltipheader
{
    border: #7c3115 1px solid;
    background-color: #e6cba4;
    color:#7c3115;
    font-weight:bold;
    font-size: 11px;
}
.Eventtooltipbody
{
	background-color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7c3115;
	border-bottom-color: #7c3115;
	border-left-color: #7c3115;
}
.Eventtooltipbody hr
{
	width: 100%;
	color: #7c3115;
	background-color: #e6cba4;
	height: 1px;
	border: 0;
}
.ThemeDefault .Event
{
	table-layout: auto;
	font-size: 7pt;
	width: 95%;
	color: #7c3115;
	font-family: Verdana;
	height: 500px;
	text-align: center;
	border-right: #7c3115 1px solid;
	border-bottom: #7c3115 1px solid;
	border-left: #7c3115 1px solid;
	border-top: #7c3115 1px solid;
	background-color: #e6cba4;
	white-space:normal;
	line-height:1.3em;

}

.ThemeDefault .EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #7c3115;
	text-align: center;
	height: 32px;
	background-color: #e6cba4;
}

.ThemeDefault .EventTitle, 
.ThemeDefault .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #7c3115;
	text-align: center;
	background-color: #e6cba4;
	height: 32px;
}


.ThemeDefault .EventNextPrev, 
.ThemeDefault .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #7c3115;
	padding-top: 0px;
}

.ThemeDefault .EventNextPrev a, 
.ThemeDefault .EventNextPrev a:visited, 
.ThemeDefault .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #7c3115;
	padding-top: 0px;
}

.ThemeDefault .EventDayHeader
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Verdana;
	background-color: #e6cba4;
	vertical-align: middle;
}

.ThemeDefault .EventDay, 
.ThemeDefault .EventDayEvents, 
.ThemeDefault .EventDay td
{
	font-size: 7pt;
	width: 14%;
	color: #7c3115;
	font-family: Verdana;
	height: 14%;
}
.ThemeDefault .EventDay a,
.ThemeDefault .EventDay a:visited,
.ThemeDefault .EventDay a:hover
{
	font-size: 7pt;
	color: #7c3115;
	font-family: Verdana;
}
.ThemeDefault .EventDayScroll div
{
	margin-bottom:0.6em;
}
.ThemeDefault .EventOtherMonthDay
{
	color: #7c3115;
	background-color: #e6cba4;
}

.ThemeDefault .EventOtherMonthDay a, 
.ThemeDefault .EventOtherMonthDay a:visited, 
.ThemeDefault .EventOtherMonthDay a:hover
{
	color: #7c3115;
}


.ThemeDefault .EventWeekendDay
{
	background-color: #e6cba4;
}


.ThemeDefault .EventTodayDay
{
	font-weight: bold;
	color: #000000;
	background-color: #e6cba4;
}


.ThemeDefault .EventSelectedDay
{
	font-size: 7pt;
	border: 2px solid #7c3115;
}

.ThemeDefault .EventSelector
{
	background-color: #e6cba4;
}
.ThemeDefault .EventSelector a,
.ThemeDefault .EventSelector a:visited,
.ThemeDefault .EventSelector a:hover
{
	color: #7c3115;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.ThemeDefault .WeekTable table
{
	table-layout: auto;
	font-size: 7pt;
	color: #7c3115;
	font-family: Verdana;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
	border-right: #7c3115 1px solid;
	border-bottom: #7c3115 1px solid;
	border-left: #7c3115 1px solid;
	border-top: #7c3115 1px solid;
}
.ThemeDefault .WeekTable table td, 
.ThemeDefault .WeekTable table th
{
    border:0px;
    padding:0px 2px 0px 2px;
}
.ThemeDefault .WeekItem 
{
	text-align: center;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #e6cba4;
	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;
}
.ThemeDefault .WeekBackground 
{
	font-family: verdana,helvetica,arial;
	background-color: #e6cba4;
	font-size: xx-small;
	border-right: transparent 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
}
.ThemeDefault .WeekTitle 
{
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	color: #7c3115;
	height: 15%;
	text-align: center;
	background-color: #e6cba4;
	width: 11%;
	border-right: transparent 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	border-bottom: transparent 1px solid;
}
.ThemeDefault .WeekOfTitle
{
	font-weight: bold;
	font-size: 11px;
	width: 100%;
	color: #7c3115;
	font-family: verdana,helvetica,arial;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}
.ThemeDefault .WeekNextPrev
{
	font-weight: bold;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: 10px;
	width: 100%;
	color: #7c3115;
	text-align: center;
	vertical-align: middle;
}
.ThemeDefault .WeekRangeheader 
{
	color: #7c3115;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	background-color: #e6cba4;
	border:none;
}


/* The following control the Calendar List View Style-Look */
.ThemeDefault .ListTable
{
	width: 100%;
}
.ThemeDefault .ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ThemeDefault .ListTitle
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ThemeDefault .ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ThemeDefault .ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ThemeDefault .ListHeader
{
	font-weight: bold;
	font-size: xx-small;
	background-color: #e6cba4;
	color: #7c3115;
	font-family: verdana,helvetica,arial;
	height: 32px;
	text-align: left;
	vertical-align: middle;
}
.ThemeDefault .ListPager TD
{	
	font-size: xx-small;
	font-family: verdana,helvetica,arial;
}
.ThemeDefault .ListDuration
{
    	width: 60px;
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: center;
    	vertical-align: top;
}
.ThemeDefault .ListCategory
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.ThemeDefault .ListLocation
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.ThemeDefault .ListCustomField1
{
   	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
	text-align: left;
    	vertical-align: top;
}
.ThemeDefault .ListCustomField2
{
    	font-size: 7pt;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}
.ThemeDefault .ListAlternate
{
    	background-color: #e6cba4;
}
.ThemeDefault .ListDataGrid
{
    	border-style: none;
}
.ThemeDefault .ListDataGrid td
{
	/* border:1px solid #7c3115;  -> uncomment this to get visible borders in ListView table */
}
.ThemeDefault .ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}
