html, body {
	margin:0px;
	padding:0px;
	border:0px;	
	background: #006699;
}

div.main {
	width: 1010px;
	background: #006699;
}

div.sidebar {
	width:337px;
	float:left;
	background: #006699;
}

div.content {
	width:673px;
	float:left;
	background: #006699;
}

div.header {
	width:673px;
	height:77px;
	background: #006699 url(images/schedule_03.gif) no-repeat top left;
}

a img.icon {
	border:0;
	float:right;
	margin-left:10px;
	margin-right:10px;	
}

a {  
	font-weight: bold; 
	color: #000000; 
	text-decoration: none;
}

a.icon {
	border:0;
	display:block;
	float:right
	margin-left:20px;
	margin-right:20px;	
	margin-top:5px;
	width:69px;
	height:69px;
}

a.classes-on-now { background: #006699 url(images/icon-classes-on-now.gif) no-repeat; float:right; }
a.classes-on-now:hover { background: #006699 url(images/icon-roll-classes-on-now.gif); }
a.printpdf { background:#006699 url(images/icon-print.gif) no-repeat; float:right; }
a.printpdf:hover { background:#006699 url(images/icon-roll-print.gif) no-repeat; }
a.registration { background:#006699 url(images/icon-sign-up.gif) no-repeat; float:right; }
a.registration:hover { background:#006699 url(images/icon-roll-sign-up.gif) no-repeat; }
a.studiolocation { background:#006699 url(images/icon-location.gif) no-repeat; float:right; }
a.studiolocation:hover { background:#006699 url(images/icon-roll-location.gif) no-repeat; }
a.contactus { background:#006699 url(images/icon-contact.gif) no-repeat; float:right; }
a.contactus:hover { background:#006699 url(images/icon-roll-contact.gif) no-repeat; }
a.new-classes { background:#006699 url(images/icon-classes-starting-soon.gif) no-repeat; float:right; }
a.new-classes:hover { background:#006699 url(images/icon-roll-classes-starting-soon.gif) no-repeat; }


table.schedule {
	background: #006699 url(images/bg-paws.gif) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff;
}

table.schedule a {
	color:#ffffff;	
}

td.info-row {
	padding:0;
	font-size: 14px; 
	font-style: normal; 
	color: #ffffff; 
	background-color: #006699;
}

td.footer {
	height:60px;
	font-size: 14px; 
	font-style: normal; 
	color: #ffffff; 
	background-color: #000000;
	padding:10px;
}

th {
	font-size: 11px; 
	font-style: italic; 
	font-weight: bold; 
	color: #000000;
}

tr.course-name, tr.course-name a {
	font-size: 11px; 
	font-style: normal; 
	font-weight: bolder; 
	color: #ffffff; 
	background-color: #000000;
}

div.dance {
	background-color: #000000; 
	padding:10px;
}

div.dance p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #ffffff; 
	margin:0 5px 5px 5px;
}

div.dance ol {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	color: #ffffff; 
	margin:0 5px;
}

span.location {
	font-style:italic;	
}

span.tinytext {
	font-size:8px;
	text-transform:uppercase;
}

/* TABS */
a.schedule-tab {
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	background:url(images/schedule-tab-reg.jpg) 0 0 no-repeat;
	font-family:Verdana, sans-serif;
	margin:0 2px 0 0;
	text-align:center;
	cursor:pointer;
}

a:hover.schedule-tab {
	background:url(images/schedule-tab-roll.jpg) 0 0 no-repeat;
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	margin:0 2px 0 0;
	cursor:pointer;
}

a.current {
	background:url(images/schedule-tab-roll.jpg) 0 0 no-repeat;
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	width:200px;
	height:50px;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
	font-family:Verdana, sans-serif;
	margin:0 2px 0 0;
	cursor:default !important;
}