*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,Sans-Serif;
	margin:0;
	padding:10px;
	font-size:100.01%;
/*	background:#ddd;*/
}

a {
    color: #cc0000;
    text-decoration: none;
}

a:hover {
    color: #0000cc;
}

#map { width: 640px; height: 480px; }

#header {
    background: #F9E07C;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    height: 75px;
}

#header img#sitelogo {
    float: left;
    margin: 12px 0px 12px 10px;
    border: 0;
}

#header h1 {
    font-size: 20px;
    color:#369;
    float: right;
    margin: 12px 10px 0px 10px;
    clear: none;
    font-variant: small-caps;
    letter-spacing: -1px;
}

#header h2 {
    float: right;
    margin: 0 10px 0 10px;
    color: #900;
    font-size: 12px;
}

#navbar {
    padding: 10px 10px 10px 0;
}

#main {
    margin-top: 0px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding: 0 10px 10px 10px;
}

#mm_user_links {
    border: 1px solid #999999;
    width: 47%;
    background: #D3AC85;
    float: left;
    margin: 5px;
}

#mm_venue_links {
    border: 1px solid #999999;
    width: 47%;
    background: #9AD385;
    float: left;
    margin: 5px;
}

#mm_club_links {
    border: 1px solid #999999;
    width: 47%;
    background: #81B6D3;
    float: left;
    margin: 5px;
}

#mm_fixture_links {
    border: 1px solid #999999;
    width: 47%;
    background: #CFACFF;
    float: left;
    margin: 5px;
}

#boundary{
	font-size:.8em;
/*	border:1px solid #999;*/
	background:#fff;
	padding:20px;
	width:700px;
	margin:0 auto;
}

#content{
	clear:both;
	padding:0 14px
}
#content img{
	border:1px solid #666;
	padding:10px 20px;
	display:block;
	margin:5px auto;
}
#content p{
	line-height:1.5em;
	padding-bottom:.5em;
}
#content ul{
	list-style-type:square;
	margin-left:2em;
}
#content li{
	padding:5px 0;
}
#footer{
	color:#666;
	font-size:.75em;
	padding:5px 20px;
	text-align:right;
	width:700px;
	margin:0 auto;
        clear: both;
}

#footer a{color:#333;}
.nextprev{
	padding:1em;
	font-weight:bold;
	text-align:right;
}
pre{
	font-size:1.1em;
	font-family:courier,monospace;
	margin-bottom:.5em;
	padding:1em;
	border-left:#eee 2px solid;
}
#content a:link{
	color:#369;
}
#content a:visited{
	color:#036;
}
#content a:hover,#content a:active{
	color:#036;
	text-decoration:none;
}

#actions {
    clear: both;
    float: left;
    width: 100px;
    padding: 10px;
    background:url(/images/actionshadow.gif) repeat-y;
}

#actions h3 {
    margin-bottom: 10px;
}

#actions a {
    text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
    padding: 4px;
}

#actions li, #main li {
    list-style-type: none;
}

#main table {
    border-collapse: collapse;
}

#main table td {
    height: 32px;
    padding: 4px;
}

li.thisone a {
    background: #ffe57f;
}

input, select {
    border: 1px solid #999999;
}

.required {
    background: #99ff99;
}

.invalid {
    color: #ff0000;
    font-weight: bold;
}

td {
    width: 200px;
}

fieldset {
    border: none;
    margin-bottom: 10px;
}

#form_submit {
    border: 2px solid #ff9900;
    margin-top: 5px;
    padding: 5px;
    background: #F9E07C;
    font-weight: bold;
}

legend {
    font-weight: bold;
    font-variant: small-caps;
    color: #999999;
    margin: 4px;
    padding: 4px;
    border: 1px solid #999999;
    background: #F9E07C;
}

.oddRow {
    background: #f9e07c;
}

.evenRow {
    background: #f9eec4;
}

.searchBox {
    border: 1px solid #003300;
    width: 50%;
    background: url(/images/searchgradient.png) top left repeat-x;
    min-height: 64px;
}

.searchResults {
    margin-top: 30px;
}

.searchInstructions {
    height: 32px;
    padding-left: 10px;
    font-size: 16px;
    padding-top: 3px;
}

.searchInstructions label {
    color: #ffff00;
    font-weight: bold;
    font-size: 16px;
}

.searchInputs {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.searchInputs input {
    background: #003300;
    color: #ffff00;
    padding: 3px;
}

.resultSet {
    border-top: 1px solid #003300;
    height: 75px;
}

.resultSet .rows {
    height: 50px;
    overflow: auto;
}

.resultSet h3 {
    border-bottom: 1px solid #000000;
    height: 24px;
    background: #003300;
    color: #ffff00;
    padding-top: 3px;
}

.resultSet li, .resultSet h3 {
    padding-left: 15px;
}

.resultSet a {
    text-decoration: none;
    font-weight: bold;
}

.resultSet a:hover {
    color: #ff00ff;
}

.resultSet li:hover {
    background: #99cccc;
}

#navbars {
    clear: both;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    text-align: center;
    background: #F9E07C;
    margin-top: 0;
}

