/* ==================================================================
    CSS STYLES FOR Events CALENDAR MODULE: Theme: Summer
   ==================================================================
*/

/* Calendar Short List (Upcoming) */


.ContentPane-FP {
		padding: 0px 18px 18px 18px!important;
}
.AltRowA, .AltRowB {
	padding: 0px 18px 0px 18px;
	margin: 0px -18px 0px -18px;
	margin-bottom:3px;
	border-bottom: dotted 1px #3B813B;
}
.AltRowA {
	background-color: transparent;
}
.AltRowB {
	background-color: #EEFADD;
}
.FPEventTitle {
	font-weight: bold;
	margin: 0px 1px 0px 0px;
}
.FPEventTitle a {
	color: #3B813B;
	text-decoration: none;
}
.FPEventTitle a:link, .FPEventTitle a:active, .FPEventTitle a:visited {
	color: #3B803B;
	text-decoration: none;
}
.FPEventTitle a:hover {
	color: #58AD40;
	text-decoration: underline;
}
.FPEventDate {
	font-size: smaller;
	margin: 0px 1px 9px 0px;
	line-height: 1em;
}

/* The following control the Calendar Month Style-Look */

.evt
{
    table-layout: auto;
    font-size: 7pt;
    width: 100%;
    font-family: Verdana;
    border-right: #7EB51F 2px solid;
    border-bottom: #7EB51F 2px solid;
    border-left: #7EB51F 2px solid;
    border-top: #7EB51F 2px solid;
    background-color: white;
    
}

