
p { font-size: 8pt; font-family: Verdana, Arial, Helvetica, Sans-serif;  line-height: 1.8em;  color: #666666; }

h3 { font-family: Verdana, Arial, Helvetica, Sans-serif; color: #CC3333; }

li { font-size: 8pt; font-family: Verdana, Arial, Helvetica, Sans-serif; color: #666666; }

.link { font-size: 10pt; font-family: Verdana, Arial, Helvetica, Sans-serif; line-height: 1.8em; color: #CC3333; }

.link a:link { text-decoration: none; color: #CC3333; }
.link a:visited  { text-decoration: none; color: #CC3333; }
.link a:active  { text-decoration: none; color: #CC3333; }
.link a:hover  { text-decoration: underline; color: #CC3333; }

.submit {
	width:55px;
	height:22px;
	background:#CC3333;
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	cursor:hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}

/*Multimap CSS for the panning bars */


* {
	margin:0;
	padding:0;
	}
			
html>body {
	font-size:13px;
	}
	
a img {
	border:none;
	}
	
form dt {
   	width:7em;
   	float:left;
   	text-align:right;
   	}

form dd {
   	margin:0 0 0.5em 7.5em;
   	}
   	
form dd input, form dd select {
	width:140px;
	padding:0;
	margin:0;
	}
	
form dd input.checkbox {
	width:auto;
	}

.btn {
	text-align:right;
	}
   	
.btn input {
	background: #e9e9e9 url(/share/whitelabel/bg1.gif) top left repeat-x; 
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 2px 3px;
	margin-right:1em;
	}

#overviewmap {
	float: left;
	}
	
#map {
	float:left;
	}
	
#searchbox { 
	width: 22em;
	border: 1px solid #ccc;
	padding:5px;
	background: #e9e9e9;
	}
	
body#places #searchbox {
	margin-left:300px;
	}
	
.alert {
	font-weight: bold;
	border: 1px solid #c03;
	background: #f4f4f4;
	padding: 3px 0 3px 3px;
	margin-top:5px;
	}
	
ol#results {
	margin:5px 0 5px 320px;
	font-size:11px;
	}
	
#resultsmap {
	border: 1px solid #ccc;
	clear:both;
	}

	
li.posilayer {
	list-style:none;
	z-index:1000;
	height:35px;
	width:35px;
	}

li.posilayer a {
	cursor:pointer;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:"http://www.multimap.com/images/sfv5/pointer.png");
	display:block;
	color:#999;
	text-decoration:none;
	width:31px;
	height:26px;
	padding:7px 2px 0 0;
	text-align:center;
	}
	
html>body li.posilayer a { /*For browsers that support alpha transparency*/
	background:transparent url(http://www.multimap.com/images/sfv5/pointer.png) 0 0 no-repeat;
	}
	
#scalebar {
	margin:5px 20px 0 0;
	float:left;
	}

#zoompan {
	margin-top:5px;
	}

#copyright {
	clear:both;
	margin-top:10px;
	}
	
#paging {
	font-weight:bold;
	}




/*This is CSS for the panning bars */

#mapholder input {
    position:absolute;
    z-index:400;
	border:1px solid #333;
	background:#fff;
	margin:10px;
        }

#mapholder ul li {
        position:absolute;
        }

#mapholder ul li.point {
        z-index:100;
        }

#mapholder ul li.corner {
        width:100px;
        height:100px;
        z-index:300;
        }

#mapholder ul li a {
        display:block;
        width:100%;
        height:100%;
        background-color:#036;
        text-indent:-9999px;
	text-decoration:none;
        }

#mapholder ul li a:hover {
        background-color:#666;
        }

#mapholder ul li#n {
        top:0;
        left:0;
        width:100%;
        height:10px;
        }

#mapholder ul li#n a {
	background:#036 url(http://www.multimap.com/images/sfv5/n.gif) 50% 0 no-repeat;
        }

#mapholder ul li#n a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/n.gif) 50% 0 no-repeat;
        }

#mapholder ul li#s {
        bottom:0;
        left:0;
        width:100%;
        height:10px;
	}

#mapholder ul li#s a {
	background:#036 url(http://www.multimap.com/images/sfv5/s.gif) 50% 100% no-repeat;
        }

#mapholder ul li#s a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/s.gif) 50% 100% no-repeat;
        }
#mapholder ul li#e {
        top:0;
        right:0;
        height:100%;
        width:10px;
        }

#mapholder ul li#e a {
	background:#036 url(http://www.multimap.com/images/sfv5/e.gif) 100% 50% no-repeat;
        }

#mapholder ul li#e a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/e.gif) 100% 50% no-repeat;
        }

#mapholder ul li#w {
        top:0;
        left:0;
        height:100%;
        width:10px;
        }

#mapholder ul li#w a {
	background:#036 url(http://www.multimap.com/images/sfv5/w.gif) 0 50% no-repeat;
        }

#mapholder ul li#w a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/w.gif) 0 50% no-repeat;
        }

#mapholder ul li#ne {
        top:0;
        right:0;
        border-width:0 0 3px 3px;
        }

#mapholder ul li#ne a {
	background:#036 url(http://www.multimap.com/images/sfv5/ne.gif) 100% 0 no-repeat;
        }

#mapholder ul li#ne a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/ne.gif) 100% 0 no-repeat;
        }

#mapholder ul li#se {
        bottom:0;
        right:0;
        border-width:3px 0 0 3px;
        }

#mapholder ul li#se a {
	background:#036 url(http://www.multimap.com/images/sfv5/se.gif) 100% 100% no-repeat;
        }

#mapholder ul li#se a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/se.gif) 100% 100% no-repeat;
        }

#mapholder ul li#sw {
        bottom:0;
        left:0;
        border-width:3px 3px 0 0;
        }

#mapholder ul li#sw a {
	background:#036 url(http://www.multimap.com/images/sfv5/sw.gif) 0 100% no-repeat;
        }

#mapholder ul li#sw a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/sw.gif) 0 100% no-repeat;
        }

#mapholder ul li#nw {
        top:0;
        left:0;
        border-width:0 3px 3px 0;
        }

#mapholder ul li#nw a {
	background:#036 url(http://www.multimap.com/images/sfv5/nw.gif) 0 0 no-repeat;
        }

#mapholder ul li#nw a:hover {
	background:#666 url(http://www.multimap.com/images/sfv5/nw.gif) 0 0 no-repeat;
        }