
/* global */

body
{
	margin: 0px;
	padding: 0px;
	background: #3399CC;
	font: 10pt Verdana;
	color: #000000;
}

fieldset
{
	display: block;
	padding: 12px;
	border: solid 1px #3399CC;
	background: white;
	color: black;
}

legend
{
	cursor: default;
	font-weight: bold;
	font-size: 11pt;
	-moz-user-select: none;
}

*:focus
{
	outline: none;
}

input,
select,
textarea
{
	color: #000000;
}


/* header */
div.logo
{
	display: block;
	cursor: default;
	height: 65px;
	width: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
	-moz-user-select: none;
}

div.main
{
	display: block;
	position: relative;
	z-index: 1;
	height: 200px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url("/template/gfx/bg_fade.gif") repeat-x left top;
}

div.main div.head h1
{
	cursor: default;
	margin-top: 0px;
	margin-bottom: -6px;
	padding-top: 0px;
	color: #3399CC;
	-moz-user-select: none;
}

div.main div.subhead
{
	cursor: default;
	position: absolute;
	margin-top: -25px;
	right: 30px;
	font: bold 12pt Verdana;
	font-style: italic;
	text-align: right;
	color: #3399CC;
	-moz-user-select: none;
}

div.main div.subhead span
{
	color: red;
}


/* main display */

.showbanner /* set banners */
{
	
}

a.backbutton,
a.backbutton:active,
a.backbutton:visited
{
	display: block;
	width: 120px;
	padding-top: 4px;
	padding-bottom: 4px;
	font: bold 8pt Arial;
	color: black;
	border: solid 1px grey;
	background: #EFEFEF;
	text-decoration: none;
	text-align: center;
}

a.backbutton:hover,
a.backbutton:focus
{
	background: #3399CC url("/template/gfx/bg_table.gif");
	color: white;
}

span.seperator
{
	display: block;
	width: 2px;
	height: 118px;
	background: #3399CC;
}

div.title
{
	cursor: default;
	padding-bottom: 6px;
	font: bold 9pt Verdana;
	color: #3399CC;
	-moz-user-select: none;
}

div.textstart
{
	position: absolute;
	margin-left: 52px;
	font: 9pt Verdana;
	color: #3399CC;
}

div.text
{
	font: 9pt Verdana;
}

div.text a,
div.text a:active,
div.text a:visited
{
	color: #3399CC;
	text-decoration: none;
}

div.text a:hover,
div.text a:focus
{
	text-decoration: underline;
}

div.code
{
	margin: 0 0 20px 0px;
	padding: 6px;
	border: solid 1px grey;
	background: beige;
	font: 9pt monospace;
}

div.code i
{
	color: grey;
}

div.code span.function
{
	color: darkblue;
}

div.code span.operator
{
	color: blue;
}

div.code span.string
{
	color: #666666;
}

div.code span.integer
{
	color: red;
}

div.main table.main
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.main table.main div.banner,
div.main table.main div.skybanner
{
	display: block;
	position: reltive;
	font: 6pt Arial;
	color: grey;
}

div.main table.main div.banner
{
	margin-bottom: 6px;
}

div.main table.main div.skybanner
{

}

div.main table.main div.skybanner div,
div.main table.main div.banner div
{
	cursor: default;
	position: reltive;
	padding: 2px;
	background: lightgrey;
	text-align: right;
	-moz-user-select: none;
}

div.main table.main div.display
{
	vertical-align: top;
}

div.main table.main div.display fieldset
{
	margin: 0px 0 10px 0;
	border-top: solid 1px lightgrey;
	border-right: solid 2px darkgrey !important;
	border-bottom: solid 2px darkgrey !important;
	border-left: solid 1px lightgrey;
}

div.main table.main div.display fieldset:hover,
div.main table.main div.display fieldset:focus
{
	border-right: solid 2px #3399CC !important;
	border-bottom: solid 2px #3399CC !important;
}


/* application part */



div.converter
{
	display: block;
	padding: 3px;
}

div.converter table
{
	border: 0px;
	padding-top: 8px;
}

div.converter table tr td
{
	height: 60px;
	width: 60px;
	padding: 4px !important;
	background: #EFEFEF;
	text-align: center;
}

div.converter table tr td.mark,
div.converter table tr td input.mark
{
	background: #FFCC66;
	border: solid 1px orange;
}

div.converter input,
div.converter select,
div.converter textarea
{
	width: 70px;
	margin-top: 6px;
	padding: 3px;
	border: solid 1px grey;
	background: #FDFDFD;
	font: bold 12pt Verdana;
	/*-moz-user-focus: ignore;*/
}

div.converter input[type="text"]
{
	text-align: center;
}

div.converter input:hover,
div.converter select:hover,
div.converter textarea:hover,
div.converter input:focus,
div.converter select:focus,
div.converter textarea:focus
{
	border-color: black;
	background-color: white;
}

div.converter #fid_hex
{
	text-transform: uppercase;
}

div.converter label
{
	font: bold 8pt Verdana;
	color: black;
}




/* footer */

div.legal
{
	display: block;
	margin-top: -16px;
	padding-bottom: 10px;
	font: 7pt Verdana;
	color: white;
	text-align: center;
	-moz-user-select: none;
}

div.legal p
{
	cursor: default;
	margin: 5px;
	padding: 0px;
}

a.legal,
a.legal:visited,
a.legal:active,
a.legal:focus
{
	color: #3399CC;
	text-decoration: none;
}

a.legal:hover
{
	text-decoration: underline;
}

/* ASCII Table */

.AsciiTable
{
	background-color: grey;
}

.AsciiTable .Char,
.AsciiTable .CharHighlight
{
	cursor: pointer;
}

.AsciiTable td .Char td,
.AsciiTable td .CharHighlight td
{
	font-size: 10pt !important;
	/* background-color: white; */
}

/*
.AsciiTable .Char:hover table td,
.AsciiTable .CharHighlight:hover table td
{
	background-color: black;
	color: white;
}
*/

.AsciiTable .Char .Symbol,
.AsciiTable .CharHighlight .Symbol
{
	/* background: #DFDFDF; */
	padding: 3px;
	height: 100%;
	font-weight: bold;
	vertical-align: middle;
	color: black;
}

.AsciiTable .CharHighlight .Symbol
{
	/* background: #3399CC url("/template/gfx/bg_table.gif"); */
}

.AsciiTable .ToolTip
{
	position: absolute;
	border: 1px solid black;
	background-color: #FFFFCC;
	padding: 8px;
	text-align: left;
	white-space: nowrap;
	color: black;
}

.AsciiTable .ToolTip .DetailSymbol
{
	width: 100%;
	text-align: center;
	font-size: 30pt;
	padding-bottom: 8px;
	color: black;
}
