﻿html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	overflow: hidden;
	background-color: #f3f3f3;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
input {
	margin: 0;
}
.SMALLBOX {
	padding: 3px 3px 3px 5px;
	margin: 0 0 8px 0;
	background-color: #7f1d1c;
	float: left;
	width: 230px;
	clear: both;
	font-size: 11px;
	color: #fafafa;
	display: none;
}
.SMALLBOX h2 {
	font-size: 14px;
	font-weight: 900;
	border-bottom: 1px solid #999;
	margin: 0 0 3px 0;
	padding: 0 10px 0 0;
	width: 220px;
	color: #999;
}
.SMALLBOX h1 {
	font-family: Arial Black;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	border-bottom: 1px solid #999;
	color: #ccc;
	text-decoration: none;
	margin: 0 0 7px 0;
	padding: 0;
}
.SMALLBOX h1 a {
	text-decoration: none;
	color: #888;
}
#CONSOLECONTAINER {
	font-size: 10px;
	position: fixed;
	z-index: 22;
	bottom: 16px;
	left: 250px;
	height: 175px;
	border: 2px solid #333;
	width: 500px;
	background-color: #c33;
	cursor: move;
}

#CONSOLE {
	z-index: 40;
	margin: 5px 0 0 5px;
	left: 270px;
	width: 480px;
	height: 130px;
	background-color: #fff;
	border: 1px solid #444444;
	padding: 4px;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
	cursor: text;
}
#INNERCONSOLE {
	float: left;
	padding-bottom: 8px;
}

#BANNER {
	position: absolute;
	right: 23px;
	width: 120px;
	height: 600px;
	/*background-color: #ddd;*/
}

.BRUSHBORDER, .BRUSHBORDERSELECTED {
	padding: 1px;
	margin: 2px;
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	cursor:pointer; 
}
.BRUSHBORDER:hover, .BRUSHBORDERSELECTED {
	margin: 0;
	border: 3px solid;
}
.BRUSHBORDER:hover {
	border-color: #0ff;
}
.BRUSHBORDER:active {
	border: 2px solid #0ff;
	margin: 1px;
}
.BRUSHBORDERSELECTED {
	border-color: #5f0;
}

.INKTHICKNESS, .TOOLBUTTON {
	height: 13px;
	background-color: #ffffff;
}

.INKTHICKNESS {
	background-image: url("../Images/strokes.gif");
	width: 30px;
}
.TOOLBUTTON {
	color: #000000;
	padding: 0 3px 0 2px;
	font-size: 11px;
}

.BRUSHES {
	width: 13px;
	height: 13px;
	float: left;
}
.BRUSHES:hover, .INKTHICKNESS:hover, .TOOLBUTTON:hover {
	cursor: pointer;
}

.JSHREF {
	text-decoration: underline;
	color: #fff;
}
.JSHREF:hover {
	color: #ffff00;
	cursor: pointer;
}


.TOOLTIPLINK, .userbox {
	width: 220px;
	float: left;
	z-index: 24;
	color: #fafafa;
	text-decoration: none;
}
.TOOLTIPLINK:hover {
	z-index: 25;
	background-color: #ff0;
	color: #000;
	position: relative;
}
.TOOLTIPLINK span {
	display: none;
}
.TOOLTIPLINK:hover span {
	/*http://psacake.com/web/jl.asp*/ /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -115px;
	left: 0px;
	float: left;
	border: 0px solid #000;
	color: #000;
}

#LEFTCONTROLBAR {
	position: absolute;
	height: 100%;
	background-color: #5f0d0c;
	float: left;
	border-right: 3px solid #777777;
	width: 238px;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
}

#CANVASCONTAINER {
	position: absolute;
	left: 240px;
	margin-top: 0;
	float: left;
	z-index: 11;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	cursor: default;
	border: 1px solid #777777;
	border-top: 0;
	overflow:hidden;
}
.CANVAS, #gmapframe, TEXTCANVASBASE, .realcanvas {
	width: 800px;
	height: 600px;
	margin: 0;
	padding: 0;
	cursor: default;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	overflow: hidden;
}
#gmapframe
{
    z-index:-10;
    overflow:hidden;
}


#DUMMYTOALLOWPROPERSCROLLING {
	height: 50px;
	width: 200px;
	float: left;
}

