/* ================================
    CSS STYLES FOR evts CALENDAR Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */
.evttooltip
{
    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;
}

.evt
{
    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;
}

.evtTitle, .evtTitle 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 */
.evtNextPrev, .evtNextPrev a:link, .evtNextPrev a, .evtNextPrev a:visited, .evtNextPrev 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;
}

.evtDayHeader
{
    font-weight: normal;
    font-size: 7pt;
    font-family: Verdana;
    background-color: #aec8e8;
    vertical-align: middle;
    height: 20px;
}

.evtDay, .evtDay 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;
}
.evtDay a,
.evtDay a:visited,
.evtDay a:hover
{
	font-size: 7pt;
	color: #4E5D6C !important;
	font-family: Verdana;
	text-align: right;
}
.evtDayScroll
{
	text-align: left;
	padding-left: 5px;
	height: 90px;
	overflow:auto;
	overflow-x:hidden;
}
.evtOtherMonthDay
{
    height: 90px;
    color: #808080;
    background-color: #f1f4f4;
    text-align: right;
}

.evtOtherMonthDay a, .evtOtherMonthDay a:visited, .evtOtherMonthDay a:hover
{
    color: #808080;
    background-color: #f1f4f4;
}


.evtWeekendDay
{
    height: 90px;
    background-color: whitesmoke;
    text-align: right;
}

.evtListItem, .evtListItem a, .evtListItem 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;
}
.evtListItem a:hover
{
    text-decoration: underline;
}

.evtTodayDay
{
    font-weight: bold;
    color: #0000ff !important;
    background-color: beige;
}

/* Note use of "!important" to override Inline Style */
.evtSelectedDay
{
    border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    text-align: right;
}

.evtSelector
{
	background-color: #c0c0e0;
}
.evtSelector a,
.evtSelector a:visited,
.evtSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}

.evtDay a, .evtTodayDay a, .evtOtherMonthDay a, .evtSelectedDay 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: 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: right;
    vertical-align: top;
    width: 120px;
}
.ListLink 
{
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana,helvetica,arial;
	text-align: left;
	vertical-align: top;
}
.ListHeader
{
	font-weight: bold;
	font-size: small;
    background-color: #5d7b9d;
	color: white;
	font-family: verdana,helvetica,arial;
	height: 24px;
	text-align: right;
	width: 100%;
	padding-right: 5;
	padding-left: 5;
}

.evtLinks, .evtLinks a:link, .evtLinks a, .evtLinks a:visited, .evtLinks 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;
}