/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#4a4a4a;
	line-height:20px;
	background:url(/images/backgrounds/bg.gif) repeat-y top center #F1F1F2;
}
	
#container {
	margin:0 auto;
	width:949px;
	text-align:left;
	border:1px solid #000000;
	border-top:none;
	background:url(/images/backgrounds/header_border.gif) no-repeat #fff;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#4a4a4a;
	line-height:20px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}


/* Typography */

.home h1 {
	text-align:right;
	background:url(/images/backgrounds/heading_bg.gif) no-repeat;
	height:35px;
	line-height:25px;
	padding:21px 23px 0 16px;
}



/* Header */

.logo {
	margin:23px 0 12px 22px;
}

.headerAd {
	float:right;
	margin:41px 32px 0 0;
}

#menuBreak {
	background:url(/images/backgrounds/menu_break_bg.gif) no-repeat;
	height:55px;
}


/* Main Navigation */

#mainNav {
	height:34px;
}

#mainNav li {
	list-style:none;
	display:inline;
	float:left;
	font-size:13px;
	font-family:"Lucida Sans", "trebuchet MS", Arial, Helvetica;
}

#mainNav a {
	color:#FFFFFF;
	background:#70706B;
	display:block;
	float:left;
	height:28px;
	padding:6px 0 0 0;
	text-align:center;
}

#mainNav a:hover, #mainNav li.down a {
	background:#0091D4;
}

#mainNav a#home { width:95px; }

#mainNav a#tenniscourthire { width:119px; }

#mainNav a#tenniscoaching, #mainNav a#aboutqldtenniscentre { width:114px; }

#mainNav a#proshop, #mainNav a#fixtures { width:109px; }

#mainNav a#cafe { width:95px; }

#mainNav a#prices { width:93px; }

#mainNav a#contact { width:101px; }


/* Sub Nav */

#subNav {
	list-style:none;
	background:#F2F2F2;
	padding:3px 0;
	margin:0 0 15px 0;
}

#subNav li {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:-1px 0;
	font-family:"Lucida Sans", "trebuchet MS", Arial, Helvetica;
}

#subNav a {
	color:#333333;
	padding:3px 12px;
	display:block;
	width:276px;
}

#subNav .white a {
	background:#fff;
}

#subNav a:hover, #subNav li.down a {
	background:#70716B;
	color:#FFFFFF;
}

#subNav li.child {
	border-top:none;
	border-bottom:1px solid #fff;
}

#subNav li.child a {
	background:#8D8E89;
	font-size:11px;
	color:#FFFFFF;
	padding:1px 12px 1px 27px;
	width:261px;
}

#subNav li.child a:hover, #subNav li.child a.down {
	text-decoration:underline;
}


/* Side Bar */

#sideBar {
	float:left;
	width:300px;
	padding:0 0 15px 17px;
}

.home #sideBar {
	float:right;
	padding:0 17px 15px 0;
}

.avivaBanner {
	margin:0 0 14px 0;
}

.forecastDayCont {
	background:#F2F2F2;
	padding:2px 0 3px 0;
}

.forecastDay {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	font-size:10px;
	color:#808080;
	line-height:15px;
	padding:8px 10px 5px 12px;
	margin:0 0 -1px 0;
}

.forecastDay img {
	float:left;
	margin:3px 15px 0 0;
}

.forecastDayTitle {
	color:#0090D4;
	font-size:12px;
	font-family:"Lucida Sans", "trebuchet MS", Arial, Helvetica;
	line-height:10px;
}

.forecastDate {
	color:#000;
	font-size:11px;
}

#worldNewsContainer {
	background:url(/images/backgrounds/content_bottom_line.gif) repeat-x #F2F2F2;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#C2CC1C;
	margin:15px 0 0 0;
	padding:15px 0 15px 14px;
	border-bottom:1px solid #fff;
}

#worldNewsContainer iframe {
	margin:10px 0 0 0;
}

#newsContainer {
	font-size:11px;
	color:#666666;
	line-height:16px;
}

#newsContainer h3 {
	color:#000000;
	font-size:13px;
	font-family:"Lucida Sans", "trebuchet MS", Arial, Helvetica;
	font-weight:normal;
}

#newsContainer p {
	margin:6px 0 15px 0;
}

#newsContainer a {
	color:#000000;
	text-decoration:none;
}

#newsContainer a:hover {
	color:#000000;
	text-decoration:underline;
}

#viewMoreWorldNews {
	text-align:right;
	background:url(/images/backgrounds/content_top_line.gif) repeat-x;
	padding:10px 0 0 0;
	font-size:11px;
}

#viewMoreWorldNews a {
	text-decoration:underline;
	color:#C2CC1C;
}


/* Content */

#content {
	width:600px;
	margin:0 16px 0 0;
	_margin:0 8px 0 0;
	float:right;
	padding:0 0 20px 0;
}

