* {
 margin:0;
 padding:0;
}
body{
 font-family:Helvetica;
 background:#000;
}
.container{
 margin-top:10px;
 background:#f0f0f0 url('/dance/images/background.gif') repeat-y center top;
 font-size:14px;
}
.img-border{ border:2px solid #646464;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
ul{margin:5px 0px 5px 20px; }
h1{font-size:21px;color:#0035cf;}
h2{font-size:21px;color:#eb7738;}
h3{font-size:18px;color:#337eee;}
.point-link{padding:10px; text-decoration:none;font-size:18px;color:#337eee;}
p{margin:5px 0 10px 0;font-size:14px;}
.header{
 background:#f0f0f0 url('/dance/images/header.gif') no-repeat center top;
 width:960px;
 height:152px;
 margin:0 auto;
}
.slideshow{
 background:#000;
 width:960px;
 height:140px;
 margin:0 auto;
 color:#fff;
 overflow:hidden; 
 white-space:nowrap;
}
.slideshow div{
 margin:0 60px 0px 60px;
}
.slideshow img{
 padding:0 5px;
}
.menu{
 border:1px solid #395db8;
 width:958px;
 height:40px;
 margin:0 auto;
 background:#071a4b url('/dance/images/menu.gif') repeat-x center top;
}
.menu a{
 color:#fff;
 font-weight:bold;
 padding:12px 5px;
 font-size:12px;
 display:block;
 text-decoration:none;
}
.menu a.left{
 border-right:1px solid #395db8;
}
.menu a.right{
 border-left:1px solid #395db8;
}
.menu a:hover{
 color:#ff7000;
}
.menu .selected{
 background:#071a4b url('/dance/images/menu-selected.gif') repeat-x center top;
}
.content{ 
 width:940px;
 margin:0 auto;
 background:#0045fb;
 padding:20px 10px;
}
.content .box{
 background:#fff;
 padding:20px;
 position:relative;
 margin-bottom:10px;
}
.content .left .box{
 width:600px;
}
.content .right .box{
 width:240px;
 padding:10px;
}
.news-item {
 margin:10px;
 font-size:12px;
 font-weight:bold;
}
.news-item a{
 color:#000;
}
.news-item span{
 color:#373737;
}
.left-image{
 float:left;
 margin:0 20px 0 10px;
 border:2px solid #646464;
}
.gallery-table td{
 text-align:center;
}
.gallery-table img{
 margin:20px 10px 5px 10px;
 border:2px solid #646464;
}
 
/* DESIGN JUSTICE */

/* Miscellaneous */

.ruler {
	height: 1px;
	background: #ddd;
	margin: 20px 0;
	width: 100%;
}

div.clear, div.mediumclear, div.smallclear, div.largeclear, div.massiveclear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

div.massiveclear {
	margin: 40px 0;
}

div.largeclear {
	margin: 30px 0;
}

div.mediumclear {
	margin: 20px 0;
}

div.smallclear {
	margin: 10px 0;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	font-size: 12px;
	z-index: 100;
}

.enrolment_form {
	width: 900px;
	min-height: 100px;
	margin: 0 auto;
}

.enrolment_form label {
	font-size: 12px;
	padding: 8px;
	float: left;
	margin-right: 20px;
	width: 280px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}

.enrolment_form input[type="text"], .enrolment_form textarea {
	float: left;
	font-size: 12px;
	padding: 8px;
	width: 380px;
	margin-right: 50px;
	margin-bottom: 10px;
	background: url("../images/form_bg.jpg") bottom repeat-x #fff;
	border: solid 1px #bbb;
	outline: none;
	border-radius: 3px;
	height: 12px;
}

.enrolment_form textarea {
	height: 90px;
}

.enrolment_form input[type="checkbox"], .enrolment_form input[type="radio"] {
	margin-right: 10px;
}

.enrolment_form input.small {
	width: 80px;
}

.enrolment_form input.medium {
	width: 160px;
}

.enrolment_form dd {
	font-size: 12px;
	float: left;
	padding: 8px;
	margin-right: 30px;
}

.enrolment_form ol {
	margin-top: 20px;
}

.enrolment_form h4 {
	font-size: 14px;
	font-weight: bold;
	color: #337EEE;
}

label.error {
	position: absolute;
	right: 0;
	width: 120px;
}

input.error {
	background: #f0f2d8;
}

.enrolment_form ol li {
	list-style: inherit;
	padding: 5px;
	margin-left: 20px;
}

.class_box {
	border: solid 1px #ddd;
	background: #f0f2f7;
	padding: 10px 0;
	margin-top: 5px;
}


table#fees_table {
	border: solid 1px #ccc;
}

table#fees_table td {
	padding: 8px 5px;
	font-size: 12px;
	border-bottom: solid 1px #ccc;
}

table#fees_table td.noborder {
	border: none;
}

table#fees_table th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	min-width: 140px;
	border-bottom: solid 1px #ccc;
	padding: 8px 5px;
}

select.grade, select.acro, select.private, select.troupe, select.eisteddfod, select.day {
	width: 110px;
}
