/* CALENDAR VIEW */
/* 
Orange: #EE7D00
Red: #C20319
*/
/* Calendar Table */
table {
	width: 100%;
}
/* Calendar Cells */
table td, table tr {
	padding: 0px;
	border: 0px;
}
.calendarBlank { 
	color: #333;
	background: url(../images/misc/calendar_cell_wall.png) no-repeat bottom right;
}
/* Calendar Header & Month Links */
.calendarHeader {
	
}
.calendarHeader h2 { 
	text-align: center;
}

.calendarMonthLinks {
	text-align: center;
}

.calendarMonthLinks a.next {
 	background: url(../images/icons/control_fastforward.png) no-repeat 0.15em right;
 	padding-right: 20px;
}

.calendarMonthLinks a.prev {
	background: url(../images/icons/control_rewind.png) no-repeat 0.15em left;
	padding-left: 20px;
}
  
.calendarMonthLinks a:visited {
	
}

.calendarMonthLinks a:hover {
	
}

/* Calendar Day Headings */
.calendarDayHeading, body.rosters table th {
	color: #ffffff; 
	background: #C20319 url(../images/misc/calendar_cell_wall.png) no-repeat bottom right;
	text-align:  center;
	vertical-align: middle;
	font-size: 0.875em;
	width: 14%;
	line-height: 1.8em;
}

body.rosters table th {
	width: auto;
	line-height: 1em;
	padding: 0.5em;
}

/* Calendar Cells */
.calendarToday, .calendarCell, body.rosters td {
	height: 100px;
	font-size: 0.75em;
	text-align:  left;
	vertical-align: top;
	background: url(../images/misc/calendar_cell_bg.png) bottom right no-repeat;
}

.calendarToday { 
	color: #000;
	background-image: url(../images/misc/calendar_cell_today.png);
	font-weight: bold;
}

.calendarCell {
	color: #666;
	
}

body.rosters td {
	text-align: center;
	padding: 0.2em;
	height: auto;
}

/* Calendar Links */

.calendarCell a, .calendarToday a {
	display: block;
	padding-left: 3px;
	margin-bottom: 0.4em;
	font-weight: normal;
}

.day_number_with_events a {
	display: block;
	line-height: 1.8em;
	border-top: 4px solid #C20319;
	padding-left: 4px;
	margin-right: 1px;
	text-decoration: none;
}

.events_list a {
	line-height: 1em;
}

.cell_with_events {
	background-image: url(../images/misc/calendar_cell_bg_orange.png);
}

.cell_with_events.calendarToday {
	background-image: url(../images/misc/calendar_cell_bg_orange_today.png);
}

.day_number_with_events a:hover {
	border-top-color: #EE7D00;
}
.day_number {
	line-height: 1.8em;
	padding-left: 4px;
	padding-top: 4px;
}

/* OTHER DIARY PAGES*/
/* By Day View */

.return_to_month_view {
	font-style: italic;
}

h3.by_day_listing{
	border-bottom: 1px #879fcf solid;
}

p.by_day_listing{
	padding-top: 0.2em !important;
	margin-left: 10px;
}

.by_day_listing .location {
	font-weight: italic;
}

/* Rosters Misc */

body.rosters ul {
	margin-left: 0 !important;
}

body.rosters #main-body  ul li {
	list-style-type: none;
  	background: none;
  	padding-left: 0;
}

body.rosters .dtstart {
	margin-top: 0.4em;
}

body.rosters .service-type {
	font-style: italic;
	font-size: 0.875em;
	line-height: 1.2em;
	margin: 0.5em 0;
}
