/*
-----------------------------------------------------
Map CSS file for map point pages [Caravan and Motorhome Club]

File		: map.css

Notes		: Styles for map pages
-----------------------------------------------------
*/
.route-search {
	float: left;
	width: 735px;
	position: relative;
}
.route-search label
{
    display:inline;
}
.route-search .back-link {
	margin: 10px 0 10px 10px;
}

#mainContent .route-search fieldset {
	background: #ffffff;
	width: 725px;
	margin: 0;
}

#mainContent .route-search fieldset input.text {
	padding: 1px;
	float: left;
	margin: 0;
	width: 185px;
}

.route-search fieldset select {
	float: left;
	margin-left: 15px;
	display: inline;
}

.route-search div.dateInput {
	float: left;
	margin-left: 15px;
	display: inline;
} 

#mainContent .route-search div.dateInput input {
	width: 80px;
	float: left;
}

div.dateInput span.control {
	background:url(../images/gifs/buttonCalendar.gif) no-repeat left bottom;
	width:23px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
	cursor:pointer;
	margin-left: 5px;
}

#mainContent .route-search input.button {
	margin: 0 0 0 15px;
}

.route-search fieldset p {
	margin-top: 10px;
	position: relative;
	z-index: 201;
}

.route-search #facilities-selector {
	display: none;
	visibility: hidden;
}

.route-search #facilities-selector.active {
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 200;
	padding: 50px 10px 10px 10px;
	left: 0;
	border: 1px solid #cdcdcd;
	background: #ffffff;
}

.route-search #facilities-selector input.button {
	margin: 10px 0 0 0;
}

.results {
	border: 1px solid #cdcdcd;
	float: left;
	/* width: 735px; */
}

.results .list {
	float: left;
	width: 300px;
	height: 505px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
	font-size: 0.8em;
}

#mainContent .results .list ul {
	margin: 0;
	height: 1%;
}

#mainContent .results .list ul li {
	background: #ffffff url(../images/gifs/dottedBorder.gif) repeat-x left bottom;
	padding: 10px 5px 16px 7px;
	position: relative;
	zoom: 1;
}

#mainContent .results .list ul li.odd {
	background-color: #edf3f3;
}

#mainContent .results .list ul li.last {
	background-image: none;
}

.results .list li h3 {
	padding: 0 0 5px 45px;
}

.results .list li a {
	font-size: 0.846em;
}

.results .list li a.button_clear {
	margin-bottom: 5px;
}

.results .list span.marker {
	position: absolute;
	top: 10px;
	left: 7px;
	width: 37px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.results .list span.marker span {
	display: block;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
}

.results .list span.site {
	background-image: url(../images/map-pins/site.png);
}

.results .list span.site-seasonal {
	background-image: url(../images/map-pins/site-seasonal.png);
}

.results .list span.cert {
	background-image: url(../images/map-pins/certificated.png);
}

.results .list span.cert-seasonal {
	background-image: url(../images/map-pins/certificated-seasonal.png);
}

.results .list span.att {
	background-image: url(../images/map-pins/attraction.png);
}

.results .list span.att-seasonal {
	background-image: url(../images/map-pins/attraction-seasonal.png);
}
.results .list span.event {
	background-image: url(../images/map-pins/event.png);
}

.results .list span.event-seasonal {
	background-image: url(../images/map-pins/event-seasonal.png);
}

.results .list span.site span,
.results .list span.site-seasonal span {
	line-height: 21px;
	width: 20px;
}

.results .list span.cert span,
.results .list span.cert-seasonal span {
	line-height: 31px;
	width: 28px;
}

.results .list span.att span,
.results .list span.att-seasonal span,
.results .list span.event span,
.results .list span.event-seasonal span {
	line-height: 30px;
	width: 30px;
}

.results .map {
	float: left;
	border-left: 1px solid #cdcdcd;
	/*  width: 430px; */
}

.route-search h2 {
	background: url(../images/gifs/dottedBorder.gif) repeat-x left bottom;
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 5px;
}

#mainContent .route-search ul.map-symbols {
	width: 100%;
}

#mainContent .route-search ul.map-symbols li {
	background: none;
	padding: 0;
	float: left;
	width: 25%;
}

.route-search ul.map-symbols li span {
	float: left;
	padding-top: 5px;
	font-weight: bold; 
}

.route-search ul.map-symbols li img {
	float: left;
	margin-right: 10px;
}

.route-search ul.map-symbols li p {
	clear: left;
	float: left;
	width: 100%;
	margin: 0;
	padding-top: 20px;
}



#directions
{
    margin:0 5px 5px 5px;
    padding:5px;
    border-left:#CDCDCD 1px solid;
    border-right:#CDCDCD 1px solid;
    border-bottom:#CDCDCD 1px solid;
}
#directions input
{
    width:180px;
}
#directions TABLE
{

    width:260px;
   
    
}
#directions TABLE td
{
    padding:3px;
    cursor: move;
    
    
}
#directions TABLE td div.icon
{
    height: 16px; 
    width: 16px; 
    overflow: hidden; 
    position: relative; 
    cursor: pointer;
    float:right;
    background-image:url(/caravanclubapps/format/images/map-pins/waypoints.png);
    
    background-position:center center;
    
}
#directions TABLE td div.icon img
{
     width:208px;
     height:33px;
     position: absolute;
     left: 0px;
     top: 0px;
}

