.index  {
	background-image:url("images/Home Page/TSOD-Teachers-Sep-09.jpg");
	background-repeat:no-repeat;
	background-position: bottom;
}

.classes  {
	background-image:url(images/Washouts/Lollipops%20-%2040%25.png);
	background-repeat:no-repeat;
	background-position: bottom;
	margin-left:  220px;
}

.styles  {
	background-image:url(images/Washouts/Becca%20-%2040%25.png);
	background-repeat:no-repeat;
	background-position: bottom;
	margin-left:  220px;
}

.venues  {
	background-image:url(images/Washouts/Toxic%20Glitter%20-%2040%25.png);
	background-repeat:no-repeat;
	background-position: center;
	margin-left:  220px;
}

.parties  {
	background-image:url(images/Washouts/Nathan%20-%2040%%20-%20100pxH%25.png);
	background-repeat:no-repeat;
	background-position: bottom;
	margin-left:  220px;
}

.contactus  {
	background-image:url(images/Washouts/Urban%20Divas%20-%2040%25.png);
	background-repeat:no-repeat;
	background-position: 400px -300px;
	background-attachment:  fixed;
}

h1 {
	font-family: Verdana, Helvetica, cursive;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

h1.logo  {
	position:  relative;
	width:  310px;
	height: 190px;
	overflow:  hidden;
	font-size:  1.75em;
	line-height:  190px;
	text-transform:  uppercase;
}

h1.logo a img  {
	border:  none;
}

#popup h1  {
	background-color:  FF66CC;
	padding:  5px;
}

ul.leads  {
	list-style:	none;
}

ul.leads li.lollipop  {
	position:  relative;
	width:  310px;
	height: 190px;
	overflow:  hidden;
	font-size:  1.75em;
	line-height:  190px;
	text-transform:  uppercase;
}

ul.leads li.lollipop a img  {
	border:	none;
}

ul.leads li.urban  {
	position:  relative;
	width:  310px;
	height: 190px;
	overflow:  hidden;
	font-size:  1.75em;
	line-height:  190px;
	text-transform:  uppercase;
}

ul.leads li.urban a img  {
	border:	none;
}

ul.leads li.toxic  {
	position:  relative;
	width:  310px;
	height: 190px;
	overflow:  hidden;
	font-size:  1.75em;
	line-height:  190px;
	text-transform:  uppercase;
}

ul.leads li.toxic a img  {
	border:	none;
}

ul.seniors  {
	list-style:   url(images/Tanya%20Star%20-%20PinkwithBlackBorder10px.gif);
	font-size:	0.9em;
	font-style:	italic;
	font-weight:	bold;
}

ul.dancers  {
	list-style:  none;
	font-family:  Verdana, Geneva, sans-serif;
	font-size:  0.9em;
}

ul.normal  {
	font-family:	Verdana, Helvetica, cursive;
	font-size:		small;
	color:			#333366;
}
	

p {
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333366;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Helvetica, cursive;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Helvetica, cursive;
	font-size: small;
	color: #000000;
	font-weight: bold;
}

body {
	font-family:	Verdana, Helvetica, cursive;
	margin: 0;
	padding: 0;
	background-color: #ed008c;
	background-image: none;
}

#wrapper {
	background-color: #FFFFFF;
	color: black;
	margin: 30px 40px 30px 40px;
	padding: 10px;
	border:  5px double black;
}

#main {
	margin-top: 10px;
	float:	clear;
}

#header-bottom {
	border-top: 1px solid #ed008c;
	border-bottom: 1px solid #ed008c;
	padding-bottom: 5px;
	padding-top: 5px;
	margin:		0 10px 0 10px;
	float:	clear;
}

#header-bottom ul {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

#header-bottom li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ed008c;
	margin: auto;
	padding: 4pt;
	width: 60px;
	text-align: left;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: inline;
}

#header-bottom a:link {
	text-decoration: none;
	background-color: #ed008c;
	color: #FFFFFF;
}

#header-bottom a:visited {
	color: #000000;
	text-decoration: none;
}
#header-bottom a:hover {
	background-color: #FFE1F5;
	color:				#000000;
}

#content-yellow {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff0,  #fff); /* for firefox 3.6+ */ 
	border: 3px solid #ff0;
	font-weight: normal;
	font-size: small;
}

#content-yellow li {
	padding:  3px;
}

p.centredimg {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

p.centredimg img {
	border: 	3px solid #ff0;
}
    
#content-green {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0f0), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0f0,  #ccc); /* for firefox 3.6+ */ 
	border: 3px solid #0f0;
	font-weight: normal;
	font-size: small;
}

