/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*																		 */
/*	Function 	: textonly.css									 */
/*	Version 		: 1.00											 */
/* Last Update	:													 */
/*	Latest CCNo	:													 */
/*	----------------------------								 */
/*																		 */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

html
{
	font-size: small;
}
html, body
{
	min-height: 100%;
	height: auto;
	width: auto;
}

body, p, td, th, div, blockquote, dl, ul, ol, textarea, input, select, label, legend
{	
	color: #505050;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
img
{
	border: none;
}
a
{
	color: Blue;
	text-decoration: underline;
}
a:hover
{
	color: #C00000;
	text-decoration: underline;
}
.clear
{
	clear: both;
}

.formbtnright img, .formbtnleft img
{
	vertical-align: bottom;
}

.accesskey
{
	text-decoration: underline;
}
.btn
{
	font-weight: bolder;
}

.highlight
{
	color: Blue;
	font-weight: bold;
}
.loud, .loud a
{
	background-color: transparent;
	color: #C00000;
	font-size: 1em;	
	font-weight: bold;
	text-decoration: none;
}
.loud a
{
	text-decoration: underline;
}
.loud a:hover
{
	color: Blue;
}
.nodisplay
{
	clear: left;
}
/*	--	All navigation	--	*/
/*	-----------------	*/
#navigation
{
	margin-top:10px;
	width: auto;
}
#navigation ul
{	
	height: 4em;
	margin: 0;
	padding: 0;
}
#navigation li
{
	background-color: transparent; /*  #E9E9E9  */
	background-repeat: no-repeat;
	color: Black;
	display: inline;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	margin: 3px;
	background-image: url(button.gif);
}
#navigation span			
{
	background-color: #F8C0DA;
	color: Black;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
}
#navigation a, #navigation a:hover
{	
	color: black;	
	font-weight: normal;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	text-decoration: underline;
}
#navigation a:hover
{
	background-color: #F8C0DA;
	color: Black;
}
#footer ul
{
	list-style-type: none;
}
#footer li
{
	display: inline;
}
#footer li a, #footer li a:hover
{	
	font-weight: normal;
	text-decoration: underline;
}
#footer span
{
	font-size: 1em;
	text-decoration: none;
}
#footer #footcntr1, #footer #footcntr2
{
	font-size: .9em;
}
/*	-----------------------	*/
/*	--	Contact Us form	--	*/
/*	-----------------------	*/
#cntmsg
{
	color: #E20685;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-left: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	width: 55%;
}
#cntfrm
{
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 58%;
}
#cntfrm form
{
	background-color: #E9E9E9;
	margin-left: 5px;
	padding-left: 15px;
	width: 75%;
}

#cntfrm form p
{
	clear: left;
	margin: 1px;
	padding-top: 2px;
	width: 100%;
}
#cntfrm form p label
{
	color: Black;
	float: left;
	width: 45%;
	font-weight: normal;
	font-size: 1em;
}
#cntfrm form p input, #cntfrm form textarea, #cntfrm form select
{
	clear: left;
	font-size: 1em;
	width: 85%;
}
#cntfrm h2
{
	color: Black;
	font-size: .9em;
	margin: 0;
}
#cntfrm span
{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 10px;
}
/*	--------------------------------------	*/
/*	--	Login page formatting	--	*/
/*	--------------------------------------	*/


#logincntr form, #logincntr1 form, #logincntr2 form
{
	margin-top: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	width: auto;
}
#logincntr form p input, #logincntr form select, 
#logincntr1 form p input, #logincntr1 form select, 
#logincntr2 form p input, #logincntr2 form select
{
	clear: left;
	background-color: #EAEAEA;
	font-size: 1em;
	width: 200px;
}
#logincntr h2, #logincntr1 h2, #logincntr2 h2
{
	font-size: 1.25em;
	margin-bottom: 5px;
	margin-top: 2px;
}
#logincntr form p, #logincntr1 form p
{
	width: 95%;
}
#logincntr div
{
	width: 65%;	
}
#register
{
	width: 100%;
}
#register h2
{
	font-size: 1.4em;
}
#register h3
{
	font-size: 1.3em;
}
#register h4
{
	font-size: 1em;
	margin:0;
}
#register form
{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
#register form p, #radio
{
	clear: left;
	margin: 1px;
	padding-top: 3px;
	width: 100%;
}
#register form p label
{
	float: left;
	width: 39%;
	font-weight: normal;
	font-size: 1em;
}
#register form p input, #register form textarea, #register form select
{
	background-color: #E9E9E9;
	font-size: 1em;
	width: 200px;
}
#radio p input
{
	background-color: #E9E9E9;
	clear: none;
	float: right;
	font-size: 1em;	
}
#register form textarea
{
	width: 80%;
}
#register form fieldset
{
	margin-bottom: 5px;
	width: 100%	
}
#register form legend
{
	color:#0000C0;
}
#regcon form
{
	padding: 5px;
}
#regcon form p
{
	clear: left;
	margin: 1px;
	padding-top: 3px;
	width: 100%;
}
#regcon form p label
{
	float: left;
	width: 39%;
	font-weight: normal;
	font-size: 1em;
}
#regcon form p input, #regcon form textarea, #regcon form select
{
	background-color: #E9E9E9;
	font-size: 1em;
	width: 200px;
}
#regcon form textarea
{
	width: 80%;
}
/*	------------------------------------------------------------------------------*/
/*	account maintenance formatting 												*/
/*	------------------------------------------------------------------------------*/

#custprofile form p
{
	clear: left;
	margin: 1px;
	padding-top: 1px;
	width: 95%;
}
#custprofile form p label
{
	float: left;
	width: 45%;
	font-weight: normal;
	font-size: 1em;
}
#custprofile form p input, #custprofile form textarea, #custprofile form select
{
	clear: left;
	background-color: #EAEAEA;
	font-size: 1em;
	width: 200px;
}
#custprofile form textarea
{
	width: 80%;
}

#custprofile h2
{
	font-size: 1em;
	margin: 0;
}
#custprofile span
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}
#custprofile form fieldset
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 50%	
}
#custprofile form legend
{
	color:#0000C0;
	font-weight: bold;
}
#custbox h2, #newsletter h2, #charity h2, 
#tella h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
	border-bottom-color: #A9A9A9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#custbox h2, #charity h2, 
