/***************************/
/* Colours                 */
/***************************/
.infoWindowContainer .infoWindow h3,
.prettyMapList .corePrettyStyle{
	
	/*Gradient background*/
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	
	/*Drop shadow*/
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6); 
	
	/*Rounded corners*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
	/*Other styles*/
	border:solid 1px #333;	
	color:#fff;	
}

.infoWindowContainer .infoWindow h3{color:#fff !important;}

.prettyMapList .corePrettyStyle a{color:#fff;}

.prettyMapList .corePrettyStyle:hover{
    background-color:#000;
    background-position:0 -10px;
    background-repeat:repeat-x;
}

.prettyMapList .corePrettyStyle:hover a,
.prettyMapList a.corePrettyStyle:hover{color:#ddd;}

.prettyMapList .corePrettyStyle:active{
    /*Inset drop-shadow*/
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);

    background-color:#0e0e0e;	
    background-position:0 -10px;
    background-repeat:repeat-x;
    border-color:#aaa;
    color:#eee;    
}

/*Link colours*/
.prettyMapList .prettylink a,
.prettyMapList .prettylink a:visited{color:#fff;}

.prettyMapList .prettylink .mapcategories{color:#e4e4e4;}
.prettyMapList .prettylink .mapcategories span{color:#f4f4f4;}


/*Close bar*/
.prettyMapList .prettyFileBar .bar{
	background-color:#fbfbfb;
	border-top:solid 1px #ccc;
}
.prettyMapList .prettyFileBar .bar .cross{opacity:0.4;}
.prettyMapList .prettyFileBar .bar .cross:hover{background-color:#efefef;}