/* ================================
    CSS STYLES FOR Events CALENDAR Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.Eventtooltip
{
    border-right: #aec8e8 1px solid;
    padding-right: 5px;
    border-top: #aec8e8 1px solid;
    padding-left: 5px;
    font-size: 10px;
    filter: alpha(opacity=80);
    padding-bottom: 5px;
    border-left: #aec8e8 1px solid;
    width: 200px;
    color: #000;
    padding-top: 5px;
    border-bottom: #aec8e8 1px solid;
    font-family: Arial;
    background-color: white;
    text-align: left;
    moz-opacity: 0.8;
    z-index: 1;
}

.Event
{
    table-layout: auto;
    font-size: 7pt;
    width: 100%;
    font-family: Verdana;
    border-right: #aec8e8 2px solid;
    border-bottom: #aec8e8 2px solid;
    border-left: #aec8e8 2px solid;
    border-top: #aec8e8 2px solid;
    background-color: white;
}

.EventTitle, .EventTitle td
{
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    width: 100%;
    height: 20px !important;
    font-family: Verdana;
}

/* 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: 8pt;
    padding-bottom: 0px;
    padding-top: 2px;
    text-decoration: underline;
    font-weight: normal;
}

.EventDayHeader
{
    font-weight: normal;
    font-size: 7pt;
    font-family: Verdana;
    color: #ffce3b;
    background-color: #6F0000;
    vertical-align: middle;
    height: 20px;
}

.EventDay, .EventDay td
{
    height: 90px;
    font-size: 7pt;
    width: 14%;
    font-family: Verdana;
    border-right: #CCDDEE 1px solid;
    border-top: #CCDDEE 1px solid;
    border-left: #CCDDEE 1px solid;
    border-bottom: #CCDDEE 1px solid;
}
.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 7pt;
	color: #4E5D6C !important;
	font-family: Verdana;
	text-align: right;
}
.EventDayScroll
{
	text-align: left;
	padding-left: 5px;
	height: 90px;
	overflow:auto;
	overflow-x:hidden;
}
.EventOtherMonthDay
{
    height: 90px;
    color: #808080;
    background-color: #f1f4f4;
    text-align: right;
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
    color: #808080;
    background-color: #f1f4f4;
}


.EventWeekendDay
{
    height: 90px;
    background-color: whitesmoke;
    text-align: right;
}

.EventListItem, .EventListItem a, .EventListItem a:visited
{
    text-align: left !important;
    font-family: verdana,helvetica,arial;
    font-size: 7pt;
    font-weight: normal;
    background-image: url(node.gif);
    padding-left: 9px;
    background-repeat: no-repeat;
    color: #0000ff !important;
    background-color: transparent !important;
}
.EventListItem a:hover
{
    text-decoration: underline;
}

.EventTodayDay
{
    font-weight: bold;
    color: #0000ff !important;
    background-color: #ffff99;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
    border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    text-align: right;
}

.EventSelector
{
	background-color: #c0c0e0;
}
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}

.EventDay a, .EventTodayDay a, .EventOtherMonthDay a, .EventSelectedDay a
{
    display: block;
    background-color: #cccccc;
}

/* The following control the Calendar List View Style-Look */
.ListContainer
{
	width: 100%;
}
.ListTable
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.ListTitle
{
    font-size: 8pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    padding-left: 0px;
}
.ListDate
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align: top;
}
.ListVenue
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align: top;
	font-style: italic;
}
.ListDescription
{
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align: top;
}
.ListAttachment
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    font-style: italic;
}
.ListImage
{
    font-size: 7pt;
    font-family: verdana,helvetica,arial;
    text-align: left;
    vertical-align: top;
    width: 120px;
    padding-right: 5px;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align: top;
}
.ListHeader
{
	font-weight: bold;
	font-size: x-small;
        color: #ffce3b;
        background-color: #6F0000;
	color: white;
	font-family: verdana,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: verdana;
    font-weight: normal;
    background-image: url(/DesktopModules/EventsCalendar/images/up.gif);
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-right: 25px;
}

.RegistrationLabel
{
    height:25px;
}