body 
{
	font-family:"trebuchet ms", verdana, sans-serif;
	color: 1C263C;
	background-color: #B6C0D2;
}

#savedKeys
{
	display: block;
	position: absolute;
	width: 6em;
}
.feedbackform
{
	padding: 2px;
	border: 1px solid #000000;
}
.nav li
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	width: 6em;
	cursor: pointer;
}
.nav 
{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	float: left;
	bottom: 0px;
	width: 14em;
}
.nav a
{
	width: 6em;
}
.nav li.item
{
	width: 6em;
	display: none;
}
.nav li:hover li.item
{
	display: block;
	background-color: #455268;
	border: 1px solid #000000;
	position: relative;
	list-style-position: outside;
}


.header
{
	position: relative;
	background-color: #455268;
	color: #FFFFFF;
	z-index: 3;
	margin: 0 auto;
	height: 100%;
	height: 2.5em;
	padding: 2px;
}

.menu
{
	position: absolute;
	float: left;
	z-index: 2;
	bottom: 0px;
	padding-left: 1em;
}

.signout
{
	border: 1px solid #455268;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #455268;
	cursor: pointer;
}

.link
{
	cursor: pointer;
}

.menulink:hover
{
	background-color: #FFFFFF;
	color: #000000;
}

input[type="text"].cipher
{
	font-size:12pt;
	font-weight:bold;
	border-style:none;
	border-width:0px;
	color:#FF0000;
	font-family: arial;
	text-align:center;
	max-width: 25px;
	font-variant:small-caps;
	left: 0px;
	right: 0px;
	width: 25px; /*for ie8 compatibility*/
	padding: 0px; /*for ie8 compatibility*/
	margin: 0px; /*for ie8 compatibility*/
}

table
{
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

label.cipher
{
	font-size:12pt;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	font-family: arial;
	font-variant:small-caps;
}

a
{
	text-decoration: none;
	font-family: verdana;
	font-size:10pt;
}

a:link
{
	color: #9CFF00
}
a:visited
{
	color: #9CFF00
}
a:hover
{
	color: #9CFF00;
	text-decoration: underline;
}
a:active
{
	color: #9CFF00
}

label.validator
{
	color:#FF0000;
}

img 
{
	display: block;
}

div#loginBackground
{
	position: fixed;
	background-color: #000000;
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 4;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	bottom: 0px;
}

div#loginPane
{
	position: absolute;
	top: 0px;
	width: 100%;
	bottom: 0px;
	z-index: 5;
}

div#loginControl
{
	position: relative;
	z-index: 6;
	width: 42em;
	filter: alpha(opacity=100);
	opacity: 1.0;
	margin: 0 auto;
	top: 15em;
	height: 24em;
}

div.noshow#loginControl
{
	display: none;
}
div.noshow#loginPane
{
	display: none;
}
div.noshow#loginBackground
{
	display: none;
}

.cipherBlock
{
	margin: 2px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #FFFFFF;
	width: 425px;
	z-index: 1;
}

.keySection
{
	display: none;
}

.keyBlock
{
	height: 600px;
	overflow: scroll;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.footer
{
	position: relative;
	background-color: #455268;
	color: #FFFFFF;
	clear: both;
	bottom: 0px;
	width: 55em;
	margin: 0 auto;
}

.footerpane
{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.instructions
{
	position: relative;
	margin: 2px;
	float: left;
	text-align: left;
	width: 25em;
	padding: .5em;
}

.ads
{
	position: relative;
	float: left;
	text-align: center;
	padding: .5em;
	width: 425px;
}

.updates
{
	padding: .5em;
}

.leftpane
{
	position: relative;
	float: left;
	width: 425px;
}

.bodyBlock
{
	position: relative;
	width: 55em;
	margin: 0 auto;
}

.master
{
	border: 1px solid #000000;
	width: 55em;
	margin: 0 auto;
}

div#loginControl .signin
{
	position: relative;
	float: left;
	width: 12em;
	padding: 2em;
	margin: 0 1em;
	z-index: 7;
}

div#loginControl .register
{
	position: relative;
	float: left;
	width: 20em;
	padding: 2em;
	z-index: 8;
}

div#loginControl .logregpane
{
	position: absolute;
	top:0px;
	botom: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFBE;
	border: 1px solid #000000;
}

div#loginControl .logregfooter
{
	/*font-size:12pt;*/
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color: #FFFFBE;
	background-color: #990000;
	margin: 1px;
	padding: 0px 4px;
	color:#FFFFBE;
	position: absolute;
	clear: both;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 9;
}

div#loginControl .logregfooter:hover
{
	background-color: #FF0000;
}

table.form td
{
	padding: 1px;
}

a.smalllink,a.regularlink
{
	text-decoration: none;
	font-family: verdana;
	font-size:8pt;
	cursor: pointer;
}
a.smalllink:link,a.regularlink:link
{
	color: #000000;
}
a.smalllink:visited,a.regularlink:visited
{
	color: #000000;
}
a.smalllink:hover,a.regularlink:hover
{
	color: #000000;
	text-decoration: underline;
}
a.smalllink:active,a.regularlink:active
{
	color: #000000;
}
