* {
	/*margin: 0 auto; */
	margin: 0;
	padding: 0;
}

html, body {
	/*height:100%;	*/	/* breaks modal code in FF */
	font-size: 100.1%;
	font-family: arial, verdana, sans-serif;
	/*font-family: georgia, serif;*/
	background: #000000;

	/*overflow-x: hidden; */  /* breaks thumbnails in galleries for FF */
}

#main-content {
	margin: 0;
	line-height: 1.4;
	font-size: .85em;
}
#main-content p {
	margin:12px 0 0 0;
	font-size: 95%;
}

.center {
	text-align:center;
}

.footerTitle {
	font-size: .7em;
}
.smallText {
  font-size: .65em;
}

.blueTextNormal {
	color:#81DCFF;
}
#main-content p..blueTextNormal {
	color:#81DCFF;
}
.blueTextNormalBold {
	color:#81DCFF;
	font-weight:bold;
	letter-spacing:1px;
}
#main-content p.blueTextNormalBold {
	color:#81DCFF;
	font-weight:bold;
	letter-spacing:1px;
}
.blueTextMedium {
	font-size:1.1em;
	color:#81DCFF;
}
#main-content p.blueTextMedium {
	font-size:1.1em;
	color:#81DCFF;
}
.blueTextMediumBold  {
	font-size:1.1em;
	color:#81DCFF;
	font-weight:bold;
	line-height:1.35em;
}
#main-content p.blueTextMediumBold {
	font-size:1.1em;
	color:#81DCFF;
	font-weight:bold;
	line-height:1.35em;
}
.blueTextLarge {
	font-size:1.4em;
	color:#81DCFF;
}
.blueTextLargeBold {
	font-size:1.4em;
	color:#81DCFF;
	font-weight:bold;
}

/**/
.textSmaller {
	font-size:.85em;
}
.textSmallerBold {
	font-size:.85em;
	font-weight:bold;
}
.textNormalBold {
	font-weight:bold;
}
#main-content p.textNormalBold {
	font-weight:bold;
}
.textMedium {
	font-size:1.1em;
}
.textMediumBold {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.35em;
}
#main-content p.textMediumBold {
	font-size:1.1em;
	font-weight:bold;
}
.textLarge {
	font-size:1.4em;
}
.textLargeBold {
	font-size:1.4em;
	font-weight:bold;
}
.label {
	white-space:nowrap;
	text-align:right;
	padding:4px;
	font-weight:bold;
}	

div.hr { 
	width: 100%; 
	height: 2px; 
	border-top: 1px solid #C8C7E0; 
	border-bottom: 1px solid #6A67AD;
	margin-top:10px; 
	margin-bottom:10px;
} 

div.bordertop-bottom {
	border-top:1px solid #C8C7E0;
	border-bottom:1px solid #C8C7E0;
	padding:10px;
}

div.borderbottom {
	border-bottom:1px solid #C8C7E0;
	padding:10px;
}

.align-right { float:right; margin: 3px 0 0 10px; }
.align-left { float:left; margin: 3px 10px 0 0; } 

.caption{
	padding: 2px;
	border:none;
	white-space:normal;
}

/* CLASSES TABLE STYLES ============================= */

#class-info {
	margin-left:40px;
	padding:4px;
	width:90%;
}
#class-info td {
	vertical-align:top;
}
#classes-table {
	width:750px;
}
div.class-level {
	margin:5px 0 0 0;
}
div.class-times {
	margin:10px 0 10px 20px;
}
.cls-image {
	vertical-align:top;
	text-align:center;
	padding-right:10px;
}
.cls-title-cell {
	padding-bottom:15px;
}
.cls-lvl-lft-COL {
	font-size:.95em;
	font-weight:bold;
	border-left:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background: #638CC9;
	text-align:center;
	padding:3px;
}
.cls-lvl-ctr-COL {
	font-size:.95em;
	font-weight:bold;
	border:1px solid #000000;
	background: #638CC9;
	text-align:center;
	padding:3px;
}
.cls-lvl-rt-COL {
	font-size:.95em;
	font-weight:bold;
	border-right:1px solid black;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background: #638CC9;
	text-align:center;
	padding:3px;
}

