/* ================================
    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: 10px;
	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;
}
	 
.Event
{
    margin-top: 10px;
	table-layout: auto;
	font-size: 7pt;
	width: 95%;
	color: white;
	font-family: Verdana;
	height: 500px;
	text-align: center;
	border-right: #EEDFB5 1px solid;
	border-bottom: #EEDFB5 1px solid;
	border-left: #EEDFB5 1px solid;
	border-top: #EEDFB5 1px solid;
	background-color: #000;
	white-space:normal;
	line-height:1.3em;

}

.EventTitle
{
	font-weight: bold;
	font-size: 11pt;
	background-color: #900;
	width: 100%;
	color: #FFF !important;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	height: 32px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	width: 100%;
	color: #EEDFB5 !important;
	text-align: center;
	background-color: #900;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	height: 32px !important;
}

.EventTitle td a
{
	color: #EEDFB5 !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link, .EventNextPrev a, .EventNextPrev a:visited,
{
	color: #EEDFB5 !important;
	text-decoration: none !important;
}

 .EventNextPrev a:hover
{
    color: #EEDFB5 !important;
    text-decoration: none !important;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	background-color: #AA3800;
	vertical-align: middle;
	text-align: center;
	color: #EEDFB5;
}

.EventDay, .EventDay td
{
    background-color: #000;
	font-size: 7pt;
	width: 14%;
	color: #fff !important;
	font-family: Verdana;
	height: 14%;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #fff !important;
	font-family: Verdana;
	
}
.EventDayScroll div
{
	margin-bottom:0.6em;
}
.EventOtherMonthDay
{
	color: #fff;
	background-color: #333;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #fff;
}


.EventWeekendDay
{
	background-color: #A56527;
}


.EventTodayDay
{
	font-weight: bold;
	color: #fff !important;
	background-color: #900 !important;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #9BCF60 2px solid ;
	border-top: #9BCF60 2px solid;
	border-left: #9BCF60 2px solid;
	border-bottom: #9BCF60 2px solid;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}	



/* The following control the Calendar Week View Style-Look */
.WeekTable table
{
	table-layout: auto;
	color: #EEDFB5 !important;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom:0px;
	padding:0px;
	text-align: center;
    border: #EEDFB5 1px solid;
    background-color: #EEDFB5;
}
.WeekTable table td, .WeekTable table th
{
    padding: 2px;
    font-size: xx-small;
}
.WeekItem 
{
	text-align: center;
	background-color: #000;
}
.WeekBackground 
{
	background-color: #000;
}
.WeekTitle 
{
	font-weight: bold;
	background-color: #900;
	width: 11%;
	color: #FFF !important;
	text-align: center;
	vertical-align: middle;
}
.WeekOfTitle
{
	font-weight: bold;
	width: 100%;
	color: #EEDFB5;
	text-align: center;
	vertical-align: middle;
	line-height:3.5em;
}
.WeekNextPrev
{
	font-weight: bold;
	width: 100%;
	color: #EEDFB5 ;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #AA3800;
	border:none!important;
}


/* The following control the Calendar List View Style-Look */
.ListTable
{
	width: 100%;
	border: solid 1px #EEDFB5;
}
.ListDataGrid a, .ListDataGrid a:visited { color: #EEDFB5 !important; }
.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: 11pt;
	background-color: #990000;
	color: #EEDFB5 !important;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	height: 32px !important;
	border: none;
}
.ListHeader td { border: none; }
.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
{
    	color: #EEDFB5;
	    background-color: #AA3800;
}
.ListDataGrid
{
    border: solid 1px #EEDFB5;
}
.ListDataGrid td
{
    padding: 2px;
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}
