/*	XANJAX Copyright 2007,2008,2009, and Trademark, of David Chapman, openPC Labs.

	XANJAX IS FREE SOFTWARE released under GNU Affero General Public License Version 3.
	Read licence.txt distributed with XANJAX, or xanjax.org/license.html for details.
	IF YOU USE OR DISTRIBUTE OR CONVEY XANJAX YOU ARE LEGALLY BOUND BY ITS LICENCE.

	YOU MUST Comply with Copyright and Trademark Rights. DO NOT REMOVE THIS NOTICE */

/* Start Xanjax Framework Wrapper - Do NOT Edit */
html, body {
	height:100%;
	margin: 0%;
	overflow:hidden;
  padding: 0%;
}
#contentbody {
	height:100%;
	left: 0%;
	position: fixed;
	top: 0%;
	width: 100%;
}
/* End Xanjax Framework Wrapper - End Do NOT Edit */

/* Start User Defined Navigation Layout */
#menupanel {
  height: 98%;
  left: 0%;
  position: absolute;
  top: 0%;
  width: 18%;
}
#home {
	bottom: 70%;
  position: absolute;
  right: 0%;
  width: 140px;
}
#logo {
	border: 0;
	border-bottom: solid gray 2px;
	display: inline;
  height: 71px;
  padding-bottom: 2%;
  width: 140px;
}
#menupanel ul {
  display: block;
  list-style-type: none;
  margin: 0%;
  padding: 0%;
  position: absolute;
  right: 0%;
  text-align: right;
  top: 32%;
}
#menupanel li {
	height: 1.3em;
	line-height: 1.1em;
  margin: 0%;
  padding: 0%;
}
#menulist a {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 90%;
  margin: 0%;
  padding: 0%;
  text-decoration: none;
}
#menulist a:link, #menulist a:visited {
  color: #111;
}
#menulist a:hover { 
  color: #060;
}
#selected a:link, #selected a:visited, #selected a:hover, #selected a:active {
  color: #bbb;
}

/* End User Defined Navigation Layout */

/* Start User Defined Content Layout */
#xanjaxdiv {
  font-size: 75%;
 	height:100%;
	left: 22%;
	margin: 0%;
	overflow: auto;
	padding: 0%;
  position: relative;
	top: 0%;
	width:78%;
}

#contentbox{
  left: 3%;
	padding: 0%;
  position: absolute;
	width:70%;
}
.maincontent {
  color: #111;
	font-family: georgia, Century Schoolbook L, serif;
}
/* End User Defined Content Layout */

/* Start User Defined Auxilliary Content Style */
#auxpanel {
  display: block;
	float:right;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin: 0%;
  position: relative;
  top:10%;
	width: 23%;
}
#auxpanel ul {
  display: block;
	left: 0%;
	margin:0%;
	padding: 2% 5% 2%;
  position: relative;
	width: 85%;
}
#auxpanel h3, #demo h3 {
  font-size: 80%;
	margin:  0.7em 0% 0.2em 5%;
	text-align: left;
}
#auxpanel li {
	background-color: #e7f7f7;
  list-style-type: none;
	margin: 0%;
  padding: 0% 0% 0em 1em;
}
#auxpanel a {
  font-size: 75%;
  text-decoration: none;
}
#sponsors a {
  color: #600;
}
#sponsors a:hover { 
  color:  #a11;
  text-decoration: underline;
}
#downloads a, #phprsrcs a {
  color: #020;
}
#downloads a:hover, #phprsrcs a:hover { 
  color:  #171;
  text-decoration: underline;
}
#related a, #resources a, #jsonres a {
  color: #006;
}
#related a:hover, #resources a:hover, #jsonres a:hover { 
  color:  #00f;
  text-decoration: underline;
}
/* End User Defined Auxilliary Content Style */

/* Start User Defined Animated Loader */
.indxhr {
	background: url('artwork/anim.gif') no-repeat 0px;
	display: block;
  height:20px;
  left: .7em;
  margin: -20px 0%;
  padding: 0%;
  position: relative;
	top: 1em;
	width: 20px;
}
.indxhrwrap {
	float:right;
  height:0px;
  margin: 0%;
  padding: 0%;
	display: inline;
	width: 0px;
}
/* End User Defined Animated Loader */


