@charset "UTF-8";
/* CSS Document */

/* START RESETS OF DEFAULTS */

/* This resets the margins, padding, and border default tags
   Custom styles are then defined below */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline: none;
	outline-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.20em;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: left;
} 

/* The following defines the default attributes for selectors used in the TMCS website.
   When custom attributes are required within a given DIV, those are defined within the
   DIV id. */
   
.reddot {
	color: #990000;
	padding-left: 5px;
	padding-right: 5px;
}

/* START STYLES SHARED BY CONTENT INSIDE THE BODY_CONTENT_WRAPPER */
/* The "body_content_wrapper" defines the positioning for content
between the Header and Footer areas on the page. */


#body_content_wrapper {
	clear: both;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 20px;
	overflow: hidden;
}

#body_content_wrapper a, a:focus, a:active {
	border: none; 
}

#body_content_wrapper a:link, #body_content_wrapper a:visited {
	color: #A65C32;
	text-decoration: none;
}

#body_content_wrapper a:hover {
	text-decoration: underline;
}

/* End styles shared by content in the "body_content_wrapper" */

/* START STYLES USED FOR THE CALENDAR BORDERS */
.border_brown1 {
	clear: both;
	border: 1px solid #C6B794;
	padding: 3px;
	width: 990px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.border_brown2 {
	position: relative;
	border: 1px dotted #C6B794;
	padding: 3px;
	background-color: #FFFFFF;
	width: 982px;
	overflow: hidden;
}

.border_brown3 {
	position: relative;
	border: 1px solid #C6B794;
	padding: 10px 30px;
	background-color: #FFFFFF;
	width: 920px;
	overflow: hidden;
}

/* End Border Styles */

#calendar_introtext {
	position: relative;
	text-align: center;
	width: 920px;
	margin-bottom: 10px;
}

#calendar_introtext p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#calendar_introtext h1 {
	color: #990000;
	font-size: 1.30em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.55em;
	margin-bottom: 5px;
	padding: 0px;
}


#calendar_wrapper {
	clear: both;
	position: relative;
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin-bottom: 15px;
	padding: 0px;
}

#course {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CC0000;
	text-align: center;
}

#course a:link,
#course a:visited {
	color: #CC0000;
	text-decoration: none;
}

#chef {
	margin-top: 0px;
	margin-bottom: 6px;
	color: #666600;
	text-align: center;
}

#chef a:link,
#chef a:visited {
	color: #666600;
	text-decoration: none;
}

#chef a:hover,
#course a:hover {
	text-decoration: underline;
}


.dotline td {
	border-bottom: 1px dotted #999933;
}

.dotlast td {
	border-bottom: 1px solid #999933;
}

.date {
	float: left;
	background-color: #cccc99;
	font-size: .95em;
	font-weight: bold;
	height: 15px;
	width: 15px;
	padding: 4px;
	margin: -4px 0 0 -4px;
}

td.date {
	height: 15px;
	width: 90px;
	border-top: 1px solid #999933;
}

.cal_tbl {
	border-spacing: 0px;
	border-top: 1px solid #999933;
	border-left: 1px solid #999933;
}

.cal_tbl th {
	background-color: #993300;
	border-right: 1px solid #999933;
	color: #ffffff;
	font-size: .90em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 6px;
	text-align: center;
	vertical-align: middle;
}
.cal_tbl td.side {
	background-color: #DED9A2;
	border-right: 1px solid #999933;
	width: 40px;
	text-align: center;
}

.cal_tbl th.weekend {
	background-color: #666600;
}

.cal_tbl th.weekday {
	background-color: #993300;
	color: #fff;
	line-height: 1.15em;
	text-align: center;
	width: 103px;
}

.cal_tbl th.hdrtime {
	background-color: #DED9A2;
	color: #000;
	line-height: 1.15em;
	text-align: center;
	width: 40px;
}

.cal_tbl td.week {
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #999933;
	border-left: none;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	width: 103px;
}


.cal_time {
	color: #000;
	background-color: #DED9A2;
	text-align: center;
}

p.monthlink {
	text-align: center;
}

/* START STYLES IN THE FOOTER AREA OF THE PAGE */

#footer_wrapper {
	clear: both;
	padding-bottom: 15px;
	color: #333;
	font-size: .90em;
	line-height: 1.33em;
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#footer_wrapper a:link,
#footer_wrapper a:visited {
	color: #444;
	text-decoration: none;
}

#footer_wrapper a:hover {
	text-decoration: underline;
}

.footertext_left {
	float: left;
	text-align: left;
	width: 425px;
}

.footertext_right {
	float: right;
	text-align: right;
	width: 425px;
}