@charset "UTF-8";
/* CSS Document */

/* Text Styles */

	/* for the top of the page */
h1.banner {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 29px;
	color: #3366cc;
	font-style:italic;
	font-weight: bold;
	
	}
	
	/* navbar styles */
ul.navbar {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:6699ff;
	font-style: normal;
	font-weight:bold;
	
	}
	
	/* for the middle of the page */
.pageheading {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 29px;
	color:#000000;
	font-weight: bold;
	font-style:normal;
	}
	
.middleheading {
	font-family: Helvetica, Arial, sans-serif;
	font-style: oblique;
	color: #993300;
	text-align: center;
	font-size: 12px;
	
	}
	
	
	/* Link properties one general and one for the navbar */
	
a {
	color: #0033cc;
	text-decoration: underline;
	}
	
a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
a.navbar {
	color: 3366cc;
	text-decoration:none;
	}

a.navbar:hover {
	color: #FF0000;
	text-decoration:none;
	}
	
	/* Dynamically changes the link of the active page */
	
body.home a#home {
	color: #FF0000;
	text-decoration:none;
	}
	
body.accountlogin a#accountlogin {
	color: #FF0000;
	text-decoration:none;
	}

body.tournaments a#tournaments {
	color: #FF0000;
	text-decoration:none;
	}

body.tournamentservices a#tournamentservices {
	color: #FF0000;
	text-decoration:none;
	}
		
body.tournamentdirectorlogin a#tournamentdirectorlogin {
	color: #FF0000;
	text-decoration:none;
	}
     
	 
/* End Text Styles */




/* Table Styles and structure for the main content table tournaments page */

table.table {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: none;
	font-size: 14px;
	height: 30px;
	border-collapse:collapse;
	}
	
tr.header {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	
	}

tr.table {
	height: 30px;
	border-width:1px 0;
	border-style:solid;
	border-color: #CCCCCC;
	}

td.table {
	border-bottom: thin;
	}	
	
table.table {
	text-align: center;
	margin: 30px auto 0 auto;
	
	}
td.left {
	text-align: left;
	padding-left: 10px;
	}
	
td.center {
	text-align: center;
	}
	
tr.gray {
	background-color: #CCCCCC;
	height: 30px;
	border-width:1px 0;
	border-style:solid;
	border-color: #CCCCCC;
	}
/* Table Styles and structure for the main content table tournamentsservices page */

table.tournamentservices {
	padding-top: 40px;
	
}
tr.tstableheader {

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;

	}
	
td.tstableheader {
	
	padding-top: 40px;
	
	}

td.image {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: none;
	font-size: 14px;
	vertical-align: bottom;
	text-align: center;

	}	
td.content {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: none;
	font-size: 14px;
	vertical-align: bottom;
	text-align: left;
	
	}


/* End Table Styles */




/* Stucture */

	
	/* centers body */

body {
	margin: 0 auto 0 auto;
	text-align: center;
	}	
	
	
	
	/* left aligns inner body*/
	
.wrapper {
	text-align: left;
	width: 689px; 
	text-align: left;
	border: 0px; 
	padding: 0;  
 	margin: 0 auto; 
	} 
	
	
	/* controls the look of the banner part including the navbar */
	
.banner {
	padding: 10px 0px 0px 0px;
	margin: 0 0 0 0;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
}

	 
	 /* navbar positioning different classes are needed to keep the spacing even in the middle but flush on the right and left. */

ul.navbar {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}

li.navbarleft {
	display:inline;
	padding: 0px 10px 0px 0px;
	}

li.navbarinside {
	display:inline;
	padding:  0px 12px 0px 13px;
	}
li.navbarright {
	display:inline;
	padding: 0px 0px 0px 10px;
	text-align: right;
	}


	/* This is that header that falls in the middle of the page. */
.pageheading {
	text-align:center;
	margin: 10px auto 0px auto;
	}
	


	/* this is just a table to keep the images in the middle spaced evenly. */
table.graphics {
	padding: 0px;
	}

ul.content {
	padding: 0px 0px 5px 30px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	}
li.content:before {  
     content: " - ";  
	}  

/* End Structure */