﻿.mono-button, a.mono-button 
{
    
}
.repeated-event-info
{
    color: #000;
    text-transform: none;
    font-weight: normal;
}
.mono-button, a.mono-button {
    display: inline-block;
    height: 28px;
    padding: 0px 8px 1px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #565656;
    background: #dbdbdb;
    border-radius: 3px;
    border: 1px solid #bababa;
    /*border-color: #cacaca #bababa #adadad #bababa;*/
    /*box-shadow: 0px 2px 1px #00efefef;*/
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
a.mono-button {
    height: 25px;
    padding: 3px 8px 0px 8px;
    border: 1px solid #bababa !important;
}

.mono-button:hover, a.mono-button:hover {
    color: #232323;
    background: #d1d1d1;
    border: 1px solid #b0b0b0;
    /*border-color: #c2c2c2 #b0b0b0 #a3a3a3 #b0b0b0;*/
    box-shadow: 0px 2px 1px #efefef;
}

/*submitEvents.aspx*/
/* Modal Prompt */
input[type=button].model, input[type=submit].model {
    background-color: #585858;
    border-radius:10px;
    border: #ddd solid 1px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 10px;
    color: #ffffff;
}

div#promptDiv1, div#promptDiv2, div#promptDiv3, div#promptDiv4, div#PromptDivEmailSub, div#EmailSubTopicPromptDiv, div#EmailSubTypePromptDiv, div#promptDivAddDate, div#promptDivSetTime, div#promptDivLocation {
    display:none;
    background-color:#fff;
    position:fixed;
    
    /* Next 4 Lines Used to Center the Prompt on the Screen */
    margin-left:40%;        /* Half the Screen Width */
    left:-125px;            /* Half the Width of The Prompt */
    margin-top:-75px;       /* Half the Height of The Prompt */
    top:25%;                /* Half the Screen Height */
    
    min-width:250px;
    max-width: 700px;
    min-height:150px;
    max-height: 500px;
    border-radius:10px;
    border: #ccc solid 1px;
    padding:5px;
    box-shadow: 2px 2px 1px #888888;
    z-index: 120;   
}
div#promptDiv2, div#promptDiv3 {
    top: 15%;
    max-height:800px;
}

.adv-search-buttons-div
{
    margin: 20px 0;
    text-align: center;
}

div#PromptDivEmailSub
{
    top: 15%;
    max-height: 550px;
    height: auto;
    max-width: 850px;
    width: 825px;
    margin-left: 25%;
}

div#PromptDivEmailSub .inPromptDiv
{
    max-height: 500px;
}

.inPromptDiv
{
    max-height: 300px;
    width: 100%;
    overflow: auto;
    padding: 10px 0;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
}

#promptDivLocation .inPromptDiv
{
    padding: 10px 30px;
    box-sizing: border-box;
}

#promptDivLocation .inPromptDiv div
{
    margin: 0;
}

/* Modal Background - Greys Out Main Body */
div#backgroundDiv1, div#backgroundDiv2, div#backgroundDiv3, div#backgroundDiv4, div#EmailSubTopicBackgroundDiv, div#EmailSubTypeBackgroundDiv, div#backgroundDivAddDate, div#backgroundDivSetTime, div#backgroundDivLocation {
    display:none;
    position:fixed; 
    left:0px; 
    top:0px;
    width:100%;
    height:100%;
    background-color:#bababa;
    z-index: 100;
}
.modelTitle
{
    margin: 0 15px 10px 0;
    font-weight: bold;
}

.model-close-button
{
    position: absolute;
    right:5px;
    top: 5px;
    opacity: 0.3;
}

.model-close-button:hover
{
    opacity: 1;
    transition: 0.2s ease-in-out;
}

/*organization modal*/
#btnOrgAdd
{
    height: 28px;
    width: 100px;
    margin: 0 0 0 5px;
}
div#org-modal-background
{
    display:none;
    position:fixed; 
    left:0px; 
    top:0px;
    width:100%;
    height:100%;
    background-color:#bababa;
    z-index: 100;
}
div#org-modal-prompt
{
    display:none;
    background-color:#fff;
    position:fixed;
    top:15%;
    margin-left:2%;        
    left:1%;                 
    width: 90%;
    max-width: 900px;
    min-height:300px;
    max-height: 500px;
    border-radius:4px;
    border: #ccc solid 1px;
    box-shadow: 2px 2px 1px #888888;
    z-index: 120;
}
#org-inPromptDiv
{
    height: 200px;
    width: 100%;
    overflow: auto;
    padding: 10px 0;
    border-bottom: 2px solid #BBB;
    border-top: 2px solid #BBB;
}
#serviceOrgSearch
{
    margin-bottom: 5px;
}

#serviceOrgSearch:-ms-input-placeholder:focus
{
    color: Red;
}
#orgSearchBtn
{
    margin-bottom: 5px;
    padding: 0px 10px;
}

