@charset "utf-8";
/* CSS Document */


/* ------------------------------------------ */
/* -------------CALENDAR STYLING------------- */
ul.calendar2 {
    clear: both;
    margin-top: 30px;
    position: relative;

/*StruckeBox Style*/
/*
    background-image: url(/download/delta/backgrounds/BoxRepeat-highlight.png);
    background-repeat: repeat;
    background-color: rgb(0,0,0);
    border: 3px solid #fff;
    border-image: url(/download/delta/backgrounds/box-borders.png) 13 repeat;
    -moz-border-image: url(/download/delta/backgrounds/box-borders.png) 13 repeat;
    -webkit-border-image: url(/download/delta/backgrounds/box-borders.png) 13 repeat;
    border-width: 13px;
    color: #fff;
    padding: 15px;
    margin: 0 auto -10px;
    box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
*/
/*StruckeBox Style*/
}

ul.week li.head {
    font-size: 14px;
    float: left;
    margin-bottom: 5px;
}

ul.week li.head sup {
    display: inline;
    font-size: 0.79em;
    margin: -5px 0 0 -5px;
    vertical-align: text-top;
}

ul.week li.groupFilter {
    float: right;
}

ul.week li.mNsimple {
    clear: both;
    float: left;
}

ul.week li.calNavigation a {
    background-image: url(/download/delta/home-page/calendar/CalendarIcon.png);
    background-position: top;
    display: block;
    height: 67px;
    overflow: hidden;
    /* width 0 and padding equal to the width with overflow:
     * hidden forces the text out of the box, making it invisible
     *
     */
    padding-left: 69px;
    position: absolute;
    left: 670px;
    top: 25px;
    width: 0px;
}

ul.week li.calNavigation a:hover {
    background-position: bottom;
    top: 26px;
}

ul.week li.image {
    display: none;
    background: #4A4A4A;
    clear: both;
    height: 1px;
    margin: 5px 0;
    width: 100%;
}

ul.week li.day {
    width: 90px;
}

ul.week li.day {
    position: relative;
    float: left;
    height: 83px;
    background-image: url(/download/delta/home-page/calendar/ButtonBigger.png);
    background-position: top;
    cursor: pointer;
    margin-right: 5px;
}

ul.week li.events {
    background-image: url(/download/delta/home-page/calendar/ButtonBiggerAlt.png) !important;
}

ul.week li.day:hover {
    background-position: bottom;
}


ul.week li.day .dayHeader {
    font-size: 9px;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}

ul.week li.day span {
    display: block;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    text-shadow: 0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000;
    -moz-text-shadow: 0 0 5px #000;
}


/* ----------------------------- */
/* -----BUBBLE HOVER EFFECT----- */

ul.week li.day ul.summary {
	display: none;
}

ul.week li.day ul.detail {
    display: none;
    position: absolute;
    top: 50px;
    left: -43px;
    width: 179px;
    z-index: 1000;
    opacity: 0;
    filter: alpha(opacity=0);

    /*transition: all 0.2s ease-in 0.5s;
    -moz-transition: all 0.2s ease-in 0.5s;
    -webkit-transition: all 0.2s ease-in 0.5s;
    -o-transition: all 0.2s ease-in 0.5s;*/
}