#custbox a, #charity a
{
	color: Black;
}
#newsletter h2, #tella h2, #searchbox h2, #tella a
{
	color: #505050;
}
#custbox p, #newsletter p, #charity p, #tella p, #searchbox p
{
	margin-bottom: 0;
	margin-top: 3px;
}
#custbox, #newsletter, #charity, #tella, #searchbox
{
	width: 45%;
}

#custbox
{
	background-color: #E9E9E9;
	border: 1px solid #A9A9A9;
	color: Black;
	padding: 8px;
}
#custbox p span
{
	font-weight: bold;
}
#custbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#searchbox
{
	background-color: transparent;
	border: 1px solid #A9A9A9;
	color: #505050;
	margin-bottom: 8px;
	padding: 5px;
}
#searchbox h2, #searchbox label
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
#searchbox .inputs
{
	background-color: #E9E9E9;
	width: 95%;
}
#searchbox .btn
{
	font-weight: bold;
	margin-top: 3px;
	padding-left: 3px;
	width: auto;
}
#newsletter
{
	background-color: transparent;
	border: 1px solid #F286B6;
	color: #505050;
	padding: 8px;
}
#newsletter form p input
{
	width: 90%;
}
#charity
{
	background-color: #E9E9E9;
	border: 1px solid #A9A9A9;
	color: Black;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 10px;
}
#tella
{
	background-color: transparent;
	border: 1px solid #F286B6;
	color: #505050;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 10px;
}
#trivia
{
	clear: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	padding:5px;
}
#trivia .trvup
{
	color: #E20685;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}
#publicsurvey
{
	border: 1px solid #F286B6;
	margin: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 0px;
	width: 59%;
}
#publicsurvey p
{
	padding: 5px;
}
#publicsurvey h3
{
	color: #E20685;
	font-size: 1.1em;
	margin: 0;
	text-align: center;
}
#publicsurvey h4
{
	color: #E20685;
	font-size: 1.1em;
	margin: 0;
	padding-left: 5px;
}
#publicsurvey ol
{
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 8px;
}
#publicsurvey li
{
	font-size: .9em;
	margin: 0;
	padding: 0;
	width: 100%;
}
#publicsurvey .btn
{
	background-color: #FFE1ED;
	border: 1px solid #F286B6;
	color: Black;
	margin-left: 15px;
}
#publicsurvey span.ans
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	float: left;
	width: 5em;
}
#publicsurvey span.pct
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	float: right;
	margin-right: 10%;
}
#publicsurvey span.nobar
{
	background-color: #A9A9A9;
	border: thin solid #A9A9A9;
	color: #A9A9A9;
	float: left;
	font-size: .5em;
}
#publicsurvey span.yesbar
{
	background-color: #F286B6;
	border: thin solid #F286B6;
	color: #F286B6;
	float: left;
	font-size: .5em;
}
#membersurvey
{
	border: 1px solid #F286B6;
	clear: none;
	float: left;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 6px;
	padding-left: 0px;
	margin: auto;
	width: 59%;
}
#membersurvey p
{
	padding-left: 10px;
	padding-right: 8px;
}
#membersurvey h3
{
	color: #E20685;
	font-size: 1.1em;
	margin: 0;
	text-align: center;
}
#membersurvey ul
{
	list-style-position: outside;
	list-style-image: url(dot.gif);
}
#membersurvey li
{
	clear: left;
	float: left;
	font-size: .9em;
	width: 100%;
}
#membersurvey select, #membersurvey .free
{
	background-color: #EAEAEA;
	clear: right;
	float: left;
	font-size: 1em;
	width: 85%;
}
#membersurvey .btn
{
	background-color: #FFE1ED;
	border: 1px solid #F286B6;
	color: Black;
	margin-left: 15px;
	margin-top: 10px;
}

