body
{
	font-family: Arial, sans-serif;
	background-image: url("background.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 10px;
}


div.masthead
{
	margin-left: auto; margin-right: auto;
	width: 740px;
	BORDER-TOP: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
}


div.main
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}	

div.admin
{
	background-color: #FFCC66;
	background: url(../images/grad/admin.jpg) repeat;
	border:1px solid  #000000;
}

div.slice_editor
{
	border: 1px dashed #000000;
}

div.slice_editor:hover
{
	background-color : #519371;
}




div.footer
{
	margin-left: auto; margin-right: auto;
	width: 740px;
    BORDER-RIGHT: #4169e1 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #4169e1 1px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: lighter;
    FONT-SIZE: x-small;
    PADDING-BOTTOM: 2px;
    TEXT-TRANSFORM: none;
    BORDER-LEFT: #4169e1 1px solid;
    COLOR: #dcdcdc;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #4169e1 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #519371;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}

div.footer_left
{
	float: left;
    TEXT-ALIGN: left;
}

div.footer_right
{
	float: right;
    TEXT-ALIGN: right;
}

div.footer_base
{
    clear:both;
    height:1px;
    overflow:hidden;
}

div.float_menu {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 15em;
  left: 1em;
  width: 8.5em;
  right: auto;
}
div.float_menu p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #519371;
  border: thin outset #000000;
  color: white;
}

div.float_menu a, div.float_menu em { display: block; margin: 0 0.5em }
div.float_menu a, div.float_menu em { border-top: 2px groove #000000 }
div.float_menu a:first-child { border-top: none }
div.float_menu em { color: #CFC }

div.float_menu a:link { text-decoration: none; color: white }
div.float_menu a:visited { text-decoration: none; color: #CCC }
div.float_menu a:hover { background: black; color: white }

fieldset
{
  padding: 1em;
  font:100%/1 sans-serif;
}

label
{
  float:left;
  /*width:25%;*/
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

legend
{
	font-size: large;
}


div.sliceedit label,input
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

div.sliceedit label
{
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

div.sliceedit p
{
	clear: left;
}




div.form label,input
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

div.form label
{
	text-align: right;
	width: 25%;
	padding-right: 20px;
}

div.form p
{
	clear: left;
}

div.form h3
{
	font-style: italic;
}



div.email_form label,input
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

div.email_form label
{
	text-align: left;
	width: 10%;
	padding-right: 10px;
}

div.email_form p
{
	clear: left;
}

div.email_form h3
{
	font-style: italic;
}






/* section : Used when centred headings are required */
div.section h2
{
	text-align: center;
}

div.section h3
{
	text-align: center;
}

div.menupage p
{
	margin-left: 30px;
}


div.tables
{
	display: block;
	clear: left;
}

/* Match results */
table.match
{
	width: 85%;
	border-collapse:collapse;
	border:1px solid  #347235;
	/*background-color: #00cc33;*/
	color: #777777;
}
table.match thead th
{
	background: url(../images/grad/silver2.jpg) repeat;
	/*background-color: #000000;*/
	height: 47px;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: centre;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px solid #347235;
}

table.match thead th.head
{
	background: url(../images/grad/green1.jpg) repeat;
	height: 47px;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: centre;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px solid #DDDDDD;
}



table.match tbody th
{
	background: #FFF8E8 url(../images/grad/green4.jpg) repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding: 5px 7px;
	text-align: left;
	border-top: 1px solid #347235;

}
table.match td
{
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 7px;
	border-top: 1px solid #347235;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
table.match tr
{
	background: url(../images/bg_td1.jpg) repeat top;
}

table.match tr.odd
{
	background: #FFF8E8 url(../images/grad/green4.jpg) repeat;
}









table.match_banner
{
	width: 735px;
}

table.match_banner thead th
{
	background: #006633 url(../images/grad/green5.jpg) repeat;
	color: #FFFFF0; 
	font-family: Arial, Helvetica, sans-serif;
}
table.match_banner tbody th
{
	background: #00cc33 url(../images/grad/green2.jpg) repeat;
	color: #FFFFF0; 
	font-family: Arial, Helvetica, sans-serif;
}

/* Member pb's */
table.member_pb
{
	border: 0px;
	padding: 3px;
	width: 780px;
	text-align: left;
	font-size: 0.9em;
	font-family: Times, serif;
}
table.member_pb tbody th
{
	font-weight: bold;
}


table.member
{
	border: 0px;
	padding: 3px;
	width: 450px;
	text-align: left;
	font-size: 0.9em;
	font-family: Times, serif;
}
table.member tbody th
{
	font-weight: bold;
}








/* Admin table */
table.admin_table
{
	width: 550px;
	border-collapse:collapse;
	border:1px solid  #347235;
	color: #777777;
}
table.admin_table thead th
{
	background: url(../images/grad/silver2.jpg) repeat;
	/*background-color: #000000;*/
	height: 47px;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: centre;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px solid #347235;
}


table.admin_table tbody th
{
	background: #FFF8E8 url(../images/grad/green4.jpg) repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding: 5px 7px;
	text-align: left;
	border-top: 1px solid #347235;

}
table.admin_table td
{
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 7px;
	border-top: 1px solid #347235;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
table.admin_table tr
{
	background: url(../images/bg_td1.jpg) repeat top;
}

table.admin_table tr.odd
{
	background: #FFF8E8 url(../images/grad/green4.jpg) repeat;
}




/* calendar table */
table.calendar
{
	width: 650px;
	border-collapse:collapse;
	border:1px solid  #347235;
	color: #777777;
}
table.calendar thead th
{
	background: url(../images/grad/silver2.jpg) repeat;
	/*background-color: #000000;*/
	height: 47px;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: centre;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px solid #347235;
}


table.calendar tbody th
{
	background: #FFF8E8 url(../images/grad/green4.jpg) repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding: 5px 7px;
	text-align: left;
	border-top: 1px solid #347235;

}
table.calendar td
{
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px 7px;
	border-top: 1px solid #347235;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
table.calendar tr
{
	background: url(../images/bg_td1.jpg) repeat top;
}

table.calendar tr.odd
{
	background: #FFF8E8 url(../images/grad/green4.jpg) repeat;
}








.float_top
{
	position: absolute;
	top: 6em;
	right: auto;
	width: 740px;
}











table.dead tbody th
{
	
}


