/*body {
	background-color : #ffc;
	margin : 0;
	padding : 0;
	font : 10px verdana, helvetica, sans-serif;
	}
	
#bigcalhead {
	margin : 60px auto;
	padding : 0;
	text-align : left;
	background : #bfb386 url('/images/calendar/mbcokc_calendar.gif') no-repeat top right;
	}
img {
	border : none;
	}*/
body {
	height : 100%;
	background : #f00 url('/okc/wp-content/themes/bridgeway/images/body-bg.jpg');
	font : 10px verdana, arial, helvetica, sans-serif;
	}
/*                             */
/*     BIG CALENDAR            */
/*                             */
#bigcalhead {
	position : absolute;
	top : 0;
	left : 0;
	height : 50px;
	width : 800px;
	background : transparent url('images/bg_bigcalhead.gif') no-repeat top left;
	clear:both;
	}
#bigcalhead p {
	padding : 0 0 0 10px;
	}
#bigcalhead p a {
	margin-right : 20px;
	text-decoration : none;
	}
#bigcalhead p a,
#bigcalhead p a:visited,
#bigcalhead p a:active {
	color : #4d390a;
	}
#bigcalhead p a:hover {
	color : #373b1a;
	}


.mainTableTOC {

	margin : 50px auto;
	width : 100%;
	border : none;
	}
.mainTableTOC td {
	padding : 4px;
	vertical-align : top;
	}
td.monthYearTextTOC {
	background : transparent url('/okc/wp-content/themes/bridgeway/images/bg_monthYearTextTOC.jpg') no-repeat;
	color : #fff;
	font : 14px tahoma, helvetica, sans-serif;
	font-weight : bold;
	text-align : left;
	padding-left : 5px;
	border : none;
	}
td.dayNamesRowTOC {
	width : 14%;
	text-align : center;
	background-color : white;
	color : #b63412;
	font : 12px verdana, tahoma, helvetica, sans-serif;
	font-weight : bold;
	}
.daynumTOC {
	text-align : right;
	font-weight : bold;
	border-bottom : 1px solid #ead095;
	margin : -4px -4px 0 -4px;
	padding : 4px;
	padding-bottom : 3px;
	background : #ffc;
	}
.todayTOC {
	text-align : right;
	font-weight : bold;
	color : #fff;
	padding : 4px;
	background-color : #bfb386;
	margin : -4px -4px 0 -4px;
	}
.titleTOC {
	padding-bottom : 5px;
	border-bottom : 1px solid #bfb386;
	}
td.s20TOC {/* weekdays on bigcalendar */
	background-color : #ffd;
	text-align : left;
	border : 1px solid #bfb386;
	}
td.s20TOC0 {/* weekends on bigcalendar */
	text-align : left;
	background-color : #ffc;
	border : 2px solid #bfb386;
	}
td.s20TOC0 div.daynumTOC {
	background-color : #ffd;
	}
td.sOtherTOC {/* adjacent month days that creep into current month calendar grid */
	background-color : #bfb386;
	color : #25381a;
	text-align : right;
	vertical-align : top;
	}

