/* ================================
    CSS STYLES FOR DNN Event Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
	border: #943427 2px solid;
	padding: 5px;
	font-size: 10px;
	width: 200px;
	color: #6c441c;
	font-family: Arial;
	background-color: #fffdfc;
	text-align: left;
}
	 
.Event
{
	table-layout: auto;
	font-size: 10px;
	width: 95%;
	height: 500px;
	color: white;
	font-family: Verdana;
	text-align: center;
	border-right: #fedcba 1px solid;
	border-bottom: #fedcba 1px solid;
	border-left: #fedcba 1px solid;
	border-top: #fedcba 1px solid;
	background-color: #fffdfc;
	white-space:normal;
	line-height:1.3em;
	border-collapse: separate;
	padding: 0px;
	margin: 5px 0px;

}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
.DNN_EventsContent td {text-align: left; vertical-align: top;}

.DNN_EventsContent a.CommandButton:active,
.DNN_EventsContent a.CommandButton:visited,
.DNN_EventsContent a.CommandButton:link {
    text-decoration: none !important;
    color: #7c214c !important;
    font-weight: bold !important;
    border: solid 1px #7c214c !important;
    background: #faf1f6 none !important;
    padding: 2px 3px !important;
    margin: 0px 2px !important;
}

.DNN_EventsContent a.CommandButton:hover    {
    text-decoration: none !important;
    color: #c56492 !important;
    font-weight: bold !important;
    border: solid 1px #7c214c !important;
    background: #fee6e3 none !important;
    padding: 2px 3px !important;
    margin: 0px 2px !important;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	color: #ffffff !important;
	text-align: center;
	vertical-align: middle;
	background: #65681c url('header_gradient.jpg') repeat-x scroll left top;
	height: 32px !important;
}

/* Note use of "!important" to override Inline Style */
.EventNextPrev,
.EventNextPrev a,
.EventNextPrev a:active,
.EventNextPrev a:link,
.EventNextPrev a:visited,
.EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #ffffff !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	background: #fed0ca url('calendar_grad3.jpg') repeat-x scroll left top;
	vertical-align: middle;
	color: #6c441c;
	height: 16px;
	padding: 2px;
	margin: 0px;
	text-align: center;
}

.EventDay, .EventDay td
{
	font-size: 10px;
	width: 14%;
	color: #7c214c !important;
	font-family: Verdana;
	height: 14%;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
.EventDay a,
.EventDay a:active,
.EventDay a:link,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 10px;
	color: #7c214c !important;
	font-family: Verdana;
}
.EventDayScroll div
{
	margin-bottom:0.6em;
}
.EventOtherMonthDay
{
	color: #808080;
	background-color: #dacfc4;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #8080c0;
}


.EventWeekendDay
{
	background-color: #fef1e3;
}


.EventTodayDay
{
	font-weight: bold;
	color: #ffffff !important;
	background: #65681c url('header_gradient.jpg') repeat-x scroll left top !important;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	border-right: #943427 2px solid !important;
	border-top: #943427 2px solid !important;
	border-left: #943427 2px solid !important;
	border-bottom: #943427 2px solid !important;
}

.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;
	font-size: 10px;
	color: #6c441c;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border-right: #797c21 1px solid;
	border-bottom: #797c21 1px solid;
	border-left: #797c21 1px solid;
	border-top: #797c21 1px solid;
}
.WeekTable table td, .WeekTable table th
{
    border:0px;
    padding: 1px 2px;
}
.WeekItem 
{
	text-align: center;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	background-color: #fef1e3;
	font-weight: bold;
	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: #dacfc4;
	font-size: 10px;
	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: 10px;
	height: 15%;
	text-align: center;
	color: #ffffff !important;
	background: #65681c url('header_gradient.jpg') repeat-x scroll left top !important;
	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: #7c214c;
	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: 11px;
	width: 100%;
	color: #7c214c;
	text-align: center;
	vertical-align: middle;
}
.WeekRangeheader 
{
	color: #6c441c;
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: 10px;
	background: #fed0ca url('calendar_grad3.jpg') repeat-x scroll left top;
	border: none !important;
}


/* The following control the Calendar List View Style-Look */
.ListTable {width: 100%; border: none !important;}
.ListDate {
	font-size: 10px;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListTitle
{
	font-size: 10px;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListDescription
{
	font-size: 10px;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}
.ListLink 
{
	font-weight: bold;
	font-size: 10px;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align:top;
}

.ListHeader
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff !important;
	background: #65681c url('header_gradient.jpg') repeat-x scroll left top !important;
	border: 2px solid #ffffff !important;
	font-family: Verdana, Arial, Sans-Serif;
	height: 16px;
	text-align: left;
	vertical-align: middle;
}
.ListDuration
{
    	width: 60px;
    	font-size: 10px;
    	font-family: verdana,helvetica,arial;
    	text-align: center;
    	vertical-align: top;
}
.ListCategory
{
    	font-size: 10px;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}	
.ListCustomField1
{
   	font-size: 10px;
    	font-family: verdana,helvetica,arial;
	text-align: left;
    	vertical-align: top;
}
.ListCustomField2
{
    	font-size: 10px;
    	font-family: verdana,helvetica,arial;
    	text-align: left;
    	vertical-align: top;
}
.ListAlternate
{
    	background-color: #fef1e3;
    	border-style: none !important;
}
.ListDataGrid
{
    	background-color: #fffdfc;
    	border: solid 2px #797c21 !important;
    	padding: 2px;
}
.ListDataGrid td
{
    	border: solid 1px #ffffff !important;
    	margin: 0px;
    	padding: 3px;
}
.ListEdit
{
    	width: 10px;
    	text-align: center;
    	vertical-align: top;
}