/* this site specific
	red FF3333
	blue 3366FF
	green 66CC33
*/

/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sub {
	font-size: 80%;
	vertical-align: sub;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

option {
	margin: 3px;
}
input {
	padding: 1px;
}
form {
	display: inline;
}
img {
	border: 0;
}

/* specific styles for this site */
body {
	min-width: 750px;
	color: #000000;
	background: #FFFFFF;
	font-size: 13px;
	font-family: "Verdana", "Helvetica", sans-serif;
	line-height: 1.5;
}

td, th {
	line-height: 1.5;
	vertical-align: top;
	font-weight: normal;
}

code, tt, pre {
	white-space: pre;
	font-family: "Courier", "Courier New", monospace;
}
textarea {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
blockquote {
	background-color: #DDDDDD;
	margin: 10px 10px 5px 10px;
	padding: 5px 5px 0 5px;
	border: 1px;
	border-style: inset;	
	font-style: italic;
}

/* layout specific */
#container {
	position: relative;
	width: 830px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	z-index: 3;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 770px;
	height: 60px;
	background-color: #FFB0B0;
	background-image: url('../images/site/dommel-hosting-header.png');
	background-repeat: no-repeat;
	background-position: top left;
	border: solid 1px #CCCCCC;
}
#header h1 {
	text-indent: -1000px;
	height: 10px;
}

#sidepanel {
	z-index: 1;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 185px;
	min-height: 500px;
	padding-top: 90px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	background-color: #AAF0A0;
	background-image: url('../images/site/green-gradient.png');
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 1px #CCCCCC;
}

#contents {
	z-index: 2;
	position: relative;
	top: 10px;
	left: 215px;
	width: 575px;
	min-height: 500px;
	padding-top: 90px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #C0E0FF;
	background-image: url('../images/site/blue-gradient.png');
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 1px #CCCCCC;
}

/* navigation stuff */
#navigation ul {
	padding-top: 0;
	margin-top: 0;
	list-style: none;
}
#navigation li.singlemenu {
	margin-top: 5px;
	padding-bottom: 1px;	/* for old versions of Internet Exploder */
	padding-left: 10px;
	padding-right: 5px;
}
#navigation li.moremenu {
	margin-top: 5px;
	padding-bottom: 1px;	/* for old versions of Internet Exploder */
	padding-left: 10px;
	padding-right: 5px;
}
#navigation li.submenu {
	padding-left: 20px;
	padding-right: 5px;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-bottom: 3px;
}											
#navigation a.singlemenu {
	color: #000000;
}
#navigation a.moremenu {
	color: #000000;
}
#navigation a.submenu {
	color: #000000;
}
#navigation a.notpublic {
	color: #EEEEEE;
}
#navigation a.active {
	font-weight: bold;
}
#navigation a.notpublic.active {
	color: #EEEEEE;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: underline;
	color: #3366FF;
}
#navigation a.notpublic.active:hover {
	color: #3366FF;
	font-weight: bold;
}

#navigation li.spacer {
	height: 15px;
	padding: 0;
}
#navigation li.separator {
	height: 5px;
	margin: 0 10px 10px 10px;
	border-bottom: 1px dotted #CCCCCC;
}

/* status panel */
#status {
	padding-top: 10px;
	text-align: left;
}
#status div.user {
	margin-top: 2px;
	padding-left: 10px;
	font-size: 10px;
}
#status div.session {
	margin-top: 8px;
	padding-left: 10px;
	font-size: 10px;
	color: #444444;
}
#status div.site {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 120%;
	color: red;
}

#sidebar {
	padding-top: 40px;
	padding-left: 10px;
	color: #444444;
	font-size: 90%;
}
#debug {
	padding-top: 10px;
	padding-left: 10px;
	color: #444444;
}
#validators {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* footer style */
#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #888888;
}
#footer a {
	text-decoration: none;
	color: #888888;
}
#footer a:hover {
	text-decoration: underline;
	color: #C07050;
}

/* headings */
h1, h2, h3, h4 {
	color: #000000;
}
h1 {
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	color: #FF3333;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}
h4 {
	font-weight: normal;
	padding-right: 5px;
}

/* regular links */
a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #DE3C21;
	text-decoration: underline;
}
a.link:visited {
	color: #2233EE;
}

/* subapps styles */
.preview, .syntax {
	background-color: #EEEEEE;
}

.items-item {
	margin-bottom: 15px;
}
.items-header {
	padding: 5px 0 15px 0;
	margin-bottom: 1px;
}
.items-title h2 {
	font-weight: bold;
	color: #FF3333;
	float: left;
	text-align: left;
}
.items-subtitle h3 {
	font-style: italic;
	font-weight: normal;
	color: #FF3333;
	float: right;
	text-align: right;
}
.items-details {
	color: #CCCCCC;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.items-edit-link {
	color: #AAAAAA;
}
.items-admin-link {
	color: #AAAAAA;
}
.items-hidden {
	color: #DDDD00;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.items-contents {
	clear: both;
	margin-bottom: 1ex;
}
.items-contents a {
	color: #3366FF;
	text-decoration: none;
}
.items-contents a:hover {
	color: #66CC33;
	text-decoration: underline;
}