#navbars li {
    list-style-type: none;
    display: inline;
}

#mainNav {
    background: #f9e07c;
    background:url(/images/menugradient.png) top left repeat-x;
    font-size: 14px;
    height: 32px;
}

#mainNav ul {
    padding-top: 8px;
}

#mainNav li {
    margin-left: -2px; 
    margin-right: -3px;
}

#mainNav li a {
    text-decoration: none;
    color: #000099;
    background:url(/images/menugradient.png) top left repeat-x;
/*    background: #f4c301;*/
    padding: 4px 12px 8px 12px;
    border: 1px solid #999999;
}

#mainNav li a:hover {
    background: url(/images/menugradienthover.png) top left repeat-x;
    padding-top: 8px;
    border-bottom: 0;
    color: #ffff00;
}

#mainNav li.selected a {
    background:url(/images/menugradientselected.png) top left repeat-x;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 0;
    color: #ffff00;
    font-weight: bold;
}

#mainNav li.selected:hover a {
    background:url(/images/menugradienthover.png) top left repeat-x;
}

#mainNav li.logout a {
    background: url(/images/logoutgradient.png) top left repeat-x;
}

#mainNav li.login a {
    background: url(/images/logingradient.png) top left repeat-x;
}

#subNav {
    clear: both;
    background: #c0c0c0;
    font-size: 12px;
    padding-top: 6px;
/*    border-top: 1px solid #999999; */
}

#subNav li {
    margin-left: -2px;
    margin-right: -2px;
}

#subNav li a {
    text-decoration: none;
    color: #990000;
    padding: 0px 12px 0px 12px;
}

#subNav li a:hover {
    background: #c09191;
    color: #ffff00;
}

#pagetitle {
    color: #336699;
    background: url(/images/headergradient.png) top left repeat-x;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #999999;
}

.crestMain {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 10px;
}

.fb_label {
    margin-left: 10px;
    background: url(/images/tablegradient.png) top left repeat-x;
}

.fb_label span { display: none; }

.fb_label span.fb_required { display: block; }

.fb_label:hover span.fb_required {
    display: block;
    position: absolute;
    float: none;
    border: none;
    margin: none;
    background: none;
    padding: none;
}

.fb_label:hover span {
    display: block;
    position: absolute;
    float: left;
    border: 2px solid #999999;
    margin: 5px 10px;
    background: #9999cc;
    padding: 3px;
}




.fb_field {
    background: url(/images/tablegradient.png) top left repeat-x;
}

.fb_label span.tip {
    display: none;
}

span.fb_required {
    background: #ccffcc;
    font-weight: bold;
}

.fb_label:hover span.tip {
    display: block;
    position: absolute;
    max-width: 70%;
    margin-top: 4px;
    margin-left: 35px;
    z-index: 4;
    background: #9999ff;
    padding: 5px;
    border: 1px solid #999999;
}

.tip {
    border: 3px solid #9999ff;
}

.playerInput {
    border: 1px solid #999999;
    margin: 10px;
    background: #f9eec4;
}

.playerInputTitle {
    background: #f9e07c;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 10px;
}

.playerInputTitle img {
    margin-right: 10px;
}

.playerInputComment label {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.playerInputComment textarea {
    float: left;
    margin-left: 10px;
    border: 1px solid #999999;
}

.playerInputCards {
    background: #f9e07c;
    padding: 5px;
    clear: both;
}

.playerInputGK {
    padding: 5px;
}

.playerInputCheckboxes {
    clear: both;
}

.playerInputCheckboxes span {
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}

#scoreInputs {
    border: 1px solid #ff9999;
    background: #ffcccc;
}

#scoreInputsTitle {
    background: #ff9999;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333399;
}

.scoreInputsSub {
    padding: 5px;
    margin-top: 5px;
}

#squadSelection {
    border: 1px solid #99ff99;
    background: #ccffcc;
    margin: 5px 0px;
}

#squadSelection p {
    clear: both;
    padding: 5px;
}

#squadSelection h4 {
    margin: 10px;
}

#squadSelectionTitle {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    background: #99ff99;
    color: #333399;
}

.squadSelectionList {
    float: left;
    width: 30%;
    text-align: center;
}

.squadSelectionList input {
    margin: 5px 8px;
}

#startersDiv {
    border: 1px solid #99ffff;
    background: #ccffff;
    margin: 5px 0px;
}

