/* Combined style sheet for the Warburton Souling Play's website. */
/* Laurence Armstrong - Started November 2009 */
/* styles are cadged from the WHR Socities css file that was it turn cadged from the NG15 website */
/* There'l be lots of rubish in here used as templates */


/* Style to control page packground and link colours */
.pagestyle {
	color: #000000;
	font-family: Times New Roman, RomanT, sans-serif;
	font-color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}


/* Style to control homepage title font */
.hometitle {
	font-family: Times New Roman, RomanT, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: normal;
}


/* Style to control page title text font */
.bigtitle {
	font-family: Times New Roman, RomanT, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	text-decoration: normal;
}


/* Style to control page title text font */
.medtitle {
	font-family: Times New Roman, RomanT, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-decoration: normal;
}


/* Style to control page title text font */
.smalltitle {
	font-family: Times New Roman, RomanT, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: normal;
}


/* Style to control page title text font */
.picytitle {
	font-family: Times New Roman, RomanT, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: normal;
}

/* Style to control page title text font */
.linktext {
	font-family: Times New Roman, RomanT, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: normal;
}


/* Style to control main text font */
.pagetext {
	font-family: Times New Roman, RomanT, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}


/* Style for horrizontal lines */
.darkline {
        height: 3px;
	background-color: #4B2D91;
}



/* position image at an angle */
.tilt {
	image-orientation: -90deg;
}




/* Style to control page top links */
/* Active links */


.link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
}

/* Open links */


.Openlink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BB372C;
}


/* Style for text tables */

.texttable {
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	text-align: center;
	background-color: #D2D2FF;
	border-color: #965096;
	border-width: 4;
	border-style: outset;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}


.texttablecell {
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
	color: black;
	text-align: center;
	background-color: #F0F0FF;
	border-color: #965096;
	border-width: 2;
	border-style: outset;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}


/* Style for text tables */

.redtexttable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #BB372C;
	text-align: center;
	background-color: #F0AA0A;
	border-color: #F17400;
	border-width: 4;
	border-style: outset;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
}


/* Style to table text font */

.tablebodyfont {
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: normal;
	color: black;
	text-align: center;
}


/* Style for picture tables */

.picytable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BB372C;
	background-color: #F0C864;
	border-color: #F17400;
	border-width: 4;
	border-style: outset;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* Style for Gallery picture tables */

.Gpicytable {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BB372C;
	background-color: #F0C864;
	border-color: #F17400;
	border-width: 4;
	border-style: outset;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}


/* Style for Site Map page */

.decchar {
	font-family: Courier New,Courier,monospace;
	font-size: 12pt;
	font-weight: normal;
	color: #BB372C;
}

.dirtext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #BB372C;
}

