a img{
	border: 0;
}

h1{
	font-size:20px;
	padding: 0px;
}

h9{
	font-size:6px;
	padding: 0px;
	margin:0px;
}

div.clear{
	clear: both;
}
/************************************************************ HOME */

body#index div#pageBase{
	top: 0px;
}
div#indexPhoto{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 800px;
	height: 460px;
	background-image: url('../images/introScreen.png');
	background-repeat: no-repeat;
}

div#enterButtonDiv{
	position: relative;
	}

ul#enterButton{
	margin-left: auto;
	margin-right: auto;
	margin-top: -100px;
	width: 200px;
	height: 200px;
} 
ul#enterButton li{  
	display: inline-block;  
}  

ul#enterButton li a{  
	height: 200px;  
	float: left;  
	text-indent: -9999px;  
}  

ul#enterButton li#enter a{  
	width: 200px;  
	background-image: url('../images/enterBall.gif');
	background-repeat: no-repeat; 
}  
ul#enterButton li#enter a:hover{  
	background-position: 0 -200px;  
}  
   
ul#newsList li{
	padding-bottom: 10px;
}






/************************************************************* FIXTURES AND RESULTS */

div.fixtureBox{
	border-top:1px solid #aaa;
	border-left: 5px solid #003399;
	margin-bottom: 20px;
	width: 505px;
	overflow: hidden;
}
div.fixtureBox table{
	float:left;
	text-align: left;
	width: 400px;
}
div.fixtureBox table th{
	padding-right: 10px;
}
div.fixtureBox table th.colTitles{
	width: 10px;
}



div.resultsBox{
	border-top:1px solid #aaa;
	border-left: 5px solid #dfd86a;
	margin-bottom: 20px;
	width: 500px;
}
div.resultsBox table.compTable{
	text-align: left;
}
div.resultsBox table.compTable p{
	margin: 0px;
	padding: 0px;
}
table.resultsTable{
	margin-left: 30px;
}
table.resultsTable th, table.resultsTable td{
	text-align: left;
	padding-right: 10px;
}
table.resultsTable{
	border: 1px solid #dfd86a;
}
table.resultsTable tr.tableRow1{
	background-color: #ddd;
}
table.resultsTable tr.tableRow2{
	background-color: white;
}
div.resultsBox .colTitles{
	width: 90px;
}
div.resultsBox .colDetails{
	width: 250px;
}
div.resultsBox .colButtons{
	width: 100px;
}
div.resultsBox .colButtons{
	width: 100px;
}
div.resultsBox a#edit{
	text-decoration: none;
	color: #003399;
	background-color: #dfd86a;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
}


div.showDiv{
	display: inline;
}
div.hideDiv{
	display: none;
}
div.resultsDiv{
	display: none;
}

table.resultsTable th.name{
	width: 220px;
}





/************************************************************* RATES */
table#applicationForms th{
	padding-left: 15px;
	padding-right: 15px;
}
table#applicationForms td{
	border: 1px solid #dfd86a;
}

td.centreOfCell{
	text-align:center;
}


/************************************************************* COURSE */

div.holeDescVisible {
	position: absolute;
	top:65px;
	left:0px;
	display: inline;
	width: 570px;
	height: 260px;
	overflow: auto;
	padding: 0;
	background: transparent;
}

div.holeDesc {
	position: absolute;
	top:65px;
	left:0px;
	display: none;
	width: 570px;
	height: 260px;
	overflow: auto;
	padding: 0;
	background: transparent;
}


div.holeText{
	height:200px;
	width: 300px;
	font-size: 11px;
}
div.holeBlock{
	float:left; 
	width: 300px;
}

div.holeImages{
	float: right; 
	width: 200px; 
	height:174px;
	overflow: hidden;
	padding-top: 25px;
	margin-right:20px;
}

ul.imageList{
	display:inline-block;
	list-style-type: none;
	margin-left: -40px;
	margin-top:0px;
}

div.nextButton{
	float: right;
	width: 100px;
}
div.prevButton{
	float: left;
	width: 100px;
}
div.nextButton img, div.prevButton img{
	border: 0px;
	width: 100px;
	height: 20px;
}


table#layoutImages{
	text-align:center;
	margin-left: 50px;
}
table#layoutImages td{
	padding-right: 50px;
}




