﻿body
{
	font-family: Georgia;
}
/**/
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, sans-serif;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
}
h1
{
	letter-spacing: -1px;
	font-size: 162.5%;
	margin-bottom: 0.7em;
}
h2
{
	font-size: 150%;
}
h3
{
	font-size: 137.5%;
}
blockquote
{
	font-size: 12px;
	border-left: 2px solid #bbb;
	padding-left: 15px;
}
#header-links
{
	position: absolute;
	top: 10px;
	right: 10px;
}
/**/
div#headerPanel
{
	padding: 10px 0px 0px 20px;
}
div#headerPanel h1
{
	color: #D3E2F0;
}
p#jsWarn
{
	color: #F00;
	font-size: larger;
}
div#main
{
	width: 90%;
	margin: 0 auto;
}
textarea#introText, textarea#mainText
{
	width: 95%;
	border: solid 0px #FFF;
	overflow: auto;
}
div#panel, div#introPanel, div#mainPanel
{
	margin: 2px 10px 2px 10px;
	background-color: #D3E2F0;
	padding: 10px;
	text-align: center;
}
div#habracutPanel
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	background-color: #D3E2F0;
}
input#habracutText
{
	width: 400px;
}
div#floatPanel
{
	padding: 10px;
	position: fixed;
	left: 5px;
	bottom: 5px;
	right: 5px;
	background-color: #D3E2F0;
	z-index: 1;
}
div#charmapPanel
{
	padding: 10px;
	position: fixed;
	right: 5px;
	top: 5px;
	width: 350px;
	background-color: #D3E2F0;
	z-index: 1;
}
input#closeFP, input#closeSP
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
}
div#syntaxPanel, div#genTextPanel, div#previewPanel
{
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #CBF;
	background-color: #D3E2F0;
	overflow: auto;
	z-index: 10000;
}
div#genTextPanel2, div#previewPanel2
{
	width: 80%;
	background-color: #FFF;
	padding: 20px;
	margin: 20px auto;
}
textarea#genText, div#previewText
{
	background-color: #FFF;
	border: 1px solid #D3E2F0;
	width: 100%;
	height: 500px;
	display: block;
	margin: 20px 0px 20px 0px;
	overflow: auto;
	z-index: 10000;
}
div#syntaxPanel iframe
{
	width: 100%;
	height: 100%;
}
input#codeB
{
	font-weight: bold;
}
input#codeU
{
	text-decoration: underline;
}
input#codeI
{
	font-style: italic;
}
input#codeS
{
	text-decoration: line-through;
}
/**/
#savePanel
{
	padding: 10px;
	position: fixed;
	right: 5px;
	top: 5px;
	width: 300px;
	background-color: #D3E2F0;
	z-index: 1;
}
#savePanel ul
{
	margin: 0;
	padding: 0;
	width: 95%;
}
#saveSlots li
{
	list-style: none;
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	color: #CCF;
}
#saveSlots li input
{
	background-color: Transparent;
	font-size: 120%;
	color: green;
}
#saveSlots #slotC
{
	background-color: #80BEED;
}
#saveSlots #slotM
{
	background-color: #D479B3;
}
#saveSlots #slotY
{
	background-color: #FFDA01;
}
#saveSlots #slotK
{
	background-color: #777;
}
#saveSlots li input
{
	cursor: pointer;
	border: solid 0px #FFF;	
}
#saveSlots li:hover, #saveSlots li:hover input
{
}
/**/
div#footer
{
	height: 512px;
}
