﻿body {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #4d5051;
	background-color: #FFF;
	background-image: url(../images/top-rept.jpg?1234);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}

.copyr {
    color: #707070;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}

.page-out {
	
	
}
.page-in {
	background-image: url(../images/bottom-rept.jpg?1234);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	float: left;
}
.page {
	width: 1000px;
	margin: 0px auto;
}

#teesheet {
	width: 100%;
	padding: 2;
	spacing: 2;
}

#teesheet3 {
	width: 100%;
	padding: 2;
	spacing: 2;
}
    
#teesheet th{
    font: bold 11px "Open Sans","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #0071B7;
}

#teesheet3 th{
    font: bold 11px "Open Sans","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #0071B7;
}

    
#teesheet td {
	
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	font-size: 9px;

}

#teesheet3 td {
	
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #000;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	font-size: 9px;

}

#teesheet td.time {
	
	background: #000;
	color: #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
}

#teesheet3 td.time {
	
	background: #000;
	color: #FFF;
	border-right: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
}

#teesheet .label {
	color: #999;
	font-style:italic;
}

#teesheet3 .label {
	color: #999;
	font-style:italic;
}

#teesheet td.available
{
 background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,255,221,0.92) 28%, rgba(164,255,163,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(28%,rgba(222,255,221,0.92)), color-stop(100%,rgba(164,255,163,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3a4ffa3',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}

#teesheet3 td.available
{
 background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(222,255,221,0.92) 28%, rgba(164,255,163,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(28%,rgba(222,255,221,0.92)), color-stop(100%,rgba(164,255,163,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(222,255,221,0.92) 28%,rgba(164,255,163,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3a4ffa3',GradientType=0 ); /* IE6-9 */
cursor: pointer;
}

#teesheet td.unavailable
{
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,221,221,0.92) 28%, rgba(255,163,163,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(28%,rgba(255,221,221,0.92)), color-stop(100%,rgba(255,163,163,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffa3a3',GradientType=0 ); /* IE6-9 */
}

#teesheet3 td.unavailable
{
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,221,221,0.92) 28%, rgba(255,163,163,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(28%,rgba(255,221,221,0.92)), color-stop(100%,rgba(255,163,163,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,221,221,0.92) 28%,rgba(255,163,163,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffa3a3',GradientType=0 ); /* IE6-9 */
}

.main, .header {
	width: 1000px;
	float: left;
}
.header-top {
	background-image: url(../images/header-top.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 81px;
	float: left;
}
.header-top h1 {
	font-family: "Open Sans","Times New Roman", Times, serif;
	font-size: 55px;
	font-weight: normal;
	line-height: 81px;
	color: #FFFFFF;
	margin-left: 115px;
}
.header-top h1 span {
	color: #000000;
}
.header-bottom {
	//background-image: url(../images/header.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	width: 0px;
	height: 0px;
	float: left;
}
.header-bottom h2 {
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin-top: 92px;
	margin-left: 27px;
}
.topmenu {
	background-image: url(../images/menu-bg.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 74px;
	float: left;
}
.topmenu ul {
	height: 74px;
	margin-left: 64px;
	list-style-type: none;
}
.topmenu ul li {
	background-image: url(../images/devider.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	height: 74px;
	float: left;
	padding-right: 13px;
	padding-left: 13px;
}
.topmenu ul li a {
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 74px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 74px;
	float: left;
	padding-left: 15px;
}
.topmenu ul li a span {
	display: block;
	height: 74px;
	float: left;
	padding-right: 35px;
	cursor: pointer;
}
.topmenu ul li a:hover {
	background-image: url(../images/menu-left.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
}
.topmenu ul li a:hover span {
	background-image: url(../images/menu-right.jpg?1234);
	background-repeat: no-repeat;
	background-position: right top;
}
.content {
	background-color: #FFFFFF;
	background-image: url(../images/body-top.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	width: 952px;
	float: left;
	padding: 30px 24px 0px 24px;
}
.content-left {
	background-image: url(../images/vline.jpg?1234);
	background-repeat: repeat-y;
	background-position: right top;
	width: 621px;
	float: left;
	padding-right: 21px;
}
.row1 {
	width: 621px;
	float: left;
}
.title {
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 30px;
}
.title span {
	color: #0071B7;
}
ul.list1 {
	margin-top: 5px;
	margin-left: 25px;
	list-style-image: url(../images/bullet.jpg?1234);
	

}
ul.list1 li {
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.row2 {
	background-image: url(../images/section-bg.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	width: 591px;
	height: 233px;
	display: none;
	float: left;
	padding: 15px 15px 0px 15px;
}
.subtitle {
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #171817;
	margin-bottom: 10px;
	
	
}
.subtitle span {
	color: #0071B7;
}
a.more {
	font-size: 12px;
	line-height: 30px;
	color: #282828;
	text-decoration: none;
	background-image: url(../images/more-btn.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	width: 83px;
	height: 38px;
	margin-top: 10px;
}
a.more:hover {
	color: #0071B7;
}

span.menulink {
	
	color: #282828;
	text-decoration: none;
	font-weight:bold;
	
}
span.menulink:hover {
	color: #0071B7;
	cursor:pointer;
	
}

.content-right {
	width: 310px;
	float: right;
	padding-top: 7px;
}
.mainmenu, .contact {
	width: 310px;
	float: right;
}
.sidebar1 {
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/side.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 15px;
	box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);

}


	

	
.sidebar3 {
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/side3.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 15px;
	box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);


}

.mainmenu ul {
	margin-bottom: 15px;
	list-style-type: none;
}
.mainmenu ul li {
	background-image: url(../images/bullet.jpg?1234);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.mainmenu ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mainmenu ul li a:hover {
	text-decoration: none;
}
.sidebar2 {
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/visitor.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 10px;
	box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);

}

.sidebar4 {
	font-size: 18px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../images/pay.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 10px;
	box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 6px 6px 10px 2px rgba(119, 119, 119, 0.75);

}


.page-header {
	font-size: 18px;
	line-height: 55px;
	color:#FFF;
	background-color:#0071B7;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 58px;
	width: 98%;
	padding-left: 5px;
	margin-bottom: 10px;
	vertical-align:middle;

}

.cal-header {
	font-size: 18px;
	line-height: 55px;
	color:#FFF;
	background-color:#0071B7;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 58px;
	width: 98%;
	padding-left: 5px;
	margin-bottom: 10px;
	vertical-align:middle;
	

}


input[type=button], input[type=submit]

{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #aaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
	background: -webkit-linear-gradient(top, #ffffff, #cccccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -ms-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	line-height: 24px
}


input[type=button]:hover, input[type=submit]:hover
{
	background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
	background: -webkit-linear-gradient(top, #cccccc, #ffffff);
	background: -moz-linear-gradient(top, #cccccc, #ffffff);
	background: -ms-linear-gradient(top, #cccccc, #ffffff);
	background: -o-linear-gradient(top, #cccccc, #ffffff);

}



.clubMain {
   display: none;
}

.contact-detail {
	background-color: #dcdcdc;
	width: 280px;
	float: right;
	padding: 15px;
	display: none;
}
.contact-detail p {
	margin-bottom: 10px;
}
.green {
	color: #0071B7;
}
.footer {
	line-height: 69px;
	background-image: url(../images/footer.jpg?1234);
	background-repeat: no-repeat;
	background-position: left top;
	width: 952px;
	height: 69px;
	float: left;
	padding: 23px 24px 0px 24px;
}
.footer p {
	font-size: 11px;
	color: #FFFFFF;
	float: left;
}
.footer a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.errorblock {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 6px 6px 6px 6px;
	
}

.error {
	
	color: #FFFFFF;
	background: #FF1111;
	display: block;
	padding: 6px 6px 6px 6px;
	border-radius: 16px;

}


.footer ul {
	float: right;
}
.footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.footer ul li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}

.tabButton:hover {
    background: lightgray;
    text-decoration:none;
    //cursor: pointer;
    color: #000;
    font-weight: bold;
    
}

.tabButton:active {
    background: #0071B7;
}

.selected {
    background: #99FF99;
     font-size:larger;
     color: #000;
}

.tabButton {
    border-top: 1px solid darkgray;
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
    //border-bottom: 1px solid #0071B7;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align:left; 
    padding: 6px; 
    cursor:pointer;
    font-size:larger;
    
}

.tabButton a, a:active, a:link, a:visited {
    text-decoration:none;
    //font-size:8px;
    color: #333;
    
}

.tabButton a:hover {
    text-decoration:none;
    color: #000;
    //font-weight: bold;
    
}

.e-flex-container {
  display: flex;
  //background-color: DodgerBlue;
   flex-wrap: wrap;
   align-content: space-between;
}

.e-flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 20px;
  width: 23%;
  //font-size: 12px;
  line-height: 23px;
}
