﻿/* Begin default styles */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
p, a, li {
	font-size: 12px;
	font-family: Calibri, MS Sans Serif, Verdana, Arial, Helvetica, sans-serif;
}
li {
	list-style: disc inside none;
	text-align: left;
}
table {
	border-style: none;
}
/* End default styles */

/* Start basic div styles */
#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#glasspane {
	width: 902px;
	border-left: 1px #cccccc solid;
	border-right: 1px #202020 solid;
	border-bottom: 1px #333333 solid;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px auto;
	background-image: url('../images/lightglassback.png');
	background-repeat: repeat;
}
#canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
	text-align: center;
}
#homegraphic {
	background-image: url('../images/home02.png');
	background-repeat: no-repeat;
}
#header {
	
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}
#content {
	clear: both;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-style: none;
}
#tutorialcontent {
	width: 900px;
	float: left;
}
#tutorialheading {
	height: 100px;
	padding-left: 50px;
	padding-right: 50px;
}
.whiteglass {
/*	background-image: url('../images/whiteglassback.gif');
	background-repeat: repeat;*/
	background-color: #e0e0e0;
}
.ltblueglass {
	background-image: url('../images/ltblueglassback.png');
	background-repeat: repeat;
}
.blueglass {
	background-image: url('../images/blueglassback.png');
	background-repeat: repeat;
}
.yellowglass {
	background-image: url('../images/yellowglassback.png');
	background-repeat: repeat;
}
.redglass {
	background-image: url('../images/redglassback.png');
	background-repeat: repeat;
}
.blackglass {
	background-image: url('../images/blackglassback.png');
	background-repeat: repeat;
}
.orangeglass {
	background-image: url('../images/orangeglassback.png');
	background-repeat: repeat;
}
.silverarea {
	background-image: url('../images/silverarea.jpg');
	background-repeat: repeat-x;
}
.blackbluearea {
	background-image: url('../images/blueleftback.png');
	background-repeat: repeat-y;
}
.centered {
	margin: 0px auto;
}
.scrollable {
	overflow: auto;
}
.textbottomborder {
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom: 1px #336699 ridge;
}
.popup {
	position: absolute;
	z-index: 20;
	border: 2px #707070 ridge;
	visibility: hidden;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}
.popuparea:hover .popup {
	visibility: visible;
}
.trans {
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
}
.opaque {
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}
.vbutton {
	background-image: url('../images/vbutton.png');
	background-repeat: no-repeat;
	width: 104px;
	height: 54px;
	line-height: 54px;
	text-align: center;
}
.vbutton:hover {
	background-image: url('../images/vbuttonover.png');
}
.vbutton a {
	color: #f0f0f0;
}
.vbutton a:hover {
	color: #ffffff;
}
/* End basic div styles */

/* Begin paragraph styles */
.normal {
	color: #cccccc;
}
.footer {
	font-size: 11px;
	margin: 2px;
	padding: 2px;
}
.heading {
	font-size: 18px;
	font-family: Cambria, MS Sans Serif, Arial, Helvetica, sans-serif;
}
.title {
	font-size: 24px;
}
.dark {
	color: #303030;
}
.darkblue {
	color: #003366;
}
.darkred {
	color: #990000;
}
.light {
	color: #cccccc;
}
.white {
	color: #f0f0f0;
}
.cleanmargins {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-style: none;
}
.glassarea {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.textarea {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.left {
	text-align: left;
}
.floatleft {
	float: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.margined {
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End paragraph styles */

/* Begin borders and bars */
.noborder {
	border-style: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.paneborder {
	padding: 1px;
/*	border: 1px #b0b0b0 solid; */
	margin: 5px;
	border-collapse: separate;
}
.borderbottom {
	border-bottom: 1px #d0d0d0 solid;
}
.borderbottomdark {
	border-bottom: 1px #990000 solid;
}
/* End borders and bars */

/* Begin link styles */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.white a {
	text-decoration: underline;
}
.white a:hover {
	color: #ffffff;
}
/* End link styles */