/* @group Reset Styles */

/* Reset all styles to be consistant cross platform */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: black dotted 1px;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Spring Edit */

.editlink {
	display: block;
	position: absolute;
	top: 0;
	left: -5px;
	background-image: url(../images/edit-with-spring.png);
	width: 97px;
	height: 10px;
	text-indent: -1000em;
	background-position: center bottom;
	z-index: 100000;
}

.editlink:hover {
	height: 59px;
}

/* @end */

/* @group Notices */

#content #nojsdiv, #content #nocookies {
	font-size: 12px;
	color: #ff0000;
	background-color: #ffffcc;
	border: 10px solid #ffffdd;
	padding: 10px 20px;
}

#content #nojsdiv p, #content #nocookies p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Standard Spring Styles */

hr {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div.accordion {
	position: relative;
}

div.accordion-toggle {
	position: relative;
	z-index: 10;
	cursor: pointer;
}

div.accordion-content {
	overflow: hidden;
}

div.dev-grid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3px;
}

div#grid-960 {
	background-image: url(/images/grid-960.png);
	background-position: top center;
}

div#baseline-18px-100 {
	background-image: url(/images/baseline-18px-100.png);
}

div#baseline-18px-60 {
	background-image: url(/images/baseline-18px-60.png);
}

div#baseline-18px-40 {
	background-image: url(/images/baseline-18px-40.png);
}

div#baseline-18px-20 {
	background-image: url(/images/baseline-18px-20.png);
}

/* @end */