#searchpage
{
	margin-bottom: 2em;
}
#searchpage b
{
	padding-right: 10px;
}
#searchpage .title span
{
	color: #E20685;
}
#searchpage .title
{
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
}
#searchpage .summary
{
	margin: 0;
	padding-left: 20px;
}
/*	--	Page skip	--	*/
/*	-----------------	*/
.pageskip
{
	clear: both;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-top: 5px;
	padding: 0;
	width: auto;
}
.pageskip a 		
{
	font-size: .9em;
	padding: 0;
	margin: 0;
}
.pageskip span
{
	text-decoration: underline;
}
.pageskip p
{
	background-color: transparent;
	color: #4C5561;
	margin: 0;
	padding-left: 5px;
}
.pageskip p a
{
	background-color: transparent;
	color: #4C5561;
}

/*	--	Stylechange	--	*/
/*	-----------------	*/

#stylechange
{	
	color: #505050;
	font-size: 1em;
	margin-bottom: 5px;
	width: auto;
}
#stylechange a
{
	font-size: 1em;
}

#stylechange ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#stylechange li
{
	display: inline;
}

#lssn2fx
{
	clear: both;
	margin: 10px;
}
#lssn2fx table
{
	border-collapse: collapse;
	border-spacing: 2px;
	caption-side: top;
	font-family:  Arial, "Times New Roman", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	empty-cells: show;
	table-layout: auto;
	margin-top: 2%;
	margin-bottom: 3%;
	width: 80%;
}
#lssn2fx td
{
	background-color: transparent;
	border-color: #A9A9A9;
	border-style: solid;
	border-width: 1px;
	color: #505050;
	padding: 5px;
}
#lssn2fx .emfa
{
	background-color: #EEE8AA;
	color: Black;
}
#lssn2fx .high
{
	background-color: transparent;
	color: #E20685;
}

/*	--------------------------------------------------------------------------------*/
/*		Match to CMS Divs		*/
/*	--------------------------------------------------------------------------------*/
#welcome_id
{
	font-size: 3em;
	margin-top: 15px;
	padding: 1px;
	width: 100%;
}
#dia01_id
{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 10px;
	width: 100%;
}

