html, body{ height: 100%; }
body
{   

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;  
	font-size: 16px;
	background-color: #0055AA;
	background-color: #228866;
	background: linear-gradient(#334444, #112222);
	height: 100%;
	margin: 0;
	font-family: 'familjefont';
	overflow: hidden;
	cursor: url('gfx/cursors/cursor.gif'), auto;
}
@font-face
{   
	font-family: 'familjefont';
	src: url('topaz.ttf');
	/*src: url('FSEX300.ttf');*/
/*	src: url('TopazPlus_a1200_v1.0.ttf');*/
}   
.pixelMenuInner
{
	display: inline-block;
}
.pixelMenu .menuItem
{
	display: block;
	white-space: nowrap;
	padding: 3px 20px 2px 5px;
}
.pixelMenu .menuItem:hover
{
	background-color: #000000;
	color: #ff8800;
}
#totalCont
{
	transition: width 500ms, height 500ms, top 500ms, left 500ms;
	position: absolute;
	left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
height: 100%;
width: 100%;
	overflow: hidden;
}
#middleCont
{
	height: 100%;
	transition: transform 500ms;
	overflow: hidden;

}
div#pixelBack
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index : 4;
	display: none;
	cursor: pointer;
	cursor: url('gfx/pointer.gif') 9 0, auto;
}
#mainCont
{
	transition: transform 500ms;
height: 100%;
	overflow: hidden;
	/*, height 500ms, left 500ms, top 500ms;*/
}
#tip
{
	position: fixed;
	bottom: 0px;
	color: aqua;
	line-height: 1.5;
	text-align: right;
	width: 100%;
	right: 6px;
	bottom: 6px;
	display: none;
}
#tipInner
{
	background-color: #0055aa;
	color: white;
	font-style: italic;
	padding: 6px;
	display: inline-block;
}
#mainCont .file
{
	position: absolute;
	border: 1px solid transparent;
	padding: 4px;
	text-align: center;
	border-radius: 4px;
}
#mainCont .file.selected
{
	background-color: #004499;
}
#mainCont .file .label
{
	margin-top: .5em;
}
.window
{
	position: absolute;
	background-color: #082528;
	color: white;
	border: 2px solid white;
	box-shadow: 12px 12px 0 #0099FF;
	box-shadow: 12px 12px 0 #004488;
	z-index: 2;
}
.window.folder
{
	background-color: #0066BB;
}
.window .topBar
{
	height: 20px;
	background-color: white;
	color: #0055aa;
}
.window .topBar .closeOuter
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 19px;
	width: 19px;
}
.window .topBar .close
{
	position: absolute;
	cursor: pointer;
	cursor: url('gfx/pointer.gif') 9 0, auto;
	top: 0;
	left: 0;
	height: 19px;
	width: 19px;
	background-image: url('gfx/close_white_v1.gif');
	background-repeat: no-repeat;
}
.window .topBar .close.black
{
	background-image: url('gfx/close_black_v1.gif');
}
.window .title
{
	padding-top: 2px;
	margin-left: 2px;
}
.window .textSupport
{
	position: absolute;
	bottom: 0px; 
	left: 0px;
	right: 0px;
}
.window .windowInner
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.textSupport .logArea
{
	white-space: pre-wrap;
position: relative;
}
.textSupport .logArea .cmd
{
	background-color: #0082ff;
	color: black;
	display: inline-block;
	cursor: pointer;
	cursor: url('gfx/pointer.gif') 9 0, auto;
}
.textSupport .logArea .cmd.odd
{
	background-color: #ff0000;
}
.textSupport.textArea
{
position: absolute;
width: 100%;
}
.textSupport .logAreaInner
{
position: absolute;
bottom: 0px;
}
.textSupport .logArea .log
{
	min-height: 16px;
	line-height: 16px;
}
.textSupport .controls
{
	position: absolute;
	bottom: 0px;
left: 0px;
right: 0px;
	line-height: 32px;
}
.textSupport .textInputWrapper
{
	position: absolute;
	top: 0px;
	left: 20px;
	right: 20px;
}
.textSupport input
{
width: 100%;
	height: 16px;
	background-color: black;
	border: 0;
	padding: 8px 0;
	margin: 0;
	color: white; font-size: 16px;
	font-family: familjefont;
	background-color: #082528;
}
.textSupport input:focus
{
	outline: none;
}
.textSupport .cmdButton
{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0;
	background-image: url('gfx/cmd-btn2.gif');
	background-repeat: no-repeat;
}
.limerickCont
{
	display: inline-block;
}
.limerick
{
	color: #0055AA;
	border: 2px solid #0055aa;
}
p.limerickRow
{
	padding: 0 5px;
}
.limerickWhat
{
	position: relative;
	display: inline-block;
	margin: 10px auto;
	padding: 10px 20px;
	cursor: pointer;
	cursor: url('gfx/cursors/pointer.gif') 9 0, auto;
}
.limerickWhatCont
{
width: 100%;
	   text-align: center;
}
.file img.icon
{
	-webkit-user-drag: none;
}
.colorSelect
{
display : inline-block;
margin: 2px;
width: 20px;
height: 20px;
}
.about a
{
}
