/* 	
	SCHEDULE.CSS
	External stylesheet for the Class Schedule page.
*/

/* LINK STYLES */
a.reg:link { color: #91574f; text-decoration: underline; font-weight: bold;  }
a.reg:visited { color: #91574f; text-decoration: underline; font-weight: bold;  }
a.reg:active { color: #91574f; text-decoration: underline; font-weight: bold;  }
a.reg:hover { color: #91574f; text-decoration: none;  font-weight: bold; }

a.header:link { color: #f6c2b8; text-decoration: underline; }
a.header:visited { color: #f6c2b8; text-decoration: underline; }
a.header:active { color: #f6c2b8; text-decoration: underline; }
a.header:hover { color: #f6c2b8; text-decoration: none; }

a.crumbs:link { color: #91574f; text-decoration: underline; }
a.crumbs:visited { color: #91574f; text-decoration: underline; }
a.crumbs:active { color: #91574f; text-decoration: underline; }
a.crumbs:hover { color: #91574f; text-decoration: none; }

/* BODY STYLES */
body {
	margin: 0px;
	background-color: #000;
	background-image:url(../../imagery/shared/pattern.gif);
}

/* IMAGE STYLES */
img.arrow {
	margin-left: 15px;
	vertical-align: 1px;
	padding-right: 4px;
}

/* FONTS */
.standardpink {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#91584f;
}

.headerpink {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#f6c2b8;
}

.darkpinksm {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #91574f;
}

.grey {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
}
.red {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:red;
}

/* CELL STYLES */
td.studio {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#91584f;
	padding: 10px 4px 4px 4px; 
	text-align: center;
	width: 129px;
}

td.classtime {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#91584f;
	padding: 4px;
	width: 129px;
}

td.classtype {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#91584f;
	padding: 4px; 
	text-align: center;
	width: 136px;
}

td.classage {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#91584f;
	padding: 4px 15px 4px 4px; 
	text-align: right;
	width: 115px;
}

td.entry {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91574f;
	text-align: center;

}

/* MAIN CONTENT WRAP */
#wrap {
	background-image:url(../../imagery/schedule/bg.gif);
	background-repeat: repeat-x;
	width: 792px;
	height: 1005px;
	position: relative;
}

/* MONDAY CLASSES */
#monday {
	background-color: #f2c3bb;
	width: 387px;
	height: 300px;
	position: absolute;
	top: 140px;
	left: 8px;
}

/* TUESDAY CLASSES */
#tuesday {
	background-color: #f2c3bb;
	width: 387px;
	height: 300px;
	position: absolute;
	top: 140px;
	left: 396px;
}

/* WEDNESDAY CLASSES */
#wednesday {
	background-color: #f2c3bb;
	width: 387px;
	height: 300px;
	position: absolute;
	top: 420px;
	left: 8px;
}

/* THURSDAY CLASSES */
#thursday {
	background-color: #f2c3bb;
	width: 387px;
	height: 285px;
	position: absolute;
	top: 420px;
	left: 396px;
}

/* FRIDAY CLASSES */
#friday {
	background-color: #f2c3bb;
	width: 387px;
	height: 275px;
	position: absolute;
	top: 705px;
	left: 8px;
}

/* SATURDAY CLASSES */
#saturday {
	background-color: #f2c3bb;
	width: 387px;
	height: 275px;
	position: absolute;
	top: 705px;
	left: 396px;
}

/* FOOTER */
#footerwrap {
	background-color: #91584f;
	width: 792px;
	height: 46px;
	position: absolute;
	left: 0px;
	top: 987px;
}

#paymenticons {
	background-color: #e8aa9f;
	width: 209px;
	height: 43px;
	position: absolute;
	text-align: center;
	top: 3px;
}

#crumbs {
	background-color: #f5cbc3;
	width: 583px;
	height: 43px;
	position: absolute;
	text-align: center;
	left: 209px;
	top: 3px;
}
