/* Text formatting */
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 16pt;
	text-align: center;
/*	padding-right: 30px;*/
}
h2 {
	font-size: 13pt;
}
.bold {
	font-weight: bold;
}
#myLinks { /*Used for making the mouse into a cursor when hovered over*/
	cursor:hand;
}
a.navFont:link {
	text-decoration: none;
}
a.navFont:visited {
	text-decoration: none;
}
a.navFont:hover {
	text-decoration:underline;
}
a.footerFont {
	color: #000000;
}
a.footerFont:link {
	text-decoration: none;
}
a.footerFont:visited {
	text-decoration: none;
}
a.footerFont:hover {
	text-decoration:underline;
}
a.indexNav {
	color: #000000;
}
a.indexNav:link {
	text-decoration: none;
}
a.indexNav:visited {
	text-decoration: none;
}
/* a.indexNav:hover {
	text-decoration:underline;
} */
a.imageNav2:link {
	text-decoration: none;
}
a.imageNav2:visited {
	text-decoration: overline;
}
.legal {
	color: #333333;
	font-size: 8pt;
}
a.footerFont2 {
	color: #333333;
}
a.footerFont2:link {
	text-decoration: none;
}
a.footerFont2:visited {
	text-decoration: none;
}
a.footerFont2:hover {
	text-decoration:underline;
}

/* ERROR MESSAGE FORMATTING */
.schDirErr {
	font-weight: bold;
	color: #ff0000;
}
/* Page layout */

