@charset "UTF-8";
body, html {
	background: #404040 url(/images/stripe.png);
	color: #000;
	font-family: "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, Constantia, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	word-spacing: 0.02em;
}
#wrapper {
	background: #FFF;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 1em;
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
#header {
	color: #FFF;
	background: #333;
	height: 210px;
	margin: 0;
	padding: 0;
}
#header h1 span {
	display: none;
}
#nav {
	color: #FFF;
	background-color: #333;
	float: left;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	width: 750px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 3px;
}
#nav li {
	background-color: #CC9747;
	border-bottom: 1px solid #333;
	-moz-border-radius: 0.25em 0.25em 0 0;
	-webkit-border-top-left-radius: 0.25em;
	-webkit-border-top-right-radius: 0.25em;
	border-radius: 0.25em 0.25em 0 0;
	float: left;
	font-size: 0.833em;
	margin: 0 1px;
	padding: 0;
}
#nav li.current {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	-moz-border-radius: 0.25em 0.25em 0 0;
	-webkit-border-top-left-radius: 0.25em;
	-webkit-border-top-right-radius: 0.25em;
	border-radius: 0.25em 0.25em 0 0;
	-moz-box-shadow: rgba(255,255,255,0.5) 0 0 0.2em 0.4em;
	position: relative;
	z-index: 5;
}
#nav li a {
/* background-color: #CC9747; konqueror 3.0x needs this */
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 3px;
	text-decoration: none;
}
#nav li.current a {
/* background-color: #FFF; konqueror 3.0x needs this */
	color: #333;
}
#nav li a:link, #nav li a:visited {
	color: #61463B;
	border: 0;
	text-decoration: none;
	text-transform: inherit;
}
#nav li a:active {
	color: #61463B;
}
#nav li a:hover {
	color: #61463B;
	background-color: #FFFAA8;
/* highlight from current logo */	
	border: 0;
	-moz-border-radius: 0.25em 0.25em 0 0;
	-webkit-border-top-left-radius: 0.25em;
	-webkit-border-top-right-radius: 0.25em;
	border-radius: 0.25em 0.25em 0 0;
}
#nav li.current a:hover {
	background-color: #FFF;
	-moz-border-radius: 0.25em 0.25em 0 0;
	-webkit-border-top-left-radius: 0.25em;
	-webkit-border-top-right-radius: 0.25em;
	border-radius: 0.25em 0.25em 0 0;
}
#main, #main_wide {
	color: #333;
	background-color: #FFF;
	float: left;
	margin: 0;
	padding: 12px;
	width: 476px;
}
#main hr, #main_wide hr {
	clear: both;
	color: #EEE;
	border: 0;
	border-top: 1px dotted #CCC;
}
#main ul, #main_wid ul {
	padding-left: 0;
/* margin-left: 11px; */
	list-style-type: square;
	list-style-position: inside;
}
#main li, #main_wide li {
	padding-bottom: 0.5em;
	list-style-position: inside;
}
#main_wide {
	width: 726px;
}
#sidebar {
	color: #333;
	background: #CC9;
	float: right;
	margin: 0;
	padding: 12px;
	width: 226px;
}
#sidebar hr {
	clear: both;
	color: #333;
	border: 0;
	border-top: 1px dotted #333;
}
#footer {
	color: rgba(255,255,255,0.4);
	background: #333;
	clear: both;
	margin: 0;
	padding: 12px;
}
#footer p {
	font-size: 0.75em;
}
#callout {
	background-color: inherit;
	margin: 0;
	padding: 0;
}
#doctable {
	border-collapse: collapse;
}
#doctable th, #doctable td {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.cmdnav {
	margin-top: 1em;
	text-align: left;
}
.cmdnav a {
	text-decoration: underline;
}
.cmdnav img {
	border: 0;
	vertical-align: middle;
}
.cmdnav + table {
	margin-top: 0;
	padding-top: 0;
}
table + .cmdnav {
	margin-top: 3px;
	padding-top: 0;
}
h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
h2 {
	color: rgb(0,0,0);
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	margin-top: 1em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
h3 {
	color: rgb(0,0,0);
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.333em;
	margin: 0;
	padding: 0;
}
h4 {
	color: #000;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.833em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
/* paragraphs use the body style */
p+h3 {
	margin-top: 21px;
/*
  * This rule says: if an h3 header is preceded by a paragraph, insert X
  * amount of vertical white space above that h3 header.
 */
}
p.updated {
	padding: 0;
	margin: 0;
	margin-top: 75px;
	font-size: 0.75em;
	text-align: right;
	border-top: 1px dotted #CCC;
	color: #CCC;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	text-decoration: underline;
	text-transform: inherit;
}
a:link {
	color: #CC5547;
}
a:visited {
	color: #80352D;
}
a:active {
	color: #CC9747;
}
a:hover {
	color: #CC9747;
	text-decoration: underline;
	text-transform: inherit;
}
/* Image classes for aligning/placing inline images. */
.leftimage {
	float: left;
	clear: left;
	margin-right: 15px;
	border: 1px solid #333;
}
.rightimage {
	float: right;
	clear: right;
	margin-left: 15px;
	border: 1px solid #333;
}
/*
   Use the next two together, the first on a block-level element such as p, and
  the second on an object or img element.  How do I center an image and its
  caption as well as have the caption be only as wide as the image?
 */
.centredcaption {
	text-align: center;
	font-size: 0.833em;
}
.centredimage {
	border: 1px solid #333;
}
.justifiedcaption {
	text-align: justify;
	font-size: 0.833em;
}
.leftcaption {
	text-align: left;
	font-size: 0.833em;
}
.rightcaption {
	text-align: right;
	font-size: 0.833em;
}
acronym {
	cursor: help;
	 
}
/*
  * Email form styles.
 */
.error {
	border: solid thick #80352D;
	padding: 0.5em;
	margin-bottom: 0.5em;
}
.success {
	border: solid thick #3368B8;
/* inverted tab background colour */	
	padding: 0.5em;
	margin-bottom: 0.5em;
}
.emailform, .editform {
	color: #333;
	padding: 0 7px 0 0;
}
.form-error {
	color: #80352D;
}
.elements {
}
.element {
	color: #111;
	background: #FAFAFA;
	font-family: inherit;
	font-size: 1em;
	padding: 3px;
	border-width: 1px;
	border-style: inset;
	border-color: #999;
	width: 100%;
}
.narrow-element {
	width: 3em;
}
.element-error {
	color: #111;
	background: #EAEAEA;
	font-family: inherit;
	font-size: 1em;
	padding: 3px;
	border-width: 1px;
	border-style: inset;
	border-color: #999;
	width: 100%;
}
.element:focus, .element-error:focus {
	background-color: #FFFAA8;
}
.listelement {
	font-size: 0.8em;
	font-weight: normal;
	width: 100%;
}
.bigger {
	font-size: 1.2em;
}
.in_progress {
	/*position: relative;
	left: -1.05em;*/
	/*background-image: url(/images/001_15.png);
	background-position: right top;
	background-repeat: no-repeat;*/
}

/*
 * Override styles used by the Any+Time date/time picker so that the highlighted
 * date values are more obvious.
 */
.ui-state-highlight {
	background-color: orange !important;
}
.ui-state-focus {
	background-color: red !important;
}