/* - - - - - - - - - - - - - - - - - - - - -

Title : Sydney University Sport
URL : http://www.susport.com

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

html,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }

body { margin: 0; padding: 0; font: normal 10pt/14pt arial, verdana, helvetica; color: #000; background: #345c97; text-align: center;  }

fieldset { border: 0; }

img { border: 0; }

h1 { font: bold 24px arial, verdana, helvetica; color: #2d6db0; }

h2 { font: bold 14px arial, verdana, helvetica; color: #000; }

td,li,input,textarea,select { font: normal 10pt/14pt arial, verdana, helvetica; }

a:link, a:visited {}

a:hover, a:focus {}

.clear { clear: both; font-size: 0; height: 0; line-height: 0; }

code,legend { display: none; }

/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#wrapper {
  width: 985px;
	margin: 0 auto;
	padding: 7px 7px 0px 7px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
}

#headerwrap {
  width: 985px;
	height: 168px;
	background: url('../templateimages/bg_header.gif') no-repeat;
}

 #logo {
   float: left;
	 position: relative;
	 top: 29px;
	 left: 23px;
 }

#menuwrap {
	float: left;
	position: absolute;
	top: 178px;
  width: 985px;
	height: 60px;
	background: url('../templateimages/bg_navMain.gif') no-repeat;
}

 #searchwrap {
   float: left;
	 position: relative;
	 top: 10px;
	 left: 10px;
	 width: 180px;
 }
 
 	#searchleft {
	  float: left;
	}
 
 	#searchleft input {
	  border: 0;
	}
	
	#searchright {
	  float: left;
		position: relative;
		top: 3px;
		left: 10px;
	}

#bodywrap {
  /*position: relative;
	top: 60px;*/
	width: 985px;
	padding-top: 60px;
}

 	#lhs {
		float: left;
	  width: 222px;
	}
	
		ul.side_info {
		  width: 205px;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		ul.side_info li {
		  width: 205px;
			margin: 0;
			padding: 0;
			padding-bottom: 7px;
		}
		
		ul.side_info li.btn_sub {
		  width: 205px;
			margin: 0;
			padding: 0;
			padding-bottom: 4px;
		}
		
		ul.side_info li.btn_sub_last {
		  width: 205px;
			margin: 0;
			padding: 0;
			padding-bottom: 19px;
		}
		
		li#scoreboard {
		  width: 205px;
			height: 193px;
			display: block;
			background: url('/images/custom/scoreboard.jpg') no-repeat 0 0;
			/*background: url('../templateimages/bg_scoreboard.gif') no-repeat;*/
		}
	
		div#pollswrap {
		  width: 201px;
			border: 2px solid #bcd6e4;
			background: #ebf6fd url('../templateimages/bg_polls.gif') repeat-x 0 100%;
		}
		
			#pollstextwrap {
				padding: 15px;
			}
	
	#centerwrap {
	  float: left;
		width: 540px;
	}
	
		#contentwrap {
			width: 540px;
			/*border: 2px solid #dadada;
			background: #FFF url('../templateimages/bg_content.gif') repeat-x 0 100%;*/
		}
		
			/*#textwrap {
			  min-height: 373px;
				height: auto;
				padding: 10px;
				border: 0;
			}*html #textwrap { height: 373px; }*/
		
		#newswrap {
			padding: 10px 1px;
		}

 	#rhs {
		float: right;
	  width: 205px;
	}

#footerwrap {
  width: 985px;
	height: 76px;
	margin-top: 15px;
	padding: 8px 0;
	text-align: center;
	background: url('../templateimages/bg_footer.gif') no-repeat;
}

#footerNav_wrap {
  width: 985px;
	padding: 0 0 8px 0;
	text-align: center;
}

 #footerNav_wrap a, #footerNav_wrap a:hover {
   font: normal 8pt verdana, arial, helvetica;
	 color: #000;
	 text-decoration: none;
 }

/*
----------------------------------------------------------------------------- 
Navigation
-----------------------------------------------------------------------------*/

ul#nav {
  float: left;
	position: relative;
	left: 3px;
	width: 779px;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

ul#nav li {
  float: left; /*For Gecko*/
	margin: 0;
  padding: 0;
  position: relative;
	background: url('../templateimages/bg_menuBr.gif') no-repeat;
}

ul#nav li#navindex {
  float: left; /*For Gecko*/
	margin: 0;
  padding: 0;
  position: relative;
	background: none;
}

ul#nav ul {
	z-index: 15;
  position: absolute;
	top: 38px;
	left: 0px;
	width: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
	background: #0053a1;
  border: 1px solid #000;
	}

ul#nav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}
	
#nav a {
	padding: 0px 14px;
	font: bold 11px/38px verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	}
	
#nav a.selected {
	font: bold 11px/38px verdana, Arial, Helvetica, sans-serif;
	color: #2d6db0;
	}

#nav a:hover {
	font: bold 11px/38px verdana, Arial, Helvetica, sans-serif;
	color: #2d6db0;
	}

/* 2nd Menu */
ul#nav li ul li a {
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
	width: 180px;
  height: auto !important;
  height: 1%; /*For IE*/
	padding: 0px 13px;
	font: normal 11px/25px verdana, Arial, Helvetica, sans-serif;
	text-align: left;
  text-decoration: none;
  display: block;
	cursor: pointer;
	}

ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
	color: #FFF;
	background: #0053a1;
	cursor: pointer;
	}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
	font: normal 11px/25px verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fdc50c url('../templateimages/bg_navMainHover.gif') repeat-x;
	}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
	font: normal 11px/25px verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 1px solid #000;
	background: #FFF;
	}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
	font: normal 11px/25px verdana, Arial, Helvetica, sans-serif;
	color: #2d6db0;
	background: #FFF;
	}

ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
	position: absolute;
  top: -1px;
  left: 206px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
	border-bottom: 0;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
	}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
	}

