@charset "utf-8";

/* CSS for TynesideGolfClub.co.uk
Style applies to all pages
Author: Richard Airey on behalf of Tyneside Golf Club Ltd
Last Update: 20081018 11:32 */


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

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

.container {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 858px;
}

#masthead {
	margin: 10px auto 0px auto;
	padding: 0;
	background: url(/images/masthead.png) no-repeat top left;
	height: 122px;
	width: 914px;
	position: relative;
}

#left {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 0;
	width: 570px;
}

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

.spacer {
	clear: both;
	display: block;
	height: 1px;
}

.clear {
	display: none;
}

#content {
	margin: 0px auto 0px auto;
	padding: 0;
	background: url(/images/content_backdrop.png) no-repeat bottom left;
	width: 914px;
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 17px 0px;
}
/* End */



/* Central content */
#masthead h1.logo {
	position: absolute;
	top: 28px;
	left: 30px;
	margin: 0;
	padding: 0;
}

#masthead h2.banner {
	position: absolute;
	top: 15px;
	right: 15px;
	/*border: 1px solid #000;*/
	background: #fff;
	width: 468px;
	height: 80px;
	margin: 0;
	padding: 0;
}

#masthead h2 img.auto_banner {
	border: none;
}

ul.sponsorsListDetail {
	margin: 0px 0px 10px 40px;
	font-size: 13px;
}


.logo {
	border: none;
	width: 224px;
	height: 55px;
}

h1.intro {
	font-size: 17px;
	font-weight: lighter;
	color: #30b9ff;
	margin: 20px 0px 10px 10px;
	line-height: 24px;
}

h2.content_heading {
	font-size: 17px;
	border-bottom: 1px dotted #ccc;
	color: #434343;
	margin: 20px 0px 0px 10px;
}

h2.accordion_heading {
	font-size: 17px;
	border-bottom: 1px dotted #ccc;
	color: #434343;
	margin: 10px 0px 5px 10px;
}

h2 {
	font-size: 16px;
	color: #30b9ff;
	margin: 20px 0px 5px 10px;
}

h2.membersAlert {
	margin: 10px 0px 5px 10px;
	font-size: 16px;
	color: #990000;
}

h2.membersAlert span {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color:#990000;
	font-size: 12px;
}

h2.membersAlert a {
	color:#990000;
}

p.membersAlert {
	margin: 5px 0px 5px 25px!important;
	font-size: 14px!important;
}

#left p {
	font-size: 13px;
	margin: 0px 0px 10px 10px;
}

.photobox {
	width: 100%;
	border: 1px solid #c1c1c1;
	background: #fff;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

#gallery {
	margin: 0px 0px 0px 9px;
	font-size: 11px;
}

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

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

#gallery li.photosFromAbove {
	padding: 2px 10px 0px 0px;
}

#gallery li a {
	display: block;
	padding: 2px 9px 1px 9px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	background: #F4F4F4;
	color: #828282;
}

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

#testimonial {
	width: 250px;
	background: url(../images/testimonials_bck.png) no-repeat top left;
	height: 318px;
	margin: 0;
}

#testimonial h1 {
	font-size: 17px;
	line-height: 17px;
	margin: 0px 0px 5px 20px;
	padding-top: 22px;
	color: #434343;
}

#testimonial h2 {
	font-size: 15px;
	line-height: 17px;
	margin: 10px 20px 10px 20px;
	color: #30b9ff;
}

#testimonial p {
	font-size: 11px;
	margin: 5px 30px 0px 20px;
	line-height: 15px;
	color: #434343;
}

#testimonial ul {
	margin: 0;
	padding: 0px 10px 0px 40px;
	font-size: 11px;
}

#nav ul {
	width: 243px;
	list-style: none;
	margin-top: 20px;
}

#nav li {
	margin-top: 5px;
}

#nav li a {
	display: block;
	border: 1px solid #4196f3;
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	color: #fff;
	background: url(/images/nav_bck.jpg) repeat-x;
	text-align: center;
	text-decoration: none;
}

#nav li a:hover {
	color: #0088ce;
	background: url(/images/nav_bck_hover.jpg) repeat-x;
}