.cls-desc-lft-COL {
	vertical-align:top;
	padding:0 5px 5px 5px;
	border-left:1px solid #6A67AD;	/* Darker purple */
}
.cls-desc-ctr-COL {
	vertical-align:top;
	padding:0 5px 5px 5px;
	border-left:1px solid #6A67AD;	/* Darker purple */
	border-right:1px solid #6A67AD;
}
.cls-desc-rt-COL {
	vertical-align:top;
	padding:0 5px 5px 5px;
	border-right:1px solid #6A67AD;	/* Darker purple */
}
.cls-instructor {
	padding-left:15px;
	font-weight:normal;
}

/* ================================================= */
img { border : 0; border-style : none; }

img.border { 
	/* Removed per client's request */
	/* border: solid 1px #211E71; */
	border : 0; 
	border-style : none; 
}

#page-wrap {
	/*min-width: 780px;*/
	/*max-width: 1260px;*/	/* Don't auto-stretch beyond this so that the page doesn't spread paragraphs into one long line */
	/*margin: 0px;*/
	/* In order for IE not to crash when size reduced below 780px, there must be a cushion between the clientwidth and what to set it to */
	
	/*width:expression(document.body.clientWidth < 780? "770px" : document.body.clientWidth > 1270? "1260px" : "auto");*/
	border-right:1px solid #638CC9;
	border-left:1px solid #638CC9;
	width:1005px;
	margin:0 auto;
}

/********************************************
Create a special footer wrapper to keep footer content in alignment with body text while allowing for background to stretch beyond 1260px 
*********************************************/
#footerWrap {
	/*min-width: 780px;*/
	/*max-width: 1260px;*/	/* Don't auto-stretch beyond this so that the page doesn't spread paragraphs into one long line */
	margin: 0px;
	/* In order for IE not to crash when size reduced below 780px, there must be a cushion between the clientwidth and what to set it to */
	/*width:expression(document.body.clientWidth < 780? "770px" : document.body.clientWidth > 1270? "1260px" : "auto");*/
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width:1005px;
}

#footer {
	/*background: #C8C7E0; */
	width: 1005px;
	height: 100%;
}

#footer p {
	margin:12px 0 0 0;
	font-size: 90%;
}

#page-wrap #inside {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color:#8F8DC2;*/
}
div.spacer {
  clear: both;
  }
  
#header {
	height: 137px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	white-space:nowrap;
	color: #FFF;
	z-index: 49;
	background: #211E71 url(../images/header-tile.jpg) no-repeat left;
}
#header-top-rt {
	background-color: #211E71;
	vertical-align:top;
	text-align:right;
	white-space:nowrap;
	padding:5px 0 0 0;
}

#header-bullets {
	list-style:disc;
	list-style-position:inside;
	margin-right: 0px;
	padding-right: 0px;
	font-size:11px;
	font-weight:bold;
	color:#22BDC5;
	font-variant: small-caps;
}

#header-bullets li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	color:#22BDC5;
}

#header-bullets li a:anchor,#header-bullets li a:focus,#header-bullets li a:visited,#header-bullets li a:link {
	text-decoration: none;
	color:#22BDC5;
}
#header-bullets li a:hover {
	text-decoration: underline;
	color:#22BDC5;
}

#logo-printview { visibility: hidden; display: none}
#location-printview { visibility: hidden; display: none}

div.tab div.left {
	float: left;
	text-align: left;
	font-weight: bold;
	width: 49%;
	margin: 0px auto;
	padding-left: 0px;
  }

div.tab div.right {
  float: right;
  white-space:nowrap;
  text-align: right;
  font-weight: bold;
  width: 40%;
  margin: 0px auto;
  }
  
#col-wrapper-left-homepage {	/*Sets COL A background color with a tile*/
	margin: 0px auto;
	padding:0;
	background: #8F8DC2 url(../images/left-sidebar.gif) repeat-y left;
	height:100%; /* Bug fix for IE 7 to prevent gaps from appearing between div layers */
} 
#col-wrapper-left {	/*Sets COL A background color with a tile*/
	margin: 0px auto;
	padding:0;
	background-color: #8F8DC2;
	height:100%; /* Bug fix for IE 7 to prevent gaps from appearing between div layers */
} 

