@charset "UTF-8";

body
{
  margin: 0;
  padding: 0;
  font: 90% arial, helvetica, sans-serif;
  background: #000000;
  color: #333;
  text-align: center;
}

a
{
  text-decoration: none;
}

ul
{
  margin-top: 0;
}

h1
{
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18pt;
}

h2
{
  color: #7f7fe3;
  margin-bottom: 0.2em;
  padding-bottom: 0;
  font-size: 11pt;
}

p
{
  margin-bottom: 0.7em;
  margin-top: 0.2em;
  margin-left: 0em;
  margin-right: 0em;
}

table
{
	color: #7f7fe3;
	display: inline;
	float: left;
	width: 20em;
	font-size: 90%;
	margin: 0.5em;
}

th
{
  text-align: left;
  font-family: "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}

td{width: 10em;}

applet 
{
	margin: 0 0;
	padding: 0 0;
}

.cornerBox { position: relative; background: #0000c8; width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('gfx/corners.png') no-repeat; font-size: 0%; }
.cornerBoxInner { padding-left: 0px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: -1px; left: 0; background-position: 0 -10px; }
.BR { bottom: -1px; right: 0; background-position: -10px -10px; }

.innerContentEnd {clear: left; width: 100%;}

#banner
{
  width: 800px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

#container
{
  width: 800px;
  background: #000;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#mainarea
{
  clear: both;
  padding: 10px 0px 0px 15px;
}

#content
{
  width: 70%;
  float: left;
}

#sidebar
{
  width: 25%;
  margin-left: auto;
}

#nav
{
  width: 100%;
  background: #0000c8;
  float: left;
  clear: both;
  margin-left: 0;
  padding-left: 0;
}

#nav ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 150%;
  font-weight: bold;
}

#nav ul a
{
  display: block;
  text-decoration: none;
  background: #0000c8;
  color: #7f7fe3;
  padding: .2em 1em;
  border-right: 1px solid #005;
  width: 10%;
  float: left;
}

#nav ul a:hover
{
  color: #fff;
}

#nav ul li
{
  display: inline;
}

#footer
{
  clear: both;
  width: 100%;
  background: #0000c8;
  line-height: 150%;
  color: #7f7fe3;
  padding: 5px;
}

#footer a
{
  text-decoration: none;
  color: #7f7fe3;
}

#footer a:hover
{
  text-decoration: none;
  color: #fff;
}

#footerright
{
  float: right;
  width: 40%;
  padding-right: 0.5em;
  text-align: right;
}

#footerleft
{
  float: left;
  width: 40%;
  padding-left: 0.5em;
  text-align: left;
}

#about img
{
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.bigbutton a
{
  display: block;
  font: 130% "Trebuchet MS", sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  background: #0000c8;
  color: #7f7fe3;
  padding: .2em 1em;
  line-height: 150%;
}

.bigbutton a:hover
{
  color: #fff;
}

#quickstart h2
{
  margin-top: 1em;
}

#quickstart p
{
  font-size: 75%;
  margin-top: 0;
  margin-bottom: 0;
}

#quickstart ul
{
  margin: .5em .5em;
  margin-bottom: 1em;
  font-size: 75%;
}

#quickstart a img
{
	margin-top: 1em;
	border: none;
}

#credits p
{
  margin-top: 0;
  margin-bottom: 0;
}
	
#credits ul
{
  margin: 0 2em;
  padding: 0;
  list-style-type: none;
}

#credits a
{
  text-decoration: none;
  color: #fff;
}

#credits a:hover
{
  text-decoration: none;
  color: #7f7fe3;
}

.edImportantText
{
  color: #f00;
}

.edSection
{
  margin-top: 0;
  margin-bottom: 1em;
}
	
.edversion
{
  color: #7f7fe3;
  margin-bottom: 0.3em;
}

.validatedIcon
{
	display:inline;
	float: left;
}

#mediaViewer {
	width: 500px;
	height: 400px;
	padding: 10px 12px;
}

#mediaViewer img,#mediaViewer object {border: 2px solid black;}

.screenshot {
	float: left;
	margin: 0px 10px 10px 10px;
}

#ssCarousel {
	margin: auto;
	padding: 5px 0px 2px 0px;
}

#ssCarousel ul {
	padding-left: 0px;
}

#ssCarousel li {
	list-style: none;
	display: inline;
}

#ssCarousel li img {
	margin: 0px 8px;
	border: 2px solid black;
}

.ssPrev,.ssNext {
	width: 16px; height: 32px;
	position: relative;
	top: 49px;
}

.ssPrev:hover,.ssNext:hover,.ssPrev:focus,.ssNext:focus {
}
	
.ssPrev {
	background: url('gfx/scrollbutton-l-16x32.png') no-repeat;
	float: left;
}

.ssNext {
	background: url('gfx/scrollbutton-r-16x32.png') no-repeat;
	float: right;
}

.editdelete {
	display: block;
	float: left;
	margin-left: 2em;
}

a.editdelete:hover {
	text-decoration: underline;
}