/* CSS Document */

/* Stuff lifted from the openacs calendar package. */
.cal-table-header {
	background-color: #7B7B7B;
	font-weight:bold;
}
.cal-table-display {
	color:#FFF;
	background-color: #AA5100;
	font-weight:bold;
	width:100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.cal-month-day,.cal-month-day a {
	display:block;
	background-color:#7B7B7B;
	color:#4A4A4A;
	font-weight:bold;
	vertical-align:top;
      height: 60px;
}
.cal-month-day a:hover {
	display:block;
	background: #FFF;
    cursor: pointer;
}
.cal-month-today {
	font-weight: bold;
	color: #FFF;
	background: #4A4A4A;
	text-align: left;
	vertical-align: top;
}
.cal-month-today:hover {
	display:block;
	color: #4A4A4A;
	background: #FFF;
}
.cal-month-today a {
	color: #FFF;
	background: #4A4A4A;
}

.cal-no-border {
    border: medium none; 
}


.cal-navbar {
	COLOR: #999999;
	TEXT-DECORATION: none;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

.cal-navbar-selected {
	COLOR: #004080;
	TEXT-DECORATION: none;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background-color: #7B7B7B;
}


.cal-field {
	color: #000000;
	background-color: #FFFFFF;
}

.cal-frm-compact {
	color: #000000;
	vertical-align: top;
}

.cal-navbar-spacer {
	COLOR: #000000;
	text-align: center;
	font-weight: bold;
	TEXT-DECORATION: none;
	white-space: nowrap;
	background-color: #7B7B7B;
}

.cal-navbar-spacer-end {
	COLOR: #000000;
	text-align: center;
	font-weight: bold;
	TEXT-DECORATION: none;
	white-space: nowrap;
	background-color: #7B7B7B;
}

.cal-navbar-end {
	COLOR: #000000;
	
	text-align: center;
	font-weight: bold;
	TEXT-DECORATION: none;
	white-space: nowrap;
}

.cal-navbar-spacer-start {
}

.cal-navbar-spacer-selected {
	COLOR: #000000;
	
	text-align: center;
	font-weight: bold;
	TEXT-DECORATION: none;
	white-space: nowrap;
	background-color: #7B7B7B;
}

.cal-navbar-spacer-body {
	background-color: #DDDDFF;
	COLOR: #000000;
	
	TEXT-DECORATION: none;
	white-space: nowrap;
}

.cal-navbar-spacer-selected-start {
	background-color: #7B7B7B;
}

.cal-button-sml {
	
	font-weight: bold;
	background-color: #CC0000;
	cursor: hand;
	color: #FFFFFF;
}

.cal-row-dark {
    BACKGROUND: #C3C2C6;
}

.cal-row-light {
    BACKGROUND: #FFFFFF;
}

.cal-row-hi {
	font-weight: bold;

}

.cal-row-lo {
	color: #999999;
}

.cal-day{
	color:#FFF;
	font-weight:bolder;
	background-color: #7B7B7B;
	text-align:right;
	font-size: 11px;
}
.cal-day a {
	display:block;
	color:#FFF;
	font-weight:bolder;
	background-color: #7B7B7B;
	text-align:right;
	font-size: 11px;
}
.cal-day a:hover {
	display:block;
	color:#FFF;
	font-weight:bolder;
	background-color: #AA5100;
	text-align:right;
	font-size: 10px;
}

.cal-day-today, .cal-day-today a {
	font-weight:bold;
	color: #FFF;
	background: #4A4A4A;
	text-align:right;
	font-size: 11px;
}
.cal-day-today a:hover {
	display:block;
	background: #FFF;
	color: #4A4A4A;
}
.cal-day-today-link b {
	display:block;
	color:#000;
}

.cal-day-inactive {
	font-weight:bold;
	background-color:#ccc;
	text-align:right;
	color:#999;
	font-size: 10px;
}
.cal-day-inactive a {
	display:block;
	color: #000;
	font-size: 10px;
}
.cal-day-inactive a:hover {
	display:block;
	background-color:#4A4A4A;
	color: #FFF;
	font-size: 10px;
}
.cal-day-title {
	font-weight:bold;
	background-color: #7B7B7B;
	text-align:right;
	color:#000;
	font-size: 10px;
	}

.cal-day-table {
	font-weight:normal;
	background-color: #7B7B7B;
	width:100%;
	line-height:120%;
}

.cal-spacer {
	line-height: 1px;
}
.cal-month-title {
}
.cal-month-title a:hover {
	background-color: #AA5100;
}

.cal-month-title-text {
	color:#FFF;
    font-weight:bolder;
	text-align:center;
}
.cal-table {
	background-color: #000;
	width:100%;
	float:left;
	margin: 0px;
	padding: 0px;
	border: 15px solid #050505;
}
.cal-month {
	font-weight: bold;
	background-color: #7B7B7B;
	text-align: center;
	line-height: 150%;

}
.cal-week-table {
	width: 100%;
	background-color:#FFF;

}
.cal-text-grey-sml {
	color: #999999;
	font-weight: normal;

}
.cal-week-events {
	width: 100%;
	background-color: #7B7B7B;


}
.cal-month-day-title {
	BACKGROUND: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-align: center;


}
.cal-month-event {
	text-align: left;
	font-weight: normal;
}
.cal-month-event a {
	font-weight: normal;
}
.cal-month-table {
	width: 100%;
}
.cal-month-thismonth {
	font-weight: bold;
	background-color: #050505;
	text-align: center;
	color: #FFFFFF;
	line-height: 160%;
}
.cal-month-day-inactive {
	BACKGROUND: #C3C2C6;
	color: #999999;
}
.cal-month-event-notime {
	text-align: left;
	font-weight: bold;
}
.cal-day-time {
	font-weight: bold;
	text-align: right;
}
.cal-day-event {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.cal-week-event-notime {
	background-color: #7B7B7B;
	font-weight: bold;
}
.cal-week-event-notime a {
	background-color: #7B7B7B;
}
.cal-day-event-notime {
	font-weight: bold;
}
.cal-day-event-notime a {
	font-weight: bold;
}
.cal-day-event-spans {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.cal-table-data-title {
	background: #FFFFFF;
	font-weight: bold;
	text-align: right;
	width: 1%;
	white-space: nowrap;
}
.cal-table-data-action {
	background: #C3C2C6;
	font-weight: bold;
	text-align: center;
	width: 1%;
	white-space: nowrap;
}
