@charset "utf-8";
/* CSS Document */

/*useful classes and styles*/
.hideinitially{
	visibility: hidden;
}
.liquid {
	width: 75%;
}

.highz {
	z-index: 5;
}

/*---------------------------------*/
/*editor styles*/

#eventdetail {
	position: absolute;
	bottom: 120px;
	/*right: 0px;*/
	z-index: 401;
	margin:0px;
	border: 2px solid rgb(183,183,183);
	width: 730px;
	height: 450px;
	padding: 10px;
	background-color: white;
	text-align: left;
	display: none;
}

#eventdetail iframe {
	width: 100%;
	height: 430px;
}

#opaqueScreen {
	position:absolute;
	left: 0;
	width: 1400px;
	background-color: #2D4758;
	cursor: pointer;
	z-index: 400;
	opacity: 0.5;
	display: none;
	height: 1400px;
	top:0px;
	filter: alpha(opacity = 50);
}

.edit_button {
	position: absolute;
	bottom: 0px;
	left: 770px;
	height: 11px;
	width: 31px;
	background-image: url(empty.png);
}
.edit_button:hover {
	background-image: url(edit.png);
	cursor: pointer;
}
/*---------------------------------*/
/*FIND YOUR AHEC OFFICE */

	.dialog_bar h1 {
		font-weight: bold;
		margin-bottom: 0.2em;
	}
	.dialog_bar img {
		float: right;
	}
	.warning {
		color: red;
		font-size: 60%;
		margin-top: 0.5em;
		text-align:left;
		padding-left: 10px;
		padding-right: 10px;
		display: none;
	}

	.txtHint {
		font-size: 80%;
		margin: 0px;
		padding: 0px;
		position: absolute;
		background-color: white;
		border: 1px solid rgb(175,175,175);
		text-align: left;
		overflow: hidden;
		margin-left: 15px;
		max-height: 140px;
		width: 140px;
		visibility: hidden;
	}
	.txtHint table {
		margin: 0px;
		padding: 0px;
		width: 100%;
		}
	.txtHint tr {
		margin: 0px;
		padding: 0px;
		}
	.txtHint td {
		margin: 0px;
		padding: 0px;
		padding-left: 0.3em;
		padding-right: 0.3em;
		}

	.plain {
	  background-color: white;
		}
		/* hack: active needs to be the same as td:hover */
	.active {
	  background-color: rgb(225,225,255);
		}
	.txtHint td:hover {
	  background-color: rgb(225,225,255);
		}
/*---------------------------------*/			
/*AZ Map Link menu*/

.map{
	margin-top:10px;
	padding:.5em;
	/*border: thin groove #CCCCCC;*/
}
.map h4{text-align:left;padding-left:30px;}
.tooltip{height:80px;width:90px;border:thin groove #CCCCCC;}
div.tooltip{background-color:#FFF; z-index:1000;}
/*---------------------------------*/			
/*sliding panels*/

.p1 {
	/*background-color: #FFFFFF;#CCCC66*/
}
.p2 {
	/*background-color: #FFFFFF;#FFFFCC*/
}
.p3 {
	/*background-color: #FFFFFF;#6699FF*/
}
.p4 {
	
}
.p5 {
	/*background-color: #FFFFFF;#FF99CC*/
}
.p6 {
	background-color: #339933;
}
.p7 {
	background-color: #9933FF;
}
.p8 {
	background-color: #669966;
}
.p9 {
	background-color: #00FFCC;
}


