
/* mapinfobox.css  			*/
/* Created: Nov 29, 2007  		*/
/* Last Updated: Nov 29, 2007 		*/
/* Used to setup the map and infobox	*/


div.map {
    width: 300px; 
    height: 200px;
}


div.infoBoxShow {
    color: #000000;
    background-color: #e6e9eb;
    border: 1px solid #333333;
    margin-bottom: 4em;
}

div.locationBox {
    clear:both;
    width: 300px;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

div.locationInfo {
    text-align: left; 
 }

.infoTitle {
    font-size: 120%;
    color: #333333;
    margin: 0.1em 1em 0.1em 0em; 
}

.infoBigTitle {
    font-size: 150%;
    color: #000000;
    margin: 0em 0em 0.5em 0em; 
}

div.tsDescInfo {
    clear:both;
    border-top: 1px solid #333333;    
    padding: 1em;
}

span.tsDescText {

}

span.moreClick {
    color: #0000FF;
    text-decoration: underline;
}

