﻿body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0.6em;
	margin-right: 8px;
	margin-left: 0.6em;
	padding: 0px;
}

hr {
	color: #888888;
	background-color: #888888;
	height: 1px;
	border: 0;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	background: url("../img/h1bg.png") repeat-x center top #FFFFFF;
    color: #454545;
	text-align: left;
	margin-top: -0.6em;
	margin-left: -0.6em;
	margin-right: -8px;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

h1.asH2 {
	font-size: 125%;
	font-weight: bold;
	background: url("../img/h2bg.png") repeat-x center top #FFFFFF;
    color: #454545;
	margin-top: 0px;
	margin-left: -0.6em;
	margin-right: -8px;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	background: url("../img/h2bg.png") repeat-x center top #FFFFFF;
    color: #454545;
	margin-top: 0px;
	margin-left: -0.6em;
	margin-right: -8px;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.strokeYellow {
    color: black;
    text-shadow: -1px 0 yellow, 0 1px yellow, 1px 0 yellow, 0 -1px yellow;
}

.strokeGreen {
    color: black;
    text-shadow: -1px 0 #AAFFAA, 0 1px #AAFFAA, 1px 0 #AAFFAA, 0 -1px #AAFFAA;
}

img {
	border: 0px;
}

a {
	color: #098572;
	font-size: 100%;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0.8em;
	padding-left: 0.0em;
}

ul li {
	margin: 0.15em;
}

ul.menu {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0.0em;
	padding-bottom: 0.3em;
	margin: 0px;
}

ul.menu li {
	background: url("../img/arrow_right_large.png") no-repeat center top;
	background-position: left;
	padding-left: 14px;
	padding-bottom: 0.0em;
}

ul li ul {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0.8em;
	margin: 0px;
}

ul li ul li {
	background-image: url('../img/arrow_right.png');
	background-repeat: no-repeat;
	background-position: left 0.45em;
	padding-left: 12px;
	margin: 0.15em;
	padding-bottom: 0.0em;
}

#signHere {
	font-weight: bold;
	padding-top: 0.0em;
	padding-bottom: 0.5em;
}

input.downred-button {
	background: url('../img/red_arrow_down_button.png') no-repeat left center #CCCCCC; 
	background-size: 22px 20px;
    padding-left: 26px;
    height: 30px;
	min-width: 85px;
}

input.downred-button:active {
	background-color: #AAAAAA; 
}

input.upgreen-button {
	background: url('../img/green_arrow_up_button.png') no-repeat left center #CCCCCC; 
	background-size: 22px 20px;
    padding-left: 26px;
    height: 30px;
	min-width: 85px;
}

input.upgreen-button:active {
	background-color: #AAAAAA; 
}

input.erase-button {
	background: url('../img/erase_button.png') no-repeat left center #CCCCCC; 
	background-size: 22px 20px;
    padding-left: 26px;
    height: 30px;
}

input.erase-button:active {
	background-color: #AAAAAA; 
}

div.gradient {
	background: url("../img/h2bg.png") repeat-x center top #FFFFFF;
    color: #454545;
	padding-top: 0.6em;
	padding-bottom: 0.7em;
	margin-left: -0.6em;
	margin-right: -8px;
	padding-left: 0.6em;
	padding-right: 0.6em;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

div.floatRight {
	float: right;
	text-align: right;
	padding-top: 0.2em;
}

div.floatLeft {
	float: left;
	text-align: left;
	padding-top: 0.2em;
}

span.floatLeft  {
	display: inline; 
	float: left;
}

.textToRight { 
	text-align: right !important;
}

div.correctMargins {
	margin-top: -1.18em; 
	margin-bottom: -1.6em;
}

div.delimiter {	
	width: 100%;
	height: 6px;
	font-size: 0pt;
}

.font120  {
	font-size: 120%;
}

#signHere {
	font-weight: bold;
	padding-top: 0.0em;
	padding-bottom: 0.5em;
}

#overlay {    
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7) url(../img/spinner.png) center center no-repeat;
}

.pwlogo {
	background-image: url('../img/pw_logo.png'); 
	background-size: 32px 32px;
	background-repeat: no-repeat;
	min-height: 32px;
	padding-left: 38px;
	display: inline-block;
	white-space:nowrap;
	float: left;
	padding-top: 0.6em;
	margin-top: -0.3em;
	font-size: 80%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) { 
	.pwlogo { 
		background-image: url('../img/pw_logo@2x.png'); 
	}
	
	ul.menu li {
		background: url("../img/arrow_right_large@2x.png") no-repeat center top #FFFFFF;
		background-size: 9px 12px;
		background-position: left;
		padding-left: 14px;
		padding-bottom: 0.0em;
	}
}