html, body {
	min-height: 100.5%;
	margin: 0;
	padding: 0;
	background-color: #555;
}
body {
	font-family: verdana, arial, sans-serif;
}
form input, form textarea {
 	border: 1px solid black;
}

form input[type=submit] {
 	border: auto;
}

a {
	color: blue;
	text-decoration: none;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}


span.logina:link {
	color: white;
	text-decoration: none;
}

span.login a:visited {
	color: white;
	text-decoration: none;
}
span.login a:hover {
	color: red;
	text-decoration: underline;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
}

h2 {
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

blockquote p {
	margin: 0;
}

div#page_header {
	background-color: black;
	margin: 0;
	padding: 5px;
	height: 16px;
}
div#page_header h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: white;
	float: left;
}
div#page_header span.login {
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: white;
	float: right;
}
div#container {
	margin: 10px auto;
	padding: 0;
	background-color: #ddd;
/* 	display: block; position: absolute; min-height: 100%; */
}

div#page_content {
	padding: 1em;
}

div#page_footer {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  position: absolute; display: block; bottom: 0; height: 3em;
}

/*
div#page_footer {
	background-color: #cdcdcd;
	text-align: center;
	font-size:10px;
	color:#CC0000;
	font-family:Verdana;
	margin-top: 10px;
	height: 16px;
	width: 100%;
	position:fixed;
	left: 0px;
	bottom: 0px;
}
*/

div#message_list {
    background-color: #ff6;
    border: 1px solid #ff0;
}

div.object_item {
	padding: 1em;
}
div.object_item h3 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
}
table.cal_month_calendar {
	width: 50%;
	margin: 2em auto;
	border: 1px solid black;
	border-collapse: collapse;
}

table.cal_month_calendar td, table.cal_month_calendar th {
	border: 1px solid black;
	text-align: center;
}
table.cal_month_calendar td {
	background-color: #fff;
}

table.cal_month_calendar td.weekend {
	background-color: #ccc;
}
table.cal_month_calendar td.today {
	background-color: #fcc;
	border: 3px solid red;
}

form span {
	display: block;
	padding: 5px;
}
form span label {
	width: 10em;
	text-align: right;
	display: inline-block;
}
form span input[type=submit] {
	margin-left: 10em;
}
form span input[type=text], form span input[type=password] {
	width: 25em;
}


strong.label {
	display: inline-block;
	float: left;
	width: 9em;
}
span.list_content {
display: -moz-inline-box;
display: inline-block;
}
img.left_margin {
	float: left;
	padding-right: 1em;
}

img.right_margin {
	float: right;
	padding-left: 1em;
}


#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu a.hot {
    font-weight: bold;
    color: red;
    padding: 6px 3px;
    font-size: 12pt;
}

#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	background: #efefef;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	width: 100%;
}

#menu ul ul ul {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



div.article p.attribution {
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 8pt;
}

div.article p.attribution span.printable {
	float: right;
}

div.article p.blurb {
	margin: 1em;
	padding: 0;
	color: #777;
	font-size: 10pt;
	font-style: italic;
}

tr.pagination_summary td {
	border-top: 1px solid black;
}
tr.pagination_summary td.page_count {
	text-align: right;
}

table th {
	background-color: transparent;
}

table caption {
	background-color: transparent;
	text-align: right;
}


table.summary_table th  {
	text-align: right;
	vertical-align: top;
	width: 30%;
}

table.form_table {
    width: auto;
}
table.form_table th  {
	text-align: right;
	vertical-align: top;
    font-weight: normal;
}
table.form_table tr th.fieldset_heading {
    text-align: left;
}
table.form_table tr.required th {
    font-weight: bold;
}
table.form_table tr td br {
    display: none
}
table.form_table tr.required input,
table.form_table tr.required textarea {
    background-color: #ffa;
}

table.form_table input[type=text], form span input[type=password] {
	width: 20em;
}

div.minutes_page dl dt {
    margin-top: 1em;
    }


div.minutes_page table, div.minutes_page table.data_table {
	border-collapse: collapse;
	font-size: 8pt;
}
div.minutes_page table th, div.minutes_page table.data_table th {
	padding-left: 1em;
	color: white;
	border: 1px solid black;
	background-color: black;
}
div.minutes_page table td, div.minutes_page table.data_table td {
	padding-left: 1em;
	border: 1px solid gray;
}
div.static_page table, table.data_table {
	border-collapse: collapse;
	font-size: 8pt;
}
div.static_page table th, table.data_table th {
	padding-left: 1em;
	color: white;
	border: 1px solid black;
	background-color: black;
}
div.static_page table td, table.data_table td {
	padding-left: 1em;
	border: 1px solid gray;
}

div.changelink_block {
	display: -moz-inline-box;
	display: inline-block;
	width: 2em;
}

tr.next {
	background-color: #faa;
}

td.me {
	color: white;
	background-color: gray;
}