#nav li a.current {
	color: #0088ce;
	background: url(/images/nav_bck_hover.jpg) repeat-x;
}

#nav li a.focus {
	height: 38px;
	font-size: 22px;
	line-height: 38px;
}

#nav ul.membernotices {
	list-style: square!important;
	padding-left: 20px;
	margin-top: 5px!important;
}

#nav ul.membernotices li {
	font-size: 12px!important;
	color: #000!important;
}

#nav ul.membernotices li a {
	display: inline!important;
	border: none!important;
	font-size: 12px!important;
	font-weight: normal!important;
	height: auto!important;
	line-height: normal!important;
	text-align: left!important;
	background: none!important;
	color: #0066CC!important;
	text-decoration: underline!important;
}
	

#nav h2 {
	font-size: 14px;
	color: #434343;
	margin: 10px 10px 0px 0px!important;
}

#nav p {
	font-size: 12px;
	color: #434343;
	margin: 0px 10px 0px 0px!important;
}

#coursecard {
	background: #585858;
	width: 100%;	
	margin-top: 5px;
}

#coursecard tr.heading {
	background: #D6D6D6;
	font-weight: bold;
}

#coursecard td.heading {
	background: #D6D6D6;
	font-weight: bold;
}

#coursecard td {
	background: #F2F2F2;
	text-align:center;
}

#coursecard td.white {background: #fff;}
#coursecard td.red {background: #CC3300;}
#coursecard td.yellow {background: #FFFF99;}

#coursecard p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#subscriptions {
	width: 560px;
	float: right;
}

#subscriptions tr.membership_category_1 {
	background: #d6e6fa;
}

#subscriptions tr.membership_category_2 {
	background: #bfdbfa;
}

#subscriptions p {
	font-size: 13px;
	margin: 5px 0px 5px 5px!important;
}

#subscriptions .xxdout {
	color: #FF0000;
	text-decoration: line-through;
}

#subscriptions td.subsPrice {
	text-align: right;
	padding-right: 10px;
}

#subscriptions a.apply_btn {
	display: block;
	border: 1px solid #4196f3;
	background: #fff;
	text-align: center;
	text-decoration: none;
	width: 55px;
	color: #4196f3;
	font-size: 12px;
	font-weight: bold;
}

#subscriptions a.apply_btn:hover {
	background: #4196f3;
	color: #fff;
	border: 1px solid #fff;
}

#newsfeed {
	table-layout: fixed;
	margin-left: 5px;
}

.diary {
	width: 100%;
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
}

.diary h1 {
	font-size: 16px;
	color: #CC0000;
}

.diary .date {
	font-size: 11px!important;
	margin: 2px 0px 0px 2px!important;
	font-weight: bold;
	color: #828282;
}

.diary p.ladies_diary_entry {
	color: #CC0000;
	font-size: 11px!important;
	margin: 2px 0px 0px 2px!important;
}

.diary p.gents_major_diary_entry {
	color: #434343;
	font-weight: bold;
	font-size: 11px!important;
	margin: 2px 0px 0px 2px!important;
}

.diary p.gents_minor_diary_entry {
	color: #434343;
	font-size: 11px!important;
	margin: 2px 0px 0px 2px!important;
}

.diaryMonthEnded {
	color: #BFBFBF;
	padding: 1px 4px 1px 4px;
}

.content .diaryquicklinks {
	font-size: 11px!important;
	margin: 2px 0px 5px 2px!important;
	color: #828282;
}

.content a.quicklinks {
	text-decoration: none;
	color: #30b9ff;
	padding: 1px 4px 1px 4px;
}

.content a.quicklinks:hover {
	background: #EBEBEB;
}

.content a.current {
	font-size: 13px;
	font-weight: bold;
}


.app_detail {
	background: #fff;
	border: 1px solid #4196f3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 12px;
	padding: 3px;
}

h1.playtyneside {
	width: 350px;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	background: #4196f3;	
}

a.playtyneside {
	color: #fff;
	text-decoration: none;
}

ol.individualTeamResults {
	font-size: 12px;
	margin: 0;
	padding: 0px 0px 0px 40px;
}
/* End */




