@charset "utf-8";
/* CSS Document */

/**********/
/* LAYOUT */
/**********/
#IEWrapper {
	width: 800px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	border-left: 2px solid #630;
	border-right: 2px solid #630;
	border-top: 1px solid #630;
	border-bottom: 2px solid #630;
}

#wrapper {
	text-align: left;
	background: #fff url(../images/navbar.png) repeat-y top left;
	
}

#header {
	height: 200px;
	background:#630  url(../images/header.png) no-repeat top left;
}

#navbar {
	float: left;
	height: 400px;
}

#maincontent {
	display: block;
	padding: 57px 58px 0 185px;
	min-height: 400px;
	text-align: justify;
}

#footer {
	height: 200px;
	background:#630  url(../images/footer.png) no-repeat top left;
}	


/*******************/
/* GENERAL DETAILS */
/*******************/
body {
	background: #2e2922 url(../images/stadium.png) no-repeat top center fixed;
	font-family: Candara,georgia,serif/*Helvetica, Verdana, Geneva, sans-serif*/;
	font-size: 1em;
}

h1, h2 {
	font-family: Verdana, Geneva, sans-serif;
}

/* FONTS
Header - baskerville,'palatino linotype','times new roman',serif;
Italicized and classy - cochin,baskerville,'palatino linotype',georgia,serif;
			font-style:italic
Paragraph Font (light) - Palatino,"Palatino Linotype",Georgia,"Times New Roman",serif;
Paragraph Font (small) - Candara,georgia,serif;
Simple (tight) - "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
Fun - "Gill Sans","Gill Sans MT","Helvetica Neue","Helvetica",Arial,sans-serif;
*/


/**********/
/* HEADER */
/**********/
#headerLogo img,
#headerLogo a:active,
#headerLogo a:link,
#headerLogo a:visited, 
#headerLogo a:hover {
	border: none;
	text-decoration: none;
	outline: none;
}

#spn {
	float: right;
	cursor: pointer;
	margin: -170px -15px 0 0;
	width: 258.5px;
	height: 184px;
	text-decoration: none;
	border: none;
	outline: none;
}


/***********/
/* NAV BAR */
/***********/
ul.MenuBarVertical {
	margin: 75px 0 0 33px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 9.5em;
}

ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 9.5em;
}

ul.MenuBarVertical ul {
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.8em;
	left: -1000em;
	top: 0;
}

ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;
}

ul.MenuBarVertical ul li {
	width: 8.8em;
}

ul.MenuBarVertical,
ul.MenuBarVertical ul {
	border: 2px solid #000; /*Red = bd695e*/
	border-bottom: 1px solid #000;	
}

ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	background-color: #d1ac68;
	padding: 0.25em 0.25em;
	color: #fff; /* #333 */
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

ul.MenuBarVertical a.last {
	border-bottom: 1px solid #000;
}

ul.MenuBarVertical a:hover,
ul.MenuBarVertical a:focus,
ul.MenuBarVertical a.MenuBarItemHover,
ul.MenuBarVertical a.MenuBarItemSubmenuHover,
ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #b34747;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(../images/rightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*  Menu Item Backgrounds */
#item1 {
	background: url(../images/navBarBG/navPlayer1.png) no-repeat top left;
}

#item2 {
	background: url(../images/navBarBG/navPlayer2.png) no-repeat top left;
}

#item3 {
	background: url(../images/navBarBG/navPlayer3.png) no-repeat top left;
}

#item4 {
	background: url(../images/navBarBG/navPlayer4.png) no-repeat top left;
}

#item5 {
	background: url(../images/navBarBG/navPlayer5.png) no-repeat top left;
}

#item6 {
	background: url(../images/navBarBG/navPlayer6.png) no-repeat top left;
}

#item7 {
	background: url(../images/navBarBG/navPlayer7.png) no-repeat top left;
}

#item8 {
	background: url(../images/navBarBG/navPlayer8.png) no-repeat top left;
}

#item9 {
	background: url(../images/navBarBG/navPlayer9.png) no-repeat top left;
}

#item10 {
	background: url(../images/navBarBG/navPlayer10.png) no-repeat top left;
}

#item11 {
	background: url(../images/navBarBG/navPlayer11.png) no-repeat top left;
}

#item12 {
	background: url(../images/navBarBG/navPlayer12.png) no-repeat top left;
}

#subitem1, #subitem4,
#subitem7 {
	background: url(../images/navBarBG/navBall1.png) no-repeat top left;
}

#subitem2, #subitem5,
#subitem8 {
	background: url(../images/navBarBG/navBall2.png) no-repeat top left;
}

