/*-------------------------------------------------------------------------------------------------------*/
/*	site.css overrides
/*-------------------------------------------------------------------------------------------------------*/

#rightsidebar
{
	display:				none;
}

#main-content
{
	padding-left:			10px;
	padding-right:			0px;
	
	background:				url('/images/bg-h1.gif') 10px 0px no-repeat;
}

h1
{
	margin:					0px;
	padding:				16px 0px 0px 20px;
	line-height:			5px;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	Display styles
/*-------------------------------------------------------------------------------------------------------*/
td.zoomtext,
td.downloadtext
{
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
	text-align:			center;
	padding:			10px 0px;
}

.description
{
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
	padding:			10px 40px 0px 40px;
}

.location
{
	position:			absolute;
	color:				white;
	font-weight:		bold;
	height:				12px;
	width:				12px;
	background-repeat:	no-repeat;
	
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			10px;
	z-index:			49;
	cursor:				pointer;
	cursor:				hand;
}

.location-details
{
	display:			none;
	position:			absolute;
	color:				black;
	z-index:			50;
	background-color:	white;
	width:				200px;
	
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			11px;
	line-height:		16px;
	padding:			7px 7px 7px 7px;

	opacity:			0.8;
	filter:				alpha(opacity=80);
	-moz-opacity:		0.80;
}

#zoombox
{
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			12px;
	margin:				7px 7px 7px 7px;
	height:				25px;
}

#detailsnav
{
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			12px;
	margin-top:			20px;
	height:				24px;
c	border-bottom:		1px solid rgb(59,121,166);
}

#zoombox a,
#zoombox a:hover,
#detailsnav a,
#detailsnav a:hover
{
	display:			block;
	float:				left;
	background-color:	rgb(59,121,166);
	color:				white;
	padding:			5px;
	margin-right:		2px;
	margin-bottom:		2px;
}

#detailsnav a:hover,
#detailsnav a.active,
#detailsnav a.active:hover,
#zoombox a:hover
{
	background-color:	rgb(119,119,119);
}

#zoombox a.active,
#zoombox a.active:hover
{
	background-color:	darkred;
}

table#legend
{
	margin:				20px;
}

table#legend td a
{
	width:				170px;
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Map styles - do not change
/*-------------------------------------------------------------------------------------------------------*/
#map-frame 
{
	position:			relative;
	/*overflow:			hidden;
	border:				1px solid black;*/
	background:			#F3F2DC;
	cursor:				hand;
	text-align:			left;
}

.map #map-contents 
{
	position:			absolute;
	top:				0; 
	left:				0;
	white-space:		nowrap;
	width:				2000px;
}

#loading-pane
{
	position:			absolute;
	top:				0; 
	left:				0;
	white-space:		nowrap;
}

.square
{
	background-repeat:	no-repeat;
	width:				200px;
	height:				200px;
	position:			absolute;

c	background:			blue;
c	border:				1px solid black;
}	

#items
{
	z-index:			99;
	display:			block;
}

table#map-interface
{
	font-family:		"Trebuchet MS", verdana,arial,sans serif;
	font-size:			11px;
	margin-top:			30px;
	margin-bottom:		20px;
}

td.arrowcell
{
	background-color:	#E8EEF7;
}

td#map-cell
{
	background-color:	white;
}

.preview
{
	width:				100px;
	height:				100px;
	overflow:			hidden;
	border:				1px solid black;
}
