/* Reset CSS - Rik Lomas - http://rikrikrik.com - Based on code from Nick Rigby - http://www.nickrigby.com*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none;list-style-position:outside}legend{color:#000}button,select,textarea,input{font:100% serif}caption,th,td{text-align:left}

/* Page box layout */
body
{
	background: #DDDDDD;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

#pageTitle
{
	border: 1px solid #BBB;
	border-bottom: 0;
	background: #233;
	color: white;
	
	margin: 10px 10px 0 240px;
	padding: 10px;
	
	overflow: hidden;
}
#pageTitle a { color: #EEF; }
#pageTitle a:hover { color: #D60; }

#pageBody
{
	position: relative;
	border: 1px solid #BBB;
	background: white;
	color: black;
		
	margin: 0 10px 10px 10px;
	padding: 10px;
	
	width: auto;
	margin-left: 240px;
}

#pageSidebar
{
	position: absolute;
	top: 0;
	left: 0;
	width: 238px;
	
	display: block;
	
	background: none;
	color: black;
}

#pageLogin
{
	position: relative;
	border: 1px solid #BBB;
	background: white;
	color: black;
	
	margin: 10px;
	padding: 10px;
	overflow: hidden;
}

.bodyColumn
{
	width: 40%;
	display: block;
	border: 1px solid #BBB;
}

.pageLinks, .pageNotes
{
	position: relative;
	border: 1px solid #BBB;
	background: white;
	color: black;
	
	margin: 10px;
	padding: 10px;
	overflow: hidden;
}

/* General content styles */
h1, h2
{
	font-weight: bold;
	text-align: center;
	font-size: 110%;
}
h2 {
	text-align: left;
	margin: 0.4em 0 1em 0;
}
h3 {
	font-size: 90%;
	margin: 0.4em 0 0.6em 0;
	font-weight: bold;
}
h4 {
	font-size: 90%;
	margin: 0.4em 0 0.6em 0;
	font-weight: bold;
	color: #333;
}
p  {
	margin: 0.4em 0 1em 0;
	font-size: 80%;
}
li {
	list-style: square;
	margin: 0;
	margin-left: 1.5em;
	color: #333;
	
	font-size: 80%;
}
ul {
	margin-top: -0.5em;
	margin-bottom: 1.0 em;
}
ul ul {
	margin-top: 0;
	margin-bottom: 0;
}
a, a:hover, a:link, a:visited
{
	color: #068;
	text-decoration: none;
}

a:hover, a.internal:hover, a.external:hover {	color: #C20; }
a.external {
	color: #930;
	padding-right: 12px;
	background-image: url('images/external_link.png');
	background-repeat: no-repeat;
	background-position: center right;
}
a.internal {
	color: #35A;
	padding-right: 12px;
	background-image: url('images/internal_link.png');
	background-repeat: no-repeat;
	background-position: center right;
}

input, textarea, button, select
{
	font-family: Verdana, Arial, sans-serif;
}

th{
	font-weight: bold;
	text-align: center;
}
th, td, div
{
	font-size: 80%;
}

table.filterResults th, table.filterResults td
{
	padding: 4px;
	border-bottom: 2px solid #EEE;
	text-align: center;
}
table.filterResults tr.noline td, table.filterResults tr.noline th
{
	border-bottom: 0;
	padding: 0;
}
table.filterResults tr.topline td, table.filterResults tr.topline th
{
	padding: 4px;
	border-top: 2px solid #EEE;
}
/*
table.filterResults a 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

td td, td p, td li, td div, li li, li p, li div, div div, div p, div td, div li, div h3
{
	font-size: 100%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

table.filterResults td.left, table.filterResults th.left {
	text-align: left;
}

table.filterResults td.right, table.filterResults th.right {
	text-align: right;
}
.required {
	background: none;
	color: red;
	font-weight: bold;
}
table.submitInfo {
	background: #DDD;
}
table.submitInfo th {
	background: #ABF;
	text-align: left;
	padding: 4px;
}
table.submitInfo td {
	background: #FFF;
	vertical-align: top;
	padding: 4px;
}
.comments div {
	width: 670px;
	margin-bottom: 5px;
}
.comments .rowOdd {
	background: #DDF;
	overflow: auto;
	margin: 0 5px 0 0;
}
.comments .rowEven {
	background: #DED;
	overflow: auto;
	margin: 0 5px 0 0;
}
.comments .disabled {
	background: #EEE;
	overflow: auto;
	margin: 0 5px 0 0;
}
.disabled {
	background: #EEE;
}
.pointsOfInterest {
	width: 500px;
	margin-bottom: 5px;
}
.pointsOfInterest .rowOdd {
	background: #DED;
}
.pointsOfInterest .rowEven {
	background: #FFD;
}

.comments div h3 {
	margin: 0;
	padding-bottom: 3px;
	font-weight: normal;
	border-bottom: 1px solid #CCC;
}
.comments div p {
	margin: 5px 5px 5px 5px;
}

.agreement {
	background: #FDC;
	padding: 10px;
}

/* BBCode Comments Stylesheet */
pre {
	margin: 0;
}
.code {
	font-size: 8pt;
	margin-left: 10px;
	margin-right: 10px;
}
div.rant {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
	
	color: #A43;
	border: 2px solid #A54;
	padding: 4px;
	margin: auto;
}
div.picture {
	text-align: center;
}

a.AddButton {
	border: 1px solid #9AA;
	background: #DEF;
	
	width: auto;
	display: inline;
	
	margin: 2px;
	padding: 3px;
	
	text-align: center;
}
.ImportantInformation {
	background: #FFA060;
	color: black;
	border: 1px solid #C80;
	padding: 4px;
}
.ImportantInformation ol li {
	list-style: decimal;
	list-style-position: inside;
}
div.boxes {
	position: relative;
	margin: 0;
	padding: 0;
}
.entryInfoBox { 
	background: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
}
.userInfoBox { 
	background: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
	margin: 0 0 10px 10px;

	float: left;
}
.userInfoBox.short { 
	width: 45%;
}
.userInfoBox label { 
	display: block;
	float: left;
	font-weight: bold;
	width: 150px;
	margin: 3px 0 3px 3px;
}
.userInfoBox p {
	margin: 3px 0 0 3px;
}
.userInfoBox p.value {
	display: block;
	float: left;
}
.userInfoBox div.break {
	clear: both;
}
.userInfoBox.orange {
	background: #FFE9BB;
	border: 1px solid #FFD987;
}
.userInfoBox.green {
	background: #DDEEDD;
	border: 1px solid #AEDCAE;
}
.userInfoBox.blue {
	background: #DDDDFF;
	border: 1px solid #B4B6FE;
}
.userInfoBox.white {
	background: #FFF;
	border: 1px solid #EEE;
}
div.clear {
	line-height: 0;
	clear: both;
}
cite {
	font-style: normal;
	font-weight: bold;
}
div.homeNoteBox {
	background: #DDEEDD;
	border: 1px solid #B4B6FE;
	width: 250px;
	overflow: hidden;
	margin: 5px 0;
	padding: 5px;
}

.mapviewer-mode-selection {
	display: block;
	margin: 0.4em 0;
}
.mapviewer-mode-selection > li {
	display: inline-block;
	padding: 0.4em;
	margin: 0;
	border: 1px solid #ddd;
	background: #eee;
}
.mapviewer-mode-selection > li.selected {
	background: #fafafa;
}

kbd {
	display: inline-block;
	border: 1px solid #ddd;
	background: #fefefe;
	padding: 0.1em 0.3em;
	width: 1em;
	text-align: center;
	border-radius: 0.2em;
}