#pageIntro h2
{
	font-size: 2.5em;
	line-height: 25px;
}
.propositiontext
{
    display: none;
}

/* Header */

#courseHeader
{
	font-size: 1.1em;
	margin-bottom: 10px;
}
#courseHeader .left
{
	float: left;
	width: 330px;
}
#courseHeader .right
{
	float: right;
	width: 300px;
}
#courseHeader .lnkScorecard
{
	background: url(/shared/images/btn_scorecard.gif) no-repeat;
	float: left;
	height: 32px;
	padding-left: 45px;
}
#courseHeader label
{
	float: left;
	margin-right: 10px;
}

#costPanel
{
	float: left;
	width: 130px;
}
.courseCost
{
	background: url(images/rating.cost.bg.gif) no-repeat;
	float: left;
	height: 16px;
	text-indent: -9000px;
	width: 51px;
}
.courseCost-inner
{
	background: url(images/rating.cost.blue.gif) no-repeat;
	height: 16px;
}
#ratingPanel
{
	float: right;
	width: 160px;
}
.courseRating
{
	background: url(images/rating.stars.bg.gif) no-repeat;
	float: right;
	height: 16px;
	text-indent: -9000px;
	width: 85px;
}
.courseRating-inner
{
	background: url(images/rating.stars.yellow.gif) no-repeat;
	height: 16px;
}

.userReview .OverallReviewHeader
{
	background: none !important;
	font-size: 1.0em !important;
}

/* Columns */

div.courseDetailColumnA
{
	float: left;
	margin-right: 10px;
	width: 402px;
}
div.courseDetailColumnA1
{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: 312px;
}
div.courseDetailColumnB
{
	float: left;
	width: 194px;
}
div.courseDetailColumnB1
{
	float: right;
	margin-top: 5px;
	width: 302px;
}
div.courseDetailColumnB1 .MPURight
{
	border-left: 0;
	margin-left: 20px !important;
	margin-top: 0px;
	
}

/* Course Details */
.courseDetails
{
	margin-bottom: 10px;
}

#tabCourseDetails .submitReviewHeader
{
    border: 1px solid #CCC;
    margin: 20px 0 10px 0;
    padding: 10px;   
}
#tabCourseDetails .haveYour
{
    font-size: 1.3em;
    margin-bottom: 5px;
}

.courseReviews
{
    margin-bottom: 20px;
}

.courseOffers
{
    margin: 20px 0;
}
.courseOffers h3
{
	background: url(images/right_grass_1.gif) bottom right no-repeat;
	border-bottom: 1px solid #a0a0a0;
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.courseOffers a
{
	float: left;
	margin-right: 7px;
}

.courseFooter
{
	margin: 10px 0;
}

/* Course Details Review section changes to M19_x.css */
#tabUserReviews
{
    margin-bottom: 10px;
}
.OverallReviewHeader h2 {
    display: none;
}
.overallHead a {
    margin-left: 12px
}
div.userReview div.OverallReviewHeader div.submitReviewHeader {
    background:transparent url(images/none.gif) !important;
    display:block;
}
.courseNameh1 {
    font-size: 1.4em;
    color: #000;
    margin-top: -5px;
    margin-bottom: 10px
}

div#courseDetailAndUserReviewDisplay div.courseDetails {
	float:left;
	display:inline;
	width:396px;
	margin-right:10px;
	padding:10px 0 0 10px;
}
div.courseDetails h1{
	color:#255690;
	font-size:1.4em;
}
div.courseDetails .information table{
	width:100%;
	margin:5px 0 0 0;	
}
div.courseDetails .information table th {
	padding:3px;
	text-align: left;
	width: 120px;
	border-bottom:1px solid #d0d0d0;
	color: #535353;
	font-weight: normal;
}
div.courseDetails .information  table td {
	border-bottom:1px solid #d0d0d0;
	padding: 2px 0 2px 10px;
	border-left:1px solid #d0d0d0;
}
div.courseDetails .information td.infoHeader 
{
	border: 0;
	padding: 0
}
div.courseDetails .information {
	width: 312px
}
div.courseDetails .facilities {
	width: 300px;
	padding: 0 0 0 10px
}
div.courseDetails h1 {
	color: #000;
	font-size: 1.2em;
	font-family: Arial, Sans-Serif;
	letter-spacing: 0;
}
div.courseDetails h5 {
	color: #285d9a;
	font-size: 0.9em;
}
div.courseDetails .facilityImg{
	margin-right:2px;
	vertical-align: middle
}

.twoForOnePromoArea
{
	margin-bottom: 20px;
	text-align: center;
}
.twoForOnePromoArea h4
{
	color: #60A642;
	font-size: 1.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.twoForOnePromoArea h4 .lower
{
	text-transform: lowercase;
}

/* Club Notice Board */
.divNoticeboard {
	background: url(images/notice_grad.gif) repeat-x top #dde5be;
	color: #2f2f2d;
	margin-bottom: 20px;
	padding: 5px;
	padding-top: 0;
	font-size: 1.1em;
	position: relative
	
}
.divNoticeboard h3 {
	color: #624219;
	text-indent: 30px;
	background: url(images/notice_pin.gif) no-repeat 0% 52%;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 1.1em;	
}
.NB_CourseName 
{
	position: relative;
	float: right;
	margin-right: 8px;
	margin-bottom: 3px;
}
.nb_clear {
	clear: both;
}
.divNoticeboard ul, .divNoticeboard  ol {
	
	margin-left: 20px

}

