body
{
	background: white;
	background-image: url("gfx/portal.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	color: black;
	font-family:Verdana, Geneva, sans-serif;
}

div
{
	border: none;
	padding: 1em;
}

img
{
	border: none;
}

div.dialog
{
	border:  1px solid blue;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	color: black;
	background-color: #ddddff;
}

.coloured
{
	background-color: #ffffaa;
}

.errored
{
	background-color: #ffaaaa;
}

div.scrshot
{
	float: right;
	border: none;
	height: auto;
	width: auto;
}

div.scrshot img
{
	display: inline;
	border: none;
	margin: 3px;
}

img.boxart
{
	    border: none;
	    float: right;
	    padding: 1em;
}

img.right
{
	    border: none;
	    float:right;
}

img.left
{
	    border: none;
	    float:left;
}

.center
{
	text-align:center;
}

a:link
{
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: transparent;
}

a:visited
{
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: transparent;
}

a:hover
{
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: black;
	background-color: transparent;
}

a:active
{
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: black;
	background-color: yellow;
}

h1
{
	border:  1px solid blue;
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	color: black;
	background-color: #ddddff;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

h2
{
	border:  1px solid blue;
	margin: 10px;
	padding: 10px;
	color: black;
	width: 50%;
	background-color: #ddddff;
	border-radius: 15px;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

h3
{
	border:  none;
	margin: 10px;
	padding: 10px;
	color: black;
	width: 50%;
	background-color: #ddddff;
	font-size: medium;
	text-align: left;
}

div.download
{
	clear: both;
	border:  1px solid blue;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
	border-radius: 5px;
	color: black;
	background-color: #ccccff;
}

div.footer
{
	clear: both;
	border:  1px solid blue;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 5em;
	margin-right: 5em;
	border-radius: 5px;
	color: black;
	background-color: #ccccff;
	font-size: x-small;
	text-align:center;
}

div.platform
{
	float: right;
	border:  1px solid black;
	margin: 1em;
	padding: 0.5em;
	color: black;
	background-color: #ccccee;
	width: 100px;
	min-width: 100px;
	text-align:center;
	font-size: x-small;
}

div.leftbar
{
	width: 200px;
	min-width: 200px;
	border:  1px solid black;
	padding: 0.25em;
	color: black;
	float: left;
	background-color: #aaaaff;
}

h2.lb_header
{
	border:  0px none black;
	padding: 0.1em;
	margin: 0em;
	background-color: blue;
	color: white;
	font-size: medium;
}

ul
{
	list-style-image: url("gfx/bullet.png");
}
li 
{
	margin: 0.5em;
}

ul.lb_toplink
{
	margin-top: 0.2em;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-left: 0em;
}

li.lb_toplink
{
	list-style-type: none;
}

a.lb_toplink
{
	font-size: small;
}

ul.lb_sublink
{
	margin-top: 0.2em;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	padding-left: 1.5em;
	margin-left: 0em;
}

li.lb_sublink
{
	list-style-type: none;
}

a.lb_sublink
{
	font-size: x-small;
}

p.indent
{
	padding-left: 1em;
}

div.main
{
	border:  1px solid black;
	padding: 0.25em 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	color: black;
	background-color: #eeeeff;
}

.huge
{
	font-weight: bold;
	font-size: 150%;
	font-variant: small-caps;
}

.error
{
	color: red;
	background-color: transparent;
	font-weight: bold;
}

span.required
{
	color: red;
	background-color: transparent;
	font-size: 80%;
}

table.col2
{
	border: none;
	width: 100%;
}

td.col_left
{
	background:#ddddff;
	text-align:left;
	font-size: 100%;
	border: none;
	width:160px;
	vertical-align:top;
	padding: 1em;
}

td.col_right
{
	background:#ddddff; 
	text-align:left;
	border: none;
	vertical-align:top;
	width:auto;
	padding: 1em;
}

/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#ddd;
   text-decoration:none;
   color:#444;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#000;
}
#centeredmenu ul li a:hover {
   background:#36f; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#36f; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   /* background:#eee; */
   background:#aaa;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