.org-btn-cancel
{
    color: #666;
    text-decoration: underline;
    display: inline-block;
    background: none;
    border:none;
    margin-left: 15px;
    cursor: pointer;
}
.org-btn-save
{
    display: inline-block;
    min-width: 75px;
    height: 28px;
    color: white;
    font-weight: bold;
    border-top: 1px solid #96d1f8;
    background: #00529f;
    background: -webkit-gradient(linear, left top, left bottom, from(#0071b8), to(#00529f));
    background: -webkit-linear-gradient(top, #0071b8, #00529f);
    background: -moz-linear-gradient(top, #0071b8, #00529f);
    background: -ms-linear-gradient(top, #0071b8, #00529f);
    background: -o-linear-gradient(top, #0071b8, #00529f);
    border-radius: 4px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.org-btns-div
{
    padding: 10px;
    text-align: center;
}

.org-checkbox-cell
{
    /*border-bottom: 1px solid #D8D8D8;*/
}

#ServiceTable, .add-another-date-table, .set-time-table, .series-table
{
    padding: 0 10px;
    width: 100%;
}

#ServiceTable tr
{
}

#ServiceTable tr th,
#ServiceTable tr td,
#CheckedServices tr th,
#CheckedServices tr td  
{
    padding-left: 10px; 
    min-width: 50px;
    border: 0px;
    border-bottom: 1px solid #D8D8D8;
}

#CheckedServices tr th,
#CheckedServices tr td 
{
    border-color: #FFF;
}

#CheckedServices .delete-org
{
    text-align: center;
    color: #039;
    cursor: pointer;
    padding-bottom: 1px;
}

.CheckedServicesDiv
{
    margin: 0 0;
}

.org-model-title-row
{
    
}

.org-model-search-title
{
    width: 40%;
    text-align: center;
    color: #039;
    font-weight: bold;
    height: 50px;
    border-color: #EEE !important;
}

.org-model-search-title-bar
{
    background: #EEE;
    border-color: #EEE !important;
}

.org-profile-lnk
{
    min-width: 100px !important;
    text-align:center;
    /*border-bottom: 1px solid #d8d8d8;*/
     
}
.org-profile-lnk a
{
    border-bottom: 1px dotted #98ACD6;
}

.org-list-display
{
    width:100% !important;
    height: inherit !important;
}

.hide-column
{
    display:none;
}
.cell-underline
{
    height: 50px;
    /*border-bottom: 1px solid #d8d8d8;*/
}
.repeat-month-text
{
    float: left;
    margin: 3px;
}

#addRepeatBtn, #removeRepeatBtn
{
    cursor: pointer;
}

.date-selection
{
    margin-top: 30px !important;
}

.seriesNo ul, .seriesYes ul
{
    padding: 0;
}

@media screen and (min-width: 1120px)
{
    div#org-modal-prompt
    {
        /* Next 4 Lines Used to Center the Prompt on the Screen */
        margin-left:22%;        /* Half the Screen Width */
        left:-125px;            /* Half the Width of The Prompt */
        margin-top:-75px;       /* Half the Height of The Prompt */
        top:25%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1119px)
{
    div#org-modal-prompt
    {
        margin-left:3%;        
        left:2%;
    }    
}

@media screen and (max-width: 1023px)
{
   
    div#org-modal-prompt
    {
        margin-left:2%;        
        left:1%;            
    }
}



@media screen and (min-height: 650px)
{
    #org-inPromptDiv
    {
        height: 410px;
        
    }
    #inPromptDiv
    {
        min-height: 410px;
        height: auto;
    }
    div#org-modal-prompt
    {
        
        max-height: 700px;
    }
}
@media screen and (min-height: 520px) and (max-height: 649px)
{
    #org-inPromptDiv
    {
        height: 320px;
    }
}
@media screen and (max-height: 519px)
{
    #org-inPromptDiv, .inPromptDiv
    {
        height: 200px;
    }
}


/* submitEventConfirmed.aspx */

.smc-page-title 
{
    border-bottom: 1px solid;
    margin: 0 0 20px;
}
.smc-event-info
{
    color: #000000;
    text-transform: none;
}
.smc-event-page-copy
{
    font-size: 1.1em;
    margin: 18px inherit inherit;
}
.smc-table-text
{
    vertical-align: top;
}

/* submitEvents.aspx */

.se-container td 
{
   border: 2px solid white;
}

.input-box, .se-textarea {
    background-color: #fff8e9;
    border-color: #c6c6c6 #dadada #eaeaea;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    width: 90%;
    border-style: solid;
    border-width: 1px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 0 0 2px;

}

.se-event-name
{
    max-width: 500px;
    margin: 0 0 0 10px;
}

.input-box
{
    height: 2em;
}

.se-textarea 
{
    padding-top: 3px;
}

.label-class
{
    text-align: left;
    font-weight: normal;
    width: 25%;
}
.input-box#Type, .input-box#Topic
{
    max-width: 400px
}

.short-input-box
{
    width: 50%;
}

.asterisk-color
{
    color: #F00;
    font-size: 1.2em;
}

.input-event-details
{
}

.input-event-time-details
{
}

.date-text-box
{
    width: 20%;
}

.enter-event-time
{
    border-radius: 4px;
    height: 2em;
    background-color: #fff8e9;
    float: left;
    text-align: center;
    width: 33%;
    width: 44px \9;
    min-width: 44px;
}
.ddl-width
{
    width: 8em;
    margin: 0 3px;
}

.input-checkbox
{
    margin: 0 5px 0 10px;
}
.misc-text
{
    font-weight: normal;
    vertical-align: text-bottom;
    text-align: center;
}
.radio-button
{
    margin: 7px 3px 7px 5px;
}
.label-y-align
{
    vertical-align: baseline;
}
.misc-text-2
{
    text-align: center;
}
.city-input-box
{
    width: 100%;
}
.ext-code-label
{
    width: 7%;
}
.ext-input-box, .postal-code-label
{
    width: 70%;
    max-width: 70px;
}
.phone-input-box
{
    width: 50%;
}
.submit-button
{
    margin: 0 0 0 27%;
    display: block;
    width: auto;
    height: 35px;
    color: white;
    font-weight: normal;
    border-top: 1px solid #96d1f8;
    background: #00529f;
    background: -webkit-gradient(linear, left top, left bottom, from(#0071b8), to(#00529f));
    background: -webkit-linear-gradient(top, #0071b8, #00529f);
    background: -moz-linear-gradient(top, #0071b8, #00529f);
    background: -ms-linear-gradient(top, #0071b8, #00529f);
    background: -o-linear-gradient(top, #0071b8, #00529f);
    padding: 7.5px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
   
    color: white;
    text-decoration: none;
    vertical-align: middle;
}
.submit-button:hover
{
    cursor: pointer;
}
.cost-input-box
{
    width: 50%;
    float: left;
}
.small-input-box
{
    width: 44%;
}
.details-button
{
    height: 2em;
    width: 70px;
}
.another-repeat-date
{
    color: #039;
}
.another-repeat-date:hover
{
    text-decoration: underline;
}
/* makes empty fields red and bold with red border */
.need-to-fill-info
{
    color: red;
    outline: red solid 2px;
}
.need-to-fill-info .label-class
{
    font-weight: bold;
}

.daily, .weekly, .monthly
{
}
/* set display of elements that only appear if needed */
.reg-table-tr, .public-contact-person, .repeated-event, .red-asterisk {
    display: none;
}

.red-asterisk {
    display: initial;
}
.se-page-title 
{
    border-bottom: 1px solid;
    text-align: left;
}
.se-section-title
{
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.se-table
{
    width: 100%;
    margin: 20px 0;
}
.deleteLink
{
    cursor: pointer;
    color: #039;
}
.find-service-img
{
    vertical-align: top;
    margin: 0 0 0 5px;
}


/* displayEvents.aspx */

.other-types-and-topics h3
{
    margin: 15px 0 5px;
    display: inline;
}

.registration-required
{
    font-weight: bold;
    color: #000;
}

.share-buttons
{
    position: absolute;
    z-index: 5;
    display: block;
    background-color: #f4f4f4;
    display: none;
}
.share-buttons ul
{
    padding: 0;
}
a.reg-button
{
    /*color: #ffffff;*/
    display: inline-block;
    height: 25px;
    padding: 3px 8px 0px 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(255,255,255,0.9);
    background: #4473b6;
    border-radius: 4px;
    border: 1px solid;
    border-color: #386EB8 #2C5996 #193B6A;
    /*box-shadow: 0px 2px 1px #00efefef;*/
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    margin: 0 10px 0 0;
}
a.reg-button:hover
{
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 0px 2px 1px #efefef;
    background: #4d7ec1;
    border-color: #437ac6 #3265aa #1d457c;
}
a.reg-button img
{
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -2px;
    opacity: 0.85;
    transition: opacity 0.2s ease-in-out;
}
a.reg-button:hover img
{
    opacity: 0.97;
}
.register-btn
{
    padding: 5px 15px;
}
.related-events-table
{
    width: 105%;
    position: relative;
    left: -7px;
    border-spacing: 7px;
    border-collapse: separate;
}
.related-events-outline
{
    color: #000000;
}
.related-events-outline:hover
{
    /*outline: 2px solid #0099ff;*/
    border-top: 3px solid #a1a1a1;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a1a1a1), to(transparent));
    background-image: -webkit-linear-gradient(#a1a1a1, transparent);
    background-image: -moz-linear-gradient(#a1a1a1, transparent), -moz-linear-gradient(#a1a1a1, transparent);
    background-image: -o-linear-gradient(#a1a1a1, transparent), -o-linear-gradient(#a1a1a1, transparent);
    background-image: linear-gradient(#a1a1a1, transparent), linear-gradient(#a1a1a1, transparent);
    -moz-background-size: 3px 100%;
    background-size: 3px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0 0 0 3px;
}
.behind-date-of-event
{
    background: #f4f4f4;
    position: relative;
    width: 24.5%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.de-event-info
{
    width: 69%;
    max-width: 69%;
    display: inline-block;
    padding: 7px 10px;
    background: #ffffff;
    position: relative;
	left: 62px;
}
.de-event-info ul li ul li
{
    display: inline-block;
}
.de-event-info ul
{
    padding: 0;
}
.de-event-info ul li
{
    margin: 3px 0;
}
.de-event-info ul li:last-of-type
{
    margin: 3px 0 0;
}
.de-date-of-event
{
    width: 9%;
    max-width: 9%;
    display: block;
    background: #f4f4f4;
    padding: 15px 15px;
    float: none;
	height: 100%;
	position: absolute;
}
.large .de-date-of-event
{
    padding: 15px 20px 15px 10px;
}
.de-date-of-event ul
{
    padding: 0;
}
.related-event-td
{
    position:relative;
    width: 47.5%;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 5px;
    background: #f4f4f4;
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 18%, rgba(244,244,244,1) 18%, rgba(255,255,255,1) 18%, rgba(255,255,255,1) 19%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(18%,rgba(244,244,244,1)), color-stop(18%,rgba(244,244,244,1)), color-stop(18%,rgba(255,255,255,1)), color-stop(19%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 18%,rgba(244,244,244,1) 18%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 19%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 18%,rgba(244,244,244,1) 18%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 19%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 18%,rgba(244,244,244,1) 18%,rgba(255,255,255,1) 18%,rgba(255,255,255,1) 19%); /* IE10+ */
    background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 18%,rgba(244,244,244,1) 18%rgba(255,255,255,1) 18%,rgba(255,255,255,1) %); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    padding: 2px 0 0 3px;
    vertical-align: top;
    overflow: hidden;
}
.event-description
{
    margin: 20px 0;
}
.utility-div
{
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px;
    font-weight: 600;
}
.utility-div.top-util-btns a
{
    margin: 0 20px 10px 0;
}

.utility-btns
{
    float: right;
    display: inline-block;
    /*height: 25px;*/
    margin: 0 0 0 20px;
    line-height: 22px;
}
.utility-btns img
{
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -2px;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
    border: 0;
}
.utility-btns:hover img
{
    opacity: 0.8;
}

.registration-link
{
    float: left;
    margin: 0;
}

.sidebar-btns
{
    line-height: 22px;
    /*position: relative;
    left: 28px;*/
    min-height: 25px;
    height: auto !important;
    text-align: center;
    margin: 0px auto;
    display: block;
    color: #FFF !important;
    background-color: #006EB4 !important;    
}
.sidebar-btns:hover
{
    background-color: #000080 !important;
}

html:lang(fr) .sidebar-btns
{
    width: 200px;
    left: -5px;
    position: relative;
}
.map-div
{
    width: 100%;
    height: 250px;
}
.days-remain-text
{
    margin: 0 5px;
    color: #003399;
}
.contact-label
{
    vertical-align: top;
}
.related-events-div
{
    padding: 10px;
    display: inline-block;
    margin: 30px 0 20px;
    width: 100%;
}
.related-events-title
{
    float: left;
    color: #003399;
    font-weight: bold;
    font-size: 1.1em;
}
.num-related-events
{
    float: right;
}
.related-events-params
{
    padding: 0 20px;
    margin: 20px 0;
}
h1.event-title
{
    color: #000;
    text-transform: none;
}
h2.event-title
{
    color: #000;
    text-transform: none;
}
h2.event-org
{
    color: #039;
    text-transform: none;
    font-weight: normal;
    margin: 0 0;
}
p.event-info-datetime
{
    color: #000;
    text-transform: none;
}
p.event-info-datetime span
{
    margin: 0 0 0 10px;
}
p.repeated-event-info
{
    color: #000;
    text-transform: none;
    font-weight: bold;
}
p.event-location
{
    color: #000;
    text-transform: none;
    font-weight: bold;
    margin: 18px 0;
}
h1.de-page-title
{
    border-bottom: 1px solid;
    text-align: left;
}
.button 
{
    border: 1px solid #d9d9d9;
    background: #f4f4f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #f5f5f5, #f4f4f4);
    background: -moz-linear-gradient(top, #f5f5f5, #f4f4f4);
    background: -ms-linear-gradient(top, #f5f5f5, #f4f4f4);
    background: -o-linear-gradient(top, #f5f5f5, #f4f4f4);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    text-decoration: none;
    vertical-align: middle;
}
#RemoveOrg
{
    cursor: pointer;
}

.back-to-events-index
{
    float: right;
    text-transform:none;
    font-weight: normal;
    position: relative;
	bottom: -7px;
	line-height: 1.1em;
}
.back-to-topics-index {
    float: right;
    text-transform: none;
    font-weight: normal;
    position: relative;
    bottom: -7px;
    line-height: 1.1em;
}

/* events.aspx */


.event-info ul li ul li
{
    display: inline-block;
}
.event-info ul
{
    padding: 0;
}
.event-info ul li
{
    margin: 3px 0;
}
.event-info ul li:last-of-type
{
    margin: 3px 0 0;
}
.event-title
{
    font-weight: bold;
    color: #003399;
}
.event-host
{
    color: #7f7f7f;
}
.event-details li
{
    border-right: 2px solid #A1A1A1;
    padding: 0 15px;
}
.event-details li:first-of-type
{
    padding: 0 15px 0 0;
}
.event-details li:last-of-type
{
    padding: 0 0 0 15px;
    border-right: none;
}
.event-month
{
    font-weight: bold;
    margin: 3px 0;
}
.event-date
{
    font-size: 2em;
    margin: 2px 0;
}
.event-day
{
    font-weight: bold;
    color: #7f7f7f;
    margin: 3px 0;
}
.event-info
{
    display: inline-block;
    padding: 7px 10px;
    background: #ffffff;
    max-width: 577px;
    width: 100%;
    float: none;
    position: relative;
    left: 61px;
}
.colored-dot-green, .colored-dot-red, .colored-dot-yellow
{
    /*height: 20px;
    width: 20px;
    border-radius: 50%;
    float: right;*/
    margin: 55px 10px 0 0;
    width: 17px;
    height: 17px;
    display: inline-block;
    /*margin: 2px 6px;*/
    background: #343434;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    position: absolute;
    bottom: 32px;
    text-indent: -10000px;
}
.colored-dot-green img, .colored-dot-red img, .colored-dot-yellow img
{
    position: relative;
    top: 50%;
    left: 50%;
}
.colored-dot-green
{
    /*background: #22b14c;*/
    background: #64BE54;
    border: 1px solid #618B59;
    box-shadow: 0 1px 1px rgba(0,0,0,0.13), 0 3px 3px rgba(255,255,255,0.2) inset;
}
.colored-dot-red
{
    /*background: #ED1C24;*/
    background: #E45752;
    border: 1px solid #B02B26;
    box-shadow: 0 1px 1px rgba(0,0,0,0.13), 0 3px 3px rgba(255,255,255,0.2) inset;
}
.colored-dot-yellow
{
    /*background: #FFF200;*/
    background: #F8E70F;
    border: 1px solid #D2C300;
    box-shadow: 0 1px 1px rgba(0,0,0,0.13), 0 3px 3px rgba(255,255,255,0.2) inset;
}
.event-container
{
    padding: 0 10px 0 0;
}
h1.e-page-title
{
    border-bottom: 1px solid;
    text-align: left;
}
.tablesorter,.tablesorter th,.tablesorter td
{
    border-collapse:collapse;
    width: 100%;
}
.search-div {
    margin: 20px 0 10px;
    /*background-color: #F1F1F1;*/
    /*border: 1px solid #D9D9D9;*/
    /*padding: 25px 15px 25px;*/
    text-align: left;
}
.event-nav
{
    float: right;
    right: 0px;
    position: relative;
    display: none;
}
.event-nav-top-pager, .floatLeft
{
    float: left;
}
.event-nav img
{
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -3px;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}
.event-nav-2
{
    margin: 5px 0;
    float: right;
    right: 0px;
    position: relative;
}
.event-div
{
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin: 7px 0;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 9.3%, rgba(244,244,244,1) 9%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 31%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(9.3%,rgba(244,244,244,1)), color-stop(9%,rgba(244,244,244,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(31%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 9.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 9.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 9.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* IE10+ */
    background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 9.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: inline-block;
    width: 695px;
    padding: 2px 0 0 3px;
    position: relative;
}
.medium .event-div
{
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 10.3%, rgba(244,244,244,1) 9%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 31%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(10.3%,rgba(244,244,244,1)), color-stop(9%,rgba(244,244,244,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(31%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 10.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 10.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 10.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* IE10+ */
    background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 10.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.large .event-div
{
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 11.3%, rgba(244,244,244,1) 9%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 31%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(11.3%,rgba(244,244,244,1)), color-stop(9%,rgba(244,244,244,1)), color-stop(9%,rgba(255,255,255,1)), color-stop(31%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 11.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 11.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 11.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* IE10+ */
    background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,1) 11.3%,rgba(244,244,244,1) 9%,rgba(255,255,255,1) 9%,rgba(255,255,255,1) 31%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.clickable a
{
    color: inherit;
    overflow: hidden;
}
.clickable a:hover
{
    color: inherit;
    border-bottom: 1px solid #d9d9d9;
}

/*.event-div:hover
{
    outline: 2px solid #0099ff;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
}
*/

.event-div:hover
{ 
    border-top: 3px solid #a1a1a1;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a1a1a1), to(transparent));
    background-image: -webkit-linear-gradient(#a1a1a1, transparent);
    background-image: -moz-linear-gradient(#a1a1a1, transparent), -moz-linear-gradient(#a1a1a1, transparent);
    background-image: -o-linear-gradient(#a1a1a1, transparent), -o-linear-gradient(#a1a1a1, transparent);
    background-image: linear-gradient(#a1a1a1, transparent), linear-gradient(#a1a1a1, transparent);
    -moz-background-size: 3px 100%;
    background-size: 3px 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    padding: 0 0 0 3px; 
}
.utility-list
{
    padding: 0;
    margin: 50px 0 0;
}
.utility-list li
{
    margin: 10px 0;
}
.utility-list li a
{
    border: none;
}
.utility-list li a
{
    border: none;
}
.utility-buttons
{
    /*min-width: 150px;
    min-height: 25px;*/
    text-align: left;
    padding: 0 8px 0 8px;
    margin: 0 10px 0 0;
    line-height: 23px;
}
.utility-buttons img
{
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -2px;
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}
.utility-buttons:hover img
{
    opacity: 0.8;
}
.adv-search-open-btn
{
    position: relative;
}
#searchEvent
{
    display: inline-block;
    position: relative;
    width: 310px;
}
#searchEvent::-webkit-input-placeholder {
    font-style: italic;
}

#searchEvent:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
}

#searchEvent::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;  
}

#searchEvent:-ms-input-placeholder {  
   font-style: italic; 
}
#keywordRow
{
    display: inline-block;
    position: relative;
    width: 320px;
    height: 35px;
    top: 0px;
    border: 1px solid #BABABA;
    border-radius: 3px;
    background: #FFF;
    box-sizing: border-box;
    vertical-align: top;
}
.small #keywordRow { 
    width: 320px;
}
.medium #keywordRow {
    width: 320px;
}
.large #keywordRow {
    width: 320px;
}

.ie8 #keywordRow
{
    top: -9px;
}

.events-search-btn
{
    padding: 0px 5px 0px 2px;
    right: 0;
    top: 0;
    position: absolute;
    background: none repeat scroll 0% 0% transparent;
    background-color: #FFF;
    border: none;
    height: 32px;
    border-radius: 3px;

}
.events-search-btn img
{
    opacity: 0.6;
}

#searchEvent::-ms-clear
{
    display: none;
}
/*.adv-search-open-btn img,*/ .events-search-btn img
{
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: baseline;
    transition: opacity 0.2s ease-in-out;
}

.location-search-text
{
    padding: 10px 0;
}

/*.adv-search-open-btn img
{

    margin-right: 10px;
    margin-bottom: -2px;
    opacity: 0.5;
}*/
/*.adv-search-open-btn:hover img,*/ .events-search-btn:hover img
{
    opacity: 1;
}
/*.adv-search-open-btn:after
{
    content:'▾';
}*/
.down-chevron
{
    margin: 0 0 0 5px;
}

.num-events-shown, .total-num-events
{
    font-weight: bold;
    margin: 0 5px;
    display: inline-block;
}
.total-num-events
{
    top: 10px;
    position: relative;
    float: right;
}
.search-input
{
    width: 75%;
    height: 26px;
    border: 1px solid #1FB8CF;
    /*box-shadow: 0px -1px 1px 1px #f1f1f1, 0px 1px 1px 1px #f1f1f1;*/
    vertical-align: middle;
    position: relative;
    font-size: 1.2em;
    color: #343434;
    padding-left: 2px;
}
.search-input:focus
{
    border: 1px solid;
    border-color: #4473b6 #7699cc #88a7d3 #7699cc;
    border-radius: 2px;
    background: #f4f7fb;
    color: #1b2736;
}
.search-btn
{
    color: #ffffff;
    background: #4684ec;
    background: -webkit-gradient(linear, left top, left bottom, from(#4487fa), to(#4684ec));
    background: -webkit-linear-gradient(top, #4487fa, #4684ec);
    background: -moz-linear-gradient(top, #4487fa, #4684ec);
    background: -ms-linear-gradient(top, #4487fa, #4684ec);
    background: -o-linear-gradient(top, #4487fa, #4684ec);
    border: 1px solid #00519e;
    border-radius: 2px;
}
.search-btn:hover
{
    cursor: pointer;
}
.search-btn-reg
{ 
    height: 28px;
    font-weight: bold;
    vertical-align: middle;
    /*additions*/
    background: #4473b6;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 3px 10px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid;
    border-color: #386EB8 #2C5996 #193B6A;
    /*box-shadow: 0px 1px 1px rgba(255,255,255,0.18) inset;*/
}
.small #orgSearchBtn.search-btn-reg
{
    top: 2px;   
}
.medium #orgSearchBtn.search-btn-reg
{
    top: 7px;
}
.large #orgSearchBtn.search-btn-reg
{
    top: 11px;
}
.search-btn-reg:hover
{
    background: #4d7ec1;
    border-color: #437ac6 #3265aa #1d457c;
}
.search-btn-reg img
{
    width: 16px;
    height: 16px;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
    margin-bottom: -1px;
}
.search-btn-reg:hover img
{
    opacity: 1;
}
.search-btn-adv
{
    height: 35px;
    width: 75px;
}
.list-btn, .calendar-btn
{
    
    /*font-size: .8em;
    color: #787878;*/
    display: inline-block;
    float: right;
    margin: 0 0 0 5px;
    line-height: 23px;
}
.list-btn
{
    /*height: 25px;
    width: 72px;*/
}
.calendar-btn
{
    /*height: 25px;
    width: 110px;*/
}
.list-btn:hover img, .calendar-btn:hover img
{
    opacity: 0.8;
}
.event-desc
{
}
.date-of-event
{
    display: block;
    background: #f4f4f4;
    padding: 15px 15px 20px;
    float: none;
    height: 100%;
    position: absolute;
}
.date-of-event ul
{
    padding: 0;
}
.event-sort-list
{
    margin: 0 0 0 0;
    height: 25px;
    border: 1px solid #CCC;
    width: 125px;
}
.event-sort
{
    margin: 5px 10px 0 0;
    display: inline;
}
.search-input-div
{
    position: relative;
    display: inline-block;
    width: 65%;
    float: right;
    right: -3px;
}
.event-nav-2-container
{
    width: 100%;
    display: inline-block;
}
.down-arrow
{
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #003399;
    position: relative;
    top: 11px;
    left: 10px;
}
.adv-search-table
{
    border: 1px solid #bababa;
    border-radius: 3px;
    margin: 15px -3px 0 0;
    background: #FFFFFF;
    /*background-image: linear-gradient(top, #dbdbdb 25%, #dcdcdc 75%);
    background-image: -o-linear-gradient(top, #dbdbdb 25%, #dcdcdc 75%);
    background-image: -moz-linear-gradient(top, #dbdbdb 25%, #dcdcdc 75%);
    background-image: -webkit-linear-gradient(top, #dbdbdb 25%, #dcdcdc 75%);
    background-image: -ms-linear-gradient(top, #dbdbdb 25%, #dcdcdc 75%);*/
    padding: 0 0 0 0;
    border-top-left-radius: 0;
}
.adv-table
{
    width: 100%;
    border-spacing: 10px;
}
.adv-table input
{
    font: inherit;
}
.adv-misc-text
{
    vertical-align: baseline;
}
.events-label, .rss-label
{
    text-align: right;
}
.adv-date-input
{
    width: 25%;
    height: 25px;
    border: 1px solid #cccccc;
    padding: 2px 1px 2px 7px;
    margin:0 45px 0 0;
}
.small .adv-date-input
{
    margin: 0 45px 0 0;
}
.medium .adv-date-input
{
    margin: 0 36px 0 0;
}
.large .adv-date-input
{
    margin: 0 18px 0 0;
}
.adv-date-input:lang(fr)
{
    width: 20%;
    margin: 0 25px 0 0;
}
.small .adv-date-input:lang(fr)
{
    width: 20%;
    margin: 0 25px 0 0;
}
.medium .adv-date-input:lang(fr)
{
    width: 20%;
    margin: 0 15px 0 0;
}
.large .adv-date-input:lang(fr)
{
    width: 18%;
    margin: 0 0 0 0;
}
.adv-search-tag-list
{
    width: 100%;
    height: 25px;
    border: 1px solid #cccccc;
    padding: 2px 1px 2px 7px;
}
.adv-search-input
{
    height: 32px;
    padding: 0px 1px 0px 7px;
    border: none;
    border-radius: 3px;
    top: 0;
}
.adv-search-input:focus
{
    outline: -webkit-focus-ring-color none;
}
.adv-location-input
{
    width: 90%;
    height: 25px;
    border: 1px solid #cccccc;
    padding: 2px 1px 2px 7px;
    margin: 5px 0 20px 0;
}
.adv-region-input
{
    width: 102%;
    height: 31px;
    border: 1px solid #cccccc;
    padding: 2px 1px 2px 7px;
}
.adv-distance-option
{
    height: 31px;
    width: 100px;
    border: 1px solid #cccccc;
    padding: 2px 1px 2px 7px;
    display:block;
    margin: 5px 0 40px 0;
}
.table-center-text
{
    text-align: center;
}
.clear-fields
{
    color: #003399;
    margin: 0 20px;
    cursor: pointer;
}
.adv-search-connect
{
    height: 22px;
    width: 100%;
    background: #FFFFFF;
    z-index: 5;
    position: absolute;
    left: -1px;
    bottom: -18px;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
}

#advSearchTable, #advSearchBox
{
    display: none;
}
#advSearchTable.showAdvanced, #advSearchBox.showAdvanced
{
    display: block;
}

.clickable
{
    cursor: pointer;
}
.list-calendar-btns
{
    min-width: 155px;
    padding: 0 0 5px 0;
}
.submit-link
{
    text-align: right;
    margin: 10px 0;
    width: 100%;
}
.list-contorls
{
    width: 100%;
}
.arrow-btn
{
    /*height:25px;
    width: 30px;
    margin: 0;*/
    width: 26px;
    display: inline-block;
    margin: 0;
    padding: 0px 4px;
    /*background: #dbdbdb;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 2px 1px #00efefef;*/
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.arrow-btn img
{
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}
.arrow-btn:hover img
{
    opacity: 1;
}
.arrow-btn.left
{
    border-radius: 4px 0px 0px 4px;
}
.arrow-btn.right
{
    border-radius: 0px 4px 4px 0px;
}

/*.mono-button.no-change:hover {
    background: #dbdbdb;
    border: 1px solid #bababa;
    border-color: #c2c2c2 #b0b0b0 #a3a3a3 #b0b0b0;
    box-shadow: 0px 2px 1px #00efefef;
}
.mono-button.no-change:focus {
    background: #dbdbdb;
    border: 1px solid #bababa;
    box-shadow: 0px 2px 1px #00efefef;
    outline: none;
}*/

.model-labels-text
{
    vertical-align: text-bottom;
}

.find-event-text
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 10px 10px 0;
    display: block;
}

.date-search-div
{
    display: none;
}

.date-search-event-text
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.date-search-event-text:lang(fr)
{
    margin: 0 0 0 0;
}

.search-button-styles
{
    margin: 0 10px 0 0;
    height: 35px;
    background-color: #FFFFFF;
    border-width: 1px;
}
.search-button-styles:focus
{
    outline: -webkit-focus-ring-color none;
}
.search-button-styles:hover
{
    background-color: #FFFFFF;
    border-width: 1px;
}
.search-button-styles img
{
    opacity: 0.7;
}
.search-button-styles:hover img
{
    opacity: 1;
}

/***EventsRSSBuilder.aspx***/

.results-div
{
    background: #BABABA;
    width: 100%;
    padding:0 0 10px 0;
    margin: 20px 0;
    display: none;
}

.link-feed-area
{
    width: 97%;
    line-height: 25px;
    border: 1px solid #cccccc;
    padding: 2px 1px 2px 7px;
    margin: 5px 5px 10px;
}

.rss-button
{
    width: auto;
    padding: 5px;
    margin: 0 10px 0 0;
}

.goto-rss-btn, .goto-event-btn
{
    display: block;
    margin: 10px auto;
    box-shadow: 0px 2px 1px #EFEFEF;
}
/*a.goto-event-btn
{
    color: #565656;
    padding: 0px 8px;
    display: block;
    width: 125px;
}*/
.results-div a:hover
{
    text-decoration:none;
}

/* unsubscribe.aspx */
.unsubscribe-box
{
    height: 31px;
    width: 60%;
    border: 1px solid #cccccc;
    padding: 2px 1px 2px 7px;
    font-size: 1em;
}
.unsubscribe-btn
{
    color: #ffffff;
    background: #4684ec;
    background: -webkit-gradient(linear, left top, left bottom, from(#4487fa), to(#4684ec));
    background: -webkit-linear-gradient(top, #4487fa, #4684ec);
    background: -moz-linear-gradient(top, #4487fa, #4684ec);
    background: -ms-linear-gradient(top, #4487fa, #4684ec);
    background: -o-linear-gradient(top, #4487fa, #4684ec);
    border: 1px solid #00519e;
    border-radius: 2px;
    height: 35px;
    padding: 2px;
}
.unsubscribe-div
{
    margin: 30px;
}




/* events.aspx calendar */
.cal-table
{
    width: 705px;
    border-collapse: collapse;
    
}
.cal-head th
{
    padding: 4px;
}
.cal-row
{
    
}
.cal-cell
{
    border: 1px solid black;
    height: 200px;
    width: 14.2%;
    padding: 4px;
    vertical-align: top;
    
}
.cal-div
{
    min-height: 200px;
    overflow-y: hidden;
    font-size: 0.9em;
}
.cal-div a
{
    color: inherit;
    text-decoration: none;
}
.cal-div a:hover
{
    background-color: #EAEAEA;
    text-decoration: none;
    display: block;
}
.cal-div a.cal-btn
{
    color: #039;
}
.cal-div a.cal-btn:hover
{
    color: #09F;
}
.cal-div ul
{
    margin:0 0 3px 0; 
    padding:0;
}
.cal-num
{
    
}
.cal-today
{
    background: #EAEAEA;
    border-color: #666666;
}
.cal-today a:hover
{
    background-color: #D8D8D8;
}
.cal-arrow
{
    
}
.cal-month
{
    display: inline-block;
    float: right;
    margin: 0 10px 0 0;
}
.cal-month-string
{
    display: inline-block;
    color: inherit;
    margin: 0 10px;
    text-transform: none;
}
.cal-gray-date
{
    color: #999999;
}

/* sideBarCalendar.ascx */
.side-cal-table
{
    width: 100%;
    border-collapse: collapse;
    
}
.side-cal-head th
{
    font-size: 0.9em;
    font-weight: normal;
}
.side-cal-row
{
    
}
.side-cal-cell
{
    border: 1px solid black;
    height: 35px;
    width: 14.2%;
    /*padding: 1px;*/
    vertical-align: top;
}
a.side-cal-div
{
    display: block;
    height: 35px;
    width: 27px;
    background-color: #92C5FF;
    text-decoration:none;
    color: #232323;
    border: 1px solid #92C5FF;
}
.large a.side-cal-div
{
    width: 94.5%;
}
a.side-cal-div:hover
{
    border: 1px solid #FFF;
    text-decoration:none;
    color: #232323;
}
.side-cal-div
{
    display: block;
    height: 35px;
    width: 27px;
    color: inherit;
    text-decoration: none;
    border: 1px solid #FFF;
}
/*.side-cal-div a:hover
{
    background-color: #EAEAEA;
    text-decoration: none;
    display: block;
}*/
/*.side-cal-div a.cal-btn
{
    color: #039;
}
.side-cal-div a.cal-btn:hover
{
    color: #09F;
}*/

.side-cal-num, .side-cal-num-event
{
    margin: 1px;
}
.side-cal-num
{
    cursor: default;
}
.side-cal-num-event
{
    cursor: pointer;
}
.side-cal-today
{
    background: #EAEAEA;
}
.side-cal-today a
{
    border: 1px solid #EAEAEA;
}
.side-cal-today a:hover
{
    height: 35px;
}
/*.side-cal-today:hover
{
    padding: 0px;
}
.side-cal-arrow
{
    
}*/
.side-cal-month
{
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}
.side-cal-month-string
{
    display: block;
    color: inherit;
    margin: 0 10px;
    text-align: center;
    text-transform: none;
}
.side-cal-gray-date
{
    color: #999999;
}
.side-cal-legend
{
    display:block;
    margin:10px auto;
}
.side-cal-legend-box
{
    height: 20px;
    width: 14px;
    background-color: #92C5FF;
    
    display: inline-block;
    
}
.side-cal-legend-text
{
    display: inline-block;
    vertical-align: top;
}


/*****emailSubscription.aspx*******/

.subscribe-btn, .rss-subscribe-btn
{
    /*background-color: #585858;
    border-radius: 10px;
    border: 1px solid #DDD;*/
    padding: 0 20px;
    color: #FFF;
    height: 30px;
    font-weight: bold;
    border-radius: 5px;
    background: linear-gradient(to bottom, #52CDF6 0%, #0098EB 10%, #0098EB 45%, #0078E6 51%, #0078E6 100%) repeat scroll 0% 0% transparent;
    border: none;
    cursor: pointer;
}

.rss-subscribe-btn
{
    margin: 0px 0px 20px 13%;
    background: #0098EB \9;
}

.subscribe-btn
{
    margin: 0px 12.8% 10px 10px;
    float: right;
}

.email-sub-labels, .rss-label
{
    text-align: left;
}

.email-sub-div, .rss-div
{
    margin: 3% auto 2.5%;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.email-sub-table, .rss-table
{
    margin: 0 auto;
    width: 80%;
    border-spacing: 20px;
    
}

.email-sub-table tr td, .rss-table tr td
{
    height: 31px;
    vertical-align:bottom;
}

.email-sub-textbox, .email-sub-distance, .rss-textbox, .rss-distance
{
    width: 100%;   
}

.email-sub-textbox, .email-sub-location, .email-sub-distance, .rss-textbox, .rss-location, .rss-distance
{
    background-color: #fff8e9;
    padding: 2px 1px 2px 7px;
    height: 31px;
    box-sizing: border-box;
    border-color: #c6c6c6 #dadada #eaeaea;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
}

.email-sub-location, .rss-location
{
    width: 90%;
}

.email-sub-checkbox input[type="checkbox"] + label:before, .rss-link-checkbox input[type="checkbox"] + label:before, .org-link-checkbox input[type="checkbox"] + label:before
{
    content: "✔";
    color: #FFF;
    display: inline-block;
    border-radius: 4px;
    height: 25px;
    width: 25px;
    border: 1px solid #B2B9B9;
    line-height: 20px;
    text-shadow: 1px 1px 1px transparent;
    font-size: 20px;
    text-align: center;
    margin-right: 0px;
    background: #FFF;
}

/*.org-link-checkbox:hover input[type="checkbox"] + label:before
{
    color: #BBB;
}*/

.email-sub-checkbox input[type="checkbox"], .rss-link-checkbox input[type="checkbox"], .org-link-checkbox input[type="checkbox"]
{
    display: none;
    height: 0 \9;
    display: inline-block \9;
}

.email-sub-checkbox input[type="checkbox"]:checked + label:before, .rss-link-checkbox input[type="checkbox"]:checked + label:before, .org-link-checkbox input[type="checkbox"]:checked + label:before
{
    content: "✔";
    text-shadow: 1px 1px 1px rgba(0, 0, 100, 0.3);
}

.email-sub-checkbox input[type="checkbox"]:checked + label:before, .rss-link-checkbox input[type="checkbox"]:checked + label:before
{
    color: #767A7A;
}

.check + label:before
{
    color: #039 \9 !important;   
}

.email-sub-checkbox, .rss-link-checkbox
{
    display: table-cell;
    float: left;
}

.email-sub-checkbox + div, .rss-link-checkbox + div
{
    margin-top: 1%;
}

.org-link-checkbox input[type="checkbox"]:checked + label:before
{
    color: #039;
}

/* hack to target IE 8 */
@media \0screen\,screen\9
{
    .org-link-checkbox input[type="checkbox"] + label:before
    {
        display:none;
    }
    
    .org-link-checkbox input[type="checkbox"]
    {
        height: auto;
    }
}


.email-sub-checkmark
{
    background: none repeat scroll 0% 0% #60C760;
    border: 2px solid #389F38;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin: 0 0 0 15px;
}

.email-sub-checkmark:after
{
    content: "✔";
    margin: 10% 0% 0% 20%;
    font-size: 1.4em;
    color: white;
    font-weight: bold;
    display: inline-block;
}

.email-sub-thanks-box
{
    display: block;
    margin: 0 auto;
    width: 50%;
}

.email-sub-thanks
{
    display: inline-block;
    margin: 5px 0px 20px;
    text-transform: none;
}

label.checkRss:before
{
    color: #767A7A \9 !important;
}

#mainRight
{
    margin-bottom: 20px;
}

/******* search filters for events.aspx ***********/
.search-filters
{
    margin: 10px 0 0 0;
}

.search-filter-title, .search-filter-item, .search-filter-divider
{

}

.search-filter-title
{
    margin-left: 15px;
}

.search-filter-item
{

}

.filter-tag {
    display: inline-block;
    position: relative;
    border: 1px solid #bababa;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 12.5px;
    padding: 0 25px 0 15px;
    margin: 2px 2px;
    background-color: #FFF;
}
.filter-tag:after {
	content : "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/close16.png') top 5px right 5px no-repeat; 
	width: 100%;
	height: 100%;
	opacity : 0.3;
}
.filter-tag:hover:after
{
    opacity : 0.6;
}

.remove-all-button
{
    cursor: pointer;
    margin: 0 0 0 10px;
    white-space: nowrap;
}

.display-none
{
    display: none;
}

#DateSelection
{
    margin: 0 0 5px 0;
}

.cal-wrapper { 
	display: inline-block;
	position: relative;
	width: 250px; 
	border: 3px solid #bababa;
	border-radius: 4px;
	margin: 0 5px 0 0;
}
		
.cal-wrapper a { text-decoration:none; }
		
.cal-inner { 
	display: block;
	margin: 0 0 0 0;
	padding: 2px 2px 2px 2px;
	position: relative;
	background-color: #FFF; 
}
		
.cal-head { 
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #3385E4; 
	border-radius: 4px;
}
.cal-head .cal-prev-month,
.cal-head .cal-next-month {
	width: 30px;
	background-color: #77B1F8;
	color: #FFF;
	text-align: center;
	border-radius: 4px;
}
.cal-head .cal-prev-month { 
	position: absolute;
	top: 4px;
	left: 3px;
	height: 20px;
	line-height: 20px;
}
.cal-head .cal-next-month { 
	position: absolute;
	top: 4px;
	right: 3px;
	height: 20px;
	line-height: 20px;
}
			
.cal-head .cal-curr-month {
	position: absolute;
	top: 0;
	left: 45px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 4px;
}
		
.cal-body table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	font-size: 12px;
	text-align: center;
}
.cal-body table tr th {
	width: 14.2857%;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
.cal-body table tr td {
	width: 14.2857%;
	height: 25px;
	line-height: 25px;
}
.cal-cur-month-days {
    background-color: #CEE5F6;
    cursor: pointer;
}
.cal-other-months-days {
    background-color: #FFF;
    cursor: default;
}
.date-available 
{
    
}
.date-selected
{
    background-color: #B3ECB1;
}
.selected-dates-table-div
{
    width: 62%;
    font-size: 90%;
    border: 3px solid #bababa;
    float: right;
}
.selected-dates-table-container
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 219px;
    min-height: 30px;
    overflow-y: scroll;
    
}
.selected-dates-table
{
    width: 100%;
    
    border-radius: 4px;
    margin: 0;
}
.selected-dates-table tr
{
    height: 40px;
}
.selected-dates-table tr td
{
    
}
.added-row, .change-time
{
    cursor: pointer;
}

.table-dates-footer-total
{
    text-align: right;
    padding: 0 20px 0 0;
}

.selected-dates-table-footer
{
    width: 100%;
    border-top: 1px solid #000;
    text-align: left;
    padding: 0 0 0 30px;
}

.series-table
{
    margin: 10px 0;
}

.added-row
{
    
}

.added-row img
{
    height: 16px;
    width: 16px;
    margin: 0 5px;
}


/********** French Style Fixes ***********/
html:lang(fr) .search-div {
    /* padding: 25px 5px;*/
}

html:lang(fr) .search-button-styles
{
    padding: 0 4px 1px;
    margin: 0px;
}

/* ********Events Update Master page********* */
.mp-side-menu-pagecopy
{
    padding: 30px 15px 15px;
}




#eventMain
{
    clear: both;
    width: 985px;
    min-height: 500px;
    height: 100%;
    padding: 40px 0px 40px 10px;
    text-align: left
}

.submit-event-btn 
{
    
}

/* update to events index page 2016 10 12 */
.event-topic-item-index-page
{
    display: inline-block;
    width: 45%;
    margin: 20px 4% 20px 0;
}


.event-topic-item-index-page a
{
    display: block;
    border-bottom: none;
    font-weight: bold;
    position: relative;
}

.event-topic-item-index-page a img 
{
    margin: 0px 15px 0px 0px;
    height: 30px;
}

.event-topic-item-index-page a:hover img
{
    opacity: 0.7;
}

.event-topic-item-index-page a span
{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}