/* Map Containers============================================================ */
#c_map_container{ /* holds everything for main map */
	display:none;
	text-align:center;
	width:100%;
	position:absolute;
	z-index:100;
	top:22px;
}
#c_map{
	border: 1px #000000 solid;
	background-image: url("http://chriscummings.net/linked/exampmap.jpg");
	width:900px;
	height:500px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
}
#_data_buffer{ /* data buffer holds everything on top of the map */
	width:900px;
	height:500px;
	position:absolute;
	overflow:hidden;
} 
/* ========================================================================== */



#_descriptor{ /* shows descriptions on item mouseover */
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
	width:900px;
}



#_close_box{ /* holds map close link */
	left:840px;
	top:0px;
	position:absolute;
	z-index:199;
	background-color: #000000;
	width:60px;
	text-align: center;
	padding:5px;
}



/* Click Box Styles========================================================== */
.clickbox{
	background-color: #ffffff;
	cursor:pointer;
	z-index:197;
	position:absolute;
	border: 2px red solid;
}
.clickbox_hover{
	filter:alpha(opacity=45);
	-khtml-opacity:0.45;
	-moz-opacity:0.45;
	opacity:0.45;
}
.clickbox_no_hover{
	filter:alpha(opacity=25);
	-khtml-opacity:0.25;
	-moz-opacity:0.25;
	opacity:0.25;
}/* ========================================================================= */



.secondarymap{
	position:absolute;
	z-index:120;
	background-color: blue;
	display:none;
	border: 2px solid green;
}



/* Close Map Link============================================================ */
#_close_c_map{}
#_close_box a:link{color: #6c889d; text-decoration: none;}
#_close_box a:visited{color: #6c889d; text-decoration: none;}
#_close_box a:hover{color: #c61425; text-decoration: underline;}
#_close_box a:active{color: #c61425; text-decoration: underline;}
/* ========================================================================== */



/* bullet icons============================================================== */
.bullet{
	width:14px;
	position:absolute;
	height:17px;
	z-index:101;
	cursor:pointer;
}
.yellow{background-image:url("gfx/interface/bullets.gif");background-position:-75px 0;background-repeat:no-repeat;}
.orange{background-image:url("gfx/interface/bullets.gif");background-position:-15px 0;background-repeat:no-repeat;}
.green{background-image:url("gfx/interface/bullets.gif");background-position:-45px 0;background-repeat:no-repeat;}
.blue{background-image:url("gfx/interface/bullets.gif");background-position:-30px 0;background-repeat:no-repeat;}
.purple{background-image:url("gfx/interface/bullets.gif");background-position:0px 0;background-repeat:no-repeat;}
.gray{background-image:url("gfx/interface/bullets.gif");background-position:-60px 0;background-repeat:no-repeat;}
/* ========================================================================== */



/* Popup Stuff=============================================================== */
#popup{
	cursor:move;
	width:275px;
	left:312px;
	position:absolute;
	top:100px;
	z-index:198;
	display:none;
}
#poptit{
	display: block;
	width: 100%;
	height: 24px;
	background-image:url("gfx/interface/titlebar.gif");
	background-position:0px 0;background-repeat:no-repeat;
	text-align: center;
}
#popname{
	padding-top: 3px;
	text-align: center;
	font-size: 1em;
	width:237px;
	float:left;
	overflow:hidden;
}
#popcontpadder{
	padding:10px;background-image:url("gfx/interface/window_bg.gif");
	border-bottom: 1px solid #737373;
}
.closepop{
	cursor: pointer;
	width:37px;
	height:24px;
	float:left;
}	
#popcont{
	overflow: hidden;
	height:220px;
	text-align:left;
}
#popimage{
	width:100px;
	border:1px black solid;
	max-width:100px;
}
#popcont a:link{color: #6c889d; text-decoration: underline;}
#popcont a:visited{color: #6c889d; text-decoration: underline;}
#popcont a:hover{color: #c61425; text-decoration: underline;}
#popcont a:active{color: #c61425; text-decoration: underline;}
/* ========================================================================== */



