/*#subitem3, #subitem6,
#subitem9 {
	background: url(../images/navBarBG/navBall3.png) no-repeat top left;
}*/

/* Hover Menu Item Backgrounds */
ul.MenuBarVertical a#item1:hover,
ul.MenuBarVertical a#item1:focus,
ul.MenuBarVertical a#item1.MenuBarItemHover,
ul.MenuBarVertical a#item1.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item1.MenuBarSubmenuVisible,
.main #item1 {
	background: url(../images/navBarBG/navPlayer1Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item2:hover,
ul.MenuBarVertical a#item2:focus,
ul.MenuBarVertical a#item2.MenuBarItemHover,
ul.MenuBarVertical a#item2.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item2.MenuBarSubmenuVisible {
	background: url(../images/navBarBG/navPlayer2Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item3:hover,
ul.MenuBarVertical a#item3:focus,
ul.MenuBarVertical a#item3.MenuBarItemHover,
ul.MenuBarVertical a#item3.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item3.MenuBarSubmenuVisible,
.stand #item3,
.st_ogden #item3,
.st_cresent #item3 {
	background: url(../images/navBarBG/navPlayer3Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item4:hover,
ul.MenuBarVertical a#item4:focus,
ul.MenuBarVertical a#item4.MenuBarItemHover,
ul.MenuBarVertical a#item4.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item4.MenuBarSubmenuVisible,
.sched #item4,
.sch_ogden #item4,
.sch_cresent #item4 {
	background: url(../images/navBarBG/navPlayer4Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item5:hover,
ul.MenuBarVertical a#item5:focus,
ul.MenuBarVertical a#item5.MenuBarItemHover,
ul.MenuBarVertical a#item5.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item5.MenuBarSubmenuVisible,
.tourny #item5 {
	background: url(../images/navBarBG/navPlayer5Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item6:hover,
ul.MenuBarVertical a#item6:focus,
ul.MenuBarVertical a#item6.MenuBarItemHover,
ul.MenuBarVertical a#item6.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item6.MenuBarSubmenuVisible,
.register #item6 {
	background: url(../images/navBarBG/navPlayer6Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item7:hover,
ul.MenuBarVertical a#item7:focus,
ul.MenuBarVertical a#item7.MenuBarItemHover,
ul.MenuBarVertical a#item7.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item7.MenuBarSubmenuVisible,
.documents #item7 {
	background: url(../images/navBarBG/navPlayer7Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item8:hover,
ul.MenuBarVertical a#item8:focus,
ul.MenuBarVertical a#item8.MenuBarItemHover,
ul.MenuBarVertical a#item8.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item8.MenuBarSubmenuVisible,
.rules #item8 {
	background: url(../images/navBarBG/navPlayer8Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item9:hover,
ul.MenuBarVertical a#item9:focus,
ul.MenuBarVertical a#item9.MenuBarItemHover,
ul.MenuBarVertical a#item9.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item9.MenuBarSubmenuVisible,
.fun #item9 {
	background: url(../images/navBarBG/navPlayer9Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item10:hover,
ul.MenuBarVertical a#item10:focus,
ul.MenuBarVertical a#item10.MenuBarItemHover,
ul.MenuBarVertical a#item10.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item10.MenuBarSubmenuVisible,
.store #item10 {
	background: url(../images/navBarBG/navPlayer10Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item11:hover,
ul.MenuBarVertical a#item11:focus,
ul.MenuBarVertical a#item11.MenuBarItemHover,
ul.MenuBarVertical a#item11.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item11.MenuBarSubmenuVisible,
.photo #item11 {
	background: url(../images/navBarBG/navPlayer11Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#item12:hover,
ul.MenuBarVertical a#item12:focus,
ul.MenuBarVertical a#item12.MenuBarItemHover,
ul.MenuBarVertical a#item12.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#item12.MenuBarSubmenuVisible,
.about #item12 {
	background: url(../images/navBarBG/navPlayer12Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#subitem1:hover,
ul.MenuBarVertical a#subitem1:focus,
ul.MenuBarVertical a#subitem1.MenuBarItemHover,
ul.MenuBarVertical a#subitem1.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#subitem1.MenuBarSubmenuVisible,
ul.MenuBarVertical a#subitem4:hover,
ul.MenuBarVertical a#subitem4:focus,
ul.MenuBarVertical a#subitem4.MenuBarItemHover,
ul.MenuBarVertical a#subitem4.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#subitem4.MenuBarSubmenuVisible,
.sch_cresent #subitem4,
.st_cresent #subitem1 {
	background: url(../images/navBarBG/navBall1Hover.png) no-repeat top left;
}

ul.MenuBarVertical a#subitem2:hover,
ul.MenuBarVertical a#subitem2:focus,
ul.MenuBarVertical a#subitem2.MenuBarItemHover,
ul.MenuBarVertical a#subitem2.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#subitem2.MenuBarSubmenuVisible,
ul.MenuBarVertical a#subitem5:hover,
ul.MenuBarVertical a#subitem5:focus,
ul.MenuBarVertical a#subitem5.MenuBarItemHover,
ul.MenuBarVertical a#subitem5.MenuBarItemSubmenuHover,
ul.MenuBarVertical a#subitem5.MenuBarSubmenuVisible,
.sch_ogden #subitem5,
.st_ogden #subitem2 {
	background: url(../images/navBarBG/navBall2Hover.png) no-repeat top left;
}


/****************/
/* MAIN CONTENT */
/****************/
/* PAGE TITLE */
.smallTitle {
	font-size: .6em;
	line-height: 10px;
}

.longH1 {
	font-size: 30px;
}

/* EXPAND H2 */
.expandTitle {
	cursor: pointer;
	background: #fff url(../images/titleH2.png) repeat top left;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	border: 2px solid #2e2922;
}

#league, #equipment,
#playingrules, #battingrules,
#pitchingrules, #disciplinaryrules,
#canceledgames, #rainsout,
#fines {
	display: none;
}

/* BOX AROUND LETTERS */
.box {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0 3px;
}

.boxLast {
	border: 1px solid #000;
	padding: 0 3px;
}

/* LEAGUE TABLE */
#leagueTable table,
table.scheduleTable {
	text-align: center;
	border: 2px solid #2e2922;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
}

#leagueTable table th {
	background: #fff url(../images/woodTable.jpg) repeat top left;
	color: #fff;
}

#leagueTable table td {
	border: 1px solid #000;
	padding: 2px 5px;
}

/* GALLERY PHOTOS */
.gallery img {
	border: 0;
	outline: none;
	text-decoration: none;
	max-height: 125px;
	max-width: 125px;
	margin: auto;
}

.gallery table td {
	background-color: #000;
	text-align: center;
}

/* TOURNAMENT AND SCHEDULE TABLE */
.tournyName, .teamName {
	font-family: "Rockwell Extra Bold",impact,arial,san-serif;
	font-size: 18px;
}

.teamName {
	font-size: 16px;
}

.tournyTable {
	border: 2px solid #2e2922;
	border-spacing: 0;
	border-collapse: collapse;
}

.tournyTable th,
.schedule th, 
.scheduleTable th {
	text-align: center;
	background: #fff url(../images/woodTable.jpg) repeat top left;
	color: #fff;	
}

.tournyTable td,
.scheduleTable td {
	border: 1px solid #2e2922;
	padding: 5px;
}

.scheduleTable td {
	cursor: pointer;
}

.scheduleTable td.tableNote {
	cursor: auto;
}

.tournyLabel {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.tableNote {
	text-align: center;
	color: #fff;
	background-color: #2e2922;
}

.tournyChamps {
	display: block;
	float: right;
	margin-left: 20px;
}

/* TEAM NAME TABLE */
#team1 {
	background: #fff url(../images/teamNum/01.png) no-repeat top left;
}

#team2 {
	background: #fff url(../images/teamNum/02.png) no-repeat top left;
}

#team3 {
	background: #fff url(../images/teamNum/03.png) no-repeat top left;
}

#team4 {
	background: #fff url(../images/teamNum/04.png) no-repeat top left;
}

#team5 {
	background: #fff url(../images/teamNum/05.png) no-repeat top left;
}

#team6 {
	background: #fff url(../images/teamNum/06.png) no-repeat top left;
}

#team7 {
	background: #fff url(../images/teamNum/07.png) no-repeat top left;
}

#team8 {
	background: #fff url(../images/teamNum/08.png) no-repeat top left;
}

