
/* ############# */
/*               */
/* General Style */
/*               */
/* ############# */

*
	{
	margin: 0;
	padding: 0;
	}
html, body, div, form, table, td
	{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	color: #904098;
	}
div
	{
	margin: 0px;
	padding: 0px;
	}
body
	{
	font-family: verdana;
	font-size: 12px;
	}

ul
	{
	margin: 10px;
	padding: 0px;
	}

li
	{
	margin-left: 15px;
	padding: 1px;
	}


td, th
	{
	vertical-align: top;
	}
a img
	{
	border: 0px;
	}

p
	{
	padding-bottom: 10px;
	color: #904098;
	}
h1
	{
	font-size: 18px;
	padding-bottom: 20px;
	color: #904098;
	}
h2
	{
	font-size: 16px;
	padding-bottom: 20px;
	color: #904098;
	}
h3
	{
	font-size: 14px;
	padding-bottom: 20px;
	color: #904098;
	}

a
	{
	color: #904098;
	text-decoration: none;
	}
hr
	{
	margin: 20px 0px 30px 0px;
	color: #904098;
	height: 4px;
	}


div.oa
	{
	text-align: center;
	}

div.bod
	{
	width: 960px;
	margin: 0px auto;
	text-align: center;
	}

img.logo
	{
	margin: 0px auto;
	}

div.top_left
	{
	width: 200px;
	float: left;
	padding-top: 160px;
	}
div.top_right
	{
	width: 200px;
	float: right;
	padding-top: 160px;
	}

div.menu
	{
	margin: 0px 10px;
	height: 30px;
	background-color: #904098;
	}
div.menuitem
	{
	width: 148px;
	float: left;
	color: #ffffff;
	}
div.menubar
	{
	padding: 6px 0px 0px 0px;
	height: 30px;
	width: 10px;
	float: left;
	color: #ffffff;
	}

div.menuitem a
	{
	display: block;
	padding: 6px 0px 6px 0px;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	}


div.content
	{
	text-align: left;
	padding: 10px;
	}


div.logon_box
	{
	margin: 0px 0px 10px 10px;
	background-color: #ff0000;
	width: 300px;
	height: 200px;
	float: right;
	background: URL(images/logon_box.jpg) no-repeat;
	}

div.logon_box_title
	{
	padding: 5px 5px 10px 5px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	}
div.logon_box_form
	{
	padding: 5px 5px 5px 5px;
	}

div.b1 {background: URL(images/box/middle_left.jpg) repeat-y 0% 0%;}
div.b2 {background: URL(images/box/middle_right.jpg) repeat-y 100% 0%;}
div.b3 {background: URL(images/box/foot_middle.jpg) repeat-x 0% 100%;}
div.b4 {background: URL(images/box/foot_left.jpg) no-repeat 0% 100%;}
div.b6 {background: URL(images/box/foot_right.jpg) no-repeat 100% 100%;}
div.b7 {background: URL(images/box/top_middle.jpg) repeat-x;}
div.b8 {background: URL(images/box/top_left.jpg) no-repeat 0% 0%;}
div.b9 {background: URL(images/box/top_right.jpg) no-repeat 100% 0%; min-height: 200px; padding: 0px 5px 20px 5px;}



div.footer
	{
	font-size: 10px;
	color: #904098;
	}

div.performance_image
	{
	text-align: center;
	width: 210px;
	height: 270px;
	margin: 10px;
	float: left;
	}
div.performance_image img
	{
	margin: 10px;
	}

div.workshop_small
	{
	text-align: LEFT;
	height: 60px;
	margin: 10px;
	padding: 2px;
background-color: #eef;
	}





div.pop_over_base
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	background: #444444;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	}

div.pop_over
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 4;
	}
div.pop_over img
	{
	z-index: 5;
	}

/* My New World */

div.mnw_container
	{
	width: 490px;
	text-align: center;
	}
div.mnw_container div
	{
	width: 150px;
	height: 170px;
	float: left;
	margin: 4px;
	}



table.bookings_full
	{
	border-collapse: collapse;
	width: 100%;
	}

table.bookings_full th, table.bookings_full td
	{
	padding: 2px;
	border: solid 1px #cccccc;
	}


