@charset "utf-8";
/* CSS Document */
    v\:* {
      behavior:url(#default#VML);
    }

    table.heading td {
        border-style: none;
        padding: 0;
    }
    table.heading h1 {
        font-size: 20px;
	font-weight:bold;
	color:#FFFFFF;
        padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
    }
    /* the text in the title panel containing the map title and casa text */
    .section_header_white {
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
    }
    /* the bar that sits under the UCL logo and above the map and scale panels */
    .underucl {
        color: #000000;
        background: #000000;
    }
    /* the Google map itself */
    .map { width: 75%; height: 100%; table.border: 0; }
    /* text style on the scale panel */
    .scale {
        color: #FFFFFF;
        background: #75547A;
        width: 100%;
        height: 100%;
    }
    /* formatting of the coloured boxes on the scale panel */
    .scale_colour {
        border-color: #000000;
        border-style: none;
        border-width: 1px;
        width: 16px;
        height: 16px;
    }
    /* formating on panel containing fader buttons */
    .fader {
        color: #ffffff;
        background: #75547A;
        border-color: #808080;
        border-style: groove;
        border-width: 2px;
        text-align: center;
        padding-top: 3px;
        padding-bottom: 4px;
        margin-top: 8px;
    }

			
			body { font-family:Helvetica, Verdana, sans-serif;padding:0;margin:0; }
			body a { font-size:16px;line-height:20px; }
			h1 { font-weight:bold;margin:0;font-size:25px;line-height:30px;margin:25px 0 0 10px; }
			#keys { font-weight:bold;list-style-type:none;font-size:13px;line-height:30px;margin:5px 5px;width:180px;padding-left:0; }
			#keys li { display:block;height:30px; }
			#keys div { width:20px;height:20px;float:left;margin:5px; }
			#map { margin:10px; }
			#menu {margin-left:10px;margin-top:5px; }
			#logo { float:left;display:block;margin-left:8px;margin-top:-15px; }