#team9 {
	background: #fff url(../images/teamNum/09.png) no-repeat top left;
}

#team10 {
	background: #fff url(../images/teamNum/10.png) no-repeat top left;
}

#team11 {
	background: #fff url(../images/teamNum/11.png) no-repeat top left;
}

#team12 {
	background: #fff url(../images/teamNum/12.png) no-repeat top left;
}

/* SCHEDULE TABLE */
.schedule {
	border: 2px solid #2e2922;
	border-spacing: 0;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.schedule td {
	border-right: 1px solid #000;
	padding: 2px 5px;
}

.schedule td.bottom {
	border-bottom: 1px solid #000;
}

tr.month {
	background-color: #2e2922;
	color: #fff;
}

tr.where {
	background-color: #eff2ff;
}

tr.early {
	background-color: #d0dafd;
}

tr.late {
	background-color: #dce4ff;
}

/* FRIENDS OF PMC */
.centreFriends {
	width: 100%;
	text-align: center;
}

.spn  {
	float: right;
	background: #fff url(../images/spn_small.png) no-repeat top left;
	height: 141px;
	width: 253px;
}

.heritagePark  {
	background: #fff url(../images/heritage.png) no-repeat top left;
	height: 141px;
	width: 253px;
}

.simpleSimon {
	display: block;
	background: #fff url(../images/simpleSimon.png) no-repeat top left;
	height: 55px;
	width: 378px;
	margin: 10px 10px 0 90px;
}

.heritagePark a,
.spn a,
.simpleSimon a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}