ul.week li.day:hover ul.detail {
    display: block;
    top: 72px;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.week li.day ul.detail li {
	background: url(/download/delta/home-page/calendar/BubbleRepeat.png) repeat-y;
	width: 100%;
}

ul.week li.day ul.detail li, ul.calendar2 li.day ul.detail span.time {
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	vertical-align: baseline;
	text-align: left;
        cursor: pointer;
}

ul.week li.day ul.detail li {
	color: #9e1e22;
	padding-top: 10px;
}

ul.week li.day ul.detail li span.time {
	color: #6d6d6d;
	font-style: italic;
	padding-bottom: 1em;
        text-shadow: none;
        font-family: Verdana,Geneva,sans-serif;
}

ul.week li.day ul.detail li.first {
    background: url(/download/delta/home-page/calendar/BubbleEdges.png) left top no-repeat transparent;
    height: 30px;
    padding-top: 35px;
    width: 100%;
}

ul.week li.day ul.detail li.last {
    background: url(/download/delta/home-page/calendar/BubbleEdges.png) left bottom no-repeat transparent;
    height: 30px;
    padding-bottom: 25px;
    width: 100%;
}

ul.week li.day ul.detail li.empty {
    height: 1px;
    margin-top: -10px;
}

/* -----BUBBLE HOVER EFFECT----- */
/* ----------------------------- */






/* ----------------------------- */
/* --------MONTH STYLES--------- */

ul.month {
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-image: none;
    -moz-border-image: none;
    -webkit-border-image: none;
    border: none;
    padding: 0;
    margin-left: 4px;
}

ul.month li.head {
    background-color: transparent;
    border: none;
    font-size: 40px;
    height: 105px;
    padding-left: 5px;
    width: auto;
    z-index: 2;
    text-shadow: black 2px 2px 6px;
    -webkit-text-shadow: black 2px 2px 6px;
    -moz-text-shadow: black 2px 2px 6px;
}

ul.month li.image {
    border: none !important;
    border-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}

ul.month li.image img {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
}

ul.month li.groupFilter {
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: 2;
}

ul.month li.mNfullyearTop {
    background-color: transparent;
    font-size: 0.79em;
    height: 20px;
    padding: 4px 0;
    white-space: nowrap;
    width: 100%;
}

ul.month li.mNfullyearTop span {
    display: inline-block !important;
}

ul.month li.dayHeader, ul.month li.day {
    border: 1px solid #fff;
    float: left;
    width: 105px;
}

ul.month li.dayHeader {
    border: solid 1px #9e1e22; //#4481CD;
    background-color: #9e1e22; //#4481CD;
    background-image: url(/download/delta/backgrounds/hexPattern.png);
    background-repeat: repeat;
    font-size: 0.89em;
    height: 20px;
    text-align: center;
    padding: 10px 0 10px;

    border-bottom: solid 1px #fff;
    border-left: none;
    border-right: none;
    width: 107px;
}

ul.month li.day {
    background: none;
    background-color: #eee;
    color: #000;
    height: 100px;
    position: relative;
    cursor: pointer;
    border: solid 1px #fff;

    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

ul.month li.day:hover {
    background: #ffbabc;

    z-index: 100;
    box-shadow: 0 0 10px #9e1e22;
    -webkit-box-shadow: 0 0 10px #9e1e22;
    -moz-box-shadow: 0 0 10px #9e1e22;
}

ul.month li.day p {
    position: absolute;
    top: 10px;
    left: 0px;
    overflow: hidden;
    width: 100%;
}

ul.month li.day span {
    font-size: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

ul.month li.day:hover span, ul.month li.day:hover ul.summary li {
    color: #9e1e22;
}

ul.month li.day:hover span.time {
    color: #F08080;
}

ul.month li.day span.offMonth {
    color: #000;
    display: block;
    font-style: italic;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

ul.month li.day span.time {
    display: block;
    font-size: 1em;
    position: static;
    color: #6d6d6d;
}

ul.month li.day ul.summary li {
    color: #000;
    font-size: 0.79em;
    margin-top: 12px;
    position: relative;
    text-align: center;
    width: 100%;
}

ul.month li.day ul.detail {
    display: none;
}

ul.month li.today {
    border: solid 3px #4481CD;
    width: 101px;
    height: 96px;
    //background-color: #bfe5ff;
}

ul.month li.today:hover {
    box-shadow: 0 0 10px #4481CD;
    -webkit-box-shadow: 0 0 10px #4481CD;
    -moz-box-shadow: 0 0 10px #4481CD;
}

ul.month li.off {
    background-color: #bbb;
}





/* ----------------------------- */
/* -------COMPACT STYLES-------- */

ul.compact {
    display: block;
    padding: 10px;
    padding-right: 5px;
    margin-right: 20px;
    margin-left: 0;
    margin-top: 10px;
    width: 160px;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    background-color: #212121;
    background-image: url(/download/delta/backgrounds/hexPattern.png);
    background-repeat: repeat;
}

ul.compact li.head {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    text-align: center;
    width: 152px; /* (day width + (day border * 2)) * 7) - (my border * 2) */
}

ul.compact li.dayHeader, ul.compact li.day {
    background-color: #efefef;
    border: 1px dotted #ccc;
    color: #000;
    float: left;
    text-align: center;
    width: 20px;
}

ul.compact li.dayHeader {
    font-size: 10px;
    color: #761013;
}

ul.compact li.day {
    cursor: pointer;
    font-size: 10px;
    height: 16px;
}

ul.compact li.day:hover {
    background-image: url(/download/delta/backgrounds/BoxRepeat-highlight.png)
    background-repeat: repeat;
    color: #ca262b;
}

ul.compact li.hover {
    background: #c2c2c2;
}

.hoverContents {
    display: none;
}






/* ----------------------------- */
/* -------DAY VIEW STYLES------- */

div.calendar2 {
    float: left;
    width: 540px;
    background-color: #212121;
    //border: 1px solid #4a4a4a;
    padding: 10px;
    margin-top: 10px;
    margin-right: 0;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    background-image: url(/download/delta/backgrounds/hexPattern.png);
    background-repeat: repeat;
    position: relative;
}

div.calendar2 h1 {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 7px;
    font-size: 18px;
    padding: 2px 0 2px 10px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #9E1E22;
    box-shadow: inset 0 0 9px #000;
    -webkit-box-shadow: inset 0 0 9px #000;
    -moz-box-shadow: inset 0 0 9px #000;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    clear: both;
    border-radius: 8px 8px 0 0;
    border: none;
}

div.calendar2 h1 sup {
    display: inline;
    font-size: 0.79em;
    vertical-align: text-top;
}

div.calendar2 #monthLink {
    display: block;
    background: transparent url(/download/delta/home-page/calendar/CalendarIcon-small.png) no-repeat left;
    height: 16px;
    padding-left: 18px;
    padding-right: 2px;
    padding-top: 2px;
    font-size: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 5px;
    left: 15px;
    z-index: 100;
}

div.calendar2 div.dayNavigation {
    margin: 10px 0 10px;
    text-align: center;
    width: 100%;
    color: #fff;
}

div.calendar2 div.dayNavigation a {
    height: 16px;
    padding-left: 20px;
    background-image: url(/download/delta/icons/add.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    border: none;
}

div.calendar2 div.dayNavigation a:hover {
    background-position: left -16px;
    color: #92b05f;
}

div.calendar2 div.dayNavigation .left {
    float: left;
    background-image: url(/download/delta/icons/left-right.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 40px;
    width: 0;
    margin-top: -42px;
    padding-left: 40px;
    overflow: hidden;
    display: block;
}

div.calendar2 div.dayNavigation .right {
    float: right;
    background-image: url(/download/delta/icons/left-right.png);
    background-position: center -40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 0;
    margin-top: -42px;
    padding-left: 40px;
    overflow: hidden;
    display: block;
}

div.calendar2 div.dayNavigation .left:hover {
    background-position: center -80px;
}

div.calendar2 div.dayNavigation .right:hover {
    background-position: center -120px;
}

div.calendar2 h2 {
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-left: 0;
    text-indent: 0;
    text-shadow: black 1px 1px 6px;
    -webkit-text-shadow: black 1px 1px 6px;
    -moz-text-shadow: black 1px 1px 6px;
    border-bottom: dotted 1px #6d6d6d;
    font-weight: normal;
}

div.calendar2 ul {
    list-style: none;
    margin-bottom: 20px;
}

div.calendar2 ul li {
    padding: 10px;
    position: relative;
    border: none;
    background: #4a4a4a;
    margin-bottom: 10px;
    box-shadow: inset black 0px 0px 10px;
    -webkit-box-shadow: inset black 0px 0px 10px;
    -moz-box-shadow: inset black 0px 0px 10px;
}

div.calendar2 ul li .details {
    color: #6d6d6d;
    font-style: italic;
}

div.calendar2 ul li .description {
    clear: both;
    display: block;
    margin-bottom: 20px;
}

div.calendar2 ul li .group {
    display: block;
    font-size: 0.89em;
    position: absolute;
    top: 5px;
    right: 10px;
}

div.calendar2 ul li .editLink {
    display: block;
    font-size: 0.89em;
    position: absolute;
    bottom: 0;
    right: 5px;
    margin: 3px;
    padding: 3px;
}

div.calendar2 ul li .editLink a {
    padding-left: 20px;
    background-image: url(/download/delta/icons/edit-delete.png);
    background-repeat: no-repeat;
}

div.calendar2 ul li .editLink a:first-child {
    background-position: left top;
}

div.calendar2 ul li .editLink a:first-child:hover {
    background-position: left -17px;
    color: #f2c300;
}

div.calendar2 ul li .editLink a:last-child {
    background-position: left -34px;
}

div.calendar2 ul li .editLink a:last-child:hover {
    background-position: left -51px;
    color: #9e1e22;
}







/* ----------------------------- */
/* ------MANAGEMENT LINKS------- */

div.calendarMgmtMenu {
    background-image: url(/download/delta/backgrounds/hexPattern.png);
    background-repeat: repeat;
    font-size: 0.89em;
    margin: 15px 0 10px;
    padding: 10px 0px;
    text-align: center;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;

    /*Gray Style*/
    background-color: #212121;

    /*Red Style*/
    /*background-color: #9e1e22;*/
}

div.calendarMgmtMenu a {
    margin: 2px;
    padding: 4px;
    color: #fff;
    border-radius: 5px;
    background-image: url(/download/delta/backgrounds/hexPattern.png);
    opacity: 0.65;
    filter: alpha(opacity=65);

    box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    -moz-box-shadow: 0 0 2px #000;

    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s; /* Firefox 4 */
    -webkit-transition: opacity 0.6s; /* Safari and Chrome */
    -o-transition: opacity 0.6s; /* Opera */

    /*Gray Style*/
    background-color: #3B3B3B;
    border: solid 1px #4b4b4b;

    /*Red Style*/
    /*background-color: #9e1e22;
    border: solid 1px #ee2c2c;*/

}

div.calendarMgmtMenu a:first-child {
    margin-left: 5px;
}

div.calendarMgmtMenu a:last-child {
    margin-right: 5px;
}

div.calendarMgmtMenu a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 9px #000;
    -webkit-box-shadow: 0 0 9px #000;
    -moz-box-shadow: 0 0 9px #000;

    /*Gray Style*/
    /*background-color: #212121;*/

    /*Red Style*/
    /*background-color: #8b0000;*/
}





/* ----------------------------- */
/* --------Event Details-------- */

#calendarAddEvent {
    font-size: 14px;
}

#calendarAddEvent .heading {
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: dotted 1px #4a4a4a;
    text-shadow: 1px 1px 6px #000;
    -webkit-text-shadow: 1px 1px 6px #000;
    -moz-text-shadow: 1px 1px 6px #000;
    clear: both;
}

#calendarAddEvent #btn_saveEvent {
    padding-left: 20px;
    background-image: url(/download/delta/icons/edit-delete-save.png);
    background-repeat: no-repeat;
    background-position: left -67px;
    float: right;
}

#calendarAddEvent #btn_saveEvent:hover {
    background-position: left -84px;
    color: #4481cd;
}

