/* CSS Document */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
	overflow-y: scroll;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
fullborder {
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
}	
.border1a {
	border: 1px solid #000000;
}	
.menufont {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.topborder {
	border-top: 1px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #ECE9D8;
}
.sideborder {
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #ECE9D8;	
}
.bottomborder {
	border-top: 0px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #ECE9D8;
}
.border {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #ECE9D8;	
}
.border3 {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #ffffff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.lightgreysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.highlightit img{
border: 1px solid #000000;
}

.highlightit:hover img{
border: 1px solid #92A589;
}

.highlightit:hover{
color: black; /* Dummy definition to overcome IE bug */
}

.general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #63990D;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4CA6C0;
}
.walks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B40D21;
}
.tools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #92A589;
}
.members {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C8CE50;
}
.messages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F86D10;
}
a.wiki:link{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#006699;
 border-bottom: 1px;
 border-bottom-style:dashed;
 cursor: help;
}
a.wiki:visited {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#006699;
 border-bottom: 1px;
 border-bottom-style:dashed;
 cursor: help;
 }
a.wiki:hover {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#000000;
 border-bottom: 1px;
 border-bottom-style:dashed;
 cursor: help;
}
a.wiki:active {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#006699;
 border-bottom: 1px;
 border-bottom-style:dashed;
 cursor: help;
}
#search{
border: 1px solid gray;
background: #FBFCFA;
font: 11px verdana, sans-serif;
color: #443;
padding: 3px;    outline: none;
}

#search:focus{
border: 1px solid black;
} 

.pagination{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 10px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #ffffff;
background-color: #4CA6C0;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #4CA6C0;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

.bgwait{
background-image: url(http://www.bangorcivicsociety.org.uk/sandbox/matt/images/load.gif);
background-repeat: no-repeat;
background-position: center center; 
}

