/* Start of CMSMS style sheet 'Styles' */
/* General Styles */

a:link, a:visited { 
	color: #3eb503;
	text-decoration: none;
}

a:hover, a:active {
	color: #b52d03;

}

p {
	margin-bottom: 12px;
	line-height: 18px;
	font-size: 13px;
	color: #444242;
}


ul, ol {
       margin-left: 30px;
       margin-bottom: 12px;
}

ul {
       list-style-type: square;
}

ol {
      list-style-type: decimal;
}

ol.alpha {
      list-style-type: lower-alpha;
}



li {
      margin-bottom: 4px;
      color: #585753;
}

strong, b {
     font-weight: bold;
}

em, i {
    font-style: italic;
}

/* Nested ul fix */
li ul, li ol {
      margin-top: 5px;
}

.img_border, .img_right, .img_left {
    border: solid 1px #149ee5;
    padding: 1px;
}

.img_right {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    clear: both;
}

.img_left {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
    clear: both;
}

.img_right_5 {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    clear: both;
}

.img_left_5 {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    clear: both;
}

.separator {
    border-bottom: solid 1px #d7dbcc;
    margin-bottom: 15px;
    clear: both;
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    display: block;
} 


/* Heading Styles */
h1.title {
	font-size: 28px;
	font-family: 'Arial Narrow', Arial, Helvetica;
	font-weight: normal;
	color: #f79802;
	letter-spacing: 0px;
	text-transform: none;
	text-indent: 75px;
	margin-top: 7px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: "Arial Narrow", Arial, Helvetica;
	color: #149ee5;
	font-weight: normal;
	text-transform: uppercase;
}

h1 { font-size: 19px; }
h2 { font-size: 18px; }
h3 { font-size: 17px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

.disclaimer { font-size: 10px; color: #333; line-height: 13px; margin-top: 10px; margin-bottom: 0px;}

/* Pricing Tables Styles */

.pricing_grid td, .pricing_grid th {
	padding: 4px 7px;
	font-size: 12px;
        font-family: Verdana;
}

td.high, td.shoulder, td.low {
	color: #fff;
	text-align: center;
	background: #fff;
}

td.high { background: url(uploads/images/layout/pricing_high.png); font-weight: bold; }
td.shoulder { background: url(uploads/images/layout/pricing_shoulder.png); }
td.low { background: url(uploads/images/layout/pricing_low.png)}

td.nights {
	background: #eee;
	vertical-align: bottom;
	font-size: 11px;
	text-align: center;
	color: #000;
}

td.room {
	background: #00314c;
	color: #fff;
	font-weight: bold;
}

span.sleeps {
	color: #ccc;
	font-style: italic;
	font-size: 10px;
	padding-top: 10px;
	display: block;
}

td.season {
	background: #fff;
	text-align: center;
}

td.season h3 {
	padding: 0px;
	margin-bottom: 0px;
}

.pricing_grid td.season, .pricing_grid td.room {
	width: 135px;
}

td.nights, td.high, td.shoulder, td.low {
	width: 70px;
}

td.notes {
      font-size: 11px;
      font-style: italic;
      color: #333;
}

/* Hire Pricing Tables Styles */

.hire_grid td, .hire_grid th {
	font-size: 12px;
}

td.days {
	background: #fff;
	vertical-align: bottom;
	font-size: 11px;
	text-align: center;
	color: #000;
	padding: 5px 8px;
}

td.adult, td.child {
	color: #fff;
	text-align: center;
	padding: 4px 8px;
}

td.adult { background: url(uploads/images/layout/pricing_shoulder.png); }
td.child { background: url(uploads/images/layout/pricing_low.png)}

td.item {
	background: #00314c;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	padding: 4px 8px;
}

td.item .small {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

td.spacer {
    height: 10px;
}

/* lift lessons */
.hire_grid td.season, .hire_grid td.room {
	width: 70px;
}

td.full { background: url(uploads/images/layout/pricing_high.png); }
td.d50 { background: url(uploads/images/layout/pricing_outer.png); }
td.d30 { background: url(uploads/images/layout/pricing_shoulder.png); }
td.d20 { background: url(uploads/images/layout/pricing_low.png); }

td.full, td.d50, td.d30, td.d20 {
	color: #fff;
	text-align: center;
	padding: 4px 8px;
	white-space: nowrap;
}

.motel-room_floor_plan {
    display: none;
}
/* End of 'Styles' */

