#breadcrumbs {
  border: #bbb solid 1px;
	background-image: url(../images/gradient_bg_10x50.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	color: #888888;
	margin-bottom: 2em;
}

/* START CALENDAR TABLE STYLES */
#calendartable {width: 100%; table-layout: fixed; text-align: left; margin: 1em 0; border-collapse: collapse; }
#calendartable tr {background: transparent!important;}
#calendartable td,
#calendartable th {padding: 10px; text-align: left;}
#calendartable td.rowTitle {text-align: left;}
.blank {background: none!important; border: none!important;}
 .redrum th {background-color: #e25a35; font-size: 26px; color: #e9e9e9; text-align: left; font-weight: 400; text-shadow: 0 1px 0 #51251a; border: 1px solid #9fb6c8;}
 .redrum td {background-color: #f0f1f1; border: 1px solid #c8d6e2;} 
 .redrum td.rowTitle {border-left: 4px solid #e25a35}
/* END CALENDAR TABLE STYLES */