#dia01_id p, #dia02_id p
{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	width: 100%;
}
#dia01_id span, #dia02_id span, #dia03_id span
{
	color: #E20685;
	font-weight: bold;
}
#dia02_id
{
	margin-bottom: 10px;
	width: 100%;
}
#dia03_id
{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	width: 32%;
}
#dia03_id p
{
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#dia03_id ul
{
	padding: 0;
	margin-bottom: 5px;
	margin-top: 1px;
	list-style-position: inside;
}
#dia03_id li
{
	padding: 0;
	margin-bottom: 2px;
}
#dia04_id
{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	width: 59%;
}
#dia04_id ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#messages
{
	font-size: 1em;
	font-weight: normal;
	padding-top: 10px;
	text-align: left;
	width: 58%;
}
#messages h3
{
	color: #E20685;
	padding-left: 5px;
	margin-bottom: 0;
	width: auto;
}
#messages p
{
	margin-bottom: 10px;
	margin-top: 0;
	padding-left: 5px;
	width: auto;
}
#messages ul
{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
/*	------------------------------------------------*/
/*		Formatting for generated content		*/
/*	------------------------------------------------*/
.lessons_cls
{
	margin: 10px;
	padding-left: 5px;
}
.lessons_cls img
{
	margin: 0;
	padding-bottom: 3px;
	padding-top: 10px;
	padding-left: 10px
}
.lessons_cls .imgleft
{
	clear: none;
	float: left;
	margin: auto;
}
.lessons_cls .imgright
{
	clear: none;
	float: right;
	margin: auto;
}

.lessons_cls .caption
{
	clear: both;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}
.lessons_cls h1
{
	font-size: 2em;
}
.lessons_cls h2
{
	font-size: 1.5em;
}
.lessons_cls h3, .lessons_cls h4
{
	font-size: 1em;
}
.lessons_cls h4
{
	color: #E20685;
}
.lessons_cls .bold
{
	font-weight: bold;
}
.lessons_cls .inner
{
	list-style-image: url(dot.gif);
}
.lessons_cls .outer
{
	list-style-position: outside;
	margin: 0;
	padding: 0;	
}
.lessons_cls .outer li, .lessons_cls .inner li, .lessons_cls ol li
{
	margin-top: 10px;
}

.lessons_cls table
{
	border-collapse: collapse;
	border-spacing: 2px;
	caption-side: top;
	font-family:  Arial, "Times New Roman", sans-serif;
	font-size: 1em;
	font-weight: normal;
	empty-cells: show;
	table-layout: auto;
	margin-top: 2%;
	margin-bottom: 3%;
	width: 80%;
}
.lessons_cls th
{
	background-color: #E9E9E9;
	border-color: #A9A9A9;
	border-style: solid;
	border-width: 1px;
	color: Black;
	padding: 5px;
}
.lessons_cls td
{
	background-color: transparent;
	border-color: #A9A9A9;
	border-style: solid;
	border-width: 1px;
	color: #505050;
	padding: 5px;
}
#lssn5 #membersurvey
{
	width: auto;
}
/*			Catalogue			*/
.catalogue_cls
{
	margin: 5px;
	padding-left: 5px;
}
.catalogue_cls img
{
	margin: auto;
	padding: 8px;
}
.catalogue_cls .imgleft
{
	clear: none;
	float: left;
}
.catalogue_cls .imgright
{
	clear: none;
	float: right;
}
.catalogue_cls .caption
{
	clear: both;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
}
.catalogue_cls h1
{
	font-size: 2em;
}
.catalogue_cls h2
{
	font-size: 1.5em;
}
.catalogue_cls h3, .catalogue_cls h4
{
	font-size: 1em;
}
.catalogue_cls h4
{
	color: #E20685;
}
.catalogue_cls .bold
{
	font-weight: bold;
}
.catalogue_cls .inner
{
	list-style-image: url(dot.gif);
}
.catalogue_cls .outer
{
	list-style-position: outside;
	margin: 0;
	padding: 0;	
}
.catalogue_cls .outer li, .catalogue_cls .inner li, .catalogue_cls ol li
{
	margin-top: 10px;
}

.catalogue_cls table
{
	border-collapse: collapse;
	border-spacing: 2px;
	caption-side: top;
	font-family:  Arial, "Times New Roman", sans-serif;
	font-size: 1em;
	font-weight: normal;
	empty-cells: show;
	table-layout: auto;
	margin-top: 2%;
	margin-bottom: 3%;
	width: 75%;
}
.catalogue_cls tr
{
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #A9A9A9;
	vertical-align: middle;
}
.catalogue_cls th
{
	background-color: #FFE1ED;
	border: 1px solid #A9A9A9;
	color: Black;
	padding: 5px;
}
.catalogue_cls td
{
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;	
	padding: 5px;
}
.catalogue_cls .optbtn, .catalogue_cls .optbtn tr, .catalogue_cls .optbtn td
{
	border: none;
	padding: 3px;
	margin: auto;
	width: auto;
}
.catalogue_cls .pay
{
	background-color: #E9E9E9;
	border: 1px solid #A9A9A9;
	color: Black;
	padding: 5px;
}
.tandc_cls
{
	margin: 10px;
}
.tandc_cls h1
{
	font-size: 2em;
}
.tandc_cls h2
{
	font-size: 1.5em;
}
.tandc_cls h3, .tandc_cls h4
{
	font-size: 1em;
}
.tandc_cls h4
{
	color: #E20685;
}
.tandc_cls span .bold
{
	font-weight: bold;
}
.tandc_cls .inner
{
	list-style-image: none;
}
.tandc_cls .outer
{
	list-style-type: upper-alpha;
	list-style-position: inside;
	margin: 0;
	padding: 0;	
}
.tandc_cls .outer li, .tandc_cls .inner li, .tandc_cls ol li
{
	margin-top: 10px;
}

.testimonials_cls
{
	margin: 10px;
	padding-left: 5px;
	
}
.testimonials_cls h1
{
	font-size: 2em;
}
.testimonials_cls h2
{
	color: #E20685;
	font-size: 1.5em;
}
.testimonials_cls h3, .lessons_cls h4
{
	font-size: 1em;
}
.testimonials_cls .script, 
.testimonials_cls .author
{	
	width: 50%;
}
.testimonials_cls .script
{
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0;
}
.testimonials_cls .script:before
{
	content: open-quote;
}
.testimonials_cls .script:after
{
	content: close-quote;
}

.testimonials_cls .author
{
	font-weight: bold;
	margin-top: 0;
	text-align: right;
}