#content-green li {
	padding:  3px;
}
#content-purple {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9900cc', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#90c), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #90c,  #ccc); /* for firefox 3.6+ */ 
	border: 3px solid #90c;
	font-weight: normal;
	font-size: small;
}

#content-purple li {
	padding:  3px;
}
#content-blue {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0070c0', endColorstr='#00b0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0070c0), to(#00b0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0070c0,  #00b0f0); /* for firefox 3.6+ */ 
	border: 3px solid #00b0f0;
	font-weight: normal;
	font-size: small;
}

#content-purple li {
	padding:  3px;
}
#content-pink {
	background: #999; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3399', endColorstr='#ff66ff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff3399), to(#ff66ff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff3399,  #ff66ff); /* for firefox 3.6+ */ 
	border: 3px solid #ff3399;
	font-weight: normal;
	font-size: small;
}

#content-purple li {
	padding:  3px;
}
#filmstrip	{
	margin:			0 10px 0 0;
	padding:	5px 10px 0px 0px;
}

#content-yellow img.castle {
	border:		3px solid #ff0;
	align:	center;
}

#filmstrip img	{
	width:			100%;
	padding:	0 0 0 10px;
	margin:			0 10px 0 0px;
	border:		none;
}

img	{
	border: 	1px solid #ed008c;
	margin:		0 10px 0 0;
}

img.noborder  {
	border:		none;
}

.uniformhotspots  {
	font-size:	0.9em;
	font-weight:	bold;
	font-style:  italic;
}

.question {
	font-size:	1em;
	font-weight:	bold;
	font-style:  italic;
	color:	#000000;
	line-height:	0.8em;
}

.answer {
	font-size:	0.9em;
	font-style:	italic;
}

.popupquestion {
	font-size:	1em;
	font-weight:	bold;
	font-style:  italic;
	color:	#000000;
	line-height:	0.8em;
	background-color:  FF99FF;
	border: 1px dotted #F9F;
	padding: 5px;
}

.popupanswer {
	font-size:	0.9em;
	font-style:	italic;
	margin-left:  60px;
}

#imgrightbox {
	padding:	10px;
	border:		solid 1px #FF97DC;
	margin:		10px 0px;
	height:		270px;
}

#imgrightbox img {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 10px 5px;
	border:	groove 4px #FF66CC;
}

#imgleftbox {
	padding:	10px;
	border:		solid 1px #FF97DC;
	margin:		10px 0px;
	height:		270px;
}

#imgleftbox img {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 10px 5px;
	border:	groove 4px #FF66CC;
}

#tanya img {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0 5px 5px 0;
}

#tanya img.leftnoborder {
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 0 10px 5px 5px;
	background-color:	#FFFFFF;
	border:	none;
}

#kerry img {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

td.	{
	padding:	10px;
}

#content {
	padding:	10px;
	margin: 0px 10px 20px 10px;
	background-color: none;
	color: black;
}

#clearone {
	clear: both;
	height: 1px;
}

#deep_pink {
	background-color:	#ed008c;
	clear:	both;
}

#party ul li {
	font-weight: normal;
	font-size: small;
}

#date p	{
	font-style:		italic;
	font-size:		0.8em;
	margin:			20px 20px 20px 20px;
	color:		#FFFFFF;
	padding:	10px 0px 0px 0px;
}

.date  {
	font-size:		1.2em;
	font-weight:	bold;
}

table	{
	font-size:		1em;
	margin-left:	10px;
	margin-right:	10px;
	margin-bottom:	10px;
	caption-side:	bottom;
	text-align:		center;
}
#table img	{

}

td	{
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333366;
	text-decoration: none;
}	

.contact span {
	font-style: italic;
}

.contact	{
	margin:			5px 250px 5px 20px;
	border:					1px dashed #FF97DC;
	padding:				5px 10px 5px 10px;
	background:none;
}

#phone	{
	border:					1px dotted #339999;
	padding: 				5px 10px 5px 10px;
	width:					45%;
	float:					right;
}

#email	{
	border:					1px dotted #339999;
	padding: 				5px 10px 5px 10px;
	width:					45%;
	float:					right;
}

.footer {
	margin: 10px;
	padding: 10px;
	clear: both;
	width: 95%;
	color:	#FFFFFF;
}

.footer a	{
	text-decoration:	none;
	color:		#FFFFFF;
}

#Kerry-NavBot {
	margin-left: 20px;
	font-size:	0.8em;
}