.heritagePark a:hover  {
	background: #fff url(../images/heritage.png) no-repeat bottom left;
}

/* STANDINGS TABLE */
#standings {
	border-collapse: collapse;
	border-spacing: 0;
	width: 99%;
}

#standings td,
#standings th {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #60a92b;
}

#standings th {
	background-color: #66a825;
	border-left: 1px solid #fff;	
}

#standings th.firstth {
	border-left: 1px solid #66a825;
}

#standings th a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#standings th a:hover {
	color: #00f;
	text-decoration: underline;
}

.row1_zebra {
	background-color: #e3f3cf;
	border-color: #e3f3cf;
}

.row2_zebra {}

#standings td.firstColumn {
	text-align: left;
}

/*  WC3 LINK  */
.validated a img {
	/*position: relative;*/
	outline: none;
	border-style: none;
	border: 0;
	width: 88px;
	height: 31px;
	float: right;
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: bottom;
}

.validatedText {
	margin-top: 75px;
	border: 2px solid #B2CDE0;
}

/* RESISTRATION TABLE */
.descTitle {
	font-weight: bold;
	font-size: 18px;
}

#regForm td.regLabel {
	text-align: right;
	vertical-align: top;
}

#regForm #comments {
	width: 344px;
	max-width: 344px;
}

#regForm td.regButtons {
	text-align: center;
	vertical-align: middle;
}

.required {
	color: #f00;
}

.error1 {
	background-color: #cdeba9;	
}

/* SUBMISSION VERIFICATION */
#signupFormSubmitted {
	text-align: center;
}

#signupFormSubmitted p {
	margin: 30px 10px;
}

#signupFormSubmitted img {
	border: none;
	outline: none;
	text-decoration: none;
}

.signupFormSubmitted {
	display: block;
	float: left;
}

/* GENERAL STORE TABLE */
#storeForm {
	width:65%;
}

#genForm {
	text-align: center;
	width: 100%;
}

#genForm td.regLabel {
	text-align: left;
	vertical-align: center;
}

#genForm td.regButtons {
	text-align: center;
	vertical-align: middle;
}

#genForm img {
	height: 32px;
	width: 32px;
	border: 0;
	outline: none;
	text-decoration: none;
	cursor: default; /* Remove once photo's loaded */
}

#genForm .genDiv {
	background: #fff url(../images/titleH2.png) repeat-y top right;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

#total {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	text-align: right;
}

/* DOCUMENTS ICONS */
.docList {
	list-style-type: none;
}

.docList a {
	text-decoration: none;
}

.docList a:hover {
	text-decoration: underline;
}

.manualDisplay {
	display: inline;
	margin: 3px 5px 0 0;
	outline: none;
	border: none;
	text-decoration: none;
}

/* SUBMISSION VERIFICATION */
#storeFormSubmitted {
	text-align: center;
}

#storeFormSubmitted p {
	margin: 30px 10px;
}

#storeFormSubmitted img {
	border: none;
	outline: none;
	text-decoration: none;
}

.storeFormSubmitted {
	display: block;
	float: left;
}


/**********/
/* FOOTER */
/**********/
#contact {
	display: block;
	float: left;
	margin: 55px 0 0 300px;
}

#contact a,
.emailLook {
	text-decoration: none;
}

#contact a:visited,
#contact a:link,
#contact a:active,
.emailLook:visited,
.emailLook:link,
.emailLook:active {
	color: #000;
}

#contact a:hover,
.emailLook:hover {
	color: #00f;
	text-decoration: underline;	
}

.contactname {
	font-size: 1.3em;
	font-weight: bold;
}

.gap {
	letter-spacing: 24px;
}

.skype {
	border: none;
	outline:none;
	text-decoration: none;
}