/* Coaches */

.coach {
	width: 180px;
	height: 275px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 
	margin: 0px 55px 55px 0;
	float: left;	
}

.coach-name {
	background-color: #EEE;
	background-color: rgba(245, 245, 245, 0.6);
	width: 100%;
	padding: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px; 
	position: relative;
	top: 225px;
	height: 30px;

}
.coach-name h1 {font-size: 18px; letter-spacing: -1px;}

.coach-name p {margin: -3px 0 0 0; font-size: 10px;}

/* Schedule Table */

#box-table-a
{
	/* font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
	font-size: 12px;
	/* margin: 45px; */
	/* width: 980px; */
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	padding: 8px;
	background: #231F20;
	border-top: 4px solid #231F20;
	border-bottom: 1px solid #fff;
	color: #FFF;
	font-family: "acGros", Arial,sans-serif; 
	font-size: 16px; 
	font-weight: 400; 
	font-style: normal;
}
#box-table-a td
{
	padding: 8px;
	background: #eee; 
	border-bottom: 1px solid #fff;
	color: #231F20;
	border-top: 1px solid transparent;
}

#box-table-a tr.day td {
	background: #231F20;
	color: #FFF;
	opacity: 0.8;
	font-size: 14px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}


#box-table-a tr:hover td
{
	background: #231F20;
	color: #FFF;
	opacity: 0.8;
}

/* Buttons */
.button, .button:visited {
	background: #222 url(overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}
 
	.button:hover							{ background-color: #111; color: #fff; }
	.button:active							{ top: 1px; }
.small.button, .small.button:visited 			{
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	min-width: 32px;
	margin-bottom: 4px;
	margin-right: 2px;
}
	.button, .button:visited,
	.medium.button, .medium.button:visited 		{ font-size: 13px; 
												  font-weight: bold; 
												  line-height: 1; 
												  text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
												  }
												  
	.large.button, .large.button:visited 			{ font-size: 14px; 
													  padding: 8px 14px 9px; }
													  
	.super.button, .super.button:visited 			{ font-size: 34px; 
													  padding: 8px 14px 9px; }
	
	.pink.button, .magenta.button:visited		{ background-color: #e22092; }
	.pink.button:hover							{ background-color: #c81e82; }
	.green.button, .green.button:visited		{ background-color: #91bd09; }
	.green.button:hover						    { background-color: #749a02; }
	.red.button, .red.button:visited			{ background-color: #e62727; }
	.red.button:hover							{ background-color: #cf2525; }
	.orange.button, .orange.button:visited		{ background-color: #ff5c00; }
	.orange.button:hover						{ background-color: #d45500; }
	.blue.button, .blue.button:visited		    { background-color: #2981e4; }
	.blue.button:hover							{ background-color: #2575cf; }
	.yellow.button, .yellow.button:visited		{ background-color: #ffb515; }
	.yellow.button:hover						{ background-color: #fc9200; }

/* Schedule Page */
#schedule-buttons ul {
	margin: 0px 0px 20px 0px;
	background-color: #C9C9C9;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: center; 
}

#schedule-buttons ul li {
	list-style-type: none;
	display: inline;
	margin: 0px 6px 0px 0px;
}

#schedule-buttons ul li a:link {
	color: #eee;
}

a:link.blue { color: #eee !important; }
