/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

a img {
	border: none;
}

/*HTML Styling*/
html {
	background-color: white;
}

body {
	min-width: 900px;
	font-size: 80%;
	color: #858585;
}

a, p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
}

p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: 0.4px;
}

div:after {
	content: ".";
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
	display: block;
}

/*Layout*/
#header {
	height: 105px;
	width: 100%;
	background: url("images/project_header.gif") top left no-repeat white;
	border-bottom: 2px #8AD955 solid;
	color: #999999;
}

.page {
	background-color: white;
	color: #858585;
	padding: 10px;
}

#footer {
	margin: 0px;
	float: left;
	clear: both;
	width: 100%;
	background-color: #EFEFEF;
	color: #858585;
	text-align: center;
	border-top: 2px #8AD955 solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Header*/
#header h3 {
	position: absolute;
	top: 10px;
	left: 0px;
	text-align: center;
	font-size: 290%;
}

#header h3 a {
	color: #8AD955;
	text-decoration: none;
}

/*Project Description*/
#project_description {
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 44px;
	color: #666666;
	line-height: 44px;
	vertical-align: middle;
	margin-top: 1px;
}

#project_description img {
	vertical-align: middle;
}

#project_description h2 {
	color: #444444;
	font-size: 180%;
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	padding-left: 10px;
}

#project_description h1 {
	float: left;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	padding-left: 20px;
}

#project_description dl {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 42px;
	line-height: 42px;
	vertical-align: bottom;
}

#project_description dl dt {
	float: left;
	font-family: Arial;
	padding-right: 10px;
}

#project_description dl dd {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

/*Page*/
.page h3 {
	font-size: 180%;
}

.page h3 a {
	text-decoration: none;
	color: #666666;
}

.page h4 {
	font-size: 170%;
	padding-top: 20px;
	clear: both;
}

.page a {
	color: #555555;
}

#jquery_page h4 {
	color: #4C8AB2;
}

#jogl_page h4 {
	color: #F23918;
}

#design_page h4 {
	color: #4A2265;
}

.page #demo {
	width: 100%;
	margin-top: 10px;
	height: auto;
	clear: both;
	float: left;
	white-space: nowrap;
}

.page #demo h5 {
	text-align: center;
	font-weight: normal;
	font-size: 110%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.page #demo .half_page {
	width: 50% !important;
	width: 49%;
	display: block;
	float: left;
}

.page .jogl_applet {
	height: 400px;
	width: 100%;
	background-color: black;
	border: 1px #F23918 solid;
}

.page .jogl_applet_start {
	position: absolute;
	top: 50%;
	left: 50%;
	color: white;
}

.page .source_container {
	width: auto !important;
	width: 100%;
	clear: both;
}

.page .source_code {
	font-family: "Courier New", "Lucida Console", Arial;
	overflow: hidden;
	max-height: 400px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #8AD955;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	display: block;
	background-color: #F7F7F7;
	width: 100%;
}

.page .source_code ol {
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
}

.page .source_code ol li{
	white-space: nowrap;
	color: #858585;
	padding-left: 7px;
	line-height: 1.4em;
	font-size: 90%;
	border-bottom: 1px solid #F0F0F0;
}

.page .source_controls {
	position: absolute;
	top: -25px;
	height: 24px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.page .source_controls li {
	float: left;
	width: auto !important;
	width: 1px;
	margin-left: 1px;
}

.page .source_controls li a {
	color: white;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 80%;
	font-weight: bold;
	display: block;
	height: 22px;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #8AD955;
	border: 1px #8AD955 solid;
}

.page .source_controls li a:hover {
	color: black;
	border: 1px black solid;
}

.page .source_controls li a:active {
	border: 1px white solid;
}

.page .applet_launcher {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 50px;
	padding-right: 15px;
	text-align: center;
	background: url("images/play_applet.gif") no-repeat transparent top center;
	color: white;
	text-decoration: none;
	outline: none;
	top: 50%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.page .applet_launcher:hover {
	background-position: center center;
}

.page .applet_launcher:active {
	background-position: bottom center;
}

.page p.updated_project,
.page p.updated_project a,
.page h4.updated_project {
	color: #993333 !important;
	text-align: center !important;
	font-style: italic !important;
}

/*Footer*/
#footer p {
	font-family: Tahoma;
	text-transform: uppercase;
	display: inline;
	margin: 0px;
	margin-right: 40px;
	font-weight: bold;
}

#footer p a {
	font-family: Tahoma;
	color: #858585;
	font-weight: bold;
}

/*Syntax highlighting

br0 = bracket
sc = script key (hex)
st = string
es0 = escape character
st_h = hard quoted string
es_h = hard quoted escape characters
co = comment
coMULTI = multiple line comment
imp = important
kw = keyword
nu = number
me = object splitter
sy = symbol groups
re = regular expression

*/

.source_code .br0 { color: #666666; font-weight: bold; }
.source_code .sc { color: green; font-weight: normal; }
.source_code .st { color: blue; font-weight: normal; }
.source_code .es0 { color: #FF66CC; font-weight: bold; }
.source_code .st_h { color: #666666; font-weight: bold; }
.source_code .es_h { color: #666666; font-weight: bold; }
.source_code .co { color: #445588; font-weight: bold; }
.source_code .coMULTI { color: #4488AA; font-weight: bold; }
.source_code .imp { color: #666666; font-weight: bold; }
.source_code .kw { color: purple; font-weight: normal; }
.source_code .nu { color: red; font-weight: bold; }
.source_code .me { color: black; font-weight: bold; }
.source_code .sy { color: #006600; font-weight: bold; }
.source_code .re { color: #444499; font-weight: bold; }

.print_source_full_screen {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	top: 0px;
	left: 0px;
	height: auto;
	width: auto;
}