/* ================================
    CSS STYLES FOR Events CALENDAR Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
    border-right: #242424 1px solid;
    padding-right: 5px;
    border-top: #242424 1px solid;
    padding-left: 5px;
    font-size: 10px;
    filter: alpha(opacity=95);
    padding-bottom: 5px;
    border-left: #242424 1px solid;
    width: 400px;
    color: #000;
    padding-top: 5px;
    border-bottom: #242424 1px solid;
    font-family: Arial;
    background-color: white;
    text-align: left;
    moz-opacity: 0.9;
}


.Event
{
    table-layout: auto;
    font-size: 7pt;
    width: 100%;
    font-family: Arial;
    /*border-right: #242424 1px solid;
    border-bottom: #242424 1px solid;
    border-left: #242424 1px solid;
    border-top: #242424 1px solid;*/
	border-right: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    background-color: white;
}

.EventTitle, .EventTitle td
{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    height: 20px !important;
    font-family: Arial;
	border-right: none;
    border-bottom: none;
    border-left: none;
    border-top: none;


}

/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link, .EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
    text-decoration: underline;
    font-weight: normal;
}

.EventDayHeader
{
    font-weight: 400;
    font-size: 10px;
    font-family: Arial;
    background-color: #242424;
	color: #FFF;
    vertical-align: middle;
    height: 20px;
	border-right: #FFF 1px solid;
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
    border-bottom: #FFF 1px solid;
}

.EventDay, .EventDay td
{
    height: 80px;
    font-size: 7pt;
    width: 14%;
    font-family: Arial;
	border-right: #FFF 1px solid;
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
    border-bottom: #FFF 1px solid;
	background-color:#f8f8f8;
}

/*.EventDayMouseOVer, .EventDayMouseOVer td
{
    background-color: #CCCCCC !important;
	cursor: default;
}*/



.EventDay a:visited
{
	font-size: 10px;
	/*color: #000 !important;*/
	font-family: Arial;
	text-align: center;
	text-decoration: none;
}
.EventDay a:hover
{
	font-size: 10px;
	color: #242424 !important;
	font-family: Arial;
	text-align: center;
	text-decoration: underline;

}

.EventDay a, .EventTodayDay a,  .EventSelectedDay a
{
	font-size: 10px;
	font-family: Arial;
	text-align: center;
	text-decoration:none;
    display: block;
    background-color: #7a1e19;
	color:#FFF;
}

.EventOtherMonthDay a
{
	display:none;
}

.EventDayScroll
{
	text-align: left;
	padding-left: 5px;
	height: 80px;
	overflow:auto;
	overflow-x:hidden;
}

.EventOtherMonthDay
{
    height: 80px;
    color: #808080;
    background-color: #f1f4f4;
    text-align: right;
	visibility:hidden;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
    color: #808080;
    background-color: #f1f4f4;
	visibility:hidden;
}


.EventWeekendDay
{
    height: 80px;
    background-color: #eeeeee;
    text-align: right;

}

.EventListItem
{
    text-align: left !important;
    font-family: Arial,helvetica,arial;
    font-size: 7pt;
    font-weight: normal;
    background-image: url(node.gif);
    padding-left: 9px;
    background-repeat: no-repeat;
    color: #242424 !important;
    background-color: transparent !important;
}
.EventListItem a, .EventListItem a:visited, .EventListItem a:hover
{
    text-align: left !important;
    font-family: Arial,helvetica,arial;
    font-size: 7pt;
    font-weight: normal;
    background-image: url(node.gif);
    padding-left: 9px;
    background-repeat: no-repeat;
    color: #242424 !important;
    background-color: transparent !important;
}

.EventTodayDay
{
    font-weight: bold;
    color: #FFF !important;
    background-color: #242424;
}

.EventTodayDay a
{
    font-weight: normal;
    color: #FFF !important;
    background-color: #777;
}

.EventTodayDay a:visited, .EventTodayDay a:hover
{
    font-weight: normal;
    color: #FFF !important;
    background-color: #777;
}


/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
    border-right: #242424 2px solid;
    border-top: #242424 2px solid;
    border-left: #242424 2px solid;
    border-bottom: #242424 2px solid;
    text-align: right;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}












/* The following control the Calendar List View Style-Look */
.ListContainer
{
	width: 330px;
}
.ListTable
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.ListTitle
{
    font-size: 8pt;
    font-family: Arial,helvetica,arial;
    text-align: left;
    vertical-align: top;
    padding-left: 0px;
}
.ListDate
{
	font-size: 7pt;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align: top;
}
.ListVenue
{
	font-size: 7pt;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align: top;
	font-style: italic;
}
.ListDescription
{
	font-size: 7pt;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align: top;
}
.ListAttachment
{
    font-size: 7pt;
    font-family: Arial,helvetica,arial;
    text-align: left;
    vertical-align: top;
    font-style: italic;
}
.ListImage
{
    font-size: 7pt;
    font-family: Arial,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: Arial,helvetica,arial;
	text-align: left;
	vertical-align: top;
}
.ListHeader
{
	font-weight: bold;
	font-size: x-small;
    background-color: #5d7b9d;
	color: white;
	font-family: Arial,helvetica,arial;
	height: 24px;
	text-align: left;
	width: 100%;
}

.EventLinks, .EventLinks a:link, .EventLinks a, .EventLinks a:visited, .EventLinks a:hover
{
    padding-right: 0px;
    padding-left: 20px;
    font-size: 9pt;
    padding-bottom: 0px;
    color: #5d7b9d;
    padding-top: 0px;
    font-family: Arial;
    font-weight: normal;
    background-image: url(/DNN/images/action_up.gif);
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-right: 25px;
}

.RegistrationLabel
{
    height:25px;
}