/*
# ------------------------------------------------------------------------
# JA Map Plugin for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# ------------------------------------------------------------------------
*/


@charset "utf-8";
/* CSS Document */
.map-container{margin:10px 0px; padding:0;}

.map-streeview {height:200px;}
.map-route {height:200px; overflow:hidden; overflow-x:hidden; overflow-y:auto;}

.map-popup-container{display:none;}
.map-popup-body{margin:0 auto; overflow:hidden;}
.map-popup{}
.map-popup-route{height:10px;}

.map-open-link{text-align:left;}
.map-alert-on { color: #FF0000; display: block; text-align: center; }

.map-preview-container{width:420px; height:10px; overflow:hidden;}

.map-alert-off { display: none; }

#ja-widget-map .ja-usersetting-options { margin-bottom: 10px; }

#ja-widget-map form.ja-usersetting-form { padding-bottom: 10px; padding-top: 10px; }

#ja-widget-map a.ja-usersetting-loadform { right: 20px; }