/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
/*.jqmWindow {
    display: none;
    
    position: absolute;
    top: 78px;
    left: 408px;
    
    /* margin-left: -300px; */
   /* width: 165px;

    color: #fff;

	background-image: url(../images/map-dialog-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}*/

.jqmProvince {
    display: none; 
    position: absolute;
    top: 73px;
    left: 408px;
    
    /* margin-left: -300px; */
    width: 165px;
    
    color: #fff;

	background-image: url(../images/map-dialog-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
			
}

.jqmProvinceFr {
    display: none; 
    position: absolute;
    top: 61px;
    left: 408px;
    
    /* margin-left: -300px; */
    width: 165px;
    
    color: #fff;

	background-image: url(../images/map-dialog-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
			
}

#center-column .jqmWindow h2, #center-column .jqmProvinceFr h1, #center-column .jqmProvince  h1 {
	
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	min-height: 23px;
	text-align: center;
	padding-top: 7px;
	padding-left: 5px;
	margin-top: 0px;
	background-image: url(../images/map-dialog-top.png);
	background-position: top left;
	background-repeat: no-repeat;
	
}

.jqmWindow h2 a, .jqmWindow h1 a {
	color: #FFF;
}

.jqmWindow h2 {
	margin-bottom: 0px;
}




#dialog .background {
	background-color: #7BBD42;
	width: 165px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#dialog .content{
	margin: 0px;
	padding: 0px;
}

#dialog .node {
	margin: 0px;
	padding: 0px;
}

#dialog h1 {
	margin-bottom: -10px;
}

#dialog p {
	margin-bottom: 3px;
	margin-left: 5px;
	padding: 5px;
	color: #fff;
}

#dialog .node .content ul {
	list-style-type: disc;
	list-style-image: none;
	color: #FFF;
	margin-left: 15px;
	margin-right: 0px;
	padding: 5px;
}

#dialog .node .content ul li a {
	/* this isn't working - need to sort out styling for popups */
	color: #FFF;
	padding: 0px 5px 5px 0px;
	text-decoration: none;
}

#dialog .node .content ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#dialog .node .content ul li a:hover {
	color: #5E72B2;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