/* Garland USA Advert */
#garland_ad {
	margin: 0px auto 0px auto;
	width: 600px;
	height: 700px;
	background: #fff url(/images/garland_ad_bck.jpg) no-repeat bottom;
}

#garland_ad h1 {
	text-align: center;
	font-size: 28px;
	color: #990000;
	padding: 10px 0px 10px 0px;
}

#garland_ad h2 {
	text-align: center;
	font-size: 22px;
	color: #003366;
	margin: 10px 0px 10px 0px;
}

#garland_ad p {
	text-align: center;
	font-size: 18px;
	color: #036;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

/* End */



/* Members Area Signup Box */
#members_area_signup h2 {
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	color: #434343;
	margin: 20px 20px 0px 20px;
}

#members_area_signup p {
	font-size: 14px;
	color: #434343;
	margin: 10px 20px 0px 20px;
}

a.forumRegister {
	padding: 6px 10px 5px 10px;
	margin: 0;
	background: #EAEAEA;
	border-bottom: 2px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	color: #0066ff;
	text-decoration: none;
	font-weight: bold;
}

a.forumRegister:hover {
	background: #0066ff;
	border-bottom: 2px solid #0066ff;
	border-left: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	border-top: 1px solid #0066ff;
	color: #fff;
}

#agmNotice {
	padding: 15px;
}

#agmNotice p {
	font-size: 14px;
	padding: 3px 0px 0px 0px;
}

#agmNotice h1 {
	font-size: 18px;
	border-bottom: 1px dotted #000;
}

#agmNotice h2 {
	font-size:  14px!important;
	color: #000;
	margin: 20px 0px 0px 0px!important;
}

#membersAreaArticle {
	padding: 20px;
}

#membersAreaArticle h2.articleHeading {
	margin: 0;
	padding: 0;
	color: #000;
}

#membersAreaArticle p {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0;
}
/* End */


/* Promo Spot on Home page */
#promoSpot {
	width: 229px;
	margin-top: 20px;
	border: 2px dashed #990000;
	background: #FFFFFF;
	padding: 5px;
}

#promoSpot h1 {
	font-size: 14px;
	color: #990000;
	margin: 0;
	padding: 0;
}

#promoSpot h1 span.smaller {
	font-size: 12px;
	font-weight: lighter;
}

#promoSpot p {
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding: 0;
}

#ladies-advert {
	width: 241px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #000;
	background: #019934;
}

#ladies-advert h1 {
	font-size: 16px;
	margin: 0;
	padding: 10px;
	line-height: 14px;
	color: #FFFF33;
}

#ladies-advert h1 span {
	text-decoration: underline;
}

#ladies-advert h2 {
	padding: 0px 10px 0px 10px!important;
	color: #33FFFF;
	font-size: 12px!important;
}

#ladies-advert p {
	padding: 0px 10px 0px 10px!important;
	color: #fff;
}

#ladies-advert a {
	color: #fff;
}
/* END Promo Spot on Home page */


/* Footer */
p.tgc-ladies {
	font-size: 12px!important;
	margin-top: 30px!important;
}

#footer p {
	font-size: 14px;
	color: #828282;
	margin: 0px 10px 0px 10px!important;
}

#footer a {
	text-decoration: none;
	color: #828282;
}

#footer a:hover {
	text-decoration: underline;
	color: #EBEBEB;
}
/* End */

/* Weather */
#weather {
	margin: 20px 0px 0px 0px;
	padding-bottom: 10px;
	width: 241px;
	border: 1px solid #4196f3;
	background: url(/images/weather-backdrop.jpg) top left no-repeat;
}

/* END */

#compResults {
	border-top: 2px solid #4196f3;
	border-left: 1px solid #4196f3;
	border-right: 1px solid #4196f3;
	border-bottom: 1px solid #4196f3;
	width: 241px;
	margin: 5px 0px 0px 0px;
}

#compResults h1 {
	background: #4196f3;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 4px 0px 3px 8px;
}

#compResults h2, #compResults p {
	font-size: 12px!important;
	margin: 0!important;
	padding: 3px 0px 2px 8px!important;
}


#pr {
	width: 554px;
	height: 346px;
	background: url(/images/golf-ne-advert-backdrop.jpg) top left no-repeat;
}
