#archiveCalendarSlice
{
    padding-left: 10px;
}

#quickSearch
{
    padding-left: 0px;
}

#calendarUpdatePanel
{
    /* set the height here so that the loading indicator doesn't
       overlay the marketing content (reset the height to auto in js) */
    height: 52px;
    margin-bottom: 12px;
}

.calendarMarketing
{
    margin-bottom: 12px;
}

#calendar
{
    border-collapse: collapse;
    clear: both;
    font-family: Arial;
}

#calendarHeader
{
    font: normal 46px/56px 'ITC Lubalin Graph', Arial, sans-serif;
    color: #000;
    margin-bottom: 0px;
}

#calendarMessage
{
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    margin-top: 7px;
    margin-bottom: 24px;
    width: 830px;
    line-height:22px;
}

#calendar th
{
    background-color: #504f43;
    border-left: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
    text-align: left;
}

#calendar td
{
    border: 6px solid #ffffff;
    border-top: 0;
    padding: 0;
    height: 130px;
    width: 130px;
}

#calendar div.dayContainer
{
    height: 100%;
    position: relative;
    width: 100%;
    background: #6d6b5c;
}

#calendar div.deadDay
{
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

#calendar span.date
{
    background-color: #a4a696;
    color: #ffffff;
    height: 40px;
    filter: alpha(opacity = 80);
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    left: 5px;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 40px;
    z-index: 5;
}

#calendar span.today
{
    background-color: #0aaa25;
}

#calendar img.heroShot
{
    position: absolute;
    visibility: hidden;
}

#calendar img.visible
{
    visibility: inherit;
}

#calendar div.coverShot
{
    background: no-repeat center center;
    background-size: cover;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 5px;
    top: 5px;
}

#calendar div.selected
{
    background-color: #0aaa25;
    opacity: 1.0;
    filter: none;
    z-index: 10;
}

#calendar div.eventListContainer
{
    background-color: #dfded8;
    display: none;
    height: auto;
    position: absolute;
    width: 343px;
    z-index: 20;
    box-shadow: 0px 5px 10px 5px #000;
}

#calendar div.selected div.eventListContainer
{
    display: block;
}

#calendar div.left
{
    left: -347px;
}

#calendar div.right
{
    left: 134px;
}

#calendar div.topPos
{
    top: 0px;
}

#calendar div.bottom
{
    bottom: 0px;
}

#calendar div.shadowContainer
{
    display: none;
    z-index: 15;
}

#calendar div.selected div.shadowContainer
{
    display: block;
}

.shadow
{
    background-color: #000000;
    filter: alpha(opacity = 20);
    opacity: 0.2;
    position: absolute;
}

#calendar div.eventListContainer h3
{
    background-color: #0aaa25;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    text-align: left;
}

#calendar div.eventListContainer div.spacer {
    position: absolute;
    left: -5px;
    top: 0px;
    height: 100%;
    width: 6px;
}

#calendar ul.eventList
{
    list-style: none;
    max-height: 300px;
    height: auto;
    margin: 4px 4px 5px;
    overflow: auto;
    padding: 0;
}

#calendar ul.eventList li
{
    background-color: #dfded8;
    border: 4px solid #ffffff;
    border-bottom: 0;
    padding: 0;
    text-align: left;
    margin: 0px;
}

#calendar ul.eventList li.last
{
    border-bottom: 4px solid #ffffff;
}

#calendar ul.eventList li a
{
    background-position: 5px 5px;
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    height: 60px;
    padding: 5px;
}

#calendar ul.eventList li a:hover
{
    background-color: #cbcbc7;
    text-decoration: none;
}

#calendar ul.eventList li span
{
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 68px;
}

#calendar ul.eventList li span.count
{
    color: #0000ff;
    margin-top: 8px;
    text-decoration: underline;
}

#calendarNav
{
    height: 31px;
    list-style: none;
    margin: 4px 0;
    padding: 0;
    width: 100%;
}

