
div.calendar {
    box-shadow: 0 1px 80px #000000;
    position: relative;
}
.calendar table {
    border: 1px solid #373737;
}
.calendar, .calendar table {
    background: none repeat scroll 0 0 #A6A6A6;
    color: #000000;
    cursor: default;
    font-family: tahoma,verdana,sans-serif;
    font-size: 11px;
    opacity: 0.95 !important;
    z-index: 1150;
}
.text_area .calendar {
}
.text_area .calendar td {
    width: 120px !important;
}
.text_area .calendar .cell-header {
    color: #FFFFFF;
}
.text_area .calendar td {
    background: none repeat scroll 0 0 #e5e5e5;
    border: 1px solid white;
    border-collapse: collapse;
    margin-top: 1px;
    padding: 1px;
}
.calendar .button {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 2px;
    text-align: center;
}
.calendar .nav {
    background: url("menuarrow.gif") no-repeat scroll 100% 100% #FFFFFF;
}
.calendar thead .title {
    background: none repeat scroll 0 0 #373737;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}
.calendar thead .headrow {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
.calendar thead .name {
    border-bottom: 1px solid #757575;
    color: #000000;
    padding: 2px;
    text-align: center;
}
.calendar thead .weekend {
    color: #FF0000;
}
.calendar thead .hilite {
    background-color: #FFAAAA;
    border: 1px solid #FF4400;
    color: #000000;
    padding: 1px;
}
.calendar thead .active {
    background-color: #CC7777;
    padding: 2px 0 0 2px;
}
.calendar thead .daynames {
    background: none repeat scroll 0 0 #DADADA;
}
.calendar tbody .day {
    padding: 2px 4px 2px 2px;
    text-align: right;
    width: 2em;
}
.calendar tbody .day.othermonth {
    color: #BBBBBB;
    font-size: 80%;
}
.calendar tbody .day.othermonth.oweekend {
    color: #FFBBBB;
}
.calendar table .wn {
    background: none repeat scroll 0 0 #DADADA;
    border-right: 1px solid #757575;
    line-height: 16px;
    padding: 2px 3px 2px 2px;
}
.calendar tbody .rowhilite td {
    background: none repeat scroll 0 0 #DDDDFF;
}
.calendar tbody .rowhilite td.wn {
    background: none repeat scroll 0 0 #EEFFEE;
}
.calendar tbody td.hilite {
    background: none repeat scroll 0 0 #FFFFEE;
    border: 1px solid #BBBBBB;
    padding: 1px 3px 1px 1px;
}
.calendar tbody td.active {
    background: none repeat scroll 0 0 #DDDDCC;
    padding: 2px 2px 0;
}
.calendar tbody td.selected {
    background: none repeat scroll 0 0 #FFEEAA;
    border: 1px solid #000000;
    font-weight: bold;
    padding: 1px 3px 1px 1px;
}
.calendar tbody td.weekend {
    color: #FF0000;
}
.calendar tbody td.today {
    font-weight: bold;
}
.calendar tbody .disabled {
    color: #999999;
}
.calendar tbody .emptycell {
    visibility: hidden;
}
.calendar tbody .emptyrow {
    display: none;
}
.calendar tfoot .footrow {
    background: none repeat scroll 0 0 #998888;
    color: #000000;
    text-align: center;
}
.calendar tfoot .ttip {
    background: none repeat scroll 0 0 #373737;
    border-top: 1px solid #665555;
    color: #FFFFFF;
}
.calendar tfoot .hilite {
    background: none repeat scroll 0 0 #FFAAAA;
    border: 1px solid #FF4400;
    padding: 1px;
}
.calendar tfoot .active {
    background: none repeat scroll 0 0 #CC7777;
    padding: 2px 0 0 2px;
}
.calendar .combo {
    background: none repeat scroll 0 0 #FFFFEE;
    border: 1px solid #665555;
    color: #000000;
    cursor: default;
    display: none;
    font-size: 90%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4em;
    z-index: 100;
}
.calendar .combo .label, .calendar .combo .label-IEfix {
    padding: 1px;
    text-align: center;
}
.calendar .combo .label-IEfix {
    width: 4em;
}
.calendar .combo .hilite {
    background: none repeat scroll 0 0 #FFCC88;
}
.calendar .combo .active {
    background: none repeat scroll 0 0 #FFEEEE;
    border-bottom: 1px solid #AA6644;
    border-top: 1px solid #AA6644;
    font-weight: bold;
}
.calendar td.time {
    background-color: #DADADA;
    border-top: 1px solid #757575;
    line-height: 20px;
    padding: 1px 0;
    text-align: center;
}
.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm {
    background-color: #FFFFFF;
    border: 1px solid #998888;
    font-weight: bold;
    padding: 0 3px 0 4px;
}
.calendar td.time .ampm {
    text-align: center;
}
.calendar td.time .colon {
    font-weight: bold;
    padding: 0 2px 0 3px;
}
.calendar td.time span.hilite {
    background-color: #886666;
    border-color: #000000;
    color: #FFFFFF;
}
.calendar td.time span.active {
    background-color: #000000;
    border-color: #FF0000;
    color: #00FF00;
}
#calendar-container {
    float: left;
    width: 225px;
}
table.calendar, table.calendar2 {
    border: medium none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
table.calendar th, table.calendar2 th {
    color: #444444;
    padding: 4px;
    text-align: center;
    text-transform: none;
}
table.calendar th.cell-prev a, table.calendar2 th.cell-prev a {
    color: #F3F5EB !important;
    font-size: 12px;
    text-align: left;
}
table.calendar th.cell-next a, table.calendar2 th.cell-next a {
    color: #F3F5EB !important;
    font-size: 12px;
    text-align: right;
}
table.calendar th.cell-header, table.calendar2 th.cell-header {
    color: #FEEBD1 !important;
}
table.calendar td.cell-today, table.calendar2 td.cell-today {
    background-color: #EEC4C4;
}
table.calendar td.cell-weekend, table.calendar2 td.cell-weekend {
    background-color: #f6f6f6;
}
table.calendar td, table.calendar2 td {
    height: 80px;
}
table.calendar2 td {
    background-color: #D0D0D0;
    border: 1px solid #474645;
    height: 26px;
    line-height: 26px;
    width: 26px;
}
table.calendar td.no_style, table.calendar2 td.no_style {
}
table.calendar td div.cell-number {
    color: #444444;
    display: block;
    font-size: 10px;
    padding: 5px 0 0;
    vertical-align: middle;
}
table.calendar2 td div.cell-number {
    color: #444444;
    display: block;
    font-size: 10px;
    vertical-align: middle;
}
table.calendar td div, table.calendar2 td div {
    display: block;
    text-align: center;
}
.cal-div-mouseOver {
    background-color: #EEB8B8;
    cursor: pointer;
    height: 100%;
    width: 100%;
}
.cal-div-mouseOut {
    height: 100%;
    width: 100%;
}
table.daySeminar {
    width: 100%;
}
.dayDetailHeader {
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.dayDetailEvent {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    font-weight: bolder;
    margin-top: 3px;
    text-align: left;
    width: 100%;
}
.dayDetailLecture {
    font-size: 12px;
    text-align: left;
    width: 100%;
}
.dayDetailLectureTime {
    border: 1px solid #CCCCCC;
    text-align: center;
    width: 38px;
}
.dayDetailLectureText {
    border: 1px solid #CCCCCC;
}
.dayDetailLectureBuilding {
    border: 1px solid #CCCCCC;
}
.calendar_item {
    margin-bottom: 1px;
    padding: 4px;
}
.calendar thead th {
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
.calendar_event_day {
    background: url("../images/calendar.png") no-repeat scroll 10px 45% #A9E0F8;
    color: #444444;
    font-size: 22px;
    height: 51px;
    margin: 2px;
    padding-bottom: 3px;
    padding-top: 22px;
    z-index: 1000;
}
.googlecalendar_event_day {
    background-color: #C8D9E7;
    background-image: url("../images/icons/googlecalendar.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    color: #6D7E6C;
    font-size: 22px;
    height: 26px;
    margin: 2px;
    padding-bottom: 3px;
    padding-top: 3px;
    z-index: 1000;
}
.calendar .cell-data {
    float: left;
    width: 100%;
}
.calendar2 {
    float: left;
    height: 200px;
    left: 25px;
    position: relative;
    width: 200px;
}
.calendar2 thead {
    width: 200px;
}
.calendar2 .cell-number {
}
.calendar2 thead th {
    background-color: transparent;
    border: 1px solid #474645;
    color: #F3F5EB !important;
    height: 26px;
    line-height: 26px;
    margin: 0 1px 1px 0;
    padding: 0 !important;
    text-transform: uppercase;
}
.calendar2 td {
    border: 2px solid #EAEAEA;
    margin: 0 1px 1px 0;
    padding: 0 !important;
}
.calendar2 .no_style {
    border: 2px solid #474645;
    margin: 0 1px 1px 0;
    padding: 0 !important;
}
.calendar2 .cell-data {
    display: none;
}
.cell-header {
    background-color: #2D2D2D !important;
    font-size: 12px !important;
}
.calendar2 thead th a {
    color: #FEEBD1;
    font-size: 12px;
    text-decoration: none;
}
.calendar #resizehandle {
    display: none;
}
img.calendar_icon {
    background: url("../images/calendar.png") no-repeat scroll 0 0 transparent !important;
    border: 0 solid !important;
    bottom: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 20px 20px 0 0;
    vertical-align: middle;
    width: 0;
    margin-left:4px;
}


.mini-cal_quick_transition {
    border: 1px solid #474645;
}