#calendarAddEvent #cancel {
    padding-left: 20px;
    background-image: url(/download/delta/icons/edit-delete-save.png);
    background-repeat: no-repeat;
    background-position: left -33px;
    float: right;
    margin-right: 20px;
}

#calendarAddEvent #cancel:hover {
    background-position: left -50px;
}

#calendarAddEvent h1.heading {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 2px 0 2px 10px;
    color: #fff; //#6d6d6d;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #9E1E22;
    background-image: url(/download/delta/backgrounds/hexPattern.png);
    background-repeat: repeat;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    clear: both;
    border: none;
    border-radius: 8px 8px 0 0;
    text-transform: capitalize;
    text-align: left;
}

#calendarAddEvent .split_row_left {
    float: right;
    position: relative;
    clear: both;
    margin: 5px 0;
    margin-right: 50%;
}

#calendarAddEvent .split_row_right {
    float: right;
    width: auto;
    clear: none;
    margin: 5px 0;
    margin-top: -25px;
}

.small, .medium, .long {
    border: none;
    padding: 2px;
    padding-left: 20px;
    background-image: url(/download/delta/icons/inputs.png);
    background-repeat: no-repeat;
}

#calendarAddEvent .superSmall {
    width: 18px;
    text-align: center;
    padding: 0;
    border: none;
}