#Kerry-NavBot a  {
	color:		#FFFFFF;
}

#personalise {
	align: right;
}

#news {
	float: right;
	width: 300px;
	padding: 5px;
	margin: 0px 0px 0px 10px;
	border: #ed008c solid 1px;
	background-color: #ee9fce;
}

#news em {
	font-size: 0.8em;
}

#news p em  {
	font-size:	1em;
}

#news h3 {
	text-transform: uppercase;
}

#news ul li	{
	font-size:	0.8em;
}

#wrapper #main #content #news li span{
	font-size: 0.8em;
	font-style: italic;
}
.photodate {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #ed008c;
}
.newslink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FF99FF;
}

#costumes {
	border:		solid 1px #FF97DC;
	padding:	10px;
	margin:		5px 0px;
}

#costumes table td  {
	padding:	10px;
	font-size:	0.9em;
	font-style:	italic;
	font-weight:	bold;
}

#costumes img {
	padding:	0px;
	border:		4px groove #FF97DC;
}

#dances {
	border:		solid 1px #FF97DC;
	padding:	10px;
	margin:		5px 0px;
}

#dances table td  {
	padding:	10px;
	font-size:	0.9em;
	font-style:	italic;
	font-weight:	bold;
}

#dances img {
	padding:	0px;
	border:		4px groove #FF97DC;
}

#boys {
	border:		solid 1px #FF97DC;
	padding:	10px;
	margin:		5px 0px;
}

#boys table td  {
	padding:	10px;
	font-size:	0.9em;
	font-style:	italic;
	font-weight:	bold;
}

#boys img {
	padding:	0px;
	border:		4px groove #FF97DC;
}

span.quote {
	font-style:	italic;
}

p.show  {
	clear:	none;
}

img.anniversary {
	height:		150px;
	background-color:	#FFFFFF;
	border:		none;
	float:	left;
	margin:	0px 10px 10px 10px;
	padding:	10px 10px 0px 0px;
}

blockquote.rightblock  {
	display:	inline;
	width:		200px;
	float:		right;
	padding:	5px;
	margin:		5px 20px 10px 10px;
	border-top:	2px solid #ed008c;
	border-bottom:	2px solid #ed008c;
	background-color:  #FFFFFF;
}

blockquote.leftblock {
	display:	inline;
	width:		200px;
	float:		left;
	padding:	5px;
	margin:		5px 20px 10px 10px;
	border-top:	2px solid #ed008c;
	border-bottom:	2px solid #ed008c;
	background-color:  #FFFFFF;
}

blockquote p  {
	font-size:	0.7em;
	font-style:	italic;
	font-weight:	normal;
	margin:		0px;
	padding:	5px;
}

span.firstletter {
	font-size:	2em;
	font-weight:	bold;
	color:		#ed008c;
}

img.floatright  {
	float:	right;
	padding: 10px;
	margin:  0px 10px 0px 0px;
	border:  none;
}

img.floatleft  {
	float:	left;
	padding: 10px;
	margin:  0px 10px 0px 0px;
	border:  none;
}

ul.uniform li {
	font-size:	0.8em;
}

.bracketed {
	font-style: italic;
}

.emphasised  {
	font-style:	italic;
	font-weight:	bold;
}

p a	{
	color:	#ed008c;
}

#workshops  {
	font-size:	0.8em;
}

li a  {
	color:		#ed008c;
}
.workshopname {
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color:	#ed008c;
}

#imageviewer.floatleft  {
	float:	left;
	padding: 10px;
	margin:  0px 10px 0px 0px;
	border:  none;
}

#pinkwidthbox {
	font-size: 1.1em;
	background-color: #ee9fce;
	padding: 10px;
	border: 2px solid #AC0074;
}
#pinkwidthbox h2 {
	font-size: 1em;
	font-weight: bold;
	color: #AC0074;
}
#pinkwidthbox li {
	font-size: 0.9em;
}

.day {
	background-color:  #ee9fce;
	font-size:  1.1em;
	font-weight:  bold;
}

/*Accordion CSS*/

@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	font-family:  Verdana, Helvetica, Sans Serif;
	font-size:  1em;
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width:  800px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	
	height:	30px;
	background-color:  #ee9fce;
	color:  #AC0074;
	font-size:  1.4em;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px 10px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelTab h2 {
	font-size:  1em;
	color:  #AC0074;
	padding: 0px;
	margin: 0px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 200px;
	font-size:  0.9em;
}

.AccordionPanelContent img {
	float:	right;
	padding:  5px;
}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #FFE1F5;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEE;
}


