﻿body
{
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: smaller;
}
a:link { COLOR: #8E3131; }
a:hover { COLOR: #330000; }
a:active { COLOR: #8E3131; }
a:visited { COLOR: #8E3131; }
a:visited:hover { COLOR: #330000; }

.modalBackground 
{ 
     background-color: #666666; 
     filter: alpha(opacity=50); 
     opacity: 0.5;
}

.panelBackground 
{ 
     background-color: white;              
}
    
div#top {
    padding-left: 10px;
    padding-top:10px;
    padding-bottom:0px;
}

h1 {
        font-weight: bold;
        font-size: medium;
        color: #aaa;
}

h2 {
        font-weight: bold;
        font-size: medium;
        color: #aaa;
        padding-bottom:6px;
        padding-top:10px;
        margin-top:0px;
        margin-bottom:0px;
}

h3 
{
	    font-weight: bold;
        font-size: large;
        color: #aaa;
        padding-top:0px;
        margin-top:0px;
	
}


.bodycopy {
		float: left;
		width: 31%;
		padding-left:10px;
		padding-right:10px;
}

.footer {
		width: 100%;
		text-align: center;
		COLOR: #666666; 
}
.footer a:link { COLOR: #666666; }
.footer a:hover { COLOR: #333333; }
.footer a:active { COLOR: #666666; }
.footer a:visited { COLOR: #666666; }
.footer a:visited:hover { COLOR: #333333; }

.citylink a:link { COLOR: #6633ff; text-decoration:none; }
.citylink a:hover { COLOR: #000000; text-decoration:underline; }
.citylink a:active { COLOR: #6633ff; text-decoration:none; }
.citylink a:visited { COLOR: #6633ff; text-decoration:none; }
.citylink a:visited:hover { COLOR: #000000; text-decoration:underline; }



.headerclass 
{
		padding-top:10px;
		padding-bottom:20px;
		margin-bottom:8px;
		border-bottom: solid 1px #999;
        height:44px;
}
    
.mapclass  
{
	width: 500px; 
	height: 300px; 
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    margin-top:14px;
}

.sidebar
{
	padding-left: 10px;
	padding-top:12px;
    height: 220px;
}

.pagebar
{
	padding-left: 10px;
	height: 20px;
}

.addLabelRequired
{
	font-weight:bold;
	color: #333333;
}

.addLabel
{
	font-weight: normal;
	color: #333333;
}

/* Add Location */
.addlocation { FONT-WEIGHT: normal; FONT-SIZE: x-small; COLOR: #333333; }
.addlocation a:link { FONT-WEIGHT: normal; FONT-SIZE: x-small; COLOR: #333333; }
.addlocation a:hover { FONT-WEIGHT: normal; FONT-SIZE: x-small; COLOR: #999999; }
.addlocation a:active { FONT-WEIGHT: normal; FONT-SIZE: x-small; COLOR: #333333; }
.addlocation a:visited { FONT-WEIGHT: normal; FONT-SIZE: x-small; COLOR: #333333; }
.addlocation a:visited:hover { FONT-WEIGHT: normal; FONT-SIZE: x-small; COLOR: #999999; }


.tip 
{
	color: #666666;
	font-size: x-small;
}

.tip a:link { COLOR: #666666; font-size: x-small; }
.tip a:hover { COLOR: #333333; font-size: x-small; }
.tip a:active { COLOR: #666666; font-size: x-small; }
.tip a:visited { COLOR: #666666; font-size: x-small; }
.tip a:visited:hover { COLOR: #333333; font-size: x-small; }

.leftMenu 
{
	padding-left:10px;
	padding-top:20px;
	height:340px;
	border-right: solid 1px #ccc;
	margin-right:20px;
}

.removal a:link { COLOR: #999999; font-size: small; }
.removal a:hover { COLOR: #333333; font-size: small; }
.removal a:active { COLOR: #999999; font-size: small; }
.removal a:visited { COLOR: #999999; font-size: small; }
.removal a:visited:hover { COLOR: #333333; font-size: small; }

.smallmapclass  
{
	width: 240px; 
	height: 210px; 
	border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    margin-top:14px;
    overflow:hidden;
}



#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: #000; }