
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background-color: #606060;
	font-size: small;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}

h1 {
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0.7em 0em 0em 10px;
	padding: 0px;
	font-size: 100%;
	line-height: 120%;	
}

ol {
	margin-top: 0.4em;
	margin-bottom: 0;
	padding-top: 0;
}

li {
	padding: 0;
	margin-top: 0.0em;
	margin-bottom: 0;
	font-size: 100%;
	line-height: 120%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
}	

a:link
{
	font-weight: bold;
	color: #d0d0ff;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: #d0d0ff;
	text-decoration: none;
}

a:hover
{
	color: #d0d0ff;
	text-decoration: underline;
}

.dropShadowTopRight {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 6px;
	height: 6px;
	background-image: url(dstr.png);
	background-repeat: no-repeat;
}

.dropShadowRight {
	position: absolute;
	top: 6px;
	left: 100%;
	width: 6px;
	height: 100%;
	background-image: url(dsr.png);
	background-repeat: repeat-y;
}

.dropShadowBottomLeft {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 6px;
	height: 6px;
	background-image: url(dsbl.png);
	background-repeat: no-repeat;
}

.dropShadowBottom {
	position: absolute;
	top: 100%;
	left: 6px;
	width: 100%;
	height: 6px;
	background-image: url(dsb.png);
	background-repeat: repeat-x;
}

.dropShadowBottomRight {
	position: absolute;
	top: 100%;
	left: 100%;
	width: 6px;
	height: 6px;
	background-image: url(dsbr.png);
	background-repeat: no-repeat;
}

.swfBlock
{
	position: absolute;
	top: 25%;
	left: 50%;
}

.infoBlockOuter
{
	position: absolute;
	top: 25%;
	left: 50%;
	width: 45em;	
	margin-left: -22.5em;
	background-color: #747474;
	border: 1px solid #545454;	
	color: #ffffff;	
	padding: 0em;
}

.infoBlockInner
{
	padding: 1em;
}

.linksSection
{
	float: left;
	margin: 1em 0em 0em 10px;
	padding: 0px;
	font-size: 100%;
	line-height: 120%;
}

.htmlFieldLabel
{
	font-weight: bold;
	font-size: 85%;
	float: left;
	padding: 2px;
	margin: 0 0.2em 0 0;
	text-align: right;
	width: 9em;
}

.htmlField
{
	float: left;
	margin: 0;
	font-size: 85%;
	font-family: monospace;
	padding: 2px;
	border:1px solid #707070;
	background-color: #808080;
	color: #e0e0e0;
	width: 73%;
}

.clearBoth
{
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

.usageInstrBar
{
	position: relative;
	width: 43em;
	margin: 0.2em 0 0 0; 
	padding: 0; 
	height: 3em;
}

.usageInstrHR
{
	position: absolute;
	top: 50%;
	margin: 0;
	padding: 0;
	width: 17.2em;
	height: 1px;
	color: #909090;
	background-color: #909090;
	border: none;
}

.usageInstr
{
	line-height: 3.5em;
	margin: 0 auto 0 auto;
	width: 15em;
	text-align: center;
	color: #d0d0d0;
	font-size: 85%;
}