#col-wrapper-right { /*Sets COL C background color with a tile*/
	margin: 0px auto;
	padding:0;
	/*background: url(../images/right-sidebar.gif) repeat-y right;	 */
} 
#wrapper {	/* container holding the columns */
	margin: 0px auto;
	padding:0;
}

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */


/* Hides from IE-mac \*/
* html .tab {height: 1%;}
/* End hide from IE-mac */

/*- Left Sidebar - Menu ---------------------------- */
#left-sidebar p {
	margin: 0px;
	padding: 0 10px 0 10px;
	list-style: none;
}

#left-sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
#left-sidebar li
{
	display: inline;
}
#left-sidebar li a {
	height: 20px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-weight: bold;
	text-decoration: none;
	}

#left-sidebar {
	float: left;
	font-size: 12pt;	/*Make these fonts a fixed size*/
	vertical-align:top;
}

#home-image {
	vertical-align: bottom;
	width: 1%;
	padding: 0;
	color:#fff;
	background-color: #000;
}

#left-sidebar-text {
	width: 1%;
	padding: 10px 0 20px 10px;
}

#left-sidebar li a:link, #left-sidebar li a:visited {
	color:#0000FF;
	padding: 0 10px 0 10px;
	font-weight: bold;
	}
	
#left-sidebar li a:hover {
	color:#CC0000;
	padding: 0 10px 0 10px;
	font-weight: bold;
	}
#right-sidebar {
	width: 150px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
  	z-index: 11;
}

#topnav {
	width:100%;
	height:27px;
	margin-left: 0;
	text-align:left;
	background: #8DED7F url(../images/top-navbar.gif) repeat-x left;
	padding: 0 0 0 0;
}

#homepage-aligned {
	padding:5px 10px 10px 365px;
}
#left-aligned {
	padding:5px 10px 10px 10px;
}


/*========================================================================== */
/* Normal Anchors */
/*========================================================================== */
.noline {
	border-bottom:none;
}
#main-content a.namedanchor:hover {
	text-decoration: none;
	color:#81DCFF;
	padding: 0 3px 0 3px;
}

#main-content :link,#main-content :visited { 
	/*text-decoration: underline;*/
	color:#81DCFF;
	font-weight:bold;
  	text-decoration: none;
  	border-bottom: 1px solid #C8C7E0;
	}
#main-content :link:focus,#main-content :visited:focus { 
	text-decoration: none;
	color:#81DCFF;
	font-weight:bold; 
	border-bottom: none;
	}
#main-content :link { 
	/*text-decoration: underline;*/
	text-decoration:none;
	color:#81DCFF; 
	font-weight:bold;
	border-bottom: 1px solid #C8C7E0;
	}
#main-content :visited { 
	/*text-decoration: underline;*/
	text-decoration:none;
	color:#81DCFF; 
	font-weight:bold;
	border-bottom: 1px solid #C8C7E0;
	}
#main-content :link:hover,#main-content :visited:hover { 
	text-decoration: none;
	color:#211E71;
	background-color: #C8C7E0;  /* Footer Color */
	font-weight:bold;
	border-bottom: none;
/*
	text-decoration: underline;
	color:#0000FF;
	background-color: #C8F7C1;*/	/* Navbar Green */
}
#main-content :link:active,#main-content :visited:active { text-decoration: none;color:#81DCFF;font-weight:bold;border-bottom: none; }
/*========================================================================== */
/* Big Anchors */
/*========================================================================== */
#main-content a.blueTextMediumBoldAnchor:link, a.blueTextMediumBoldAnchor:visited { 
	color:#81DCFF;
	text-decoration: none;
	padding:0 3px 0 3px;
}
#main-content a.blueTextMediumBoldAnchor:link:focus, a.blueTextMediumBoldAnchor:visited:focus { 
	color:#81DCFF;
	text-decoration: none;
	padding:0 3px 0 3px;
}
#main-content a.blueTextMediumBoldAnchor:link {
	color:#81DCFF;
	text-decoration: none;
	padding:0 3px 0 3px;
}
#main-content a.blueTextMediumBoldAnchor:visited {
	color:#81DCFF;
	text-decoration: none;
	padding:0 3px 0 3px;
}
#main-content a.blueTextMediumBoldAnchor:link:hover, a.blueTextMediumBoldAnchor:visited:hover { 
	text-decoration: none;
	color:#211E71;
	padding: 0 3px 0 3px;
	border:solid 1px #999;
	background-color: #C8C7E0;  /* Footer Color */
}
#main-content a.blueTextMediumBoldAnchor:link:active, a.blueTextMediumBoldAnchor:visited:active {
	color:#81DCFF;
	text-decoration: none;
	padding:0 3px 0 3px;
}

