body
{
	font-family: Arial;
	font-size: 9px;
	line-height: 15px;
	background-color: #b4b4b4;
	color: #000;
	margin:0;
	height: 100%;
	text-align: center;
}

div 
{
	border: 0;
}

td 
{
	border: 0;
}

a 
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #b4b4b4;
	text-decoration: none;
}

a.disabled
{
	color: #b4b4b4;
	text-decoration: none;
}

table 
{
	font-family: Arial;
	font-size: 9px;
	line-height: 15px;
	border: 0;
}

table.wrap 
{
	width: 830px;
	height: 100%;
	margin: 0 auto;
	
}

div#stage 
{
	height: 400px;
	background-color: #fff;
	width: 800px;
	
}
.current 
{
	color: #00adef;
}

.current a
{
	color: #00adef;
	text-decoration: none;
}

.current a:hover
{
	color: #00adef;
	text-decoration: none;
}

a.current
{
	color: #00adef;
	text-decoration: none;
}

a.current:hover
{
	color: #00adef;
	text-decoration: none;
}

.accordionHeader a 
{
	color: #00adef;
	text-decoration: none;
}

.accordionHeader a:hover
{
	color: #00adef;
	text-decoration: none;
}

.tooltip 
{
	position: absolute; 
	display:none;
	background-image:url(images/item_bg.gif);
	width:100px;
	height:20px;
	text-align: center;
}

.dataListItemStyle 
{
	width: 100px;
	height: 100px;
}