/************************************************************************************************************
*	DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)
*
*	Created:						August, 26th, 2006
*	@class Purpose of class:		Display a modal dialog box on the screen.
*			
*	Css files used by this script:	modal-message.css
*
* 	Update log:
*
************************************************************************************************************/

.dialogCity{
	border:3px solid #0069ff;	
	width: 307px;
	height: 150px;
	padding:0px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background:#fff url(images/citybox_require.gif) no-repeat right top;	/* White background color for the message */
}
#btnCloseCityBox{
	float:right;
	cursor:pointer;
}
.dialogCity ul {
	padding: 55px 0px 0px 70px;
	list-style:none;
}
.dialogCity ul li {
	line-height:200%;
}
.dialogCity a {
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	font-weight:700;
	color:#0000CC;
	text-decoration:none;
	background:#fff url(images/citybox_require_li.gif) no-repeat left 3px;
	padding-left: 15px;
}
.dialogCity a.other {
	color:#777;
}
.dialogCity a:hover {
	color: #FF3300;
}
