/*----------------------------------------------------------------------------
	Popup Page Styles
----------------------------------------------------------------------------*/

*{
	margin:0px;
	padding:0px;
}
p{
	margin:0px 0px 10px;
}
img{
	border:0px;
}
a{
	text-decoration:underline;
	color:#555555;
}
a:hover{
	color:#1E3C9B;
}

a.btnClose{
	background:url(../images/layout/btn_bg.gif) no-repeat right -72px;
	height:24px;
	padding-right:25px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	float:left;
	display:block;
}
	a.btnClose span{
		background:url(../images/layout/btn_bg.gif) no-repeat left -24px;
		padding:4px 0 6px 10px;
		display:block;
		float:left;
		cursor:pointer;
	}
a.btnClose:hover{
	background:url(../images/layout/btn_bg.gif) no-repeat right -48px;
	color:#FFFFFF;
}
	a.btnClose:hover span{
		background:url(../images/layout/btn_bg.gif) no-repeat left 0px;
	}

body{
	font-size:11px;
	font-family:arial, tahoma;
	color:#555555;
	background:#F4F4F4;
	text-align:center;
}
#popupContainer{
	width:500px;
	margin:auto;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #BBBBBB;
	border-bottom:1px solid #B4B4B4;
	background:#FFFFFF;
	text-align:left;
	margin-top:15px;
}
#popupHeader{
	position:relative;
	padding-top:10px;
}
#popupHeader .btnClose{
	position:absolute;
	top:10px;
	right:15px;
}
#popupBody{
	padding:15px;
}
#popupFooter{
	border-top:1px solid #B4B4B4;
	color:#777777;
	margin:0 15px;
	padding:5px 0;
}
#popupFooter p{
	margin:0;
}

/*
	Directions Page Popup
***********************************************************/
.img_border{
	border:1px solid #999999;
}