@charset "utf-8";

/* CSS for TynesideGolfClub.co.uk
Style applies to Course Planner pages
Author: Richard Airey on behalf of Tyneside Golf Club Ltd
Last Update: 20080306 12:40*/


/* Structural */
body {
	background: #fff;
}

body, h1, h2, h3, p, ul, li, ol {
	margin:0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, san-serif;
}

#course_container {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 730px;
}

#planner {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
	text-align:center;
}

#planner p {
	font-size: 12px;
	line-height: 14px;
}

#rightcontent {
	float: right;
	width: 510px;
	margin: 0;
	padding: 0;	
}

#rightcontent h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #6D6D6D;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px dotted #6D6D6D;
	clear: both;
}

#rightcontent h2 {
	font-size: 14px;
	color: #6D6D6D;
	margin: 20px 0px 0px 0px;
	clear: both;
}

#rightcontent p {
	font-size: 12px;
	color: #6D6D6D;
	line-height: 15px;
	margin-bottom: 10px;
}

#course_nav ul {
	margin: 0;
	padding: 0;
	height: 14px;
}

#course_nav li {
	list-style: none;
	float: left;
}

#course_nav li.current {
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: #fff;
	color: #30b9ff;
	font-size: 16px;
	font-weight: bold;
	width: 29px;
	text-align: center;
}

#course_nav li.current18 {
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: #fff;
	color: #30b9ff;
	font-size: 16px;
	font-weight: bold;
	width: 29px;
	text-align: center;
}

#course_nav li a {
	display: block;
	padding: 2px 0px 1px 0px;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: #F4F4F4;
	color: #6D6D6D;
	font-size: 14px;
	font-weight: bold;
	width: 23px;
	text-align: center;
}

#course_nav li a:hover {
	background: #fff;
	color: #30b9ff;
}
	

#hole_photos {
	border: 1px solid #c1c1c1;
	background: #fff;
	padding: 3px;
	height: 326px;

}

#hole_slider {
	width: 502px;
	height: 326px;
	margin: 0;
	padding: 0;

}

.SlidingPanels {
	float: left;
	position: relative;
	width: 510px;
	height: 326px;
}

.SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
	position: relative;
}

.SlidingPanelsContent {
	float: left;
	overflow: hidden;
	width: 510px;
	height: 326px;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

#hole_nav {
	width: 326px;
	margin: 0px auto 0px auto;
}

#hole_nav ul {
	margin: 0;
	padding: 0;
	height: 14px;
}

#hole_nav li {
	list-style: none;
	float: left;
}

#hole_nav li a {
	display: block;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: #F4F4F4;
	color: #6D6D6D;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	text-align: center;
}

#hole_nav li a.approach {
	margin: 0px 10px 0px 10px;
}

#hole_nav li a:hover {
	background: #fff;
	color: #30b9ff;
}
