body
{
	background-color: #e9e1cc;
	background-image: url('../images/ds3/bg_texture.jpg');
	background-repeat: repeat-x;
}
h1
{
	text-indent: 50px;
}
h2
{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0000aa;
	text-align: center;
	font-family: 'Arial';
	font-size: 25px;
	font-weight: bold;
}
h3
{
	margin-top: 16px;
	margin-bottom: 16px;
	color: #0000bb;
	text-align: left;
	text-indent: 25px;
	font-family: 'Arial';
	font-size: 20px;
	font-weight: bold;
}
h4
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 64px;
	padding-left: 25px;
	color: #ffd500;
	text-align: left;
	font-family: 'Arial';
	font-size: 18px;
	font-weight: bold;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000099;
	text-align: justify;
	text-indent: 25px;
	font-family: 'Times New Roman';
	font-size: 16px;
}
span.alt
{
	background-image: url('../images/ds3/alt.png');
	background-repeat: no-repeat;
	padding-left: 45px;
	font-style: italic;
}
ul
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
	list-style-image: url('../images/ds3/markermini.gif')
}
ol
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 40px;
	list-style-image: url('../images/ds3/markersec.gif')
}
li
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000099;
	text-align: justify;
	text-indent: 5px;
	font-family: 'Times New Roman';
	font-size: 16px;
}
b
{
	color: #000077;
}
span.gamename
{
	color: #0000cc;
	font-style: italic;
}
div.center
{
	text-align: center;
}
a:link
{
	color: #000077;
}
a:visited
{
	color: #000099;
}
a:hover
{
	color: #000077;
}
a:active
{
	color: #000077;
}
#scrolling_hor
{
	position: relative;
	float: left;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.scroll_item
{
	opacity: 0;
	position: absolute;
	left: 0px;
	z-index: -1;
	cursor: pointer;
  }
img.img_link
{
	margin-left: 0px;
	margin-top: 0px;
	cursor: pointer;
}
.link_item
{
	float: left;
	text-align: center;
}
#scrolling_nav
{
	position: absolute;
	z-index: 350;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#scrolling_nav_cont
{
	position: absolute;
	z-index: 350;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	opacity: 0;
}
table, td
{
	border: 1px solid #0000bb;
}
td
{
	color: #000099;
	font-family: 'Times New Roman';
	font-size: 16px;
	padding: 3px;
}
td.center
{
	text-align: center;
}
td.justify
{
	text-align: justify;
}
td.head
{
	font-weight: bold;
	cursor: pointer;
}
td.title
{
	font-weight: bold;
	color: #0000bb;
	font-family: 'Arial';
	font-size: 20px;
}
.clicker
{
	cursor: pointer;
}
#acco_simple .acco_simple_clicker
{
	font-weight: bold;
	cursor: pointer;
}
.screenthumb
{
	cursor: pointer;
}
.screen
{
	opacity: 0.75;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.screen:hover
{
	opacity: 1;
}
#screenbackground
{
	position: fixed;
	background-color: #ffffff;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.85;
}
#screencontainer
{
	position: fixed;
	display: none;
	width: 0px;
	height: 0px;
	bottom: 100px;
	left: 96px;
	z-index: 1100;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
#screencontent
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1200;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#screentitle
{
	position: absolute;
	background-image: url('../images/ds3/media/screentitlebg.png');
	background-repeat: repeat;
	width: 100%;
	height: 75px;
	top: 0px;
	left: 0px;
	z-index: 1400;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#screencontrolleft
{
	position: absolute;
	background-image: url('../images/ds3/media/screenlcontrolbg.png');
	background-repeat: repeat-y;
	background-position: left;
	background-size: contain;
	width: 200px;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1300;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}
#screencontrolright
{
	position: absolute;
	background-image: url('../images/ds3/media/screenrcontrolbg.png');
	background-repeat: repeat-y;
	background-position: right;
	background-size: contain;
	width: 200px;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1300;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}
#screenprev, #screennext
{
	position: absolute;
	width: 100%;
	height: 184px;
	top: 50%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -92px;
	margin-bottom: 0px;
}
#screenprev
{
	text-align: left;
}
#screennext
{
	text-align: right;
}
#screenprev div 
{
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#screennext div 
{
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#screenprevimage, #screennextimage
{
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#screentitleimage
{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 64px;
	width: 64px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}