#calendarNav li
{
    font-family: Arial;
    font-size: 13px;
    line-height: 31px;
}

#calendarNav li a
{
    display: block;
}

#calendarNav li a:hover
{
    text-decoration: none;
}

#calendarNav li a:active
{
    outline: none;
}

#calendarNav li a:focus
{
    -moz-outline-style: none;
}

#calendarNav li#navCurrent
{
    float: left;
    font-weight: bold;
    margin: 0 3px 0 3px;
    text-align: center;
    width: 175px;
}

#calendarNav li.navPrev,
#calendarNav li.navNext
{
    float: left;
    width: 25px;
}

#calendarNav li.navPrev
{
    margin-left: 3px;
}

*:first-child+html #calendarNav li.navPrev
{
    margin-left: 6px;  /* ie7 */
}

#calendarNav li.navPrev a
{
    background: url(/img/nav_prev.gif) no-repeat left center;
    height: 31px;
    width: 25px;
}

#calendarNav li.navPrev a.disabled
{
    background: url(/img/nav_prev_disabled.gif) no-repeat left center;
}

#calendarNav li.navNext a
{
    background: url(/img/nav_next.gif) no-repeat left center;
    height: 31px;
    width: 25px;
}

#calendarNav li.navNext a.disabled
{
    background: url(/img/nav_next_disabled.gif) no-repeat left center;
}

#calendarNav li.navDirect
{
    float: right;
    margin-right: 4px;
    *margin-right: 3px;  /* ie 6 */
}

*:first-child+html #calendarNav li.navDirect
{
    margin-right: 5px;  /* ie7 */
}

#calendarNav li.navDirect label
{
    font-weight: bold;
    margin-right: 3px;
}

#calendarNav li.navDirect select,
#calendarNav li.navDirect input
{
    font-family: Arial;
    font-size: 13px;
    position: relative;
}

#calendarNav li.navDirect select
{
    top: 1px;
    *top: 3px;  /* ie6 */
}

#calendarNav li.navDirect input
{
    top: 1px;
    *top: 4px;  /* ie6 */
}

*:first-child+html #calendarNav li.navDirect select
{
    top: -1px;  /* ie7 */
}

*:first-child+html #calendarNav li.navDirect input
{
    top: 0px;  /* ie7 */
}

/** Events markup with videos **/

.srchTrkg1 {
    overflow: hidden;
    height: 70px;
    position: relative;
}

.infoEvent {
    width: 230px;
    position: absolute;
    left: 70px;
    margin-left: 5px;
}

#calendar ul.eventList li .srchTrkg1 span {
    float: left;
    width: 236px;
    padding: 0 2px;
    max-height: 40px;
    color: #000;
    overflow: hidden;
}
.imageEvent {
    margin: 5px;
}

.imageEvent img {
    float: left;
    padding-bottom: 5px;
    max-width: 65px;
    max-height: 65px;
}

.eventlist {
    float: left;
    width: 240px;
    position: relative;
}

#calendar ul .eventlist .videos, #calendar ul .eventlist .images {
    padding: 0;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: blue;
    font-size: 11px;
    position: absolute;
    text-decoration: underline;
    top: 10px;
}
#calendar ul .eventlist .images {
    position: absolute;
    left: 0;

}

#calendar ul .eventlist .videos {
    position: absolute;
    right: 20px;
}

#calendar ul .eventlist .images:hover, #calendar ul .eventlist .videos:hover {
    background-color: transparent;
    text-decoration: underline;
}

#editorialCalendarContainer {
    width: 1000px;
    margin: auto;
}

.loadingIndicatorText {
    display: block;
    padding-top: 7px;
    margin-left: 8px;
    float: left;
    margin-right: 15px;
}

.loadingIndicatorDiv {
    margin-bottom: 50px;
    padding-top: 10px;
    clear: both;
}

.loadingIndicatorDiv img {
    float: left;
}