* {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

body {
	text-align: left;
	background-color: white;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#footer {
	background-color: transparent;
	border-top: 1px silver solid;
	padding: 0.5em 0.5em;
	clear: both;
	font-size: 90%;
	color: gray;
	text-align: center;
}

#footer a {
	color: gray;
}

#header-right {
	float: right;
	text-align: right;
	padding-right: 0.5em;
	padding-top: 12px;
}

#quicklink {
	color: white;
	font-size: 90%;
}

#quicklink a {
	color: white;
	text-decoration: underline;
}

#quicklink a:hover {
	background-color: #669;
}

p, h2, h3, h4, h5, h6, blockquote {
	margin: 0.5em 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", Palatino, 
		Georgia, Garamond,
		"Times New Roman", Times,
		serif;
	font-weight: bold;
	font-style: normal;
	color: #336;
}

h1 {
	padding: 0.1em 2px;
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 200%;
	border-bottom: 1px #cc9 solid;
	background-color: #eef;
}

h2 {
	font-size: 180%;
	border-bottom: 1px #cc9 dotted;
	padding-bottom: 2px;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 120%;
	font-style: italic;
}

pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
}

blockquote {
	margin: 0.5em 2em;
}

table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	caption-side: top;
	font-size: 100%;
}

dl {
	margin: 0.5em 0;
	padding: 0;
}

dl.linklist {
	border: 1px silver dotted;
	padding: 0.5em;
}

dt {
	margin: 0.5em 0;
	padding: 0;
}

