HTML {
	height: 100%;
}
BODY {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: black;
	background: white;
	background-image: url(pics/backshade.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px 0px 0px 0px;
}
IMG {
	behavior: url("pngbehavior.htc");
}
A:LINK, A:ACTIVE, A:VISITED {
	text-decoration: none;
	color: gray;
/*
	color: #202020;
	background: #dddddd;
	border-bottom: 1px solid gray;
*/
}
A:HOVER {
	text-decoration: underline;
	color: black;
/*
	color: white;
	background: gray;
	border-bottom: 1px solid black;
*/
}
.text {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: black;
}
.text_bigger {
	font-size: 18px;
}
.text_smaller{
	font-size: 12px;
}
.maintable {
	width: 984px;
}
.maincell {
	background: white;
	background-image: url(pics/mainshade.png);
	background-repeat: repeat-x;
}
.button {
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	color: black;
	background: white;
	border-right: transparent 1px solid;
	border-bottom: transparent 1px solid;
	border-top: gray 1px solid;
	border-left: transparent 1px solid;
	/* top right bottom left */
	padding: 1px 1px 1px 1px;
}
.button:HOVER {
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	border-top: gray 1px solid;
	border-left: black 1px solid;
}
.input {
	font-family: Georgia, Times New Roman, Times, serif;
	color: black;
	background: #DDDDDD;
	border-right: transparent 1px solid;
	border-bottom: gray 1px solid;
	border-top: transparent 1px solid;
	border-left: transparent 1px solid;
	/* top right bottom left */
	padding: 1px 3px 1px 3px;
}
.input:HOVER {
	border-right: black 1px solid;
	border-bottom: white 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
}
.header {
	font-weight: bold;
	font-size: 15px;
	/* top right bottom left */
	padding: 3px 5px 3px 5px;
	background: #DDDDDD;
	/*background-image: url(gfx/headback2.png);*/
	background-repeat: repeat-x;
	background-position: top;
	border-top: none;
	border-bottom: gray 2px solid;
	border-left: none;
	border-right: none;
	text-transform: uppercase;
}
.header:HOVER {
	/*background-image: url(gfx/headback2.png);*/
	background-repeat: repeat-x;
	background-position: top;
	border-top: none;
	border-bottom: black 2px solid;
	border-left: none;
	border-right: none;
}
#leftborder {
	background-image: url(pics/fade_left.png);
	background-repeat: repeat-y;
	width: 16px;
}
#rightborder {
	background-image: url(pics/fade_right.png);
	background-repeat: repeat-y;
	width: 16px;
}
#bottomborder {
	background-image: url(pics/fade_bottombig.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 22px;
	width: 984px;
}
.padding_left {
	padding-left: 6px;
}
.padding_bottom {
	padding-bottom: 3px;
}
.padding_top {
	padding-top: 3px;
}
.w500px {
	width: 500px;
}
.w200px {
	width: 200px;
}
.tableback {
	/*background-image: url(gfx/tableback_blue.png);*/
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	position: relative;
	top: 10px;
	text-align: center;
	/* top right bottom left */
	padding: 5px 0px 3px 0px;
	border-top: 1px dotted gray;
	width: 1000px;
}
.border {
	border: 1px solid white;
}
.whiteback {
	background: white;
}
.bottomborder {
	border-bottom: 1px dotted gray;
}
.selected {
}
.selected:HOVER {
}
.menurow {
}
.menurow:HOVER{
}
.row_even {
	background: black;	
}
.row_even:HOVER {
	background: #DDDDDD;
}
.row_odd {
	background: white;
}
.row_odd:HOVER {
	background: #DDEFF0;
}
.deleted {
	color: silver;
}
#searchbox {
	width: 420px;
}
#searchbox_narrow {
	width: 110px;
}
#searchbox_wide {
	width: 240px;
}
#loader {
	width: 120px;
	height: 40px;
	visibility: visible;
	background: white;
	border: 1px solid gray;
	color: black;
	position: absolute;
	top: 60px;
	left: 60px;
	vertical-align: middle;
	cursor: wait;
	z-index: auto;
}
.gray {
	color: gray;
}
.silver {
	color: silver;
}
.mtag {
	background: black;
	border: 1px dotted gray;
	/* top right bottom left */
	padding: 0px 2px 0px 2px;
}
.mtag:HOVER {
	background: #DDDDDD;
	border: 1px solid white;
}
.error {
	font-size: 48px;
	font-weight: bold;
}
#undermenu {
}
.mtag_system, A.mtag_system {
}
.mtag_system:HOVER, A.mtag_system:HOVER {
}
.mtag_machine, A.mtag_machine {
}
.mtag_machine:HOVER, A.mtag_machine:HOVER {
}
.collapsebox {
	visibility: collapse;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
.fright {
	float: right;
}
#imgviewer {
    padding-top: 10px;
}
#imgviewer LI {
    display: inline;
	float: left;
	margin: 4px 4px;
	width: 128px;
	height: 128px;
	text-align: center;
	border: 1px solid #DCDCDC;
}
#imgviewer LI:HOVER {
    border: 1px solid #696969;
}


