/* ================================
    CSS STYLES FOR Events CALENDAR Module 
   ================================
*/

/* The following control the Calendar Month Style-Look */

.evt
{
    table-layout: auto;
    font-size: 1em;
    width: 100%;
    border:2px solid #D2C99E;
    background-color: white;
    
}

.evtTitle, .evtTitle td
{
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    width: 100%;
    height: 20px !important;
}

/* 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;
    font-weight: normal;
}

.evtDayHeader
{
    color: #FCFAEE;
    font-weight: normal;
    font-size: 7pt;
    background-color: #868775;
    vertical-align: middle;
    height: 20px;
}

.evtDayOver, .evtDayOver td
{
    background-color: #ffcc66;
}

.evtDay, .evtDay td
{
    height: 90px;
    font-size: 10pt;
    width: 14%;
    border: #D2C99E 1px solid;
}
.evtDay a,
.evtDay a:visited,
.evtDay a:hover
{
        background: #F5F0D3;
	font-size: 0.9em;
}
.evtDayScroll
{
	text-align: left;
	padding-left: 5px;
	height: 90px;
	overflow:auto;
	overflow-x:hidden;
}
.evtOtherMonDay
{
    background-color: #FCFAEE;
}

.evtOtherMonDay a, .evtOtherMonDay a:visited, .evtOtherMonDay a:hover
{
    background-color: #F5F0D3;
}


.evtWeekendDay
{
background-color: #FCFAEE;
}

.evtToday
{
    background-color: #D2C99E;
}

/* Note use of "!important" to override Inline Style */
.evtSelDay
{
    border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
}

.evtSelector
{
	background-color: #c0c0e0;
}
.evtSelector a,
.evtSelector a:visited,
.evtSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}

.evtDay a, .evtToday a, .evtOtherMonDay a, .evtSelDay a
{
    display: block;
    background: #F5F0D3;
}

/* The following control the Calendar List View Style-Look */



.ListImage
{
    float:left;
    display:block;
    padding:5px;
}

.ListHeader
{
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial;
    height: 25px;
    text-align: left;
    width: 100%;
}

.ListEventDate, .ListEventDate span
{
    padding-top:5px;
    padding-left:2px;
    width:180px;
    height: 20px;
    vertical-align:middle;
}
.ListTitleRow
{
    font-size: 9pt;
    text-align: left;
    padding-left: 0px;
    font-weight: bold;
    padding-top:0px;    
    padding-bottom:1px;
}

.ListTitle
{
    padding-top:5px;
    height: 22px;
    vertical-align:middle;
}

.ListTitleBig a
{
    padding: 5px 0;
    font-size: 12pt;
    text-align: left;
    font-weight: bold;
    color: #91462E;
}
.ListTitleSmall
{
    font-size: 10pt;
    font-family: Arial;
    text-align: left;
    padding-top: 3px;
    color: #4F4F4F;
}

.ListContent
{
    font-family: Arial;
    font-size: 9pt;
    text-align: left;
	padding-top: 5px;
}

.ListBtn
{
    padding-top:10px;
}

 a.evtLinks, a.evtLinks:link, a.evtLinks:visited
{
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9em;
    padding-bottom: 0px;
    color: #5d7b9d;
    padding-top: 0px;
    font-family: verdana;
    font-weight: bold;
    background-image: url(/DesktopModules/EventsCalendar/images/btnNode.gif);
    background-repeat: no-repeat;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;  
} 

a.evtLinks:hover
{
    color: #000;
	font-weight: bold;
    text-decoration: underline;
}


/* The following control the Calendar Day View Style-Look */

.dvTime, .dvTime td
{
    height: 20px;
    white-space: nowrap;
    width: 40px;
    font-size: 6pt;
    font-family: Verdana, Arial;
    text-align: right;
    vertical-align:top;
    border-right: 1px solid;
    border-bottom: 0px;
}

.dvTime2, .dvTime2 td
{
    height: 20px;
    border-right: 1px solid;
    border-bottom: 1px dotted;
}

.dvNoEvent, .dvNoEvent td
{
    height: 20px;
    border-bottom: 1px dotted !important;
}