.RowBreakingConsoleDiv {
	float: left;
	clear: both;
	width: 460px;
}
.BLACKCONSOLE, .BLUECONSOLE, .REDCONSOLE, .BOLDCONSOLE, .TIMECONSOLE {
	float: left;
	margin-right: 3px;
	font-weight: normal;
}
.TIMECONSOLE {
    color:#777;
}

.BLACKCONSOLE {
	color: #000;
}
.BLUECONSOLE {
	color: #00f;
}
.REDCONSOLE {
	color: #f00;
}
.BOLDCONSOLE {
	font-weight: 900;
}

.FadeAwayBox {
	float: right;
}

.usericon, .usericonME {
	float: left;
	margin-left: 5px;
	width: 160px;
	overflow: hidden;
}
.usericonME {
	font-weight: 900;
}
.textDiv {
	font-family: Verdana;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
}

#MESSAGEBOX button, #MESSAGEBOX input {
	color: #555555;
	font-size: 22px;
	font-weight: 900;
	height: 26px;
	padding: 5px;
	margin: 0;
	height: 40px;
	float: left;
}

#BLACKOVERLAY {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	background-color: #000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#MESSAGEBOX, #GPSDATAINPUT, #SAVEOPTIONS {
	position: absolute;
	width: 100%;
	top: 25%;
	height: 240px;
	background-color: #dd8888;
	border-bottom: 5px solid #000;
	border-top: 5px solid #000;
	z-index: 99999999;
	text-align: center;
}

.EXPANDER {
	background-color: #2f1d1c;
	margin-top: 5px;
	font-size: 11px;
	padding: 1px;
	width: 200px;
	float: left;
	clear: both;
	background-image: url("../Images/strokes.gif");
	background-position: left -227px;
	background-repeat: no-repeat;
	padding-left: 17px;
	cursor: pointer;
}
.EXPANDER:hover {
	background-image: url("../Images/strokes.gif");
	background-position: left -242px;
	background-repeat: no-repeat;
}

.EXPANDBOX {
	background-color: #aaa;
	border: 2px solid #2f1d1c;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 5px;
	width: 203px;
	color: Black;
	overflow: hidden;
	clear: both;
}
#EXPANDHISTORY {
	margin-top: 15px;
}

#GMAPSCONTROLS .JSHREF {
	color: #00f;
}

.SLIDER div {
	background-color: #0f0;
	border-right: 2px solid #00f;
}
.SLIDER:hover div {
	background-color: #0d0;
	border-right: 2px solid #44f;
}
.SLIDER {
	background-color: #eee;
	padding-right: 2px;
}
.SLIDER:hover {
	background-color: #ccc;
	padding-right: 2px;
}

.hr {
	height: 0;
	border-top: 1px solid #848284;
	border-bottom: 1px solid #D6D3CE;
	margin: 3px;
	clear: both;
}

.undoboxOdd, .undoboxUndone, .undoboxActive {
	height: 12px;
	overflow: hidden;
	clear: both;
	padding-left: 10px;
	border-bottom: 1px solid #aaa; /*aaa;*/
	cursor: pointer;
}
.undoboxOdd {
	background: #911;
}
.undoboxOdd:active, .undoboxActive:active {
	background: #991;
}
.undoboxActive {
	background: #191;
	border-bottom:1px solid #000;
}
.undoboxUndone {
	background: #977;
	color: #bbb;
}
.undoBoxNameBox {
	height: 10px;
	width: 90px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}
#undoredostack
{
	width: 214px;
	padding: 0;
}
.undostack {
	height: 130px;	
	overflow: auto;
	padding: 0;
	width: 214px;
	color: #fff;
	margin-bottom: 0;
}


#dockchatbutton, #movechatholder {
	float: left;
	background-image: url('/Images/strokes.gif');
	margin: 6px 2px 6px 2px;
	width: 17px;
	height: 17px;
	padding: 0;
}
#movechatholder {
	background-position: left -210px;
}
#dockchatbutton, movechatholder {
	background-position: left -193px;
	cursor: pointer;
}
#dockchatbutton:hover {
	background-position: left -176px;
}


v\:* {
	behavior: url(#default#VML);
	position: absolute;
	width: 500px;
	height: 500px;
}
