body
{
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

.subtopics
{
	background-color: #ddffcc;
	padding: 15px 0 15px 40px;
	border-color: #99bb88;
	border-width: thin;
	border-style: inset;
	text-align: left;
}

.subtopics ul
{
	font-size: 90%;
	line-height: 90%;
	list-style-type: square;
}

.disklist ul { list-style-type: disc; }

#wrapper-header { background-color: #eeeeee; }

#header
{
	width: 75%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
	float: left;
	background-color: #282;
	background-image: url('/media/dabo_logo_250x100.png');
	background-repeat: no-repeat;
	background-position: right;
}

#header h1
{
	margin: 0;
	padding: 0;
	color: #EEE;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

h1 { margin: 80px 0 0 0 ; }

.linkpanel { margin: 0 0 32px 0; }

.formcontent { margin: 48px 0 0 0; }

#wrapper-menu
{
	float: right;
	width: 100%;
	background-color: #88AC0B;
	background-image: url('/media/menu-background.png');
	background-position: left;
}

#menu
{
	float: right;
	width: 95%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap;
	/* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;
	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; }

/*Get rid of all list markers*/
ul { list-style-type: none; }


/* See above comment. This re-adjusts IE to the above padding */
#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited
{
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #95bc0e;
}

#menu a:hover
{
	background: #b6e41c url('/media/menu-hover.png') repeat-x;
	color: #485b06;
}

#content
{
	width: 83%;
	/* 83% because it has 1% padding on each side, which brings it to 85% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; }

/* Set padding top in IE to 20px */
#footer
{
	margin: 0 auto;
	padding: 2px 1%;
	width: 83%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('/media/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
}

h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited
{
	color: #260;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

.hiddentext {
	display: none;
	margin: 0 0 0 2em;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding-right: 12px;
	padding-left: 20px;
}