dd {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

ul, ol {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

li ol, li ul {
	margin: 0 0 0 2em;
	padding: 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
}

ol {
	padding: 0;
	list-style: decimal none outside;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}

ul.spaced li,
ol.spaced li {
	margin-top: 0.5em;
}

ul.unspaced li,
ol.unspaced li {
	margin-top: 0;
}

ul.unspaced li.first,
ol.unspaced li.first {
	margin-top: 0.5em;
}

ul.unspaced li.first,
ol.unspaced li.first {
	margin-top: 0.5em;
}

a:link {
	color: #336;
	text-decoration: underline;
}

a:visited {
	color: #669;
	text-decoration: underline;
}

a:active {
	color: #336;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	x-background-color: #eee;
}

a.offsite  {
	background-image: url("/img/markup/off-site.gif");
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 16px;
}

em, cite, dfn, var {
	font-style: italic;
}

strong {
	font-weight: bold;
}

code, samp, kbd {
	font-family: "Courier New", Courier, monospace;
}

abbr, acronym {
	color: purple;
}

/* Images */

img {
	border: 0;
}
img.inline-before {
	padding-right: 3px;
	vertical-align: baseline;
}
img.inline-after {
	padding-left: 3px;
	vertical-align: baseline;
}
img.inline {
	vertical-align: baseline;
}
img.right-align {
	float: right;
	margin: 0 0 0 0.5em;
}

/* Forms and input controls */

form {
	margin: 0;
	padding: 0;
}

textarea {
	border: 1px #996 solid;
	padding: 0.25em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

input.text, input.password {
	border: 1px #996 solid;
	padding: 0.25em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

input.button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
	background-color: #ccc;
	cursor: pointer;
}

input.button:hover {
	background-color: #cc9;
}

input.checkbox {
}

input.radio {
}

select {
	border: 1px #996 solid;
	padding: 0.25em;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}

.hide-from-css {
	display: none;
}

.exclaim {
	color: #C90;
	font-weight: bold;
}
.highlight {
	color: #336;
	font-weight: bold;
}
.error {
	color: #C03;
}
.disabled {
	color: #999;
}
.ddab {
	color: #336;
	font-style: italic;
	font-weight: bold;
}

div.boxout {
	float: right;
	margin: 0 0 1em 1em;
	padding: 4px;
	border-top: 4px #669 solid;
	border-bottom: 1px #669 solid;
	border-left: 1px #669 solid;
	border-right: 1px #669 solid;
	background-color: #eef;
	font-size: 80%;
	line-height: 120%;
	width: 25%;
}
div.boxout div.caption {
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.25em;
}

div.boxout div.content {
	margin: 0.25em 0;
}

p.callout,
div.callout {
	margin: 0.5em 0;
	padding: 0.25em;
	border-top: 2px #669 solid;
	border-bottom: 2px #669 solid;
	border-left: 1px #ccf solid;
	border-right: 1px #ccf solid;
	font-size: 90%;
	line-height: 120%;
	background-color: #eef;
}
div.callout .caption {
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.25em;
}

div.callout .content {
	padding-bottom: 0.25em;
}

/* tab set */

ul.tabset {
	margin: 0;
	margin-bottom: 1em;
	padding-left: 4px;
	padding-bottom: 2px;
	border-bottom: 1px #cc9 solid;
	line-height: normal;
	list-style-type: none;
	list-style-image: none;
}

ul.tabset li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 2px 6px 2px 6px;
	border-left: 1px #cc9 solid;
	border-right: 1px #cc9 solid;
	border-top: 1px #cc9 solid;
	background-color: #eeb;
}
ul.tabset li:hover {
	background-color: #eec;
;
}
ul.tabset li.selected {
	background-color: #eef;
	border-left: 1px #aa7 solid;
	border-top: 1px #aa7 solid;
}
ul.tabset li a {
	color: #336;
}
ul.tabset li a:link,
ul.tabset li a:visited,
ul.tabset li a:active {
	text-decoration: none;
}
ul.tabset li a:hover {
	text-decoration: underline;
}

/* feature box list */
dl.feature {
}

dl.feature dt {
	background-color: #eef;
	border: 1px silver solid;
	margin: 1em 0 0 0;
	padding: 0.25em;
}

dl.feature dd {
	border: 1px silver solid;
	border-top: none;
	margin: 0 0 1em 2em;
}

dl.feature dd .comment {
	padding: 0.25em;
	background-color: transparent;
}

/* scroll box */
.scrollbox {
	width: auto;		/* override this in style attribute to specify width */
	height: 30em;		/* overrride this in style attribute to change height */
	margin: 1em auto;
	overflow: auto;
	border: 1px #cc9 solid;
	padding: 0.25em;
}
.img-scrollbox {
	width: auto;		/* override this in style attribute to specify width */
	height: auto;		/* overrride this in style attribute to change height */
	margin: 1em auto;
	overflow: auto;
	border: 1px #cc9 solid;
	padding: 0.5em;
	text-align: center;
}

.noprint {
	/* does nothing: print style sheet hides */
}

.print-only {
	display: none;
}

.centre-align {
	text-align: center;
}

.right-align {
	text-align: right;
}

.left-align {
	text-align: left;
}

.indent {
	margin-left: 2em;
}

.smalltext {
	font-size: 0.8em;
}

.smallcaps {
	font-variant: small-caps;
}

.xref {
	background-color: #ffc;
	background-image: url("/img/markup/xref.gif");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: 1px #ccc dashed;
	padding: 0.25em 0.25em 0.25em 50px;
	margin: 1em 0;
	min-height: 16px; /* not supported in IE6 and below */
}
/* hack for IE6 and below */
* html .xref {
	height: 16px;
}

.update-new {
	background-color: #ffc;
	background-image: url("/img/markup/update-new.gif");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 7px 0.25em 0.25em 48px;
	margin: 0;
	min-height: 24px; /* not supported in IE6 and below */
}
/* hack for IE6 and below */
* html .update-new {
	height: 24px;
}

.update-rev {
	background-color: #ffc;
	background-image: url("/img/markup/update-rev.gif");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding: 7px 0.25em 0.25em 48px;
	margin: 0;
	min-height: 24px; /* not supported in IE6 and below */
}
/* hack for IE6 and below */
* html .update-rev {
	height: 24px;
}

/* used as border and background for forms */
.form {
	margin: 0.5em 0;
	padding: 0.5em;
	background-color: #eef;
	border: 1px solid silver;
}

/* Outer division for all framed elements */
div.frame {
	margin: 0.5em 0;
	padding: 0;
	border: 1px silver solid;
}

/* Class of inner block in framed elements - used where there is no specific
   style for inner block element */
div.frame .inner {
	margin: 0;
	padding: 0.25em;
	border: none;
}

/* Style for tables inside frames */
div.frame table {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	border-collapse: collapse;
}

/* Style for table caption */
div.frame table caption {
	border-bottom: 1px #ccf solid;
	padding: 0.25em;
	font-style: italic;
	background-color: #eef;
}

/* Shared styles for th and tds inside framed tables */
div.frame table th,
div.frame table td {
	margin: 0;
	padding: 0.25em;
	border-right: 1px #ccf solid;
}

/* Styles specific to td cells in framed table */
div.frame table td {
	border-top: 1px #ccf solid;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* Styles specific to th cells in framed table */
div.frame table th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #eef;
}

/* Shared styles for last (right) th and td cells in framed tables */
div.frame table th.last,
div.frame table td.last {
	border-right: none;
}

div.frame table td.top {
	border-top: none;
}

/* Style of footer divisions inside frames */
div.frame div.footer {
	margin: 0;
	padding: 0.25em;
	border-top: 1px silver solid;
	background-color: #ccf;
	font-weight: normal;
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}
