html { overflow: hidden; }
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: System, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	overflow: hidden;
}
a {
	color: #0000FF;
}
img { border: none; }
div#screen {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
	width: 100px;
	height: 100px;
	z-index: -1;
	visibility: hidden;
}
div#modal {
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0px;
	top: 0px;
	background-color: white;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	visibility: hidden;
	z-index: -2;
}
div.radiobutton {
	float: left;
}
div.radioimage {
	background: url(/images/icons/smallstrip.png) no-repeat -216px 0px;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
a.button {
	background: url(/images/icons/buttons2.png) no-repeat top right;
	color: black;
	display: block;
	float: left;
	height: 30px;
	padding-right: 3px;
	text-decoration: none;
	cursor: default;
	outline: none;
}
a.button span {
	background: url(/images/icons/buttons1.png) no-repeat;
	display: block;
	text-align: center;
	line-height: 22px;
	padding: 4px 6px 4px 4px;
}
a.button:active {
	background-position: bottom right;
	outline: none;
}
a.button:active span {
	background-position: bottom left;
	padding: 5px 5px 3px 5px;
}
input.text {
	border: 1px solid black;
	font-family: System, sans-serif;
	font-size: 14px;
	padding-left: 3px; padding-right: 3px;
}
div.comboitem {
	font-size: 14px;
	padding: 0px 0px 0px 4px;
}
div.scrollbar {
	float: right;
	border-left: 1px solid black;
	width: 24px;
	background-color: white;
}
div.sbtop {
	width: 24px; height: 24px;
	background: url(/images/icons/scrollbar.png) no-repeat -96px 0px;
}
div.scrollmc { position: relative; }
div.sbmiddle {
	width: 24px; height: 25px;
	background: url(/images/icons/scrollbar.png) no-repeat -144px 0px;
	visibility: hidden;
	position: absolute;
	top: 0px;
}
div.sbbottom {
	width: 24px; height: 24px;
	background: url(/images/icons/scrollbar.png) no-repeat -120px 0px;
}
div.scrollbarh {
	position: absolute;
	bottom: 3px;
	border-top: 1px solid black;
	height: 24px;
	background-color: white;
	margin-left: -8px;
}
div.scrollmch {
	position: relative;
	height: 24px;
	margin-left: 24px;
}
div.sbmiddleh {
	width: 25px; height: 24px;
	background: url(/images/icons/scrollbar.png) no-repeat -144px -25px;
	visibility: hidden;
	position: absolute;
	top: 0px; left: 24px;
}
div.sbleft {
	position: absolute; bottom: 0px; left: 0px;
	width: 24px; height: 24px;
	background: url(/images/icons/scrollbar.png) no-repeat -96px -25px;
}
div.sbright {
	position: absolute; bottom: 0px; right: 0px;
	width: 24px; height: 24px;
	background: url(/images/icons/scrollbar.png) no-repeat -120px -25px;	
}
div.menubar {
	border-bottom: 1px solid black;
	margin: -8px -8px 5px -8px;
	width: 100%;
	height: 26px;
	background-color: white;
}
div.menu {
	float: left;
	font-family: System, sans-serif;
	font-size: 20px;
	line-height: 26px;
	cursor: default;
	background-color: white;
	padding-left: 10px; padding-right: 10px;
}
div#iconlist { position: absolute; bottom: 0px; z-index: 0; }
div.alistoficons { position: absolute; bottom: 0px; margin-bottom: 10px; }
td.minimizedicon { width: 84px; text-align: center; cursor: default; vertical-align: top; }
div.minicon {
	width: 32px; height: 32px;
	margin-left: auto; margin-right: auto;
	background: url(/images/icons/iconstrip.gif) no-repeat 0px 0px;
}
div.mintext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-align: center;
	margin-left: auto; margin-right: auto;
	padding-left: 3px; padding-right: 3px; padding-bottom: 2px;
}
div.box {
	position: absolute;
	visibility: hidden;
	left: 100px; top: 72px;
	width: 100px; height: 100px;
	border: 1px solid black;
	background-color: #CCCCCC;
	color: black;
	padding: 2px 2px 2px 2px;
	margin: 2pt 2pt 12px 2pt;
}
div.boxnest {
	border: 1px solid black;
}
div.title {
	border-bottom: 1px solid black;
	padding: 0px 0px 0px 0px;
	color: white;
	background-color: #000080;
	text-align: center;
	line-height: 26px;
	font-family: System, sans-serif;
	font-size: 20px;
	cursor: default;
	white-space: nowrap;
}
div.leftbutton {
	float: left;
	background: url(/images/icons/smallstrip.png) no-repeat 0px 0px;
	width: 27px;
	height: 26px;
}
div.rightbuttons {
	float: right;
	width: 54px;
	height: 26px;
	padding: 0px 0px 0px 0px;
}
div.maxbutton {
	float: right;
	background: url(/images/icons/smallstrip.png) no-repeat -108px 0px;
	width: 27px; height: 26px;
}
div.minbutton {
	float: right;
	background: url(/images/icons/smallstrip.png) no-repeat -54px 0px;
	width: 27px; height: 26px;
}
div.restorebutton {
	float: right;
	background: url(/images/icons/smallstrip.png) no-repeat -162px 0px;
	width: 27px; height: 26px; }
div.popupmenu {
	position: absolute;
	background-color: white;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	padding: 0px 0px 0px 0px;
	cursor: default;
	visibility: hidden;
}
div.popupinside {
	border: 1px solid black;	
	font-size: 20px;
}
span.pop {
	padding: 0px 15px 0px 15px;
	line-height: 22px;
}
div.menus {
	border-bottom: 1px solid black;
	font-family: Arial, sans-serif;
	font-size: 1px;
	margin: 2px 0px 2px 0px;
}
div.boxtext {
	background-color: white;
	color: black;
	padding: 8px;
}
img.icon {
	width: 32px; height: 32px;
	vertical-align: middle;
	margin-right: 6px;
	background: url(/images/icons/iconstrip.gif) no-repeat 0px 0px;
}
img.miscicon {
	background: url(/images/icons/misc.gif) no-repeat 0px 0px;
}
p {
	margin: 0px;
}
p.center { text-align: center; }
p.indented { text-indent: 15pt; }