

body {
	margin: 28px 0px 0px 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	z-index: 1;
}


h1 { font-size: 24px; color:#333333 font-weight: bold; margin: 0px 0px 10px 0px }
h2 { font-size: 16px; color:#333333; font-weight: bold; margin: 10px 0px 4px 0px }

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #FF0033;
}


.leftquote {
	float: left;
	text-align: center;
	font-style: oblique;
	font-size: 16px;
	color: #FF9900;
	padding: 10px 16px 10px 0px;
	width: 180px;
}

.rightquote {
	float: right;
	text-align: center;
	font-style: oblique;
	font-size: 16px;
	color: #FF9900;
	padding: 10px 0px 10px 16px;
	width: 180px;
}





.floatleft { float: left; margin: 10px 10px 10px 0px }
.floatright { float: right; margin: 10px 0px 10px 10px }
.clearing { clear: both; height: 0px; }

.liner4 { padding: 4px; }
.liner6 { padding: 6px; }
.liner10 { padding: 10px; }





#wholepage {
	text-align: left;
	background-color: #EEEEEE;
	background-image: url(design/666666.gif);
	background-position: left;
	background-repeat: repeat-y;
	margin: 40px auto 10px auto;
	padding: 0px;
	position: relative;
	width: 900px;
}

#content_level {
	display: block;
	position: relative;
	border-right: 11px solid #999999;
}



#adminmenu {
	margin-bottom: 6px;
	background-color: #FFFFFF;
	padding: 4px;
}

#adminmenu a {
	padding: 4px;
}

#adminmenu a:hover {
	color: #FFFFFF;
	background-color: #999999;
}


.admin_link {
	padding: 3px;
	float: left;
	width: 180px;
	background-color: #CCCCCC;
	margin:1px;
}

.admin_link:hover {
	background-color: #FF9999;
	color: #990000;
}




#header {
	background-image: url(design/title.jpg);
	height: 125px;
}


#footer {
	background-image: url(design/footer.jpg);
	height: 25px;
}


#credit {
	color: #999999;
	font-size: 12px;
	padding: 2px 0px 16px 0px;
}

#credit a {
	color: #777777;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 16px 0px;
}

#credit a:hover {
	color: #990000;
}





.main_divider {
	height: 10px;
	background-color: #CCCCCC;
	border-left: 100px solid #444444;
	border-right: 11px solid #444444;
	clear: both;
}

#menu_area {
	position: absolute;
	left: 0px;
	width: 100px;
}

.menu_textlink {
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}

.menu_textlink:hover {
	color: #FF0000;
}


#menu_events		{ display: block; width: 100px; height: 24px; background-image: url(design/menu/events.gif); }
#menu_companies	{ display: block; width: 100px; height: 24px; background-image: url(design/menu/companies.gif); }
#menu_dancers	{ display: block; width: 100px; height: 24px; background-image: url(design/menu/dancers.gif); }
#menu_articles		{ display: block; width: 100px; height: 24px; background-image: url(design/menu/articles.gif); margin-bottom: 8px; }
#menu_about		{ display: block; width: 100px; height: 15px; background-image: url(design/menu/about.gif); }
#menu_sponsor	{ display: block; width: 100px; height: 15px; background-image: url(design/menu/sponsor.gif); }
#menu_contact	{ display: block; width: 100px; height: 15px; background-image: url(design/menu/contact.gif); }


#menu_events:hover { background-image: url(design/menu/events2.gif); }
#menu_companies:hover { background-image: url(design/menu/companies2.gif); }
#menu_dancers:hover { background-image: url(design/menu/dancers2.gif); }
#menu_articles:hover { background-image: url(design/menu/articles2.gif); }
#menu_about:hover { background-image: url(design/menu/about2.gif); }
#menu_sponsor:hover { background-image: url(design/menu/sponsor2.gif); }
#menu_contact:hover { background-image: url(design/menu/contact2.gif); }



#menu_area span {
	display: none;
}


#menu1 {
	margin: 8px;
	background-color: #DDDDED;
	background-image: url(design/box/bg.gif);
}

#menu2 {
	margin: 8px;
	background-color: #DDDDED;
	background-image: url(design/box/bg.gif);
}

#menu1 a {
	display: block;
}

#menu2 a {
	display: block;
}












#main_content {
	padding: 10px 10px 20px 110px;
}


.message {
	color: #339933;
	background-color: #DDEEDD;
	padding: 4px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	border-left: 6px solid #339933;
}






/* ================================ */
/*                      CONTROL BAR                          */
/* ================================ */


#control_bar {
	z-index: 2;
	padding:0px;
	height:25px;
	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	position: fixed;
	top: 0px;
	width: 100%;
	border-bottom: 2px solid #000000;
}

#control_bar_inner {
	padding:5px;
}

#topline_login {
	text-align: right;
}

#logout_button {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 25px;
	background-image: url('design/controlbar/logout.png');
	background-position: center right;
	background-repeat: no-repeat;
}

#logout_button_label {
	text-align: right;
	padding: 5px 29px 0px 0px;
}

#logout_button:hover {
	background-image: url('design/controlbar/logout_x.png');
}

#control_bar input {
	height: 14px;
	border: 0px;
	font-size: 12px;
}





	.dancerblock {
		font-weight: bold;
		color: #333333;
		width: 166px;
		float: left;
		margin: 0px 2px 2px 0px;
		background-color: #DDDDDD;
		padding: 4px 8px 4px 8px;
	}


	.dancerblock:hover {
		color: #FFFFFF;
		background-color: #99FF00;
	}










/* ================================ */
/*              THUMBNAIL GALLERIES                */
/* ================================ */


.j_gallery_thumb_outer2 {
	background-color: #9999CC;
	border: 1px solid #FFFFFF;
	margin: 10px;
	width: 114px;
	float: left;
}



.j_gallery_thumb_outer1 {
	padding: 6px;
}




.j_gallery_thumb_inner {
	height: 102px;
	cursor: pointer;
}






/* THUMBS FOR DANCERS AND COMPANIES */

.thumb {
	width: 120px;
	height: 120px;
	margin: 4px;
	border: #999999;
	background-color: #CCCCCC;
	background-repeat: none;
	background-position: center center;
}








/* MAIN IMAGE FOR EVENT, COMPANY OR DANCER */
.feature_image {
	float: right;
	border: 0px;
	margin: 0px 0px 10px 10px;
}






/* ===================================================================================================================== */

/*			M I C R O S O F T    F U D G E S								 */

/* ===================================================================================================================== */