/*
----------------------------------------------------------------------------- 
Scroller Box
-----------------------------------------------------------------------------*/

#scroller_container {
	width: 205px;
	height: 110px;
  position: relative;
	top: 70px;
	left: 15px;
  overflow: hidden;
}

#scroller {
	width: 175px;
  position: relative;
	top: 0;
	left: 0;
}

/*
----------------------------------------------------------------------------- 
News
-----------------------------------------------------------------------------*/

#newswrap dl.teaserwrap {
  float: left;
  width: 112px;
}

#newswrap dl.teaserwrap_last {
  float: left;
}

#newswrap dl.teaserwrap a,#newswrap dl.teaserwrap_last a {
  font: bold 10px arial, verdana, helvetica;
	color: #000;
	text-decoration: none;
}

 	#newswrap dt {
	  width: 89px;
	  margin: 0;
	  padding: 0;
	}
	
	#newswrap dd {
	  width: 89px;
	  margin: 0;
	  padding: 0;
	}

/*
----------------------------------------------------------------------------- 
Quicklink Buttons
-----------------------------------------------------------------------------*/

a.btn_sportClubs {
  width: 205px;
	height: 38px;
	background: url('../templateimages/btn_sportClubs.gif') no-repeat 0 0;
	display: block;
}

a.btn_sportClubs:hover {
	background: url('../templateimages/btn_sportClubs.gif') no-repeat 0 -38px;
}

a.btn_syduniRugby {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_syduniRugby.jpg') no-repeat 0 0;
	display: block;
}

a.btn_syduniRugby:hover {
	background: url('../templateimages/btn_syduniRugby.jpg') no-repeat 0 -63px;
}

a.btn_sydFlames {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_sydFlames.jpg') no-repeat 0 0;
	display: block;
}

a.btn_sydFlames:hover {
	background: url('../templateimages/btn_sydFlames.jpg') no-repeat 0 -63px;
}

a.btn_login {
  width: 205px;
	height: 23px;
	background: url('../templateimages/btn_login.gif') no-repeat 0 0;
	display: block;
}

a.btn_login:hover {
	background: url('../templateimages/btn_login.gif') no-repeat 0 -23px;
}

a.btn_membership {
  width: 205px;
	height: 40px;
	background: url('../templateimages/btn_membership.gif') no-repeat 0 0;
	display: block;
}

a.btn_membership:hover {
	background: url('../templateimages/btn_membership.gif') no-repeat 0 -40px;
}

a.btn_administration {
  width: 205px;
	height: 40px;
	background: url('../templateimages/btn_administration.gif') no-repeat 0 0;
	display: block;
}

a.btn_administration:hover {
	background: url('../templateimages/btn_administration.gif') no-repeat 0 -40px;
}

a.btn_clubnotices {
  width: 205px;
	height: 40px;
	background: url('../templateimages/btn_clubnotices.gif') no-repeat 0 0;
	display: block;
}

a.btn_clubnotices:hover {
	background: url('../templateimages/btn_clubnotices.gif') no-repeat 0 -40px;
}

a.btn_becomeaMember {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_becomeaMember.jpg') no-repeat 0 0;
	display: block;
}

a.btn_becomeaMember:hover {
	background: url('../templateimages/btn_becomeaMember.jpg') no-repeat 0 -63px;
}

a.btn_timetablesBookings {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_timetablesBookings.gif') no-repeat 0 0;
	display: block;
}

a.btn_timetablesBookings:hover {
	background: url('../templateimages/btn_timetablesBookings.gif') no-repeat 0 -63px;
}

a.btn_tourourFacilities {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_tourourFacilities.jpg') no-repeat 0 0;
	display: block;
}

a.btn_tourourFacilities:hover {
	background: url('../templateimages/btn_tourourFacilities.jpg') no-repeat 0 -63px;
}

a.btn_scholarship {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_scholarship.jpg') no-repeat 0 0;
	display: block;
}

a.btn_scholarship:hover {
	background: url('../templateimages/btn_scholarship.jpg') no-repeat 0 -63px;
}

a.btn_sydtosurfProgram {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_sydtosurfProgram.jpg') no-repeat 0 0;
	display: block;
}

a.btn_sydtosurfProgram:hover {
	background: url('../templateimages/btn_sydtosurfProgram.jpg') no-repeat 0 -63px;
}

a.btn_adultlearntoSwim {
  width: 205px;
	height: 63px;
	background: url('../templateimages/btn_adultlearntoSwim.jpg') no-repeat 0 0;
	display: block;
}

a.btn_adultlearntoSwim:hover {
	background: url('../templateimages/btn_adultlearntoSwim.jpg') no-repeat 0 -63px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../templateimages/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


.gallery_imagewrap {
  float: left;
	width: 124px;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #CCC;
}
/*
----------------------------------------------------------------------------- 
EVENTS PAGE
-----------------------------------------------------------------------------*/


#events {
  border-top: 20px solid #f5e1e6;
	background-color: #FFF;
}

#events a.eventtitle {
	display : normal;
	border-bottom : 0;
	padding: 0;
	width : auto;
	text-decoration : none;
	color : #000;
	background : none;
}

#events p, #events strong {
	padding: 0 12px;
}

.events_header {
	background-color: #B7B7B7;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	}
	
.events_content {
	background-color:#F2F2F2;
	}
	
h2.eventname {
	margin: 0;
	}
	
hr.event_hr {
	border: none;
	border-top: 1px dashed #D8D8D8;
	color: #F2F2F2;
	}
	
#events_cal {
	padding-top: 30px;
	}
	
p.link_right {
	margin-bottom: 0;
	text-align:right;
	}