/*========================================================================== */
#breadcrumb {
	font-size: 14px;
	margin:0px 10px 0px 0px;
	vertical-align:bottom;
	padding:0;
	white-space: nowrap;
	font-variant:small-caps;
}

#breadcrumb a,#breadcrumb a:anchor,#breadcrumb a:focus,#breadcrumb a:visited,#breadcrumb a:link {
	text-decoration: none;
	color:#0000FF;
	font-weight:bold;
	padding:0 3px 0 3px;
	}

#breadcrumb a:hover {
	text-decoration: none;
	color:#0000FF;
}

#textsizer {
	text-align:right;
	margin:0px 10px 0px 0px;
	vertical-align:top;
	padding-top:0px;
	font-size: 12px;
	color:#333;
	white-space: nowrap;
	width: 210px;
 	}

#textsizer a,#textsizer a:anchor,#textsizer a:focus,#textsizer a:visited,#textsizer a:link {
	text-decoration: none;
	color:#3F48FF;
}

#textsizer a:hover {
	text-decoration: none;
	color:#3F48FF;
	background-color: #8F8DC2;
}
/*================================================================ */
/* SUBLINKS                                                        */
/*=================================================================*/
.tabspace {
	display:inline;
	margin:0 5px 0 5px;
	padding:0;
}

#sublinks {
	padding: 0 64px 0 0;   /* 0 64px 0 0 will align with the header bullets */
	margin:0;
	vertical-align:baseline;
	font-size:11px;
	font-weight:bold;
	color:#22BDC5;
	white-space:nowrap;
}

#sublinks a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: underline;
	/*color:#22BDC5;*/
	line-height:1.5em;
	margin:0;
    padding:0;
}

#sublinks a:anchor,#sublinks a:focus,#sublinks a:visited,#sublinks a:link {
	text-decoration: none;
	/*color:#22BDC5;*/
}
#sublinks a:hover {
	text-decoration: none;
	line-height:1.5em;

	/*color:#22BDC5;*/
}
#sublinks a.current {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	border-bottom:none;
	color:#666;
	line-height:1.5em;
	cursor:text;
	margin:0;
	padding:0;
}
#sublinks a.current:anchor,#sublinks a.current:focus,#sublinks a.current:visited,#sublinks a.current:link {
	text-decoration: none;
	border-bottom:none;
	color:#666;
	cursor:default;
}
#sublinks a.current:hover {
	text-decoration: none;
	border-bottom:none;
	color:#666;
	background-color:transparent;
	cursor:default;
}

/* HTML Elements */

#main-content ul {
	clear: both;
	list-style:none;
	list-style-position:inside;
	line-height:1.5em;
}
#main-content ul.biglist {
	clear: both;
	list-style:none;
	font-size:1.25em;
}
#main-content ul.disc {
	clear: both;
	list-style:disc;
	list-style-position:inside;
}
#main-content ul.disc li {
	line-height:1.5em;
}
#main-content ul.circle {
	clear: both;
	list-style:circle;
	list-style-position:inside;
}
#main-content ul.circle li {
	line-height:1.5em;
}
#main-content ul.decimal {
	list-style:decimal;
	list-style-position:inside;
}

#main-content li, #wrapper li {
	margin:0 0 0 50px;
}

#table-wrapper {
	width:97%;
}
#fullscreen {
	height:550px;
}
.pagebreak {
	page-break-before: always;
}

.printLink {
	display:none;
}
.success {
   color:Green;
   font-weight: bold; 
   display:inline;
}
.warn {
	color: #cc0000; 
	font-weight: bold;
	display:inline;
}
.dropcap {
 float: left;
 color:#000000;
 font-size: 350%;
 line-height: 0.82em; 
 margin-right: 0.05em; 
 margin-bottom:-0.15em;
 padding-top: 0; 
}

