﻿/*@import url("/res/default.css");*/

body {
	position: absolute;
	width: 98%;
	height: 94%;
}

#container {
/* minimum 640 x 480, minus 40 for padding etc */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-height: 300px;
	min-width: 650px;
	max-width: 850px;
	height: 100%;
	width: 100%;
}

#header {
	position: relative;
	height: 40px;
}

#navbar {
	position: relative;
	height: 25px;
	clear: both;
	background: #fefeff none repeat scroll 0 0;
	margin: 0px;
	padding: 0px;
	border: 1px solid #a9a9a9;
	border-top: none;
	border-bottom: none;
	text-align: center;
	z-index: 1000;
}

#navbar ul.menu, #navbar ul.menu li {
/*Remove all spacings from the list items*/
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
	z-index: 1000;
}

#navbar ul.menu>li {
	display: inline-block;
	position: relative;
	height: 20px;
/*	padding: 2px 6px;*/
	padding: 2px 5px 2px 5px;
	margin: 0px;
	text-align: left;
}

#navbar ul.menu li>ul {
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	left: -5px;
	top: 24px;
}

#navbar ul.menu li:hover>ul {
/*When hovered, make them appear*/
	display : block;
}

#navbar ul.menu ul li a {
	display: block;
	padding: 0px;
	white-space: nowrap;
}

/*** Menu colors (customizable) ***/
#navbar ul.menu, #navbar ul.menu ul, #navbar ul.menu ul li a {
	background: #fefeff none repeat scroll 0 0;
}

#navbar ul.menu ul {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #a9a9a9;
	border-top: none;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#navbar ul.menu>li:hover {
}

#navbar ul.menu>li.selected {
}

/*
ul.menu li:hover, ul.menu ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.menu li:active, ul.menu ul li a:active{
	background-color: #036;
	color: #fff;
}
*/

#navbar ul.links {
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	display: inline;
	position: absolute;
	right: 5px;
	bottom: 2px;
}

#navbar ul.links li {
	display: inline-block;
}

#navbar ul.links li a {
	text-decoration: none;
}

#navbar ul.links li a img {
	border: none;
}


#content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 76px;
	bottom: 3em;
	overflow: auto;
}

.clear {
	display: none;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right:0px;
	height: 3em;
}

#footer img {
	display: none;
}

#footer #handheld {
	display: inline;
}

#emu {
	width: 240px;	
	float: left;
	clear: left;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}

#emu object {
	border: none;
	height: 485px;
	width: 240px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

a[href^="http://"], a[href^="https://"], a[href^="www."] {
/*	color: #008040;*/
}


#content a[href^="http://"]:after, #content a[href^="https://"]:after, #content a[href^="www."]:after {
	content: url("/images/leave.png");
	margin-left: 2px;
	vertical-align: middle;
}
