html, body {
	background: #fff;
	color: #333;
	font-family: "Lucida Grande", "Tahoma", "Arial", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

body {
	background: url("../images/background.png") top center repeat-x;
}


/* Main page elements */

p {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}

a {
	border: 0;
	text-decoration: none;
}

a:link {
	color: #333399;
}

a:visited {
	color: #333399;
}

a:hover {
	color: #993399;
}

a:active {
	color: #993399;
}

img {
	border: 0;
}

div#root {
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

div#header {
	height: 120px;
	margin: 0 0 15px 0;
	padding: 0;
	width: 860px;
}

div#header h1 {
	display: none;
}

div#site-navigation {
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	width: 450px;
}

div#section-navigation {
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
	width: 240px;
}

div#content {
	width: 850px;
}

div#main-content {
	background: url("../images/paper_tile.jpg") repeat-y top left;
	float: left;
	height: auto;
	width: 568px;
}

div#content-top {
	background: url("../images/paper_top.jpg") no-repeat top left;
	height: 100px;
	width: 568px;
}

div#content-bottom {
	background: url("../images/paper_bottom.jpg") no-repeat bottom left;
	clear: both;
	height: 94px;
	margin: -70px 0 0 0;
	width: 568px;
}

div#content-wide {
	width: 854px;
}

div#main-content-wide {
	background: url("../images/wide_paper_tile.jpg") repeat-y top left;
	float: left;
	height: auto;
	width: 854px;
}

div#content-top-wide {
	background: url("../images/wide_paper_top.jpg") no-repeat top left;
	height: 100px;
	width: 854px;
}

div#content-bottom-wide {
	background: url("../images/wide_paper_bottom.jpg") no-repeat bottom left;
	clear: both;
	height: 94px;
	margin: -70px 0 0 0;
	width: 854px;
}

div#copy {
	margin: -85px 34px 65px 34px;
}

div.comments {
	border-top: dotted 1px #333333;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
}

div.comments h4 {
	font-size: 1.75em;
	margin: 0.5em 0;
	padding: 0;
}

div.comment {
	border-bottom: dotted 1px #333333;
	font-weight: bold;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0 0 1em 0;
}

div.comment blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 1em 0;
}

div#footer {
	clear: both;
	margin: 1em 0;
	padding: 1em 0 0 0;
	width: auto;
}

div#footer p {
	color: #999;
	margin: 0;
	padding: 0;	
}


/* Site navigation */

div#header img {
	float: left;
}

div#site-navigation ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 520px;
}

div#site-navigation ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	padding: 52px 0 0 0;
	width: 86px;
}

div#site-navigation ul li a {
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}


/* Form */

table.form {
	border-bottom: dotted 1px #333333;
	border-collapse: collapse;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

table.form tr {
	border-top: dotted 1px #333333;
}

table.form td {
	margin: 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.form td.label {
	width: 40%;
}

table.form label {
	font-weight: bold;
}

table.form span.mandatory {
	color: #663333;
	font-weight: normal;
}

table.form span.error {
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
}

table.form input {
	margin: 0 0 5px 0;
}

table.form td.help {
	width: 1%;
	text-align: right;
}

table.form td.help p {
	display: none;
}


/* List */

table.list {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #999999 solid;
	border-left: 0;
	border-collapse: collapse;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

table.list tr {
	border-top: 1px #999999 solid;
}

table.list th, table.list td {
	margin: 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.list th {
	background: #eeeeee;
	font-weight: bold;
	text-align: left;
}


/* Collapsible tree navigation */

ul.tree {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.tree li {
	clear: both;
	margin: 0.5em 0 0 0;
	padding: 0;
}

ul.tree li ul {
	list-style-type: none;
	margin: 0 0 0 18px;
	padding: 0;
}

ul.tree li ul li {
	font-weight: normal;
	margin: 0;
}

ul.tree ul.tree_toggle_open {
	display: block;
}

ul.tree ul.tree_toggle_closed {
	display: none;
}

ul.tree div.tree_toggle_icon_open, div.tree_toggle_icon_closed {
	float: left;
	height: 10px;
	margin: 5px 8px 0 -18px;
	width: 10px;
}

ul.tree div.tree_toggle_icon_open {
	background: url("../../common/images/tree_toggle_icon_open.png") no-repeat;
}

ul.tree div.tree_toggle_icon_closed {
	background: url("../../common/images/tree_toggle_icon_closed.png") no-repeat;
}

ul.tree span.sIFR {
	color: #333333;
	display: block;
	font-family: "Georgia", serif;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

.sIFR-active ul.tree span.sIFR {
	color: #333333;
	display: block;
	font-family: "Georgia", serif;
	font-size: 1.4em;
	letter-spacing: 0.04em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

ul.tree li a {
	border: 0;
	text-decoration: none;
}

ul.tree li a:link {
	color: #333333;
}

ul.tree li a:visited {
	color: #333333;
}

ul.tree li a:hover {
	color: #333399;
}

ul.tree li a:active {
	color: #333399;
}


/* Pagination */

div.pagination {
	text-align: center;
}

div.pagination a, div.pagination span {
	border-right: 1px solid #666666;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
}

div.pagination a.next, div.pagination span.next {
	border-right: none;
}

/*  Status

*/

ul.errors {
	background: #ffcccc;
	border-top: 1px #cc0000 solid;
	border-bottom: 1px #cc0000 solid;
	color: #333333;
	list-style-type: none;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
}

ul.information {
	background: #ccccff;
	border-top: 1px #0000cc solid;
	border-bottom: 1px #0000cc solid;
	color: #333333;
	list-style-type: none;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
}


/*  Toolbar

		Based on code by Kevin Hale,
		http://particletree.com/features/rediscovering-the-button-element/

*/

div.toolbar {
	margin: 10px 0;
	padding: 5px 0 3em 5px;
	text-align: left;
}

div.toolbar-buttons {
	float: left;
}

div.toolbar-buttons a, div.toolbar-buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#eeeeee;
    border:1px outset #999999;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

div.toolbar-buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
div.toolbar-buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
div.toolbar-buttons button img, div.toolbar-buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}


/* polls */

div.poll table {
	width: 100%;
}

div.poll td {
	width: 50%;
}