#startersTitle {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333399;
    background: #99ffff;
}

#subsDiv {
    border: 1px solid #9999ff;
    background: #ccccff;
    margin: 5px 0px;
}

#subsTitle {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333399;
    background: #9999ff;
}

#fairplayDiv {
    border: 1px solid #ffff99;
    background: #ffffcc;
    margin: 5px 0px;
}

#fairplayTitle {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333399;
    background: #ffff99;
}

#refDiv {
    border: 1px solid #999999;
    background: #cccccc;
    margin: 5px 0px;
}

#refTitle {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333399;
    background: #999999;
}

#refInput {
    padding: 5px;
}

.goalInput {
    border: 1px solid #999999;
    background: #cccccc;
    margin: 5px 0px;
}

.goalInput p {
    padding: 5px;
}

.goalInputTitle {
    padding: 5px;
    background: #999999;
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #333399;
}

.referenceSection {
    border: 1px solid #999999;
    background: #cccccc;
    padding: 5px;
    margin: 5px 0px;
}

.referenceSection h4 {
    color: #333399;
    margin-bottom: 8px;
    font-size: 14px;
}

.referenceSection li {
    list-style-type: circle;
    margin-bottom: 5px;
}

.toggleButton {
    margin-right: 10px;
}

.motm {
    font-weight: bold;
    background: #cc9900;
    padding: 2px;
}

p {
    margin: 8px 0px;
}

#fixtureStats {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    margin: 5px 50px;
    background: #cccccc;
}

.statsRow {
    border-bottom: 1px solid #999999;
    height: 32px;
}

#venueInfo, #compInfo {
    float: left;
    color: #990000;
    font-size: 16px;
    padding: 6px 10px;
}

#dateInfo,  #refInfo {
    float: right;
    color: #000099;
    font-size: 16px;
    padding: 6px 10px;
}

.fixtureMonthLinks {
    padding: 10px;
}

.fixturePrevMonthLink {
    float: left;
    padding: 10px;
    background: #cccccc;
    margin-bottom: 15px;
}

.fixtureNextMonthLink {
    float: right;
    padding: 10px;
    background: #cccccc;
    margin-bottom: 15px;
}

.fixtureNextMonthLink:hover, .fixturePrevMonthLink:hover {
    background: #ccccff;
}

.fixtureNextMonthLink:hover a, .fixturePrevMonthLink:hover a {
    color: #0000cc;
}

table.fixtureList {
    border-collapse: collapse;
    border: 1px solid #999999;
    font-size: 10px;
    margin: 0 auto;
}

table.fixtureList tr, table.fixtureList td {
     width: auto;
     text-align: center;
}

.dateRow {
    background: #999999;
    color: #cccccc;
    font-weight: bold;
    font-size: 16px;
    font-variant: small-caps;
}

table.fixtureList .titleRow {
    background: #000000;
    color: #cccccc;
    font-weight: bold;
    font-size: 16px;
}

.fixtureRowOdd {
    background: #e3d29a;
}

.fixtureRowEven {
    background: #ccbd8a;
}

#about {
    background: #f9e07c;
    border: 1px solid #999999;
    margin: 10px 0;
    min-height: 200px;
}

#about h4 {
    text-align: center;
    font-size: 16px;
    color: #660000;
    font-variant: small-caps;
    background: #999999;
    padding: 3px 0;
}

#about img {
    float: left;
    margin: 10px;
}

#about li {
    list-style-type: decimal;
    margin: 3px 20px;
}

#verseoftheday {
    background: #99ccff;
    margin: 10px 0 10px 210px;
    border: 1px solid #999999;
    min-height: 140px;
}

#versetoggle, #newstoggle, #contactstoggle, #rolltoggle, #resultstoggle {
    background: #999999;
    padding: 3px 0;
    border-bottom: 1px solid #808080;
}

#versetoggle img, #newstoggle img, #contactstoggle img, #rolltoggle img, #resultstoggle img {
    margin: 3px 10px;
    float: left;
}

#versetoggle label, #newstoggle label, #contactstoggle label, #rolltoggle label, #resultstoggle label {
    font-size: 16px;
    font-weight: bold;
    font-variant: small-caps;
    color: #990000;
    text-align: center;
    display: block;
}

#results {
    margin-left: 210px;
    background: #ff9900;
    border: 1px solid #999999;
}

#verse {
    padding: 10px;
}

#verse img {
    float: left;
    margin: 10px;
}

#news {
    background: #ffcc99;
    margin: 10px 0 10px 210px;
    border: 1px solid #999999;
}

#contacts {
    background: #ff99cc;
    margin: 10px 0 10px 210px;
    border: 1px solid #999999;
}

#leaguetables {
    background: #99ffcc;
    width: 200px;
    font-size: 12px;
    float: left;
    border: 1px solid #999999;
}