.dvTable
{
    border-collapse:collapse;
    border-right: #aec8e8 2px solid;
    border-bottom: #aec8e8 2px solid;
    border-left: #aec8e8 2px solid;
    border-top: #aec8e8 2px solid;
    width:100%;
}
.dvTable td
{
}

.dvEvent, .dvEvent td
{
    border-right: #ffff00 1px solid;
    border-left: #ffff00 1px solid;
    background-color: #ccccff;
    font-size: 7pt;
    font-family: Verdana, Arial;
    vertical-align:top;
}

.dvAllDay, .dvAllDay td
{
    border-bottom: #aec8e8 2px solid;
    font-size: 7pt;
    font-family: Verdana, Arial;
    padding-bottom: 8px;
    padding-top: 8px;
}

/* The following control the Satellite Module Style-Look */

.slEvent
{
    table-layout: auto;
    font-size: 7pt;
    width: 200px;
    font-family: Verdana;
    border-right: #aec8e8 1px solid;
    border-bottom: #aec8e8 1px solid;
    border-left: #aec8e8 1px solid;
    border-top: #aec8e8 1px solid;
    background-color: white;
}
.slTitle, .slTitle td
{
    text-align: center;
    font-weight: normal;
    font-size: 9pt;
    width: 100%;
    height: 20px !important;
    font-family: Verdana;
}

/* Note use of "!important" to override Inline Style */
.slNextPrev, .slNextPrev a:link, .slNextPrev a, .slNextPrev a:visited, .slNextPrev a:hover
{
    padding-right: 0.5em;
    padding-left: 0.5em;
    font-size: 9pt;
    padding-bottom: 0px;
    padding-top: 2px;
    text-decoration: underline;
    font-weight: normal;
}

.slDayHeader
{
    font-weight: normal;
    font-size: 7pt;
    font-family: Verdana;
    background-color: #aec8e8;
    vertical-align: middle;
    height: 15px;
}

.slDay, .slDay td
{
    height: 28px;
    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;
    vertical-align:middle;
}
.slDay a,
.slDay a:visited,
.slDay a:hover
{
	font-size: 7pt;
	color: #4E5D6C !important;
	font-family: Verdana;
}
.slOtherMonthDay
{
    height: 28px;
    vertical-align:middle;
    background-color: #f1f4f4;
}

.slOtherMonthDay a, .slOtherMonthDay a:visited, .slOtherMonthDay a:hover
{

}


.slWeekendDay
{
    background-color: whitesmoke;
    vertical-align:middle;
}

.slTodayDay
{
    font-weight: bold;
    color: #0000ff !important;
    background-color: beige;
}

/* Note use of "!important" to override Inline Style */
.slSelectedDay
{
     border-right: red 2px solid;
    border-top: red 2px solid;
    border-left: red 2px solid;
    border-bottom: red 2px solid;
    background-color: #ff9966 !important;   
}

.slSelector
{
	background-color: #c0c0e0;
}
.slSelector a,
.slSelector a:visited,
.slSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}
.slDayEvent, .slDayEvent td
{
    font-weight: bold;
    background-color: #ffcc66 !important;   
}

/* The following control the tool bar Style-Look */

/* Drop down list on the tool bar */

.evtCat
{
   
}

.evtBar
{
	padding-bottom: 5px;
	height:25px;
}

.evtBarFilter
{
    float:left;
}
.evtBarBtn
{
	float:right;
	padding-right:10px;
}

.btnTop
{
	font-size: 0.8em;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:0px;
}

.evtSearchBtn
{
		margin-bottom:12px;
}

