@charset "UTF-8";

html body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #666666;
	background: #F2F2F2 url(../images/AdminBack.jpg) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

* {
	outline: none;
	margin: 0px;
	padding: 0px;
 }
 
 
 

/* GLOBAL
-----------------------------------------------------------------------------------------*/

a {
	color: #0056A2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { 
	border: 0; 
}


.clearfix { zoom:1; }
.clearfix:after { content:'.'; height:0; visibility:hidden; display:block; clear:both; }


table tr.rule td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}



h1 {
	font-size: 36px;
	color: #0257A3;
	line-height: 42px;
	margin-bottom: 10px;
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
	padding-top: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0E8EF;
}


h3 {
	font-size: 18px;
	color: #0257A3;
	line-height: 24px;
	margin-bottom: 10px;
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
	font-weight: lighter;
	padding-top: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0E8EF;
}

.editlist {
	padding: 40px;
}
.editlist td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 12px;
}


/* Layout Containers
-----------------------------------------------------------------------------------------*/


#wrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
 

#header {
	width: 750px;
	height: 264px;
	background-image: url(../images/AdminHead.jpg);
	background-repeat: no-repeat;
}	

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 100%;
	position: relative;
 }

#adminwrap {
	width: 680px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



#center {
	-moz-border-radius:8px;
	border: 1px solid #E3E3E3;
	padding: 20px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
}

#add {
	-moz-border-radius:8px;
	border: 1px solid #E3E3E3;
	float: left;
	padding: 20px;
	width: 280px;
	background-color: #FFFFFF;
}

#edit {
	-moz-border-radius:8px;
	border: 1px solid #E3E3E3;
	float: right;
	padding: 20px;
	width: 280px;
	background-color: #FFFFFF;
}
.instructions {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E8EF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#FixtureTable {
	-moz-border-radius:8px;
	border: 1px solid #E3E3E3;
	padding: 20px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	clear: both;
	text-align: center;
	background-position: center;
}

#FixtureTable table {
	font-size: 11px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-spacing: 2px;
	border-collapse: separate;
	/* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
	text-indent: 0;
}


#FixtureTable tbody {
	display: table-row-group;
	vertical-align: middle;
}

#FixtureTable tr {
	display:table-row;
	vertical-align:inherit;
}

#FixtureTable th {
	background-color:#0356A4;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	text-align:left;
	display: table-cell;
}
#FixtureTable td {
	text-align: left;
	padding-left: 2px;
}



#Results table {
	font-size: 11px;
	width: 280px;
	margin-right: auto;
	margin-left: 0px;
	display: table;
	border-spacing: 2px;
	border-collapse: separate;
	/* XXXldb do we want this if we're border-collapse:collapse ? */
  -moz-box-sizing: border-box;
	text-indent: 0;
}

#Results tbody {
	display: table-row-group;
	vertical-align: middle;
}

#Results tr {
	display:table-row;
	vertical-align:inherit;
}

#Results th {
	background-color:#0356A4;
	color:#FFFFFF;
	font-weight:bold;
	padding:6px;
	text-align:left;
	display: table-cell;
}
#Results td {
	text-align: left;
	padding-left: 3px;
	background-color: #E7E7E7;
	padding-right: 3px;
}

#Results  td.Driffield {
	background-color: #C6C6C6;
	color: #333333;
}
#Results td.Date {
	background-color: #FFFFFF;
	color: #0356A4;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#Results td.space {
	background-color: #FFFFFF;
	font-weight: bold;
}



#AdminNav {
	position: absolute;
	height: 100px;
	width: 300px;
	left: 210px;
	top: 72px;
	z-index: 10;
}

.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 30px;
	float: left;
	text-align: center;
	display: inline;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
}


/* Main Admin Menu
-----------------------------------------------------------------------------------------*/


#adminmenu {
	width: 150px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	margin-left: 150px;
	float: left;
	display: inline;
}

#adminmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#adminmenu li {
	margin: 0px;
	display: inline;
}

#adminmenu   ul  a {
	display: block;
	padding: 8px;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #0356A4;
}

#adminmenu   ul  a:hover {
	background-color: #EFEFEF;
	text-decoration: underline;
}
#adminmenu2 {
	width: 150px;
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	margin-right: 150px;
	float: right;
	display: inline;
}
#adminmenu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#adminmenu2 li {
	margin: 0px;
	display: inline;
}
#adminmenu2 ul a {
	display: block;
	padding: 8px;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	color: #0356A4;
}
#adminmenu2 ul a:hover {
	background-color: #EFEFEF;
	text-decoration: underline;
}






/* Footer
-----------------------------------------------------------------------------------------*/


#footer
 {
	width: 100%;
	margin-top: 20px;
	background: #FFFFFF url(../images/FooterBackjpg) repeat-x;
	height: 60px;
	clear: both;
	bottom: -1px;
}
