@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	font-size: small; /*for compliant browsers */
	}
html>body { font-size: small; } /* be nice to Opera */

a {
	color:#FFCC66;
	text-decoration:none
}

a:active {
	outline:none;
}

a:hover {
	color:#0099FF;
	text-decoration:none
}

a img {
	border:none;
}

h2 {
	font-size:120%;
}

#bios img {
	margin: 16px 0;
	border: solid 1px #333333;
}

#pageBody {
	width:690px;
	margin: 35px 35px 15px 35px;
	position: absolute;
	top: 175px;
	left: 210px;
}

#pageFooter {
	font-size:80%;
	margin-top: 35px;
}

.bottomMenu {
	border-top:solid 1px #933;
	padding: 10px 0;
}

.bottomMenu a {
	padding: 0 5px;
}

.padBot5px {
	padding-bottom:5px;
}

#topflash {
	position:absolute;
	top:0px;
	left: 210px;
}

.thirdOfPage {
	width:206px;
	padding: 0 10px 0 10px;
	margin: 20px 0 10px 0;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
	float: left;
	height: 800px;
}

.thirdOfPageHome {
	width:206px;
	padding: 0 10px 0 10px;
	margin: 4px 0 10px 0;
	border-right: 1px dotted #333;
	border-left: 1px dotted #333;
	float: left;
	height: 1400px;
}

#fundometerDiv{
	width:175px;
	position:absolute;
	top:510px;
	left:25px;
	z-index: 1010;
	
}

#map {
	width:520px;
	height: 400px;
}

.smallBorderedDivRight {
	width:260px;
	margin: 20px;
	float: right;
	font-size: 80%;
	border: solid 1px #333;
	padding: 8px;
	background-color: #333333;
}

.narrowDivRight {
	width:120px;
	float: right;
	font-size: 80%;
	border: solid 1px #333;
	padding: 8px;
	background-color: #333333;
}

.scheduleDivRight {
	width:260px;
	margin: 3px;
	float: right;
	font-size: 80%;
	padding: 8px;
}

.smallGrayDivRight {
	width:300px;
	margin: 20px 0 0 30px;
	float: right;
	font-size: 80%;
	border: solid 1px #666;
	padding: 10px;
	background-color: #333333;
}

.smallBorderedDivBlue {
	margin: 20px;
	border: solid 1px #69C;
	padding: 8px;
	width: 300px;
}

.smallerBorderedDivBlue {
	margin: 20px;
	border: solid 1px #69C;
	padding: 8px;
	width: 210px;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.smallDiv300px {
	margin: 20px;
	padding: 8px;
	width: 300px;
}

.smallDiv250px {
	margin: 20px;
	padding: 8px;
	width: 250px;
}

p.titleBlueBackground {
	font-weight:bold;
	background-color:#006699;
	font-size:120%;
	padding: 5px;
	text-align: center;
}

p.titleDarkBlueBackground {
	font-weight:bold;
	background-color:#003366;
	font-size:120%;
	padding: 5px;
	text-align: center;
}

p.underlineRed{
	border-bottom:1px solid #996666;
	padding-bottom:3px;
	padding-left: 10px;
}

.underline {
	text-decoration:underline;
}

td.topBorderBlueDotted {
	border-top:1px dotted #0099CC;
}

.leftmargin {
	margin-left:20px;
}

.leftmarginLg {
	margin-left:4em;
}

.pageTitle {
	border-bottom: solid 1px #933;
	font-size:135%;
	font-weight: bold;
	color: #999999;
	padding-bottom: 12px;
}

p.mainPageHeader {
	background-image:url(../images/elements/topgrad_bg.gif);
	background-repeat:repeat-x;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding: 18px 0 12px 0;
}

p.lineSeparator{
	border-top:1px solid #3b3b3b;
	line-height: .5;
}

.regText {
		font-family: Arial, Helvetica, sans-serif;
		font-size:10pt;
}

.regTextLineHeight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:200%;
}

.boldTitleText {
	font-size:110%;
	font-weight:bold;
	line-height: 1.5;
	color: #999999;
}

.boldTitleLink {
	font-size:110%;
	font-weight:bold;
	line-height: 1.5;
}

.boldTitleYellow {
	font-size:110%;
	font-weight:bold;
	line-height: 1.5;
	color:#FFCC66;
}


.quoteText {
	font-style:italic;
	color: #999999;
}

.dancerName {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12pt;
		font-weight:bold;
		text-decoration:underline;
}

