/* 

   content.css
   Defines the styles for all page content 

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color: #CCC;	
}

#bccontent {
	margin: 0 auto;
	width: 980px;
	background-color: #ffffff;
}

/* Article Content */
#bc-page-title, #bc-page-article h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #0099ff;
}

#bc-page-article {
	font-size: 16px;
	line-height: 23px;
	color: #333;
	width: 600px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}

#bc-article-details {
	clear: both;
	float: right;
	text-align: right;
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	padding-bottom: 10px;
	display: none;
}

#bc-page-article h2 {
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0099ff;
}

#bc-page-article h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #0099ff;
}

#bc-page-article ul {
	list-style: square outside none;
	margin: 0px 0px 18px 1.5em;
}

#bc-page-article li {
	list-style: square outside none;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-left: 30px;
}


/* Article Restricted */
.restricted_article, #restricted_article, .restricted_content, #restricted_content {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll 0px -500px transparent;
	height: 140px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* Events */
.weekend_page {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll 0px -170px transparent;
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.weekday_page {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll -150px -170px transparent;
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.weekend_programme_page {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll -300px -170px transparent;
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.weekday_programme_page {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll -450px -170px transparent;
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.week_day {
	margin-top: 10px;
	padding-top: 5px;
	height: 30px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.month_date_ordinal {
	font-size: 9px;
	position:relative;
	top: -25px;
}

.month_date {
	padding-top: 20px;
	margin-left: 6px;
	height: 45px;
	font-size: 44px;
	color: #333333;
	text-align: center;
}

.month_name {
	height: 16px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	position:relative;
	top: -10px;
}

.event {
	margin-bottom: 15px;
	margin-top: 20px;
}

.programme_event {
	margin-bottom: 60px;
	margin-top: 20px;
}


.event_date {
	color: #0099FF;
	font-weight: bold;
	font-size: 16px;
	height: 24px;
	margin-top: 12px;
	padding-left: 10px;
}

.event_time {
	color: #990000;
	font-size: 12px;
	margin-top: 12px;
}


.event_title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
}

.event_break {
	border-bottom: 1px solid #ccc;
	color: #999;
	text-align: right;
}

.event_info {
	margin-top: 5px;
	font-size: 16px;
	line-height: 23px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
}

#programme_summary {
	margin-top: 20px;
	margin-bottom: 35px;
}

#programme_note {
	font-size: 11px;
	line-height: 16px;
}


/* Article Comments */
#comments_your_say {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll 0px -100px transparent;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #0099ff;
	clear: both;
	padding-left: 70px;
	padding-top: 35px;
}

.comment-body {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	color: #333333;
	padding-left: 45px;
	padding-right: 15px;
	padding-bottom: 40px;
}

.comment-left-quote {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll 0px -300px transparent;
	position: relative;
	top: 10px;
	left: -35px;
	width: 25px;
}

.comment-right-quote {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll -575px -350px transparent;
	position: relative;
	top: -35px;
	left: 35px;
	width: 25px;
	float: right;
}

#comments_views {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll 0px 0px transparent;
	padding-left: 60px;
	padding-top: 40px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #0099ff;
	margin-left: 10px;
	margin-bottom: 40px;
}

#comments_section ol, #comments_section li {
	list-style: none;
	padding-left: 0px;
	padding-bottom: 0px;
	clear: both;
}

.comment_button {
	background: url(images/public/backgrounds/bc_comments.png) no-repeat scroll 0px -400px transparent;
	width: 22px;
	height: 30px;
	width: 140px;
	padding-top: 4px;
	text-align:center;
	float: right;
	margin-left: 10px;
	font-size: 13px;
}

.comment_button a:link, .comment_button a:visited {
	color: #ffffff;
	text-decoration: none;
}