li.listitem {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 2px 2px 2px 2px;
	padding: 0;
	float: left;
	display: inline;
	border: 1px dotted gray;
	background: black;
}
li.listitem:HOVER {
	margin: 2px 2px 2px 2px;
	padding: 0;
	float: left;
	display: inline;
	border: 1px solid gray;
	background: #DDDDDD;
}
ul.bigitems li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li.biglist {
	position: relative;
	top: 0px;
	left: -40px;
	width: 200px;
	height: 200px;
	margin: 2px 2px 2px 2px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	border: 1px dotted gray;
	background: black;
}
li.biglist:HOVER {
	position: relative;
	top: 0px;
	left: -40px;
	width: 200px;
	height: 200px;
	margin: 2px 2px 2px 2px;
	padding: 0;
	float: left;
	display: inline;
	border: 1px dotted gray;
	background: black;
}
.tagtbl {
	padding: 0px 1px 0px 1px;
}
.t_system, A.t_system {
}
.t_machine, A.t_machine {
}
.textbox {
	visibility: visible;
	position: relative;
	top: 0px;
	left: 0px;
	width: 90%;
	height: 60px;
	float: left;
	overflow: auto;
}
#menuspacer, #menubar {
	height: 60px;
	position: relative;
	top: 0px;
}
UL {
	list-style: square outside;
	margin-left: -20px;
}
LI:HOVER {
	list-style: square outside;
}
ul.resource li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li.item {
	position: relative;
	top: -10px;
	left: -10px;
	width: 120px;
	height: 120px;
	margin: 4px 4px 4px 4px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	border: 1px solid #dddddd;
	background: transparent;
	overflow: hidden;
}
li.item:HOVER {
	position: relative;
	top: -10px;
	left: -10px;
	width: 120px;
	height: 120px;
	margin: 4px 4px 4px 4px;
	padding: 0;
	float: left;
	display: inline;
	border: 1px solid black;
	overflow: hidden;
}
#picbox {
	width: 102px;
	height: 102px;
}
.menuActuator a {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
}
.menu {
	font-family: Georgia, Times New Roman, Times, serif;
	color: white;
	font-size: 12px;
	background-color: gray;
	layer-background-color: gray;
}
td div {
/* this makes TDs a container with their own coordinate system.
absolutely-positioned elements will be offset relative to them */
	position: relative;
}
li.normal {
	list-style: none;
	background: white;
	border: 1px solid silver;
	/* top right bottom left */
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 2px -15px;
	font-weight: normal;
	color: black;
}
li.normal:HOVER {
	border: 1px solid black;
}
li.selected {
	list-style: none;
	background: #dddddd;
	border: 1px solid black;
	/* top right bottom left */
	padding: 2px 2px 2px 2px;
	margin: 1px 0px 2px -15px;
	font-weight: bold;
	color: black;
}
li.selected:HOVER {
	border: 1px solid black;
}
li.normal A, li.selected A {
	color: black;
}
.c_page, .c_page.A, .c_page A {
	color: black;
	border: 1px solid silver;
	padding: 1px 2px 1px 2px;
}
