/*
this hideous mess of code will be sorted out
one of these days ... as soon as I stop diddling 
around with it
*/


html,body {margin:0;padding:0}
body {font: 90% 'trebuchet ms', arial, sans-serif}

div#container {
	max-width:1280px;
}
div #outerwrapper {
	background-image:url(../images/wrapper-bg.gif);
}
div#wrapper {
	float:right;
	width:100%;
	margin-left:-220px;
}
div#toplinks, div#header, #header_sub {
	display:none;
}
div#content {
	margin:10px;
}
div#navigation {
	display:none;
}
div#extra { 
	display:none;
}
div#footer{
	display:none;
}

#page_bottom {
	display:none;
}


/* area display styles */
div#content p {
	line-height:1.6;
}
#content ul,ol {
	list-style-type:square;
	margin-top:0px;
}	

/* general text stuff */
h1,h2,h3 {
	font-family: arial, helvetica, sans-serif;
	color: #5E6850;
	background-color:inherit;
	margin:6px 0 3px 10px;
}

p {margin:0 10px 10px}

.scriptlet {
	color:#000;
	border:1px dotted #0c0;
	background: #fff;
	padding:10px;
	margin: 1em;
}

/* links definitions */

a:link, a:visited, a:active {
	color: #33c;
	background-color:inherit;
}
a:hover {
	color: #c33;
	background-color:inherit;
}

#current a{
	color:#ccc;
	background-color:inherit;
}
img {
	border:none;
}

/* floated images */
.header_floatright {
	float: right;
	margin: 10px 6px 2px 0px;
	padding: 2px;
}
.floatright {
	float: right;
	margin: 0px 0px 2px 6px;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 0px 6px 2px 0px;
	padding: 2px;
}

/* form elements style */
.submit {
	color:#000;
	background-color:#86B300;
	border:1px solid #000;
	font-weight:bold;
}
input,select,textarea {
	color:#000;
	border:1px solid #86B300;
	background-color:#fff;
	background-image:url(../images/input-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;

}
fieldset {
	border: #86B300 solid 1px;
	padding-bottom:10px; 
	padding-top:0px; 
	margin-top:10px;
	margin-left:10px;
}
legend {
	color:#5d7cba;
	background: #fff;
	border: #86B300 solid 1px;
	padding: 1px 10px;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}

abbr, acroynm, .help {
	border-bottom: 1px dotted #3f3;
}


/* the old clear floats trick */
.clear_float{clear:both; overflow:hidden; font-size:1px;}


/* fix the IE 3 pixel jog problem - or use a standards-compliant browser */
/* hide from MacIE \*/
* html #left {
  margin-right: -3px;
  } 
* html #content {
  height: 1%; /* this line is needed only if you have not declared a width or height on #content above */ 
  margin-left: 0;
}
/* end hide */

/* printer-friendly stuff */
.print_only {
	display: inline;
}
.no_print {
	display: none;
}
