﻿body
{
	background-color: #323232;
	background-image: url(images/gym/page-background.png);
	background-repeat: repeat-x;
	color: #cccccc;
}

.contentSection 
{
	background-color: #141414;	
}

.footerSection 
{
	background-image: url(images/gym/page-footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

a 
{
	color: #ffffff;
}

a:hover 
{
	color: #96C271;
}

.topNavigationBar 
{
	background-color: #222222;
	border-color: #555555;
	position: relative;
}

.topNavigationBarContent 
{
	color: #89bb5e;
}

.topNavigationBarContent a.gymSectionLink
{
	background-image: url(/content/images/gym/selected-section-item.png);		
}

.contactForm input[type='text'], .contactForm select, .contactForm textarea  
{
	background-color: #131313;
	color: #ffffff;
	border: solid 1px #444444;
}

.contactForm .field-validation-error 
{
	color: #ff5555;
}

/* PROFILES */
.trainerProfile 
{
	background-color: #323f47;
}

.profileText 
{
	padding: 20px;
}

.trainerProfile img
{
	display: block;	
}

.trainerProfile h3 {
	color:#96CF62;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
	margin: 10px 0;
}

.trainerProfile ul {
	padding-left:16px;
}
.trainerProfile li {
	list-style-image:url(/content/images/gym/profiles/trainer-bullet.png);
	margin-bottom:6px;
}

.trainerProfile .profileText {
	padding:5px 20px 20px;
}
.trainerLinkBlock {
	padding-left:15px;
	padding-top:65px;
}
.trainerLinkTitle {
	margin:0 15px;
	padding-top:15px;
	position:absolute;
	width:780px;
}
.trainerLinkTitle h1 {
	margin-top:0;
}
.nutritionistProfile {
	background-color:#A2CF62;
	color:white;
	width:410px;
}
.nutritionistProfile h3 {
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
}
.nutritionistProfile img {
	display:block;
}
.nutritionistProfile ul {
	padding-left:16px;
}
.nutritionistProfile li {
	color:white;
	list-style-image:none;
	list-style-type: disc;
	margin-bottom:6px;
}
.nutritionistProfile .profileText {
	padding:5px 20px 20px;
}
.nutritionistLinkBlock {
	padding-left:15px;
	padding-top:65px;
}
.nutritionistLinkTitle {
	margin:0 15px;
	padding-top:15px;
	position:absolute;
	width:780px;
}
.nutritionistLinkTitle h1 {
	margin-top:0;
}

.newsflash
{
	color: #d81f2a;
}

a.newsflash 
{
	color: #d81f2a;
}

a.newsflash:hover 
{
	text-decoration: underline;
}

/*** SKIN MENU STYLES ***/
.sf-menu {
	float: left;
	margin-bottom: 0;
}
.sf-menu a {
	padding: 0 8px 0 5px;
	text-decoration:none;
	text-transform: uppercase;
	line-height: 41px;
	font-size: 12px;
	font-weight: bold;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:	#ffffff;
}
.sf-menu li 
{
}

.sf-menu ul 
{
	border: solid 1px #333333;
	border-top: 0;
	background-color: #131313;
	padding-bottom: 2px;
	padding-top: 6px;
	padding-left: 10px;
}

.sf-menu li li 
{
	
}

.sf-menu li li li {
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color: #96c271;
}

.sf-menu li ul li a 
{
	color: #96c271 !important;
	font-size: 10px;
	line-height: 30px;
}

.sf-menu li ul li a:hover
{
	color: #ffffff !important;
}

.sf-menu a.current
{
	background-image: url(/content/images/gym/selected-menu-item.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.timetableLegendContainer 
{
	background-color: #1f323a;	
	width: 510px;
	padding: 20px;
}

.timetableLegend 
{
	width: 510px;
}

.timetableLegend td 
{
	padding: 20px 0 20px 0;
	vertical-align: top;
	border-top: solid 2px #ffffff;
}

.timetableLegend tr:first-child td
{
	border-top: none;
	padding-top: 0;
}

.timetableLegend td p 
{
	margin: 0;
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
}

.timetableLegend td img 
{
	padding-top: 4px;	
}

.contactTable td.even {
	background-color: #1a1a1a;	
}
