/* ================================
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: 12px;
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: #a6c1cb;
text-align: left;
moz-opacity: 0.8;
}
.Event
{
table-layout: auto;
font-size: 13pt;
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: 13pt;
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: 13pt;
font-family: Verdana;
background-color: #aec8e8;
vertical-align: middle;
height: 20px;
}
.EventDay, .EventDay td
{
height: 90px;
font-size: 9pt;
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: 9pt;
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: #9c9d9d;
background-color: #f1f4f4;
text-align: right;
}
.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
color: #9c9d9d;
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: 9pt;
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: beige;
}
/* 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: #e8eef7;
}
/* The following control the Calendar List View Style-Look */
.ListContainer
{
width: 100%;
}
.ListTable
{
width: 100%;
text-align: left;
vertical-align: top;
}
.ListTitle
{
font-size: 12pt;
font-family: verdana,helvetica,arial;
text-align: left;
vertical-align: top;
padding-left: 0px;
}
.ListDate
{
font-size: 12pt;
font-family: verdana,helvetica,arial;
text-align: left;
vertical-align: top;
}
.ListVenue
{
font-size: 12pt;
font-family: verdana,helvetica,arial;
text-align: left;
vertical-align: top;
font-style: italic;
}
.ListDescription
{
font-size: 12pt;
font-family: verdana,helvetica,arial;
text-align: left;
vertical-align: top;
}
.ListAttachment
{
font-size: 12pt;
font-family: verdana,helvetica,arial;
text-align: left;
vertical-align: top;
font-style: italic;
}
.ListImage
{
font-size: 12pt;
font-family: verdana,helvetica,arial;
text-align: left;
vertical-align: top;
width: 100px;
}
.ListLink 
{
font-weight: bold;
font-size: 12pt;
font-family: verdana,helvetica,arial;
text-align: left;
vertical-align: top;
}
.ListHeader
{
font-weight: bold;
font-size: x-small;
background-color: #5d7b9d;
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;
}p {
font-family: Arial;
font-size: 1em;
color: #424242;
line-height: 1.5em;
}
