/* CSS Document */

@import url("mainnav.css");
@import url("futsalForms.css");
@import url("futsalleaguetables.css");
@import url("futsal_datestamp.css");

#location_box {
	float: left;
	height: 600px;
	width: 600px;
	border: thin solid #FF6600;
}

#orange_box {
	border: thin solid #FF6600;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.padmebottom {
	padding-bottom: 5px;
}

/* TEXT COLOURS START */
.white {
	color: #FFFFFF;
}

.orange {
	color: #F18E00;
}

.black {
	color: #000000;
}


/* TEXT COLOURS END */

/* LINK INFORMATION START */
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #F18E00;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	border-bottom-style: solid;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #F18E00;
	text-decoration: none;
}

a:link, a:visited {
	color: #F18E00;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* LINK INFORMATION END */


/* PAGE CONTENT START */

.content_copy {

}

.hide { /* THIS WORKS THE OPENING AND CLOSING PARAGRAPHS */
	overflow: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* PAGE CONTENT END */

/* GENERAL TAG INFORMATION START */


h1, h2, h3, h4, h5, h6  {
	color: #F18E00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 90%;
}

h6 {
	font-size: 180%;
}

p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#pagecontent ul, #pagecontent_wide ul, #right_column ul  {
	color: #FFFFFF;
	font-size: 75%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5%;
}
.floatright {
	float:right;
	}
	
.floatleft {
	float:left;
	}
	
.clearme {
	clear:both;
	}

.padmeright {
	padding-right: 10px;
}

.padmeleft {
	padding-left: 10px;
}
.padmetop {
	padding-top: 10px;
}
.padmebottom {
	padding-bottom: 10px;
}

/* GENERAL TAG INFORMATION END */

/* PLAY ZONE START */

div.game {
	padding: 1%;
	float: left;
	width: 46%;
	border: 1px solid #FF6633;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.game img {
	height: 75px;
	width: 100px;
}

/* PLAY ZONE END */

/* BIG ON LOCTION START */

#big_location_box {
	padding-top: 200px;
	background-image: url(my_images/big_on_location.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 320px;
	width: 300px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.btnNorm:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	height: auto;
	width: auto;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #F18E00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	float: left;
	}
	
.btnNorm:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
}

/*BIG ON LOCATION END */

/* STRUCTURE START */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#left_edge {
	float: left;
	width: auto;
}

#right_edge {
	float: right;
	width: auto;
}

#wrapper {
	width: 55em;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

#banner {
	width: 100%;
	height: 8.63em;
	background-image: url(my_images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	height: 8.63em;
	width: 28%;
	float: left;
}

#navbar {
	height: 2.38em;
	width: 100%;
	background-image: url(my_images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content {
	width: 100%;
	background-image: url(my_images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#left_column {
	min-height: 37em;
	width: 28%;
	float: left;
}

#middlewrapper {
	width: 71%;
	float: right;
}

#right_column {
	width: 40%;
	float: right;
}

#pagecontent {
	width: 58%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pagecontent_wide {
	width: 70%;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* STRUCTURE END */

/* LINK STYLES START */

a.img:link {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* LINK STYLES END */



/* PRE-REGISTRATION BOX START */

/*#fa_logo_box {
	float: right;
	padding-top: 16px;
	padding-left: 2%;
}*/

#upforit_box {
	clear: both;
	padding-top: 5px;
}

#prereg_box {
	float: left;
	width: 90%;
	padding-top: 16px;
}
#prereg_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	width: 100%;
	height: 1.4em;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 3px;
	border-left-width: 6px;
	float: left;
	background-image: url(my_images/pre_reg_bar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 5px;
	padding-top: 3px;
}
#prereg_copy  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
	width: 95%;
	height: auto;
	border-top-width: 3px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	text-align: left;
	float: left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #000000;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5%;
}
/* PRE-REGISTRATION BOX END */

/* TABLE STYLE START */

table th, table td {
	color: #FFFFFF;
	font-size: 75%;
	}

table#futsalfacts {
	padding: 2px;
	width: 100%;
	border: thin solid #CCCCCC;
	border-collapse: collapse;
	empty-cells: show;
}

table#futsalfacts thead {
	background-color: transparent;
	background-image: url(my_images/Orange%20Grad.png);
	background-repeat: repeat-x;
	background-position: left top;
}

table#futsalfacts th {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 75%;
}

table#futsalfacts td {
	padding: 4px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 75%;
}

table#futsalfacts caption, table.jobs caption {
	font-size:110%;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	padding-bottom: 5px;
}

table#futsalfacts th.headrowOne {
	width: 10%;
}
table#futsalfacts th.headrowTwo {
	width: 45%;

}
table#futsalfacts th.headrowThree {
	width: 45%;
}

table.jobs {
	width: 100%;
	border: thin solid #CCCCCC;
	border-collapse: collapse;
	empty-cells: show;
	margin-bottom: 20px;
}

table.jobs th, table.jobs td {
	vertical-align: text-top;
	padding: 4px;
	border: 1px solid #FFFFFF;
}

table.jobs td {
	width: 60%;

}
table.jobs th {
	width: 40%;
	text-align: right;
}

/* TABLE START END */

#news_box {
	background-image: url(my_images/news_panel.gif);
	clear: both;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 120px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#fun_box {
	background-image: url(my_images/@futsal_fun.gif);
	clear: both;
	padding-top: 155px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 100px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#reg_now {
	background-image: url(my_images/REIGSTER_NOW.gif);
	clear: both;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 80px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#la_liga_box {
	background-image: url(my_images/LA_LIGA.gif);
	clear: both;
	padding-top: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 180px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#book_online_box {
	background-image: url(my_images/ONLINE_BOOKING.gif);
	clear: both;
	padding-top: 70px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 150px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