.smallText {
	font-size:80%;
	color: #999999;
}

.textAlignRight {
	text-align:right;
}

.rustColor {
	color:#996666;
}

.darkRedColor {
	color:#660000;
}

.grayGreenColor {
	color:#669966;
}

.darkGreenColor {
	color:#006633;
}

.grayBlueColor {
	color:#6699CC;
}

.darkBlueColor {
	color:#003399;
}

.photoLeft {
	padding: 5px 25px 5px 0;
	float: left;
}

.photoRight {
	padding: 5px 0 5px 25px;
	float: right;
}

img.mainPageImage{
	padding:12px 0 12px 0;
}

.logoLeft {
	padding: 5px 10px 5px 0;
	float: left;
}

.photoGrayBorder {
	border:1px solid #333;
}

.photoThumbsLine {
	float:left;
	margin: 6px;
	font-size: 80%;
	width: 62px;
}

.photoThumbsLine img {
	border:solid 1px #333333;
}

.mgmtTitle {
	margin-top:10px;
}

.clearAll {
	clear:both;
}

.performanceSched {
	width:96%;
}

.performanceSched li {
	border-bottom: 1px solid #333333;
	list-style-image:url(../images/elements/littlebluearrow.gif);
	padding: 0 0 6px 0;
	font-weight: bold;
	list-style-position: inside;
	margin-top: 18px;
}

.performanceSchedDate {
	color: #8CB5A6;
	font-weight: normal;
	margin-right: 30px;
}

.performanceSchedTime {
	color: #9999CC;
	font-weight: normal;
	margin-right: 20px;
}

.performanceSchedPlace {
	margin-left: 10px;
	color:#6699cc;
	font-style:italic;
	font-weight: normal;
}

#repertoryTableDiv {
	margin-left:16px;
}	

#repertoryTableDiv li{
	list-style-type:none;
	padding-bottom:18px;
}	

.scheduleTable {
	font-size:80%;
	border: 2px solid #999;
}


.scheduleWeekdayHeader {
	background-color:#333333;
	color:#CCCCCC;
	width:14%;
}

.scheduleTime {
	color:#999999;
	font-style: italic;
}

.scheduleInstructor {
	color:#6699CC;
}

.scheduleStudio {
	font-style:italic;
	color: #999999;
}

.scheduleClass {
	font-weight:bold;
	color: #669966;
}

.scheduleTableCell {
	border:1px solid #666;
}

.shadedTableCell {
	background-color:#333333;
}

.scheduleStyle {
	border-bottom:1px solid #666;
}

.scheduleLevel {
	color:#996666;
}

.littleRightFloater {
	float:right;
	width:200px;
	font-size:80%;
	border:1px dotted #999;
	margin: 30px 30px 15px 30px;
	padding: 10px;
}

.dottedBorderDiv{
	border:1px dotted #999;
	padding: 10px;
	margin: 5px;
}


.inputBox {
	background:#CCCCCC;
	border:1px solid #666666;
}

.reviewQuoteText {
	color:#999999;
	font-size:110%;
}

.reviewQuotePublication {
	font-style:italic;
	margin-left: 370px;
}

.reviewQuoteEven{
	border-bottom:1px solid #6699CC;
	padding:20px 10px 10px 10px;
	margin-right:20px;
}
.reviewQuoteOdd{
	padding:20px 10px 10px 10px;
	margin-right:20px;
	border-bottom:1px solid #669966;
}

/* PHOTO GAALLERY */

#photogallerythumbnails {
	clear: both;
	margin: 10px auto;
}
#photogallerythumbnails div {
	position: relative;
	width: 25px;
	height: 25px;
	float: left;
	margin: 12px;
	padding: 0;
	float: left;
	display:inline;
}
#photogallerythumbnails img {
	width: 25px;
	height: 25px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

#picture {
	padding: 0px;
}

.borderImage {
	border: solid 1px #000;
}
#mainImageBorder {
	width: 460px;
	height: 500px;
	float: right;
}


#photoToFade {
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #000000;
}

#photogallerythumbWrapper {
	width:150px;
	float: left;
}

.SpryHiddenRegion {
	visibility: hidden;
}
/*
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }
*/

#photogalleryPrevAndNext{
	font-size:80%;
	width:150px;
	padding: 10px;
}

#photoGalleryDiv{
	padding-right:20px;
}

.photogalleryCaptionText{
	font-size:80%;
	text-align:center;
}