.evtSearchTxt
{
	margin-bottom:5px;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;	
}
.evtMonSel, .evtYrSel
{
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.evtCat, .evtSubCal
{
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.evtSel
{ 
  margin-bottom:0px;
  vertical-align:top;
}
.evtSearch
{ 
  vertical-align:top;
}

.evtSubCal
{
   
}
.evtMonSel
{
   
}
.evtYrSel
{}

/* Search box */
.evtSearchTxt
{}

.vTable
{
   padding:30px;
}

.vTitle
{
    font-size: 11pt;
    font-weight: bold;
    height: 20px;
    border-bottom: 1px dotted;
    padding-top: 5px;
    padding-bottom: 5px;
}
.vRow
{
    height: 24px;
    border-bottom: 1px dotted;
    padding-top: 5px;   
}
.vCap
{
    font-size: 9pt;
    font-weight: bold;
    width: 100px;
}

.vContent
{
    font-size: 9pt;
}

.vDesc
{
    font-size: 9pt;
    padding-top: 1px;   
}

.regCap
{
    font-size: 10pt;
    height: 25px;
    width: 150px;
    text-align: right;
}

.regCap1
{
    font-size: 10pt;
    height: 25px;
    width: 150px;
    text-align: right;   
}
.regCtl
{
    width: 440px;   
}

.evtCap
{
    font-size: 10pt;    
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-align: right;
    width: 180px;
}

.evtCap1
{
    font-size: 10pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-align: right;
    width: 180px;
}

.evtCap2
{
    font-size: 10pt;    
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    vertical-align: top;
}

.evtCtl
{
   width: 680px;
}

.evtTbl
{
    width: 860px;
    font-size: 10pt;
}

.pop:hover
{
    text-decoration:none;
    cursor:pointer;
}

.poplink
{
    color: #5C6C78;
    text-decoration: none;
    cursor:pointer;
}

.poplink:hover
{
    text-decoration:underline;
}
.regFees
{
    padding-top: 5px;
    border-bottom: 1px dashed;
    font-size: 10pt;
    color: #4085bf;
    text-align: right;
}
.regTotalFees
{   
    padding-top: 5px; 
    border-bottom: 2px double;
    font-family: Arial;
    font-weight: bold;
    font-size: 12pt;
    color: #4085bf;
    text-align: right;
}

.calPubSpan
{
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    display: block;
    float: left;
    border-left: #cccccc 1px solid;
    width: 2.5em;
    margin-right: 5px;
    border-bottom: #cccccc 2px solid;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-position: right top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.calPubMonth
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    font-weight: bold;
    font-size: 0.7em;
    padding-bottom: 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 1px;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-color: #990000;
}
.calPubDate {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1.1em; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

.popattendees
{
    cursor:pointer;
}

.MyAttendee
{
	background-color:#ffffff;
    cursor:pointer;
}

.MyAttendee:hover, .MyAttendee:active
{
        background-color: #9E9062;
	cursor:pointer;
}

.mycalendarlist {background:url(images/bg-news-btm.gif) no-repeat 0 100%;padding:20px 21px;margin: 0 -13px;}
.mycalendarlist a {font-size: 0.9em;}
.mycalendarlist p {font-size: 0.8em;}
.ListBtn a {font-size: 0.8em;}

.mycalendardetail a {font-size: 0.9em;}
.mycalendardetail p {font-size: 0.8em;}

	/* Medallions */

	.medallion ul {left:3px;padding:0; margin:0; width: 181px; position:relative;}
	.medallion li {list-style:none;padding:10px 0;}
	.medallion h4 {color:#1E385C;font-size: 0.9em;font-style: normal;}
	.medallion a, a.medallion:link, a.medallion:active, a.medallion:visited {font-size: 0.9em;font-style: normal; color:#1E385C;line-height:17px;text-decoration:none;font-style: normal;display:block; padding:10px 10px 0; background:url(images/bg-medallion-hover.gif) no-repeat;}
	.medallion a:hover {background:url(images/bg-medallion-click.gif) no-repeat;text-decoration:none;}
	.medallion em {display:block; margin:0 -10px; padding:13px 0 18px 10px; font-style:normal; font-size: 0.9em; color:#562510; text-decoration:none; background:url(images/bg-medallion-hover-btm.gif) no-repeat 0 100%;}
	.medallion a:hover em {text-decoration:none; background:url(images/bg-medallion-click-btm.gif) no-repeat 0 100%;}

    /* venues pop-up in the calendar */
	.venue-pop dd {font-size:0.8em;}
	.venue-pop h2 {font-size:0.9em;}
    .venue-pop {background:#D2C99E; padding:20px;}
    .venue-pop dl {margin:0; overflow:hidden;padding:10px 10px 17px 14px;}
    .venue-pop dl dt {float:left;color:#635c38;width:21%;}
    .venue-pop dl dd {margin:0;color:#fff;display:table-cell;}
    .venue-pop dl dd a {color:#fff;text-decoration:underline;}
    .venue-pop dl dd a:hover { text-decoration:none;}
    