/************************************************************* New Project */

div#GALLERY div.galleryDivVisible,
div#GALLERY div.visibleButtonDiv{
	display: inline;
}
div#GALLERY div.galleryDiv,
div#GALLERY div.invisibleButtonDiv{
	display: none;
}



table#galleryTable td{
	height: 80px;
	width: 80px;
	padding: 5px;
}

table#galleryTable img{
	height: 70px;
	width: 70px;
	border: 1px solid #aaa;
	padding: 3px;
}

div#photoDiv {
	z-index:-1;
	position: absolute;
	top:0px;
	right:0px;
	width: 582px;
	height: 356px;
	overflow: scroll;
	overflow-x: hidden;
	border: 2px solid #dfd86a;
	border-left: 0px solid white;
}
div#photoHowTo{
	position: relative;
	top: 120px;
}
div#photoCloseButton{
	position: absolute;
	top:30px;
	left: 420px;
	z-index: 3;
	width: 100px;
	height: 20px;
	background-color: #003399;
	border-top: 1px solid #dfd86a;
	border-bottom: 1px solid #dfd86a;
	text-align: center;
	padding-top: 5px;
}
div#photoCloseButton a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

/************************************************************* frSYSTEM */
div.fixtureBox th.colID{ width: 20px;}
div.fixtureBox th.colDate{ width: 50px;}
div.fixtureBox th.colDateLong{ width: 150px;}
div.fixtureBox th.colComp{ width: 300px;}
div.fixtureBox th.editButton{ width: 100px;}

div.resultsBox th.colPlace{ width: 35px;}
div.resultsBox th.colName{ width: 240px;}
div.resultsBox th.colHcap{ width: 45px;}
div.resultsBox th.colScore{ width: 45px;}
div.resultsBox th.colButton1{ width: 40px;}
div.resultsBox th.colButton1{width: 40px;}

div.visibleDivMen, div.visibleDivLadies {
	display: inline;
	overflow: hidden;
	float: left;
}
div.invisibleDivMen, div.invisibleDivLadies {
	display: none;
	overflow: hidden;
	float:left;
}
div.visibleDiv{
	display: inline;
	overflow: hidden;
}
div.invisibleDiv{
	display: none;
	overflow: hidden;
}

div.numComps{
	float: left;
	margin-top: -1px;
	padding: 3px 10px 3px 10px;
	width: 150px; 
	border: 1px solid #aaa;
}

table.frTable tr.tableHeaderRow2 th {
	border-bottom: 1px solid #993333;
}
table.frTable tr.tableHeaderRow2blue th {
	border-bottom: 1px solid #003399;
}
table.frTable tr.tableRow1{
	background-color: #ddd;
}
table.frTable tr.tableRow2{
	background-color: white;
}

div.fixtureDetailsForm{
	margin-top: 20px;
	border: 1px solid #aaa;
	width:520px;
	margin-bottom: 10px;
}

div.timesheetBox{
	width:535px;
	background-color: #dfd86a;
	border-top: 2px solid #993333;
	border-bottom: 2px solid #993333;
	padding-bottom: 10px;	
}
div.timesheetBoxBlue{
	width:535px;
	background-color: #dfd86a;
	border-top: 2px solid #003399;
	border-bottom: 2px solid #003399;
	padding-bottom: 10px;	
}

table.frTable{
	table-layout:fixed;
	width:500px;
}
table.frTable .colTime{
	width: 75px;
	border-right: 1px solid #dfd86a;
	padding-left: 3px;
	padding-right: 3px;
}
table.frTable th.player{
	width: 108px;
}
div.hideOverflow{
	overflow: hidden;
}

div#resultsForm {
	margin-top:-9px;
	border: 1px solid #aaa;
	background-color: #ddd;
	float: left;
}
div#specialsForm {
	margin-top:-9px;
	border: 1px solid #aaa;
	background-color: #ddd;
	float: left;
}
div#formsContainer{
	padding-left: 5px;
}
ul#resultsTabs{
	list-style-type: none;
}
ul#resultsTabs li{
	display: inline;
	border: 1px solid #aaa;
	background-color: #ddd;
	padding: 3px;
}
ul#resultsTabs li.selectedTab{
	border-bottom: 1px solid #ddd;
}
ul#resultsTabs li a{
	text-decoration: none;
}