.evtTitle, .evtTitle td
{
    background-color: white;
    color: #496915;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
    font-size: larger;
    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
{
    color: #496915 ;
    padding-right: 2em;
    padding-left: 2em;
    font-size: 10pt;
    padding-bottom: 2px;
    padding-top: 2px;
    text-decoration: none;
    font-weight: normal;
}
.evtNextPrev a:hover
{
    color: black;
    background-color: #BBD890;
}
.evtDayHeader
{
    font-weight: normal;
    font-size: 7pt;
    font-family: Verdana;
    color: white ;
    background-color: #58AD40 ;
    vertical-align: middle;
    height: 20px;
}

.evtDayOver, .evtDayOver td
{
    background-color: #FFB608 ;
}

.evtDay, .evtDay td
{
    height: 90px;
    font-size: 7pt;
    width: 14%;
    font-family: Verdana;
    border-right: #3B803B 1px solid;
    border-top: #3B803B 1px solid;
    border-left: #3B803B 1px solid;
    border-bottom: #3B803B 1px solid;    
}
.evtDay a,
.evtDay a:visited,
.evtDay a:hover
{
    color: #58AD40 ;
    font-size: 7pt;
    font-family: Verdana;
}
.evtDayScroll
{
	text-align: left;
	padding-left: 1px;
	height: 90px;
	overflow:auto;
	overflow-x:hidden;
	letter-spacing: -1px;
}
.evtOtherMonDay
{
    background-color: #BBD890 ;
}

.evtOtherMonDay a, .evtOtherMonDay a:visited, .evtOtherMonDay a:hover
{
	color: #3B803B;    
	background-color: #BBD890;
}


.evtWeekendDay
{
    background-color: #EEFADD ;
}


.evtToday
{
    background-color: #FFF38B ;
}

/* Note use of "!important" to override Inline Style */
.evtSelDay
{
    border-right: #FFB608 2px solid;
    border-top: #FFB608 2px solid;
    border-left: #FFB608 2px solid;
    border-bottom: #FFB608 2px solid;
}

.evtSelector
{
	background-color: #c0c0e0;
}
.evtSelector a,
.evtSelector a:visited,
.evtSelector a:hover
{
	color: #0000ff;
	text-decoration: none;
}

.evtDay a
{
    display: block;
    background-color: white ;
}
.evtToday a
{
    display: block;
    background-color: #FFF38B ;
}
.evtOtherMonDay a
{
    display: block;
    background-color: #BBD890 ;
}
.evtSelDay a
{
    display: block;
    background-color: #BBD890 ;
}
.evtWeekendDay a
{
    display: block;
    background-color: #EEFADD;
}

/* The following control the Calendar List View Style-Look */
.ListImage
{
    float:right;
    display:block;
    padding:5px;
}

.ListHeader
{
    font-weight: bold;
    font-size: 11pt;
    font-family: Arial;
    height: 25px;
    text-align: left;
    width: 100%;
}

.ListEventDate, .ListEventDate span
{
    font-size: smaller;
    font-weight: normal;
    padding-left: 5px;
    line-height: 22px;
}
.ListTitleRow
{
    font-size: 9pt;
    font-family: Arial;
    text-align: left;
    padding: 9px 0px;
    font-weight: bold;
    padding-top:9px;    
    padding-bottom:1px;
}
.ListTitleRow a
{
	color: #339933;
	text-decoration: none;
}
.ListTitleRow a:hover
{
	text-decoration: underline;
}
.ListTitle
{
    padding: 5px 1px;
    heightx: 22px;
    font-size: 18px;
    vertical-align:middle;
}

.ListTitleBig
{
    vertical-align: middle;
    font-size: 12pt;
    font-family: Arial;
    text-align: left;
    padding: 3px 0px;
    font-weight: bold;
    color: #3B813B;
}

.ListTitleSmall
{
    font-size: 10pt;
    font-family: Arial;
    text-align: left;
    padding-top: 3px;
    color: #3B813B;
}
.ListTitleDate {
	font-size: smaller;
	color: black;
	padding: 0;
	margin: 0;
}
.ListContent
{
    padding-top:5px;
}
.ListContent p {
	color: #339933;
}/* sets text color for single day event in list view */

.ListBtn
{
    padding-top:10px;
}
.ListBtn a {
	color: #339933;
}/* sets more/ export link color for list view */ 

.evtLinks, .evtLinks a, .evtLinks a:link, .evtLinks a:visited, .evtLinks a:hover
{
    padding: 0px 10px;
    margin: 0px;
    font-size: 8pt;
    color: #5d7b9d;
    font-family: verdana;
    font-weight: normal;
    background-image: url(bullet-1.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}


/* The following control the Calendar Day View Style-Look */

.dvLinkLR a img {
	background-color: #3B813B;
}
.dvTime, .dvTime td
{
    height: 20px;
    white-space: nowrap;
    width: 40px;
    font-size: 8pt;
    font-family:"Arial Narrow",Arial Narrow,Arial,sans-serif;
    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: #3B813B 2px solid;
    border-bottom: #3B813B 2px solid;
    border-left: #3B813B 2px solid;
    border-top: #3B813B 2px solid;
    width:100%;
}
.dvTable td
{
}

.dvEvent, .dvEvent td
{
    border-right: #ffff00 1px solid;
    border-left: #ffff00 1px solid;
    background-color: white;
    font-size: 7pt;
    font-family: Verdana, Arial;
    vertical-align:top;
}

.dvAllDay, .dvAllDay td
{
    border-bottom: #3B813B 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: #3B813B 1px solid;
    border-bottom: #3B813B 1px solid;
    border-left: #3B813B 1px solid;
    border-top: #3B813B 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: #EEFADD;
    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
{
   
}
.evtSubCal
{
   
}
.evtMonSel
{
   
}
.evtYrSel
{}

/* Search box */
.evtSearchTxt
{}

.vTable
{
    width:380px;
}

.vTitle
{
    font-size: 11pt;
    font-weight: bold;
    font-family: verdana;
    height: 20px;
    color: #3B813B;
    border-bottom: 1px dotted;
    padding-top: 5px;
    padding-bottom: 5px;
}
.vRow
{
    height: 24px;
    border-bottom: 1px dotted;
    padding-top: 5px;   
}
.vRowAddress
{
    height: 36px;
    border-bottom: 1px dotted;
    padding-top: 5px;   
}
.vCap
{
    font-size: 9pt;
    font-weight: bold;
    font-family: verdana;
    width: 100px;
    color: #88a0ad;
}

.vContent
{
    font-size: 9pt;
    font-family: verdana;
}

.vDesc
{
    font-size: 9pt;
    font-family: verdana;
    padding-top: 1px;   
}

.regCap
{
    font-size: 10pt;
    font-family: verdana;
    height: 25px;
    width: 150px;
    text-align: right;
}

.regCap1
{
    font-size: 10pt;
    font-family: verdana;
    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;
    font-family: verdana;
}

.pop
{
    cursor:pointer;
    text-decoration: none;
}

.poplink
{
    text-decoration: underline;
    cursor:pointer;
    color: #3B813B;
}

.regFees
{
    padding-top: 5px;
    border-bottom: 1px dashed;
    font-family: Arial;
    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: 11px;
    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: #339933;
}
.calPubDate {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 1.1em; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

.MyAttendee
{
	cursor:pointer;
}

.NormalHidden
{
	display:none;
}

.evtBar
{
	padding-bottom: 5px;
	height:25px;
}

.evtBarFilter
{
    float:left;
}
.evtBarBtn
{
	float:right;
	padding-right:10px;
}

.btnTop
{
	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;
}

.Events td a{
color: #3B803B;
}
.CustomFields {
	color: #3B813B;
}/* sets text color for  event info ie, code, fee, etc in list view */

 
