@import url(candle-common.css);

html, body {
	font-family: sans-serif;
	text-align: center;
	background: #eee;
	color: black;
}

div#page {
	width: 800px;
	margin: 2em auto;
	text-align: justify;
	background: white url(img/page.png) repeat-y;
	color: black;
}

#top {
	color: #09F;
	background: #FFF url(img/top.jpg) no-repeat;
}

#top h1 {
	margin: 0;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#footer {
	background: #FFF url(img/footer.jpg) no-repeat;
	color: #999;
	text-align: center;
	min-height: 30px;
}

div#main-content {
	margin: 0 2em;
}

div#main-content h1 {
	color: #09F;
}

#steps {
	height: 32px;
	margin-bottom: 1em;
}

#steps ol {
	list-style: none;
	padding: 0 20px;
}

#steps li {
	display: inline;
	padding-right: 1em;
	display: block;
	float: left;
	width: 30%;
}


#steps span.marker {
	font-size: 26px;
	padding: 2px 9px;
	font-weight: bold;
	color: white;
	text-align: center;
	background: #ddd;
	border: 1px solid #ddd;
}

#steps li.current span.marker {
	background: #ffa500;
	border: 1px solid #ffc400;
}

#steps span.label {
	font-size: 90%;
}

#steps li.current span.label {
	color: black;
}

#steps {
	background: #f0f0f0;
	color: #aaa;
}

form {
	clear: both;
}

p#receiver {
	margin: 0;
	margin-left: 2em;
	margin-top: -0.7em;
	margin-bottom: 1em;
	padding: 2px 5px;
	border: 1px solid #ccc;
	float: left;
	background: #ffe;
}

dl {
	clear: both;
}

p#login,
p#logout {
	text-align: right;
}

h2#submitted {
	margin-top: 2em;
	color: #09F;
	font-size: 130%;
}

ul li {
	list-style: circle;
}

h2 {
	color: #09F;
	margin-left: 0.5em;
	margin-bottom: 0;
}

table#listing {
	margin: 1em 0;
}

table#listing th {
	text-align: left;
	border-bottom: 1px solid #999;
	background: #eee;
}

table#listing td {
	padding-right: 1ex;
}

table#listing th a {
	text-decoration: none;
	color: #666;
}

table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
}
