/* for CMS */
.float_right {
	padding: 0;
	margin: 0;
}
.float_left {
	padding: 0;
	margin: 0;
}

.float_right img {
	float: right;
	margin-left: 17px;
	margin-bottom: 12px;
	clear: both;
}

.float_left img {
	float: left;
	margin-right: 17px;
	margin-bottom: 12px;
	clear: both;
}
/* end for cms */

a img {
	border: none;
}

body {
	background: white;
	padding: 0;
	margin: 0;
	font: 12px "Arial", sans-serif;
}

#centerer {
	margin: 0 auto;
	width: 950px;
	padding: 210px 0 0 35px;
	background: transparent url(images/top.png) top left no-repeat;
	position: relative;
}

.quadrants a {
	display: block;
	border: none;
	width: 149px;
	height: 149px;
	float: left;
	background: solid blue;
	margin-right: 30px;
	margin-bottom: 30px;
}

.quadrants strong {
	display: none;
}

td.field, td.right_caption {
	text-align: left;
	vertical-align: bottom;
}
td.caption, td.errorcaption {
	text-align: right;
	vertical-align: top;
}
.caption, td.errorcaption, td.right_caption {
	font-weight: bold;
}
.caption_error {
	font-weight: bold;
	color: red;
}
.errorcaption { color: red; }
div.error {
	border: 2px solid red;
	padding: 13px;
	margin: 20px;
	background: #fdd;
}

h1, h2, h3, h4 {
	font-family: 20px "Verdana", sans-serif;
	font-weight: bold;
}
h1.first, h2.first, h3.first, h4.first {
	padding-top: 5px;
}

table.product h3 {
	background: transparent;
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	background: transparent url(images/head_shadow.png) top left no-repeat;
	padding: 5px 0 10px 30px;
	margin-left: 30px;
}
h3 {
	font-size: 16px;
}

#navbar {
	width: 200px;
	float: left;
	position: relative;
	padding-top: 20px;
}

#navbar a {
	display: block;
	height: 24px;
	width: 200px;
	background-position: 0 0;
	background-repeat: no-repeat
}
#navbar a.navbar_current {
	background-position: 0 -24px;
}
#navbar a:hover {
	background-position: 0 -24px;
}
#navbar a strong {
	display: none;
}

#main_body {
	float: left;
	width: 440px;
}

.cant {
	color: #ddd;
}

#footer {
	clear: left;
	padding: 30px 0 15px;
	font-size: 80%;
	color: #555;
	text-align: center;
}

#admin_links {
	display: block;
	position: absolute;
	top: 187px;
	left: 100px;
}

#dancer_background0, #dancer_background1 {
	position: absolute;
	top: 210px;
	right: 0px;
	width: 500px;
	height: 700px;
	text-align: right;
	z-index: -2;
}

table.listing {
	width: 100%;
}
table.listing td {
	vertical-align: top;
}

div.event_outer {
	padding-top: 30px;
	clear: both;
}
div.event {
	background: transparent url(images/event-bg.png) top left no-repeat;
	padding: 14px 0 20px 17px;
}

h3.event {
	font-size: 18px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}

img.event {
	display: block;
	float: right;
	padding: 0 0 10px 15px;
}

a.event_more_link {
	position: absolute;
	display: block;
	top: -1000px;
	left: -100px;
	/* display: none; */
}

#teachers_body .listing_table img {
	border: none;
}
#teachers_body .listing_table {
	font: 12px "Verdana", sans-serif;
}
#teachers_body th {
	text-align: left;
	font: bold 12px "Verdana", sans-serif;
}
#teachers_body tr.clickable_teacher_row:hover {
	background: #fdd;
}

.teacher_detail_left {
	text-align: right;
	vertical-align: top;
}
.teacher_detail_right {
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
}

div.flow_right, div.flow_left {
	padding: 9px 9px 9px 116px;
	background-color: #ffe;
	background-position: left center;
	background-repeat: no-repeat;
}

div.flow_left {
	background-color: #eff;
	background-position: right center;
	padding-left: 9px;
	padding-right: 114px;
}

img {
	display: block;
}
td.mceToolbarTop img {
	display: inline;
}
body.mceContentBody {
	width: 440px;
}

table.product img {
	border: 2px solid #eee;
}

table.cart td, table.cart th {
	border-bottom: 1px solid #ddd;
}

table.cart th {
	text-align: left;
}
table.cart td.num, table.cart th.num {
	text-align: right;
}

div.caption {
	font-weight: bold;
}
div.field {
	margin-bottom: 15px;
}
div.field_notes {
	font-size: 12px;
	line-height: 16px;
}
div.form_section {
	border: 1px dotted black;
	padding: 23px 15px 15px 15px;
	margin: 40px 0;
	margin-right: 1px; /* make the dotted outlines match up at the right corners */
	position: relative;
}
div.form_section_header {
	font-weight: bold;
	position: absolute;
	left: 42px;
	top: -9px;
	background: white;
	padding: 0 6px;
}


#image_content_hider, #text_content_hider, #file_content_hider, #link_content_hider {
	position: absolute;
	width: 440px;
	top: 0;
	left: -2000px;
}


.first {
	padding-top: 0px;
	margin-top: 0px;
}
.last, div.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#teacher_dl_content {
	margin: 20px 0 40px 0;
}

#teacher_dl_saveas {
	margin-bottom: 40px;
}