.tDnD_whileDrag {
	BACKGROUND-COLOR: #eee
}

#directions TABLE td.dragHandle {
    width:20%;
}

#directions TABLE td.showDragHandle {
	background-image: url(/caravanclubapps/format/images/map-pins/updown.gif);
	background-repeat: no-repeat;
	background-position:left center;
	cursor: move;
}
.options
{
    height:50px;
    background-color:#E8ECF9;
    display:none; text-align:left;margin-bottom:10px;
}
.options input
{
    width:20px!important;
      vertical-align:middle;
     
      margin-bottom:0px !important;
}
.options label
{
    vertical-align:middle;
    display:inline !important;
}
.waypoint
{
   
   padding:15px 10px 15px 10px;
   border-top:1px solid #CCCCCC;
   color:#515151;
   font-weight:bold;
   font-size:1.0em;
    
}
.itinerary ol
{   
    border:none !important;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0; 
    color:#515151!important;
    background:none!important;
    font-weight:bold;
}


.itinerary li 
{
    border-top:1px solid #CCCCCC;
    color:#515151!important;
    width:284px;
}

.itinerary li.warning 
{
    border-top:none!important;
    padding-left:5px!important;
    
}
.itinerary li .bullet 
{
    display:inline-block;
    padding:10px 0px 10px 5px;
    vertical-align:top;
    width:12px;
    margin-right: 4px;
}

.itinerary .instruction 
{
    display:inline-block;
    padding:10px 0px 10px 5px;
    vertical-align:top;
    width:190px;
}

.itinerary .distance 
{
    color:#ACABAB !important;
    display:inline-block;
    font-weight:normal !important;
    padding:10px 0px 10px 5px;
    text-align:right;
    width:50px;
}

.itinerary .warningspan 
{
    display:inline-block;

}

.routeSummary 
{
   
    margin:0;
    padding:13px 8px 10px;
    position:relative;
    font-size:15px;
}

.routeSummary .directive 
{
    color:#549C00;
    font-weight:bold;
}

.routeSummary .distance, .routeSummary .time 
{
    font-weight:bold;
}

.toolbar 
{
    color:#004F4F;
    background:#F3F9FB none repeat scroll 0 0;
    border-bottom:1px solid #DDDDDD;
    font-size:1.2em;
    line-height:1.1em;
    margin:0;
    min-height:20px;
    padding:15px 0px 15px 2px;
    position:relative;
}
.toolbarbottom
{
    color:#004F4F;
    background:#F3F9FB none repeat scroll 0 0;
    
    border-top:1px solid #DDDDDD;
    font-size:1.2em;
    line-height:1.1em;
    margin:0;
    min-height:20px;
    padding:15px 0px 15px 2px;
    position:relative;
}
.routeleg_icon
{
    height:16px;
    width:16px;
    overflow:hidden;
    position:relative;
    
    
}
.routeleg_icon img
{
    width:208px;
    height:33px;
    position:absolute;
    top:0px;
}

.mapalert
{
    background-image:url(../images/map-pins/mapalert.jpg);
    background-repeat:no-repeat;
    background-position:4px 5px;
    margin:0;
    display:inline-block;
    height:auto;
    padding:5px 5px 5px 35px;
    width:230px;
    border:solid 1px orange;
    font-size:11px;

}



.mroute
{
    background-image:url(../images/map-pins/mroute.png);
    background-repeat:no-repeat;
    margin:0;
    color:white!important;
    display:inline-block;
    height:20px;
    padding: 2px 0px 0px 0px;
    width:40px;
    text-align:center;
    
}

.aroute
{
    background-image:url(../images/map-pins/aroute.png);
    background-repeat:no-repeat;
    margin:0;
    color:white!important;
    display:inline-block;
    height:22px;
    padding:3px 0 0 0;
    vertical-align:middle;
    width:46px;
    text-align:center;
    
}
.mailTable
{
    width:100%;
    border:solid 1px gray;
    background-color:#F3F9FB;
}
.mailTable .firstCol
{
    width:50%;
    vertical-align:top;
    height:30px;
    text-align:left;
    padding:5px;
}
.mailTable .secondCol
{
    width:50%;
    vertical-align:top;
    height:auto;
    text-align:left;
    padding:5px;
}
.mailTable input
{
    width:90%;
    margin:5px 0px 5px 0px;
}
.mailTable input.disabled
{
    color:Gray;
    
    
}
.mailTable textarea
{
    width:90%;
}


#map-help
{
    margin:10px 0 10px 10px;
    font-size:85%;
    font-weight:bold;
}

#map-help ul
{
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#map-help li
{
    background:transparent url(../images/gifs/listItemDivider.gif) no-repeat scroll 100% 50%;
    float:left;
    padding:3px 8px;
}

#map-help li.last
{
    background:transparent none repeat scroll 0 0;
    padding-right:0;
}

    
/* Added For Google Maps Directions */            
#mainContent .results .list .route-errors {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}
#mainContent .results .list .route-errors ul {
    margin: 10px 0 10px 15px;
}
#mainContent .results .list .route-errors ul li
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style-type: disc;
    overflow: visible;
}
        