/* MAIN TABLE LAYOUT */
body {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-align: center;
/*	color: #ffffff; */
	background-color: #000000;
	background-image: url(images/back_background_cropped.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.layoutTable {
	margin-left:auto; /* causes table to be centred in firefox and other non-IE browsers */
	margin-right:auto; /* causes table to be centred in firefox and other non-IE browsers */
	width: 900px;
	border: 0px;
}
.layoutTopCell {
	width: 900px;
	height: 165px;
	background-image: url(images/background_top.jpg);
}
.layoutMidCellLeft {
	width: 180px;
	height: 200px;
	border-right: 1px solid #000000;
	padding-left: 10px;
	padding-top: 20px;
	background-color: #ffffff;
	background-image: url(images/background_middle_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align: top;
}
	.navCell {
	width: 160px;
	height: 20px;
	text-align: left;
	line-height: 16px;
	padding-left: 10px;
	}
	.navFont {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	}
.layoutMidCellRight {
	width: 720px;
	height: 200px;
	background-color: #ffffff;
	background-image: url(images/background_middle_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
.layoutBottomCell {
	width: 900px;
	height: 80px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: middle;
	background-image: url(images/background_bottom.jpg);
}

/* index.php */
.summaryTable {
	width: 675px;
/*	border: 1px solid #000000; */
}
.summaryCell {
	width: 225px;
	height: 150px;
	text-align: left;
	padding: 10px;
/*	border: 1px solid #000000; */
}

/* schoolsList.php*/
.schoolsListTable {
	width: 500px;
	margin-left: 70px;
}
.schoolsListCellLeft {
	vertical-align: top;
}
.schoolsListCellRight {
	width: 400px;
	padding-left: 20px;
}
.schoolsListName {
	font-family: "Century Gothic";
	font-size: 11pt;
	font-weight: bold;
}

/* schoolDetails.php */
.mainTable {
	width: 600px;
	margin-left: 40px;
}
.schoolIcon {
	width: 24px;
	vertical-align: top;
	padding-right: 10px;
}
.schoolName {
	font-family: "Century Gothic";
	font-size: 12pt;
	font-weight: bolder;
	padding-bottom: 20px;
}
.schoolPicture {
	width: 100px;
	vertical-align: top;
}
.schoolAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 10px;
	width: 100%;
}
.schoolWebsite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.schoolFacebook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.schoolDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 10px;
}
.schoolTimes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 10px;
}
.schoolPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	padding-bottom: 10px;
}

/*NEWS PAGE*/
.newsCatsTable {
	width: 550px;
}
.newsCatsCell {
	width: 550px;
	padding-bottom: 10px;
}
.newsItemTable {
	width: 500px;
	margin-left: 50px;
}
.newsItemCellLeftTop {
	vertical-align: top;
}
.newsItemCellLeftBottom {
	vertical-align: top;
}
.newsItemCellRight {
	width: 100px;
	vertical-align: top;
	text-align: right;
}

/*RESOURCES PAGE*/
.resCatsTable {
	width: 550px;
}
.resCatsCell {
	width: 550px;
	padding-bottom: 10px;
}
.resItemTable {
	width: 500px;
	margin-left: 50px;
}
.resItemCellLeftTop {
	vertical-align: top;
}
.resItemCellLeftBottom {
	vertical-align: top;
}
.resItemCellRight {
	width: 100px;
	vertical-align: top;
	text-align: right;
}

/*schoolSubmit.php*/
.mainTable {
	width: 600px;
	margin-left: 20px;
}
.mainCellLeft {
	width: 130px;
	vertical-align: top;
}
.mainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.mainCellRight {
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}
.descriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*schoolEdit.php*/
.schEdMainTable {
	width: 600px;
	margin-left: 20px;
}
.schEdMainCellLeft {
	width: 130px;
	vertical-align: top;
}
.schEdMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.schEdMainCellRight {
	font-size: 8pt;
}
.schEdDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*schoolSuggest.php*/
.schSuggMainTable {
	width: 600px;
	margin-left: 20px;
}
.schSuggMainCellLeft {
	width: 150px;
	vertical-align: top;
}
.schSuggMainCellLeftBold {
	width: 150px;
	vertical-align: top;
	font-weight: bold;
}
.schSuggMainCellRight {
	font-size: 8pt;
}

/*newsSubmit.php*/
.newsSubMainTable {
	width: 600px;
	margin-left: 20px;
}
.newsSubMainCellLeft {
	width: 100px;
	vertical-align: top;
}
.newsSubMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.newsSubMainCellRight {
	font-size: 8pt;
}
.newsSunDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*resourceSubmit.php*/
.resSubMainTable {
	width: 600px;
	margin-left: 20px;
}
.resSubMainCellLeft {
	width: 100px;
	vertical-align: top;
}
.resSubMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.resSubMainCellRight {
	font-size: 8pt;
}
.resSubDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*contactUs.php*/
.contactMainTable {
	width: 600px;
	margin-left: 20px;
}
.contactMainCellLeft {
	width: 100px;
	vertical-align: top;
}
.contactMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.contactMainCellRight {
	font-size: 8pt;
}
.contactDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*advertise.php*/
.advertiseMainTable {
	width: 600px;
	margin-left: 20px;
}
.advertiseMainCellLeft {
	width: 100px;
	vertical-align: top;
}
.advertiseMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.advertiseMainCellRight {
	font-size: 8pt;
}
.advertiseDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*eventSponsorship.php*/
.eventSponMainTable {
	width: 600px;
	margin-left: 20px;
}
.eventSponMainCellLeft {
	width: 100px;
	vertical-align: top;
}
.eventSponMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.eventSponMainCellRight {
	font-size: 8pt;
}
.eventSponDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*newsletter.php*/
.newsletterMainTable {
	width: 600px;
	margin-left: 60px;
}
.newsletterMainCellLeft {
	width: 100px;
	vertical-align: top;
}
.newsletterMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.newsletterMainCellRight {
	font-size: 8pt;
}
.newsletterDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/* NEW STUFF */

/*pole-dancing-events.php*/
.eventsAddEvent {
	text-align: right;
	margin-right: 50px;
}

/*evetSubmit.php*/
.eventMainTable {
	width: 600px;
	margin-left: 20px;
}
.eventMainCellLeft {
	width: 100px;
	vertical-align: top;
}
.eventMainCellLeftBold {
	width: 130px;
	vertical-align: top;
	font-weight: bold;
}
.eventMainCellRight {
	font-size: 8pt;
}
.eventDescriptionDiv {
	font-size: 8pt;
	width: 400px;
}

/*pole-schools-directory.php*/
.guideTable {
	border: 1px solid #990000;
}
.guideCell {
	width: 200px;
	text-align: center;
	font-size: 8pt;
	color: #990000;
}
.guideHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #000099;
}
