
.Section_Title_CLASS{
 display:block;
 position:absolute;
 top:5px;
 left:-120px; /* Auto centered for IE 6*/
 width:240px; /* Auto Generated */
 height:40px; /* Auto Generated */

 background-image:url("Section_Title.PNG");
 background-position:center center;
 background-repeat:no-repeat;

}

/***  Do not modify code above this line ***/

 .Department_Blocker_CLASS{
 padding-bottom: 5px;
}

.Concept_Template_CLASS{
 background-image:url("dance_bg.JPG");
 background-position:center center;
 background-repeat:repeat-x;
}

.Collage_CLASS{
 display:block;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 background-image:url("dance.jpg");
 background-position:center center;
 background-repeat:no-repeat;
}

*.Panel_Tabs_Container_CLASS{
 /* For 1 line tabs, leave as is. For multi line tabs, change to "normal" 
 white-space:normal!important;
 */
}


/* Begin homepage menu style */
.menu{
 border:0px;
 margin:0px;
 padding:0px;
 clear:both;
 font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande",  Verdana, Helvetica, sans-serif;
 font-size:14px;
 font-weight:bold;
}
.menu ul{
 background:#EDEDED;
 height:35px;
 list-style:none;
 margin:0;
 padding:0;
}
.menu li{
 float:left;
 padding:0px;
 list-style-type: none;
}
.menu li a{
 background:#EDEDED url("images/seperator.gif") bottom right no-repeat;
 color:#333333;
 display:block;
 font-weight:normal;
 line-height:35px;
 margin:0px;
 padding:0px 25px;
 text-align:center;
 text-decoration:none;
 outline-style:none;
}
.menu li a:hover, .menu ul li:hover a{
 background: #002E8E url("hover.jpg") repeat-x;/* bottom center no-repeat;*/
 color:#FFF;
 text-decoration:none;
}
.menu li ul{
 background:#0001D8;
 display:none;
 height:auto;
 padding:0px;
 margin:0px;
 border:0px;
 position:absolute;
 width:225px;
 z-index:200;
 /*top:1em;
 /*left:0;*/
}
.menu li:hover ul{
 display:block;
}
.menu li li {
 background:url('images/sub_sep.gif') bottom left no-repeat;
 display:block;
 float:none;
 margin:0px;
 padding:0px;
 width:225px;
}
.menu li:hover li a{
 background:none;
 color:#EEE;
}
.menu li ul a {
 display:block;
 height:35px;
 font-size:12px;
 font-style:normal;
 margin:0px;
 padding:0px 10px 0px 15px;
 text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a{
 background:#5070D4 url('images/hover_sub.gif') center left no-repeat;
 border:0px;
 color:#ffffff;
 text-decoration:none;
}
.menu p{
 clear:left;
}
/* End homepage menu style */



/* Bravo Class Table Style */
	.classtable {
	  margin: 0px;
		padding: 0px;
		border-width: 0px;
	}
	.classtable td {
		font-size: 11px;
		border-bottom: 1px solid #DDD;
	  margin: 0px;
		padding: 2px;
	}
	.classtable label, select {
		font-size: 11px;
	}
	.tabletitle td {
		font-weight: bold;
		text-align: center;
	}
/* End of Bravo Class Table Style */