#calendarAddEvent .small {
    width: 70px;
}

#calendarAddEvent .medium {
    width: 200px;
}

#calendarAddEvent .long {
    width: 550px;
}

#calendarAddEvent #date.small {
    cursor: pointer;
    padding: 0;
    background-image: none;
}

#calendarAddEvent button.calendar, #anchor3x {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/download/delta/home-page/calendar/CalendarIcon-small.png);
    background-color: transparent;
    border: none;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;

    transition: box-shadow 0.6s;
    -moz-transition: box-shadow 0.6s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.6s; /* Safari and Chrome */
    -o-transition: box-shadow 0.6s; /* Opera */
}

#calendarAddEvent button.calendar:hover, #anchor3x:hover {
    box-shadow: 0 0 7px #fff;
    -webkit-box-shadow: 0 0 7px #fff;
    -moz-box-shadow: 0 0 7px #fff;
}

#calendarAddEvent #time, #calendarAddEvent #recurring {
    display: block;
    margin: 10px;
    margin-left: 10px;
    padding: 10px;
    width: 600px;
    background-color: #4a4a4a;
    border-left: solid 3px #737373;

    /*box-shadow: inset 0 0 10px #000;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;*/
}

#calendarAddEvent #time {
    margin-top: 50px;
    height: 25px;
}

