body {
	background: #CCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size: 12px;
	display: inline;
}

a { color: #000; }
img { border: 0; }

#header, #headerInactive {
	background: #3B5F8A url("../images/ice.png"); /* Image kindly borrowed from my.opera.com */
	padding: 6px 2px;
	color: #FFF;
	font-weight: bold;
	height: 16px;
}

#header a.skinlink {
	color: #FFF;
	text-decoration: none;
}
#header a.skinlink:hover {
	text-decoration: underline;
}

#header a.readme {
	color: #99A; font-weight: normal; font-size: 0.8em; text-decoration: none;
}
#header a.readme:hover {
	color: #99A; font-weight: normal; font-size: 0.8em; text-decoration: underline overline;
}

#bigO {
	display: inline-block;
	background-image: url("../images/opera.png");
	background-repeat: no-repeat;
	height:16px;
	width:16px;
}

#bigO span { display: none; }

#controlpanel {
	border-top: 1px black solid;
	padding: 0px 2px 10px 2px;
	background:#EEE url("../images/grey_bottom.gif") repeat-x bottom;
}

#controlpanel input.button {
	font-size: 0.9em;
}

#controlpanel fieldset {
	border: 2px groove #EEE;
	height: 4em;
}

#controlpanel input, #controlpanel select, #controlpanel a, #controlpanel span {
	margin-top: 6px;
	vertical-align: middle;
}

#helptext {
	border-left: 2px groove #EEE;
	margin-top: 1em;
	padding: 0px 6px 0px 2px;
	height: 3.5em;
	line-height: 3.5em;
	font-size: 0.8em;
	float: right;
}

#helptext:first-letter {
	font-size: 1.3em;
	font-style: italic;
}

.button {
	text-decoration: none;
	text-align: center;
	color: ButtonText;
	background-color: ButtonFace;
    border: 1px outset ButtonHighlight;
	padding: 0px 2px;
	font-weight: normal;
}

.button:hover { background-color: #89ABCD; }
.deleter { padding: 0px 4px; }
select { font-size: 0.9em; }


a#download {
	padding: 3px;
	display: block;
	position: fixed;
	right: 5px;
	bottom: 5px;
	width: 5.5em;
	font-weight: bold;
}

a#exit {
	width: 1em;
	height: 1em;
	padding: 0px 1px 2px 2px;
	display: block;
	font-weight: bold;
}

.topright1abs {
	position: absolute;
	right: 6px;
	top: 6px;
}

.topright1 {
	position: fixed;
	right: 6px;
	top: 6px;
}

.topright2 {
	position: fixed;
	right: 26px;
	top: 6px;
}

#about {
	width: 1em;
	height: 1em;
	padding: 0px 1px 2px 2px;
	display: block;
	font-weight: bold;
}

#SaveSkin {
	height: 1.5em;
	display: block;
	position: fixed;
	right: 5px;
	bottom: 30px;
	width: 5.5em;
	font-weight: bold;
}

.highlighted { background-color: #89ABCD; }

a#backtoeditor {
	display: block;
	padding: 2px;
	position: absolute;
	right: 5px;
	top: 6px;
}

#namevaluepairs { border-collapse: separate; }

th {
	text-align: left;
	border-bottom: 2px dashed #EEE;
	padding: 3px 0;
	max-width: 100px;
	white-space: nowrap;
}

#namevaluepairs th.key { width: 20em; }
#namevaluepairs input { width: 20em; }
#namevaluepairs th.view { width: 130px; }
#namevaluepairs td div { position: relative; }

div[onclick] img {
	border: 2px solid #CCC;
	max-width: 200px;
}

div[onclick] img:hover {
	border: 2px outset #AAA;
	background: #DDD;
	position: absolute;
	min-height: 45px;
	z-index: 100; /* For Mozilla */
}

*[onclick] { cursor: pointer; }
td[onclick]:hover { text-decoration: underline; }

#clipboard {
	border: 1px solid black;
	background: transparent url("../images/clipboard_black.png");
	position: fixed;
	padding: 5px;
	left: 5px;
	bottom: 5px;
}

#clipboard img {
	border: 0;
	padding: 4px;
	margin: 0 2px;
	max-height: 150px;
	max-width: 150px;
}

#clipboard img:hover {
	background: transparent url("../images/clipboard_black70.png");
	cursor: pointer;
}

#clipboard img.active { border: 2px outset #AAA; }

#pageNavigator {
	text-align: left;
	padding-top: 10px;
}

#pageNavigator a {
	text-decoration: underline;
	color: blue;
}

#pageNavigator .currentPage {
	font-weight: bold;
}

#pageNavigator a:hover {
	font-style: italic;
}

.help:hover { cursor: help; }
.pointer:hover { cursor: pointer; }
.hidden { visibility: hidden; }

div#links a {
	display: block;
	padding: 4px;
	text-decoration: underline;
	color: #222;
}

.imageview div {
	padding: 4px;
}

#footer {
	color: red;
	font-weight: bold;
}