.comment_button a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Article Lists */
.news_read_more {
	color: #006699;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

.news_read_more a:link, .news_read_more a:visited {
	color: #006699;
	text-decoration: none;
}

.news_read_more a:hover {
	color: #006699;
	text-decoration: underline;
}

.bc-page-details {
	float: left;
	width: 200px;
	padding-bottom: 25px;
}

.news_img {
	clear: both;
	padding-left: 160px;
}

.news_title {
	color: #0099ff;
	font-size: 16px;
	clear: both;
}

.news_excerpt {
}

.bc-has-comments {
	color: #09F;
	display: block;
	float:left;
	font-size: 11px;
	line-height: normal;
	width 200px;
}

.bc-page-author {
	position: relative;
	top: -3px;
	color: #069;
	float: left;
	font-size: 11px;
	line-height: normal;
	text-align: left;
	clear:both;
	width: 440px;
	padding-bottom: 10px;
}

.bc-page-date {
	font-size: 11px;
	line-height: normal;
}



.news-options {
	padding-bottom: 50px;
	text-align: right;
	width: 440px;
}

.news-options a:link, .news-options a:visited {
	text-decoration: none;
	color: #900;
	font-size: 13px;
}

.news-options a:hover {
	text-decoration: underline;
}


/* Side Bar */
.bc-info-tennis {
	background: url(images/public/backgrounds/bc_side_head.png) no-repeat scroll 0px 0px transparent;
	height: 240px;
	width: 410px;
	margin-top: 20px;
}

.bc-info-squash {
	background: url(images/public/backgrounds/bc_side_head.png) no-repeat  scroll 0px -379px transparent;
	height: 240px;
	width: 410px;
	margin-top: 20px;
}

.bc-info-badminton {
	background: url(images/public/backgrounds/bc_side_head.png) no-repeat  scroll 0px -639px transparent;
	height: 240px;
	width: 410px;
	margin-top: 20px;
}

.bc-info-bridge {
	background: url(images/public/backgrounds/bc_side_head.png) no-repeat  scroll 0px -899px transparent;
	height: 240px;
	width: 410px;
	margin-top: 20px;
}

.bc-info-club {
	background: url(images/public/backgrounds/bc_side_head.png) no-repeat  scroll 0px -1159px transparent;
	height: 240px;
	width: 410px;
	margin-top: 20px;
}

.bc-info-event {
	padding-top: 30px;
	color: #ffffff;
}

.bc-info-event-time {
	font-size: 22px;	
	padding-right: 15px;
	height: 28px;
	padding-top: 2px;
}

.bc-info-event-name {
	font-size: 16px;	
	padding-right: 15px;
	width: 220px;
	height: 60px;
}

.bc-info-event-name a:link, .bc-info-event-name a:visited {
	color: #ffffff;
	text-decoration: none;
}

.bc-info-event-name a:hover {
	text-decoration: underline;
}


.bc-info-clubhouse {
	background: url(images/public/backgrounds/bc_side_head.png) no-repeat  scroll 0px -246px transparent;
	height: 114px;
	width: 410px;
	margin-top: 7px;
	margin-bottom: 145px;
}


.bc-plain-sidebar-title {
	font-size: 23px;
	font-weight: bold;
	line-height: 26px;
	width: 300px;
	color: #0099ff;
	text-align:center;
	padding-bottom: 20px;
}

.bc-sidebar-title {
	font-size: 23px;
	font-weight: bold;
	line-height: 26px;
	width: 300px;
	color: #0099ff;
	text-align:center;
	padding-top: 25px;
	padding-bottom: 20px;
}

.bc-sidebar-message {
	font-size: 15px;
	line-height: 19px;
	color: #666666;
	width: 270px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

.bc-sidebar-message p {
	margin-bottom: 14px;
}

.bc-sidebar-indent-message {
	font-size: 15px;
	line-height: 19px;
	color: #666666;
	width: 195px;
	padding-right: 15px;
	padding-left: 90px;
	text-align: right;
}

.bc-sidebar-indent-message p {
	margin-bottom: 14px;
}

.bc-sidebar_fill {
	background: url(images/public/backgrounds/bc_sidebar_fill.png) repeat-y scroll 0px 0px transparent;
	width: 340px;
}

.bc-sidebar_plain {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px 0px transparent;
	height: 25px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_plain_footer {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -190px transparent;
	height: 25px;
	width: 320px;
}


.bc-sidebar_plain_new {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -250px transparent;
	margin-top: 20px;
	height: 215px;
	width: 320px;
}

.bc-sidebar_squash_coach {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -2800px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_squash_coach_new {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -3050px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}


.bc-sidebar_tennis_coach {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -500px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_tennis_coach_new {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -750px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_badminton_coach {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -1000px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_badminton_coach_new {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -1250px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_badminton {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -1500px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_badminton_new {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -1750px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_bridge {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -2000px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar_bridge_new {
	background: url(images/public/backgrounds/bc_sidebar_2.png) no-repeat scroll 0px -2250px transparent;
	height: 215px;
	width: 320px;
	margin-top: 20px;
}

.bc-sidebar-more {
	position: relative;
	top: -35px;
	padding-right: 15px;
	height: 0px;
}

.bc-sidebar-more a:link, .bc-sidebar-more a:visited, .bc-sidebar-more a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.bc-sidebar-latest{
	background-color: #ddeeee;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #0099ff;
	margin-bottom: 10px;
}

.bc-sidebar-latest-links {
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.bc-sidebar-latest-links a:link, .bc-sidebar-latest-links a:visited {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	width: 280px;
}

.bc-sidebar-latest-links a:hover {
	text-decoration: underline;
}


.bc-sidebar-restricted-latest-links {
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}

.bc-sidebar-restricted-latest-links a:link, .bc-sidebar-restricted-latest-links a:visited {
	background: url(images/public/backgrounds/bc_locked.png) no-repeat scroll 0px 0px transparent;
	padding-left: 14px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	width: 280px;
}

.bc-sidebar-restricted-latest-links a:hover {
	text-decoration: underline;
}


.partner_request {
	margin-left: 10px;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 5px;
}

.partner_info {
	margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 15px;
	border-top: 1px solid #dddddd;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.partner_player {
	font-size: 11px;
}

.partner_cancel {
	font-size: 11px;
	color: #990000;
}

.partner_edit {
	font-size: 11px;
	color: #990000;
}

.offer_cancel {
	font-size: 11px;
	color: #990000;
}

.partner_names {
	padding-left: 10px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

.partner_options {
	background-color: #ffeecc;
	margin-left: 10px;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #cccccc;
}

.partner_player a:link, .partner_player a:visited, .partner_cancel a:link, .partner_cancel a:visited, .offer_cancel a:link, .offer_cancel a:visited, .partner_edit a:link, .partner_edit a:visited {
	color: #990000;
	text-decoration: none;
}

.partner_player a:hover, .partner_cancel a:hover, .offer_cancel a:hover, .partner_edit a:hover {
	text-decoration: underline;
}


.request {
	padding-bottom: 25px;
}

.partner_respondants {
	margin-left: 10px;
	font-size: 14px;
	line-height: 16px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #000000;
}

/* Talking Heads */
#bc_head_aw {
	background: url(images/public/heads/aw.png) no-repeat scroll 0px 0 #ffffff;
	margin-left: -20px;
	padding-left: 170px;
	height: 470px;
	font-size: 0.90em;
	line-height: 1.29em;
	margin-top: 20px;
}

#bc_head_aw h2, #bc_head_ak h2, #bc_head_sh h2, #bc_head_as h2, #bc_head_af h2, #bc_head_gh h2 {
	padding-top: 10px;
}

#bc_head_gh {
	background: url(images/public/heads/gh.png) no-repeat scroll 0px 0 #ffffff;
	margin-left: -20px;
	padding-left: 170px;
	font-size: 0.90em;
	line-height: 1.29em;
	margin-top: 20px;
}

#bc_head_sh {
	background: url(images/public/heads/sh.png) no-repeat scroll 0px 0 #ffffff;
	margin-left: -20px;
	padding-left: 170px;
	height: 450px;
	font-size: 0.90em;
	line-height: 1.29em;
}

#bc_head_ak {
	background: url(images/public/heads/ak.png) no-repeat scroll 0px 0 #ffffff;
	margin-left: -20px;
	padding-left: 170px;
	height: 450px;
	font-size: 0.90em;
	line-height: 1.29em;
}

#bc_head_pw {
	background: url(images/public/heads/pw.png) no-repeat scroll 0px 0 #ffffff;
	margin-left: -20px;
	padding-left: 170px;
	height: 570px;
	font-size: 0.90em;
	line-height: 1.29em;
}

#bc_head_as {
	background: url(images/public/heads/as.png) no-repeat scroll 0px 0 #ffffff;
	margin-left: -20px;
	padding-left: 170px;
	height: 580px;
	font-size: 0.90em;
	line-height: 1.29em;
}

#bc_head_af {
	background: url(images/public/heads/af.png) no-repeat scroll 0px 0 #ffffff;
	margin-left: -20px;
	padding-left: 170px;
	height: 430px;
	font-size: 0.90em;
	line-height: 1.29em;
}

.label {
	font-size: 12px;
	padding-bottom: 4px;
}
.field {
	font-size: 12px;
	padding-bottom: 16px;
}
.button_bar {
	margin-top: 20px;
	padding-top: 5px;
	text-align: right;
}

#gymMembershipPlans
{
	position: absolute;
}


.EarlyBirdBenefits
{
	color: #0099ff;
}

.EarlyBirdBenefits li span
{
	color: #333;
}

.BCGoogleMapContainer
{
	width: 320px;
    position: absolute;
}

.BCGoogleMapWrapper
{
	position: absolute;
	left: 620px;
}

.OpeningHoursDash
{
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}

.ClubLocationDescription
{
	text-align: justify;
}

#PersonalTrainerBG
{
	background-image: url('images/public/backgrounds/personaltrainerbg.png');
	position: absolute;
	width: 158px;
	height: 837px;
}

.personal-trainer #bc-page-title
{
	display: none;
}

h1#PersonalTrainerPageTitle
{
	Color: black;
	margin-left: 175px;
}

#PersonalTrainerPicture
{
	background-image: url('images/public/heads/personaltrainertom.jpg');
	width: 252px;
	height: 286px;
	margin-left: 115px;
	float: left;
}

#PersonalTrainerQualificationsContainer
{
	display: inline-block;
	float: left;
	margin-left: 25px;
	width: 205px;
}

h2#QualificationsTitle
{
	Color: red;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

#PersonalTrainerQualificationsContainer .QualificationsList
{
	padding: 0px;
	margin: 0px;
	font-size: 10.5pt;
	font-weight: bold;
	color: red;
}

#PersonalTrainerQualificationsContainer .QualificationsList li
{
	padding: 0px;
	margin-left: 15px;
	padding-bottom: 5px;
}

#PersonalTrainerQualificationsContainer .QualificationsList li span
{
	color: black;
}

#AboutTomContainer
{
	display: inline-block;
	margin-left: 25px;
}

h2#AboutTomTitle
{
	color: red;
	font-weight: bold;
	
}

#AboutTomContainer p
{
	text-align: center;
	font-weight: bold;
}

#PersonalTrainerContactInfo
{
	font-weight: bold;
	margin-left: 130px;
	overflow: hidden;
}

#Core4fitnessLogo
{
	background-image: url('images/public/gym/core4fitnesslogo.jpg');
	width: 157px;
	height: 93px;
	float: left;
	margin-left: 10px;
}