.wiki-item {
	margin-bottom: 15px;
}
.wiki-header {
	background-color: #FF3333;
	padding: 5px 0px 22px 7px;
	margin-bottom: 1px;
	margin-left: -1px;
}
.wiki-title h2 {
	font-weight: bold;
	color: inherit;
	float: left;
	text-align: left;
}
.wiki-details {
	color: #EEEEEE;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.wiki-edit-link {
	color: #CCCCCC;
}
.wiki-admin-link {
	color: #AAAAAA;
}
.wiki-hidden {
	color: #DDDD00;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.wiki-contents {
	clear: both;
	padding-top: 2px;
	margin-bottom: 1ex;
}
.wiki-contents a {
	color: #3366FF;
	text-decoration: none;
}
.wiki-contents a:hover {
	color: #66CC33;
	text-decoration: underline;
}

.header-header {
	padding: 5px 0 22px 0;
	margin-bottom: 3px;
}
.header-title h2 {
	font-weight: bold;
	color: #FF3333;
	float: left;
	text-align: left;
}
.header-details h4 {
	color: #666666;
	float: right;
	text-align: right;
	margin-left: 5px;
}
.header-details a {
	color: #CCCCCC;
}

#application h2 {
	display: inline;
	float: left;
}
#application h4 {
	display: inline;
	float: right;
}

.logbooks {
	font-size: 13px;
}
.logbooks-status {
	font-size: 11px;
}
.logbooks-data {
	font-size: 12px;
}

/* general modifiers */
.noshow {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.noshow:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.info:hover {
	cursor: help;
}
.nowrap {
	white-space: nowrap;
}
.inline {
	display: inline;
}
.overline {
	border-top: 1px solid;
	text-decoration: none;
}

.edit {
	color: #888888;
	padding: 2px 1px 2px 1px;
}
.edit:hover {
	color: #66CC33;
	text-decoration: underline;
}

.color {
	color: #008800;
}
.backgroundcolor {
	background: #3366FF;
}
.smaller {
	font-size: 80%;
}
.tiny {
	font-size: 60%;
}
.help {
	color: #888888;
}

.error {
	color: #FF0000;
	font-weight: bold;
}
.lowprofile {
	color: #888888;
}
.highprofile {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smiley {
	vertical-align: middle;
}

.current {
	background-color: #EE8888;
}

.hidden {
	display: none;
}
.border {
	border: 1px solid #000000;
}

.code {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
.fixedfont {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}

/* html commands */
ul.items {
	padding: 2px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
ol.items {
	padding: 2px;
	margin-left: 15px;
}
li.subitems {
	margin-left: 10px;
	list-style-type: circle;
	list-style-position: outside;
}

#cleardiv {
	clear: both;
}

div.skip {
	clear: both;
	height: 2ex;
}
div.smallskip {
	clear: both;
	height: 1ex;
}

a.nav {
}
a.nav-active {
	font-weight: bold;
}

/* tables */
td, th {
	padding: 2px 4px 2px 4px;
}

table.narrow td, table.narrow th {
	padding: 0;
}
table.wide td, table.wide th {
	padding: 4px 10px 4px 10px;
}

td, th {
	text-align: left;
}
td.left, th.left {
	text-align: left;
}
td.right, th.right {
	text-align: right;
}
td.center, th.center {
	text-align: center;
}
td.justify, th.justify {
	text-align: justify;
}

table.smaller td, table.smaller th {
	font-size: 10px;
}
table.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list td {
	margin: 0;
	padding: 0 0 2px 0;
	border: 0;
	border-spacing: 0;
}
table.list td.bullet {
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
	border-spacing: 0;
}
table.tight {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.tight td, table.tight td {
	margin: 0;
	padding: 1px 0 1px 0;
	border: 0;
	border-spacing: 0;
}
table.normal {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
}
table.normal td, table.normal th {
	margin: 0;
	padding: 3px 4px;
	border: 0;
	border-spacing: 0;
}
table.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.border {
	border-collapse: collapse;
}
table.border td, table.border th {
	padding: 3px;
	border: 1px solid gray;
}

td.contents, th.contents {
	text-align: justify;
}

/* form specific */
.formtextarea_resize {
	color: #888888;
	text-decoration: none;
	border-bottom: none;
}
.formtextarea_resize:hover {
	color: #4466CC;
	text-decoration: none;
	border-bottom: none;
}

.formcheckbox_toggle {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.formcheckbox_toggle:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}

/* blockscript syntax */
.bs_pass {
	color: black;
}
.bs_command {
	color: green;
}
.bs_token {
	color: red;
}
.bs_arg {
	color: blue;
}
.bs_comment, .bs_commentline {
	color: maroon;
}
.bs_number {
	color: gray;
	font-size: 7px;
}
.bs_hidden {
	color: silver;
}

/* blockscript commands */
img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-left {
	display: block;
	text-align: left;
}
.text-right {
	display: block;
	text-align: right;
}
.text-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.text-justify {
	display: block;
	text-align: justify;
}
.text-add {
	text-decoration: underline;
}
.text-del {
	text-decoration: line-through;
}

