html, body {
	
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	background-color: #9c9d9f;
	color: #333;
	margin:0;
	height: 100%;
	text-align: center;
}


div#wrap 
{
	
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 830px;
	height: 430px;
	margin-top: -215px;
	margin-left: -415px;
	
	text-align: right;
	direction: rtl;
	
}

div#enter 
{
	
	
	position: absolute;
	left: 50%;
	top: 50%;
	width: 830px;
	height: 430px;
	margin-top: -245px;
	margin-left: -415px;
	
	text-align: center;
	direction: rtl;
	
}

div#logo 
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 213px;
	margin-top: 14px;
}

.stage 
{
	position: relative;
	margin: 33px;
	height: 364px;
	border: solid 0px #000;
	overflow: hidden;
}

div 
{
	border: 0;
}

td 
{
	border: 0;
}

a 
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	color: #993333;
	text-decoration: none;
}

a.current:hover
{
	color: #993333;
	text-decoration: none;
}

a.current
{
	color: #993333;
	text-decoration: none;
}

a.disabled
{
	color: #333;
	text-decoration: none;
}



div#stage 
{
	height: 400px;
	background-color: #fff;
	width: 800px;
	
}
.current 
{
	color: #993333;
}

.current a
{
	color: #993333;
	text-decoration: none;
}

.current a:hover
{
	color: #993333;
	text-decoration: none;
}

a.current
{
	color: #993333;
	text-decoration: none;
}

a.current:hover
{
	color: #993333;
	text-decoration: none;
}

.accordionHeader a 
{
	color: #993333;
	text-decoration: none;
}

.accordionHeader a:hover
{
	color: #993333;
	text-decoration: none;
}


.accordionContent 
{
	overflow: hidden;
}


#container {
    
	position	: relative;
	width		: 169px;
	height		: 328px;
	background	: #fff;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 169px;
	
}

#scrollArea {
    float: right;
	position	: relative;
	height		: 364px;
	width		: 18px;
	overflow	: hidden;
	background-image: url(images/scroll.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color	: transparent;
	margin-right: -3px;
}

#scroller 
{
	cursor:default;
	display: none;
    margin-top: 12px;
    margin-right: 0px;
	position	: relative;
	width		: 5px;
	background-color	: #333;
	
	
}
