﻿body
{
	font-family: Verdana;
}
/**/
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;
}
input
{
	font-size: 10px;
	border: 1px solid #C0C0C0;
	margin: 1px 0px;
	font-family: Verdana;
	background-color: #FFF;
}
.tiny
{
	font-size: 10px;
	margin: 0;
}
p
{
	margin: 0;
	padding: 0;
}
.def-value
{
	color: #CCC;
	font-style: italic;
}
.ie-warn
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background: #FFF;
	padding: 20px;
}
table
{
	border-collapse: collapse;	
	border: solid 1px #CCC;
}
td
{
	border: solid 1px #CCC;
}
/**/
#header-panel
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
	padding: 10px;
}
#header-panel h1
{
	color: #D3E2F0;
	font-weight: bold;
	margin-bottom: 0px;
	font-size: 170%;
}
#header-links
{
	position: absolute;
	top: 10px;
	right: 10px;
}
#header-links *
{
	vertical-align: middle;
}
#jsWarn
{
	color: #F00;
	font-size: larger;
}
#main-panel
{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 250px;
	bottom: 0px;
	padding: 0px 5px;
}
#mp-input
{
	background-color: #D3E2F0;
	padding: 5px;
}
#mp-input input[type=text]
{
	width: 170px;
}
#mp-cmd input
{
	width: 180px;
	margin: 0 auto;
	margin-bottom: 3px;
	display: block;
	height: 25px;
	font-size: 12px;
}
#mp-btn, #mp-cmd, #charmapPanel
{
	background-color: #D3E2F0;
	padding: 7px;
	margin-top: 5px;
	font-size: 12px;
}
#mp-btn p
{
	margin: 2px;
}
#main
{
	margin: 0 auto;
	position: absolute;
	left: 250px;
	right: 0px;
	top: 70px;
	bottom: 0px;
	overflow: hidden;
}
#introPanel
{
	margin: 0px 10px 2px 10px;
	background-color: #D3E2F0;
	padding: 10px;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	height: 170px;
}
#habracutPanel
{
	margin: 0px 10px;
	background-color: #D3E2F0;
	position: absolute;
	top: 192px;
	left: 0px;
	right: 0px;
	height: 25px;
	font-size: 14px;
	padding-left: 10px;
}
#mainPanel
{
	margin: 2px 10px 2px 10px;
	background-color: #D3E2F0;
	text-align: center;
	top: 217px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	position: absolute;
}
#habracutText
{
	width: 200px;
}
#maintext-panel, #introtext-panel
{
	position: absolute;
	left: 20px;
	right: 20px;
	top: 10px;
	bottom: 10px;
}
#mainText, #introText
{
	position: absolute;
	overflow: auto;
	border: solid 1px #C0C0C0;
	height: 100%;
	width: 100%;
	left: 0px;
}
#floatPanel
{
	padding: 10px;
	position: fixed;
	left: 5px;
	bottom: 5px;
	right: 5px;
	background-color: #D3E2F0;
	z-index: 1;
}
#closeFP, #closeSP
{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
}
#syntaxPanel, #genTextPanel, #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;
}
#genTextPanel2, #previewPanel2
{
	width: 80%;
	background-color: #FFF;
	padding: 20px;
	margin: 20px auto;
}
#genText, #previewText
{
	background-color: #FFF;
	border: 1px solid #D3E2F0;
	width: 100%;
	height: 500px;
	display: block;
	margin: 20px 0px 20px 0px;
	overflow: auto;
	z-index: 10000;
}
#syntaxPanel iframe
{
	width: 100%;
	height: 100%;
}
#codeB
{
	font-weight: bold;
}
#codeU
{
	text-decoration: underline;
}
#codeI
{
	font-style: italic;
}
#codeS
{
	text-decoration: line-through;
}
/**/
#loginP
{
	font-size: 14px;
}
#loginP > span
{
	font-weight: bold;
}
#loginP input
{
	font-size: 12px;
}
#loginP > input[type=text], #loginP > input[type=password]
{
	width: 270px;
}
#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 input
{
	cursor: pointer;
	border: solid 0px #FFF;
	font-size: 12px;
}
#saveSlots li:hover, #saveSlots li:hover input
{
}
/**/
#footer
{
	height: 512px;
}

