/* CSS Document */


.body
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
}

.mainTable
{
	
}

.coachesTable td  /* coaches pic cells */
{ 			
	text-align: center;
	vertical-align: top;
	/*background-color: #9DC28D;*/
	font-size: 15px;	
	width: 180px;
}

.coachesTable a
{
	font-weight: normal;
	text-decoration: underline;
	font-size: 14px;
}

.coachesTable a img
{
	border: 0px;
}

.coachesTable a:hover
{
	color: #FFCC33;
}

.coachBio #coach_name
{
	font-weight: bold;
	font-size: 18px;
}

td.back_link
{
	text-align: right;
}

td.back_link a
{
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}

td.error_msg
{
	font-weight: bold;
}

.free_stuff #content
{
	padding-left: 30px;
}

#testimonial_new
{
	width: 90%;
	font-weight: bold;
	background-color: black;
	color: white;
	border: solid 1px #00CC00;
}

#testimonial_new #pic_cell
{
	background-color:#738570;
	font-weight: normal;
}

.spot_register
{
	width: 350px;
	border: dashed 3px #FFFFCC;
	background-color:#68A321;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.interviews_list 
{
	padding-left: 30px;
	padding-top: 15px;
}

.interviews_list ul li
{
	list-style-image: url(../../images/tick.gif);
}

.interview_table 
{
	font-size: 14px;
}

.interview_table #title_td
{
	font-size: 18px;
	font-weight: bold;
}

.interview_table #coach_pic
{
 	background-color: #FF9900;
	border: none;
}

.interview_table #coach_pic img
{
 	width: 80px;
	height: 100px;
}

.interview_table #content_td
{
	padding-left: 10px;
}

.thinGreenBorderTable
{
	border: solid 1px #68A321; 
}