.home #content {
	float:left;
	margin:0 0 0 16px;
	_margin:0 0 0 8px;
	background:url(/images/backgrounds/content_top_line.gif) repeat-x;
	padding:18px 0 20px 0;
}

.lineBreak {
	background:url(/images/backgrounds/content_top_line.gif) repeat-x;
	height:3px;
}

#content p, #content table, #content ul {
	margin:0 0 18px 0;
}

#content li {
	list-style:none;
	background:url(/images/spacers/required.gif) no-repeat 0 7px;
	padding:0 0 5px 19px;
}

#content a {
	text-decoration:underline;
}

.cta {
	text-align:right;
	margin:-2px 0 0 0;
}

.cta img {
	margin:0 0 0 16px;
}

#faqLinks {
	background:url(images/backgrounds/content_top_line.gif) repeat-x bottom left;
	padding:0 0 15px 0;
}

#faqLinks a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.pricesTable {
	border-bottom:2px solid #F2F2F2;
	border-top:2px solid #F2F2F2;
}

.pricesTable td {
	background:#F2F2F2;
	border-bottom:1px solid #fff;
	padding:10px;
	font-size:11px;
}

.pricesTable td.first, .restringingTable td.first, .timeTable th.first {
	border-top:1px solid #fff;
}

.pricesTable h3 {
	font-size:13px;
	margin:0 0 2px 0;
}

.restringingTable {
	border-bottom:2px solid #F2F2F2;
	border-top:2px solid #F2F2F2;
}

.restringingTable td {
	background:#F2F2F2;
	padding:4px 10px;
	font-size:11px;
	line-height:16px;
}

.restringingTable td.last {
	border-bottom:1px solid #fff;
}

.restringingTable th {
	background:#F2F2F2;
	padding:5px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}

.restringingTable h3 {
	padding:10px 0 0 0;
}

.timeTable {
	border-bottom:2px solid #F2F2F2;
	border-top:2px solid #F2F2F2;
	width:100%;
}

.timeTable th {
	background:#F2F2F2;
	padding:8px 10px 0 10px;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}

.timeTable td {
	border-bottom:1px solid #fff;
	padding:0 10px 10px 10px;
	background:#F2F2F2;
	font-size:11px;
	line-height:16px;
}


/* News */

h3.latestNewsHead {
	color:#E30E78;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:url(images/backgrounds/rounded_box_top.gif) no-repeat bottom left;
	height:40px;
	margin:15px 0 0 0;
}

h3.latestNewsHead img {
	vertical-align:middle;
	margin:0 0 0 12px;
}

.latestNewsContainer {
	background:url(/images/backgrounds/rounded_box_middle.gif) repeat-y;
	padding:5px 18px;
	font-size:11px;
	line-height:16px;
}

.latestNewsFooter {
	background:url(/images/backgrounds/rounded_box_bottom.gif) no-repeat;
	height:30px;
	padding:15px 0 0 0;
	margin:-13px 0 0 0;
}

.latestNewsContainer img {
	float:left;
	margin:0 15px 0 0;
}

.latestNewsTitle {
	color:#0090D4;
	font-size:13px;
	font-family:"Lucida Sans", "trebuchet MS", Arial, Helvetica;
}

#content .latestNewsTitle a {
	text-decoration:none;
}

.newshomedate {
	color:#000000;
	font-size:10px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin:4px 0;
}

#content .latestNewsContainer a.readMore {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#content .latestNewsContainer a.readMore:hover {
	text-decoration:underline;
}

.moreNews {
	float:right;
	font-size:11px;
	color:#E30E78;
	line-height:26px;
}

.moreNews:hover {
	color:#0090D4;
}

#content .newsTitle {
	margin:0;
}

#content .newsTitle a {
	text-decoration:none;
}

.newsDate {
	text-transform:uppercase;
	color:#000000;
	font-size:11px;
}

#content a.newsReadMore {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#content a.newsReadMore:hover {
	text-decoration:underline;
}


/* Online Enquiry Form */

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #BABABA;
	padding:3px;
}

.textinputhover {
	border:1px solid #009BDE; 
	padding:3px;
}

select {
	font-size:11px;
	color:#808080;
}

.submit {
	text-align:right;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#footer {
	margin:0 auto;
	width:949px;
	color:#808080;
	font-size:9px;
	line-height:17px;
	padding:13px 0 10px 0;
	text-align:left;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#0090D4;
}

.footerContactDets {
	margin:20px 0;
}

.footerContactDets img {
	margin:7px 15px 0 0;
	float:left;
}

#footerRight {
	float:right;
	text-align:right;
}

#footer ul {
	margin:0 0 20px 0;
}

#footer li {
	display:inline;
	list-style:none;
}