/******** HTML *********/

html {
	background: #0072bb;
}

body {
	width: 780px;
	margin: auto;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
}

h1 { 
	margin-top: 0; 
	font-weight: normal;
	color: #0083ae;
	font-size: 1.8em;
}

h2 {
	font-weight: normal;
	font-size: 1.6em;
	color: #0083ae;
}

a img {
	border: none;
}

a:hover {
	color: #009900;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
	padding-bottom: 1px;
}
p {
	line-height: 160%;
	text-align: justify;
}
p.introText, ul.introText {
	font-size: 1.2em;
}
ul.tickList {
	list-style-type: none;
	margin: 20px 0 20px 25px;
	padding-left: 0;
}
ul.tickList li {
	background: url("../images/tick.png") no-repeat left center;
	padding-left: 25px;
	margin: 8px 0;
}

/******* LAYOUT *******/

#header {
	width: 100%;
	background: url(../images/header.png) no-repeat right top;
	height: 144px;
}

#container {
	width: 761px;
	position: relative;
	left: 18px;
	background: url(../images/footer.png) no-repeat left bottom #fff;
}

#content {
	padding: 20px 40px;
}

#footer {
	background: url(../images/dottedBlueLine.png) repeat-x top left;
	margin: 0 20px;
	font-size: 0.95em;
}

#footer ul {
	list-style-type: none;
	padding: 15px 0;
	float: right;
	margin-left: 0;
	margin-right: 20px;
}

#footer ul li {
	display: block;
	float: right;
	padding: 0 8px;
	background: url(../images/dottedVertGreyLine.gif) repeat-y right top;
}

#steps {
	float: left;
	margin-left: 10px;
	margin-top: 65px;
}

.step {
	float: left;
	margin: 0;
	font-size: 1.2em;
	color: #0072bb;
	width: 160px;
	line-height: 100%;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.step p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

.step#stepOne {
	background: url(../images/stepOne.gif) no-repeat left center;
	height: 48px;
}

.step#stepOne p {
	margin-top: 5px;
	margin-left: 30px;
}

.step#stepThree p {
	margin-top: 5px;
	margin-left: 60px;
}
	

.step#stepTwo p {
	margin-left: 30px;
	margin-top: 12px;
}

.step#stepTwo {
	background: url(../images/stepTwo.gif) no-repeat left center;
	height: 48px;
}

.step#stepThree {
	background: url(../images/stepThree.gif) no-repeat left center;
	height: 48px;
	width: 180px;
}


/*** Edit pages ***/

#gg {
	width: 230px;
	float: right;
	margin-left: 40px;
	background: url(../images/ggMain.png) no-repeat bottom #fffefb;
	padding-bottom: 10px;
}

#gg p.error, #gg ol.error {
	font-size: 0.9em;
}

#gg ol li {
	margin: 0;
	padding: 0;
}

fieldset#graphGenerator {
	border: none;
}

#ggTitle {
	width: 230px;
	height: 20px;
	font-weight: normal;
	font-size: 1.6em;
	color: #0083ae;
	background: url(../images/ggTop.png) no-repeat top;
	text-align: center;
}

legend {
	font-weight: normal;
	font-size: 1.6em;
	color: #0083ae;
	position: relative;
	margin: auto;
	

}

fieldset#graphGenerator label {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 0 10px 0;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
}
.editfield {
	padding: 10px 6px 5px 6px;
	clear: both;
}

.editactions {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

#graphCaption {
	width: 300px;
}

#graphCaption .column p {
	font-size: 0.9em;
	color: #333;
	margin: 0;
}


/**** MISC ****/

.error {
	color: #f00;
}

.clearer {
	clear: both;
}

code {
	font-size: 1.3em;
	text-align: left;
}

.standoutLink {
	font-size: 1.2em;
	font-weight: bold;
}

.column {
	width: 49.5%;
	float: left;
}

#errorWrap {
	width: auto;
}