#calendarAddEvent #time input.small{
    background-position: 2px -34px;
}

#calendarAddEvent #time .split_row_left {
    float: left;
    margin: 0;
}

#calendarAddEvent #time .split_row_right {
    float: left;
    margin-left: 20px;
    margin-top: 2px;
}

#calendarAddEvent #recurring {
    height: 0;
    opacity: 0;
    position: relative;
}

#calendarAddEvent #recurring input.small {
    background-image: none;
    padding: 0;
}

#calendarAddEvent #recurring .split_row_left {
    float: left;
    margin: 0;
    clear: both;
    padding: 2px;
    margin-bottom: 1px;
    display: block;
}

#calendarAddEvent #recurring .split_row_right {
    float: left;
    clear: both;
    margin-left: 25px;
    margin-top: 1px;
    margin-bottom: 0;
    background: #2e2e2e;
    padding: 4px;
    font-size: 11px;
    border-left: solid 3px #9e1e22;
}

#calendarAddEvent #recurring .split_row_right input.radio {
    margin-right: 5px;
}

#calendarAddEvent #recurring #anchor3x {
    padding-left: 16px;
    overflow: hidden;
    width: 0;
    clear: none;
    margin-left: -25px;
    margin-top: 0;
    float: right;
}

#calendarAddEvent #recurring div div.split_row_right:last-child {
    margin-bottom: 15px;
}

#calendarAddEvent #recurring #recurringWeekContainer .split_row_right input.check {
    margin-right: 5px;
    margin-left: 10px;
}

#calendarAddEvent #recurring #recurringWeekContainer .split_row_right input.check:first-child {
    margin-left: 0;
}

#calendarAddEvent .split_row_left input.medium:last-child {
    background-position: 2px -88px;
}

#calendarAddEvent .split_row_left input.medium:first-child {
    background-position: 2px 2px
}

#calendarAddEvent div div.row {
    float: right;
    margin-right: 50%;
    margin-bottom: 10px;
    margin-top: 20px;
}

#calendarAddEvent .row span {
    float: left;
    margin-right: 5px;
    font-size: 14px;
}

#calendarAddEvent .row textarea {
    background-image: url(/download/delta/icons/details.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border: none;
    padding: 4px;
    margin-bottom: 10px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-indent: 20px;
    float: left;
    width: 214px;
}

#calendarAddEvent .row input.long {
    background-position: 2px -52px;
    margin-right: -348px;
}




div.calendar table {
    background: #fff;
    padding: 5px;
    color: #000;
    font-size: 12px;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
}

div.calendar table caption {
    background: #4481cd;
    width: 165px;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    position: relative;
}

div.calendar table caption a {
    cursor: pointer;
    position: absolute;
    top: 4px;
    color: #fff;
}

div.calendar table caption a:hover {
    color: #7EB6FF;
}

div.calendar table caption a.prev {
    left: 5px;
}

div.calendar table caption a.next {
    right: 5px;
}

div.calendar table thead {
    margin: 0;
    padding: 0;
    border-bottom: dotted 1px #ccc;
}

div.calendar table tbody {
    margin: 0;
    padding: 0;
}

div.calendar table tr th {
    color: #9e1e22;
    padding: 2px;
}

div.calendar table tr td {
    text-align: center;
    padding: 2px;
    color: #c2c2c2;
    background: #F0F0F0;
    cursor: default;
}

div.calendar table tr td.invalid {
    cursor: default;
    background: #fff;
}

div.calendar table tr td.valid {
    cursor: pointer;
    color: #000;
    background: #fff;
}

div.calendar table tr td.valid:hover {
    background: #e8e8e8;
}

div.calendar table tr td.today {
    border: solid 1px #ccc;
}

div.calendar table tr td.active {
    border: solid 1px #9e1e22;
    background: #fff;
    color: #000;
}


/* -------------CALENDAR STYLING------------- */
/* ------------------------------------------ */