/* Overrides the default background colors -except homepage */
.page-bgnd {
	background-color: #8F8DC2;
}
.page-bgnd-black-sidebar {
	background: #8F8DC2 url(../images/left-sidebar.gif) repeat-y left;
}
.page-bgnd-allblack-top-purple {
	background: #000000 url(../images/page-title-bgnd-band-sm.gif) repeat-x top;
}
.footer-bgnd {	
	background-color: #C8C7E0;
}
.page-bgnd-white {
	background-color: #ffffff;
}
.footer-bgnd-white {	
	background-color: #ffffff;
}
.page-bgnd-black {
	background-color: #000000;
}
/* End Overrides */
h1,legend {
	padding:0;
	margin:0 0 13px 0;
	color:#81DCFF;
	font-size:2.10em;
	font-weight:bold;
}
h2 {
	margin:0 0 11px 0;
	color:#81DCFF;
	font-size:1.95em;
	font-weight:bold;
}

h3 {
	margin:0 0 5px 0;
	color:#81DCFF;
	font-size:1.7em;
	font-weight:bold;
}
h4 {
	margin:0 0 5px 0;
	color:#000;
	font-size:1.5em;
	font-weight:bold;
}
h5 {
	margin:0 0 5px 0;
	color:#000;
	font-size:1.25em;
	font-weight:bold;
}
/**
 * MODAL POPUP CONTAINER STYLES ===============================================
 */

#popupMask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
	overflow:hidden;	/* not working */
}
#popupTitleBar {
	background-color: #8DED7F;
	color: #ffffff;
	font-weight: bold;
	height: 14px;
	padding: 3px;
	border-bottom: 2px solid #41A90A;
	border-top: 1px solid #00FFD5;
	border-left: 1px solid #00FFD5;
	border-right: 1px solid #41A90A;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupContentWrapper {
	padding:10px;
	font-size: 14px;	/* Make fixed font-size*/
}
#popupContentWrapper a,#popupContentWrapper a:anchor,#popupContentWrapper a:focus,#popupContentWrapper a:visited,#popupContentWrapper a:link {
	text-decoration: underline;
	color:blue;
    line-height: 10px;
}
#popupContentWrapper a:hover {
	text-decoration: none;
	color:blue;
	padding: 0px;
	background-color: #efefef;
}
#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url(../images/close.gif) no-repeat;
}

/* END MODAL POPUP CONTAINER STYLES */


.hide { visibility: hidden; display: none }
.show { visibility: visible; display: block }

div.centered table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#newsletter-table td {
	vertical-align:top;
	padding: 10px;
}
#userNameAvailability 
{
  font-size:11px;
  height:20px;
  width:210px;
  margin:0;
  padding-left:18px;
  display:inline;  
}
#userAvailability 
{
  font-size:11px;
  height:20px;
  width:210px;
  margin:0;
  padding-left:18px;
  display:inline;
}
.taken {
  background: url(../images/taken.gif) no-repeat;
}
.taken-white {
  background: url(../images/taken-white.gif) no-repeat;
}
.available {
  background: url(../images/available.gif) no-repeat;
}
.adminHeader {
   padding:5px;
   font-weight: bold; 
   color: white; 
   background-color: #6b696b;
   border:1px solid #999;
   white-space:nowrap;
}
.adminBox {
    padding:10px 5px 5px 5px;
    vertical-align:top;
    background-color:#F7F7DE;
    border-left:1px solid #999;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    white-space:nowrap;
}

tr.evenrow {
	background-color: #e0e0e0;
}
tr.oddrow {
	background-color: #ffffff
}
.grid td {
    font-size: .85em;
    padding: 2px 5px 2px 5px;
}
.gridheader 
{
   color: #ffffff;
   font-weight:bold; 
   background-color: #6b696b;
   border:1px solid #999;
   white-space:nowrap;
   padding: 2px 5px 2px 5px;
   border: solid 3px #ffffff;
   text-align: center; 
}
.button 
{
    font-size: 12px;
    font-weight:bold;
    padding:0 4px 0 4px;
}