#leaguetables h4 {
    text-align: center;
    font-size: 16px;
    font-variant: small-caps;
    color: #990000;
    background: #999999;
    padding: 5px 0;
}

#leaguetables table {
    border-collapse: collapse;
    text-align: center;
    margin: 10px;
}

#leaguetables table td {
    border: 1px solid #999999;
}

#rollofhonour {
    clear: both;
    border: 1px solid #999999;
}

#rolltoggle  {
    background: #999999;
}

#roll {
    padding: 10px;
    background: #dedede;
}

#roll table {
    width: 99%;
    margin: 0 auto;
}

#roll table em {
    font-weight: bold;
    font-variant: small-caps;
}

#roll table, #roll table tr {
    border-collapse: collapse;
    border: 1px solid #999999;
}

#rollofhonour table tr.titleRow {
    color: #cccccc;
    background: #7f723f;
    font-size: 14px;
}

.division {
    margin: 10px 0;
}

.divisionToggle {
    text-align: center;
}

.divisionToggle img {
    margin: 0px 10px;
}

.divisionToggle label {
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    color: #990000;
}

table.fixtures {
    clear: both;
    margin: 0 auto;
}

table.fixtures td {
    width: auto;
}

table.fixtures tr {
    border: 1px solid #000000;    
}

table.fixtures tr.oddrow {
    border: 1px solid #000000;
    background: #f9e07c;
}

table.fixtures tr.evenrow {
    border: 1px solid #000000;
    background: #d8c26c;
}

tr.fixturedate td {
    background: #000000;
    color: #cccccc;
    font-size: 28px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    padding: 0;
}

tr.fixturedivision td {
    background: #999999;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}

#infoBox {
    border: 2px solid #66ff66;
    background: #ccffcc;
    padding: 10px;
    margin: 10px 0;
}

#infoText {
    margin-top: 10px;
}

#infoToggle img {
    margin: 0 10px;
    float: left;
}

#infoToggle label {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

#reportTeamListHome {
    float: left;
    width: 48%;
    border: 1px solid #000000;
    margin-top: 20px;
}

#reportTeamListAway {
    float: right;
    width: 48%;
    border: 1px solid #000000;
    margin-top: 20px;
}

#reportTeamListHome h3, #reportTeamListAway h3 {
    background: #000000;
    color: #ffff00;
    padding: 3px 10px;
    font-size: 16px;
}

#reportTeamListHome h4, #reportTeamListAway h4 {
    background: #333333;
    text-align: center;
    font-size: 14px;
    font-variant: small-caps;
    padding: 3px;
    color: #ffff00;
}

.reportTeamPlayerOdd {
    background: #999999;
    padding: 5px;
    font-size: 14px;
}

.reportTeamPlayerEven {
    background: #cccccc;
    padding: 5px;
    font-size: 14px;
}

#refInfo #refComments {
    display: none;
}

#refInfo:hover #refComments {
    display: block;
    position: absolute;
    margin-top: 10px;
    background: #cccccc;
    border: 1px solid #999999;
    opacity: 0.95;
    padding: 10px;
}

#refComments h4 {
    background: #333333;
    padding: 3px;
    color: #ffff00;
    font-size: 14px;
    font-variant: small-caps;
}

.reportTeamPlayerOdd .appComment, .reportTeamPlayerEven .appComment {
    display: none;
}

.reportTeamPlayerOdd:hover .appComment, .reportTeamPlayerEven:hover .appComment {
    display: block;
    position: absolute;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    background: #cccccc;
    max-width: 400px;
    opacity: 0.95;
    padding: 10px;
    border: 1px solid #999999;
}

.fairplay {
    background: #cccc99;
}

.fpcomment {
    padding: 10px;
}

.artSummary {
    border: 1px solid #999999;
    padding: 5px;
    background: #F9E07C;
    font-size: 1.1em;
    text-align: center;
    font-style: italic;
    margin: 10px;
}

.artBody {
    border: 1px solid #999999;
    padding: 5px;
    background: #ccffcc;
    margin: 10px;
    font-size: 1em;
}

.artSummaryClubListTitle {
    margin-top: 5px;
    font-weight: bold;
    font-size: 0.7em;
}

.artSummaryClubList {
    font-size: 0.7em;
}

.artSummaryItem {
    border: 1px solid #999999;
    margin: 5px;   
}

.artSummaryItemTitle {
    border-bottom: 1px solid #999999;
    background: #F9E07C;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.artSummaryItemText {
    background: #ccffcc;
    border-bottom: 1px solid #999999;
    padding: 5px;
}

.artSummaryItemFooter {
    background: #cccccc;
    font-size: 0.8em;
    font-weight: bold;
    text-align: right;
    padding: 3px;
}