/* Plumstead Runners */

body {
	margin:12px 12px 0 14px;
	padding:0;
	background:#fff;
	color:#000;
	font: 72%/1.6em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
	margin:0.2em 0em;
	padding:0;
	text-align:left;
}
h1 {
	font-size:1.4em;
	color:#990033;
}
h2 {
	font-size:1.2em;
	color:#990033;
	margin: .5em 0;
}
h3 {
	font-size:1em;
	color:#990033;
}

p {
	font-size:12px;
	line-height:1.6em;
	margin: 0;
	padding: 0px 0px 7px 0px;
}

table { font: 12px Arial, Helvetica, sans-serif;
	background:#fff;
}

table th {text-align:left;}

.plum {color:#990033;}
.plumbline {
	background-color:#993366;
	color:#eee;
}

/* SORTABLE TABLE STYLES */

thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {

}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 18px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: right center;
	text-align:left;
}
.sortasc {
	background-color: #EFE0E8;
	background-image: url(http://www.plumsteadrunners.co.uk/images/up.gif);
}
.sortdesc {
	background-color: #FFE08F;
	background-image: url(http://www.plumsteadrunners.co.uk/images/down.gif);
}
.nosort {
	cursor: default;
}

.urg1, .urg2, .urg3, .urg4, .urg5 {
	padding: 3px;
	text-align: center;
	border: 1px solid #333;
	width: 3em;
}

.urg1 {
	background-color: #FFFACD;
}
.urg2 {
	background-color: #FFD700;
}
.urg3 {
	background-color: Orange;
}
.urg4 {
	background-color: #FF6347;
}
.urg5 {
	background-color: Red;
}

.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}

table#calendar {
	width:98%;
	background-color:#EFE0E8;
	border-collapse:collapse;
	border: solid 1px #993366;
	padding:3px;
}
table#calendar td {
	border-top: solid 1px #993366;
	padding:3px;
}
table#calendar td {
	font-size:12px;
	padding:2px;
	text-align:left;
}

table#calendar th {
	font-size:76%;
	font-weight:bold;
	background-color:#990033;
	color:#FFD100;
	padding:3px;
	text-align:left;
}

ul {
	margin: 0.2em 2em;
	padding:0em;
}

li.beers {
	background:#fff url(http://www.plumsteadrunners.co.uk/images/beer-glass.gif) no-repeat 5px 0;
	line-height: 1.8em;
	list-style:none;
	padding-left: 2.4em;
}

/* LIGHTBOX STYLES */

#lightbox{position: absolute;left:0;width:100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color:#990033;}

