/* head/foot styles */
#body
{
	background-color:#FFF9C9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#868068;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	line-height:120%;
}

#tblWrapper
{
	width:1002px;
	height:1000px;
	margin:0 auto 0 auto;
}

#tblInnerWrapper
{
	width:100%;
	height:100%;
	background-color:#FFE401;
	
}

#tblMenu
{
	width:100%;
	height:57px;
}

#divScroll
{
	height:484px;
	overflow:auto;
	
	scrollbar-3dlight-color:#9B9565;
	scrollbar-arrow-color:#9B9565;
	scrollbar-base-color:#FFE401;
	scrollbar-darkshadow-color:#9B9565;
	scrollbar-face-color:#FFE401;
	scrollbar-highlight-color:#9B9565;
	scrollbar-shadow-color:#9B9565
	/*FFE401 - yellow*/
	/*#9B9565 - grey*/
}

#divContent
{
	width:660px;
	overflow:hidden;
}

#ticker
{
	font-weight:bold;
	color:#554E44;
}

#buyTicketsDiv
{
	position:absolute;
	top:54px;
	left:382px;
}

/*menu styles*/
.dropDown
{
	position:absolute;
	visibility:hidden;
	top:42px;
	border:1px solid #EC0089;
	background-color:#FFF9C9;
	padding:10px 10px 0 10px;
	/*width:160px;*/
}

#artistsMenu
{
	left:0;
	z-index:1001;
}

#arenasMenu
{
	left:192px;
	z-index:1002;
}

#whatElseMenu
{
	left:265px;
	z-index:1003;
}

#aboutUsMenu
{
	left:327px;
	z-index:1004;
}

#ticketsMenu
{
	left:123px;
	z-index:1005;
}

#galleriesMenu
{
	left:491px;
	z-index:1006;
}

#forumMenu
{
	left:570px;
	z-index:1007;
}

#newsMenu
{
	left:68px;
	z-index:1008;
}

#practicalInfoMenu
{
	left:399px;
	z-index:1009;
}

.menuItem, .menuItem:visited, .menuItem:link, .menuItem:active
{
	color:#8C8656;
	font-weight:bold;
	display:block;
	padding:0 0 10px 0;
	/*width:160px;*/
	white-space:nowrap;
}

.menuItem:hover
{
	color:#EC0089;
	font-weight:bold;
	display:block;
	padding:0 0 10px 0;
	/*width:160px;*/
	white-space:nowrap;
}

a, a:hover, a:visited, a:active, a:link
{
	text-decoration:none;
	color:#554E44;
}

/*text styles*/
.title
{
	font-size:150%;
	font-weight:bold;
	color:#554E44;
	margin-bottom:10px;
	display:block;
}

.title_artists, .title_links
{
	font-size:150%;
	font-weight:bold;
	color:#868068;
	margin-bottom:5px;
	display:block;
}

.subtitle
{
	font-size:120%;
	font-weight:bold;
	color:#554E44;
	margin-bottom:5px;
	display:block;
}

.subtitle_artists, .subtitle_links
{
	font-size:110%;
	color:#868068;
	margin-bottom:5px;
	display:block;
}

.subtitle_artists a, .subtitle_artists a:visited, .subtitle_artists a:active, .subtitle_artists a:link, .subtitle_links a, .subtitle_links a:hover, .subtitle_links a:visited, .subtitle_links a:active, .subtitle_links a:link
{
	color:#868068;
	font-weight:bold;
}

.subtitle_artists a:hover
{
	color:#000000;
}

/*.precis
{
	color:#868068;
	margin:0 5px 10px 0;
}*/

.precis_wrapper
{
	margin-bottom:20px;
	width:560px;
}

.copy, .precis
{
	width:436px;
	color:#868068;
}

.more
{
	margin:10px 5px 0 0;
	font-weight:bold;
	color:#554E44;
	text-align:right;
	width:436px;
}

.back
{
	margin:10px 224px 0 0;
	font-weight:bold;
	color:#554E44;
	text-align:right;
}

/*image styles*/
/*.detail_image
{
	float:left;
	margin:0 5px 10px 0px;
	border:0;
}*/

.thumb, .detail_image
{
	float:right;
	margin:0 12px 0 12px;
	border:0;
}

/*links*/
.link_group
{
	padding:5px 5px 5px 15px;
}


/*misc*/
.clear
{
	clear:both;
}






