/* Surfing Queensland Surf School Style Sheet created by 2Creative */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #FFF;
	background: #01223C url(../images/bg-strip.jpg) repeat-x left top;
}
h1 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 20px;	
}
h2 {
	font-size: 120%;	
	margin-bottom: 10px;	
}
p { 
	padding-bottom: 15px;
}
img {
	border: none;
}	
a {
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
	#flashHeader {
		height: 204px;
	}
	#menu {
		height: 49px;
		background: url(images/qss-navbar.jpg) no-repeat left top;
	}

	#content {
		margin-bottom: 10px;
	}
		#contentTop {
			height: 36px;
			background: url(../images/titlebar.jpg) no-repeat top left;
		}
			
		#leftColumn {
			float: left;
			width: 280px;		
		}			
			#sideContent {
				margin: 0 10px;
				padding: 15px 20px 0;
				background:url(../images/body-strip.jpg) repeat-x top left;
				min-height: 320px;
			}
				#sideContent h2 {
					font-size: 140%;
					font-style: italic;
					padding-bottom: 10px;
					margin-bottom: 15px;
					border-bottom: 1px dashed #FFF;
				}	
				ul.eventCatList {
					list-style: none;
					margin-bottom: 15px;
					border-bottom: 1px dashed #FFF;
				}
				ul.eventCatList li {
					padding-bottom: 10px;
				}
		
		#rightColumn {
			float: right;
			width: 685px;
		}	
			#mainContent {
				margin: 0 10px;
				padding: 18px 20px 0;
				background:url(../images/body-strip.jpg) repeat-x top left;
				min-height: 320px;
			}
				#heading {
					height: 34px;	
					margin-bottom: 20px;		
				}
				#heading h1 {
					border-bottom: 1px dashed #FFF;
				}				
				
				#mainText {
					float: left;
					width: 480px;				
				}
				#mainImage {
					float: right;
					width: 120px;				
				}
					#mainImage img {
						margin-bottom: 15px;
					}

	#flashFooter {
		height: 105px;
		background: url(images/qss-logo-bar.gif) no-repeat left top;
	}
		#flashFooter img {
			padding-top: 8px;
			padding-left: 20px;
		}
	
	#footer {		
		height: 40px;
		margin-top: 10px;
		margin-bottom: 20px;
		background: url(../images/footerbar.jpg) no-repeat top left;
	}
		#footer p {		
			font-size: 95%;	
			padding-top: 10px;
			text-align: center;
			color: #3399FF;
		}
		#footer a {
			color: #66CCFF;	
		}
		#footertext {
		}
	
	
/************************ MISC ********************/	
.clearFloat {
	clear: both;
}
.dottedLine {
	border-bottom: 1px dotted #FFF;
	padding-top: 5px;
	margin-bottom: 15px;
}
.notice {
	font-style: italic;
	font-size: 95%;
}	
.eventNotice {
	font-style: italic;
	font-size: 95%;
}	
.red {
	color: #FF0000;	
}
.lightBlueBold {
	color: #66CCFF;
	font-weight: bold;
}
a.collapsible {
	background: url(../images/collapsed.gif) no-repeat center left;
	padding-left: 15px;
}
a.viewDetails, a.enterEvent {
	float: left;
	display: block;
	width: 100px;
	line-height: 1.6em;
	background: #000066;
	color: #FFF;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	margin-top: 5px;
	margin-right: 10px;
} 
a.enterEvent {
	background: #CC0000;
	color: #FFF;
} 
a.viewDetails:hover {
	color: #FFF;
	text-decoration: none;
}
a.enterEvent:hover {
	color: #FFF;
	text-decoration: none;
}
a.sqSite, a.mainSite {
	float: left;
	display: block;
	background: #01223C;
	border: 1px solid #666;
	width: 140px;
	line-height: 1.6em;
	color: #FFF;
	font-weight: bold;
	text-align: center;	
	text-decoration: none;
	margin-top: 5px;
	margin-right: 30px;
}
.floatedRightImage {
	float: right;
	margin: 0 0 15px 15px;
}
.invisible {
	display: none;
}

/************************* TABLE **********************/
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}	
th {
	background: #3399FF;
	color: #FFFFFF;
	padding: 5px;
}
td {
	padding: 5px;
}

#eventTable {
	font-size: 95%;
}	
	#eventTable th {
		padding: 0;
	}
	#eventTable td {
		vertical-align: top;
		padding: 2px;
	}

#pagination {
	font-size: 95%;
	text-align: center;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #01223C;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #CCCCCC;
	line-height:18px;
	z-index:100;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	visibility: hidden;
	font-size: 11px;
	font-style: italic;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: #006699;
	margin: 3px 8px;
}