/* @override 
	http://www.millstream.com.au/css/spring.reset.css
	http://millstream.com.au/css/spring.reset.css
*/

/* @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;
	text-rendering:optimizeLegibility;
}

/* remember to define focus styles! */

:focus {
	outline: black dotted 1px;
}

div:focus, p:focus, body:focus {
	outline: none;
}

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 a {
	display: block;
	position: absolute;
	top: 0;
	margin-top: -30px;
	left: -6px;
	background-image: url(../images/edit-with-spring.png);
	width: 28px;
	height: 15px;
	padding: 20px 20px 5px 25px;
	/*text-indent: -1000em;*/
	background-position: center bottom;
	z-index: 100000;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.editlink a:hover {
	margin-top: 0;
}

/* @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;
}

#container #content #springnotice {
	position: relative;
	display: block;
	border: 1px solid #ccc;
	padding: 15px 20px;
	margin: 0 0 1.5em 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 15px;
}

#container #content #springnotice.error {
	padding: 15px 15px 15px 80px;
	background-color: #ffffcc;
	background-image: url(/images/icon-warning-001.png);
	background-position: 15px 18px;
}

#container #content #springnotice * {
	margin: 0;
	padding: 0;
}

#container #content #springnotice .title {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

#container #content #springnotice .message {
	font-size: 1.2em;
	color: #000;
}

#container #content #springnotice .messageid {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 5px;
	font-size: 1em;
	background-color: red;
	color: #fff;
}

/* @end */

/* @group Standard Spring Styles */

hr {
	clear: both;
}

hr.spacer {
	border: none;
	background-color: transparent;
	margin: 2em 0;
}

.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 */

/*ul.gallery a.lightview {
	cursor:url('/images/zoom-in.cur'), pointer;
}*/