﻿body
{
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 18px; /*COLOR: black;  	FONT-FAMILY: Arial, sans-serif;  	font-size:13px; 	BACKGROUND-COLOR: white; */
}

.SelectAddress
{
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	padding-bottom: 0px;
	margin: 3px;
	width: 300px;
	padding-top: 5px;
	height: expression( this.scrollHeight > 639 ? "640px" : "auto" ); /* sets max-height for IE */
	max-height: 640px; /*sets max-height value for all standards-compliant browsers */
}

.DragContainer
{
	/*    BORDER-RIGHT: #669999 2px solid;    BORDER-LEFT: #669999 2px solid;    BORDER-TOP: #669999 2px solid;    BORDER-BOTTOM: #669999 2px solid    */
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	padding-bottom: 0px;
	margin: 3px;
	width: 300px;
	padding-top: 5px; /* height: expression( this.scrollHeight > 659 ? "660px" : "auto" ); sets max-height for IE */ /*max-height: 660px; sets max-height value for all standards-compliant browsers */
}

.OverDragContainer
{
	border-right: #669999 1px solid;
	padding-right: 5px;
	border-top: #669999 1px solid;
	padding-left: 5px;
	float: left;
	padding-bottom: 0px;
	margin: 3px;
	border-left: #669999 1px solid;
	width: 300px;
	padding-top: 5px;
	border-bottom: #669999 1px solid;
	background-color: #eee;
}


.DragBox
{
	border-right: #000 1px solid;
	padding-right: 2px;
	border-top: #000 1px solid;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-left: #000 1px solid; /* WIDTH: expression( this.scrollWidth > 669 ? "700px" : "auto" ); sets max-height for IE */
	width: auto; /*for IE */
	max-width: 97%;
	height: 50px;
	cursor: pointer;
	padding-top: 2px;
	border-bottom: #000 1px solid;
	font-family: verdana, tahoma, arial;
	background-color: #eee;
}
.OverDragBox
{
	border-right: #000 1px solid;
	padding-right: 2px;
	border-top: #000 1px solid;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-left: #000 1px solid;
	width: 97%;
	height: 50px;
	cursor: pointer;
	padding-top: 2px;
	border-bottom: #000 1px solid;
	font-family: verdana, tahoma, arial; /*BACKGROUND-COLOR: #eee;*/
	background-color: #ffff99;
}


.DragDragBox
{
	border-right: #000 1px solid;
	padding-right: 2px;
	border-top: #000 1px solid;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-left: #000 1px solid;
	width: 312px;
	height: 50px;
	cursor: pointer;
	padding-top: 2px;
	border-bottom: #000 1px solid;
	font-family: verdana, tahoma, arial;
	background-color: #eee; /* 	transparent won't work since all divs are filled up with divs 	BACKGROUND-COLOR: #ffff99;    FILTER: alpha(opacity = 50);    BACKGROUND-COLOR: #ff99cc*/
}



.TargetBox
{
	border-right: gray 1px dashed;
	padding-right: 2px;
	border-top: gray 1px dashed;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-left: gray 1px dashed;
	width: 97%;
	height: 50px;
	cursor: pointer;
	padding-top: 2px;
	border-bottom: gray 1px dashed;
	font-family: verdana, tahoma, arial;
	background-color: white;
	color: White; /*BACKGROUND-COLOR: #ffff99;    FILTER: alpha(opacity = 50);    BACKGROUND-COLOR: #ff99cc*/
}

.History
{
	font-size: 10px;
	overflow: auto;
	width: 100%;
	font-family: verdana, tahoma, arial;
	height: 482px;
}

.DetailBox
{
	border: solid 1px GRAY;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: auto; /*for IE */
	max-width: 97%;
	padding-top: 2px;
	font-family: verdana, tahoma, arial;
	background-color: White;
}

@media screen
{
	.np
	{
		display: block;
	}
	.ns
	{
		display: none;
	}
	.map
	{
		position: absolute;
		left: 370px;
		top: 36px;
		float: left;
		width: 600px;
		height: 600px;
		border: 1px solid gray; /*border: 1px solid rgb(169, 169, 169); 		float:left; 		position:absolute; 		*/
	}

	.dirTdNum
	{
		border-top: #dcdcdc 1px solid;
		background-color: #cccccc;
		text-align: right;
		width: auto;
		max-width: 5%;
	}
	.dirTdText
	{
		border-top: #dcdcdc 1px solid;
		width: auto;
		max-width: 83%;
	}
	.dirTdDist
	{
		border-top: #dcdcdc 1px solid;
		width: auto;
		max-width: 12%;
		text-align: right;
		color: #606060;
	}


	.mlslogo
	{
		float: left;
	}
	.mainDiv
	{
		width: auto;
	}
	.topDiv
	{
		width: auto;
	}
	.pin
	{
	}
	.pin-print
	{
		display: none;
	}
	.printDirection
	{
		display: none;
		font-size: 14px;
	}
	.ddpinimage
	{
	}
    .pagebreak
    {
        display:none;
    }
}

@media print
{
	.np
	{
		display: none;
	}
	.ns
	{
		display: block;
	}
	.map
	{
		/* 		border: 1px solid rgb(169, 169, 169); 		float:none; 		position:relative;          */
		position: relative;
        float:none;
		width: 600px;
		height: 700px;
		border: none;
	}
	.dirTdNum
	{
		border-top: #dcdcdc 1px solid;
		background-color: white;
		text-align: right;
	}
	.mlslogo
	{
		/*float: none;*/
		margin-bottom: 6px;
	}
	.mainDiv
	{
		width: auto;
	}
	.topDiv
	{
		width: auto;
	}
	.zoom-np
	{
		visibility: hidden;
	}
	.pin
	{
		visibility: hidden;
		background-color: White;
	}
	.pin-print
	{
		display: block;
		z-index: 999;
	}
	.printDirection
	{
		font-size: 14px;
	}
	.ddpinimage
	{
		/* CSS3 standard */
		opacity: 0.5;
		/* for IE */
		filter: alpha(opacity=40);
	}
    .pagebreak
    {
        page-break-before:always;
    }
}


.direction
{
	border: solid 1px #d02f41; /**/
	z-index: 999;
	width: 90%;
}

.dirTable
{
	border-spacing: 2px;
	border-collapse: collapse;
	border: none;
	width: auto;
	max-width: 98%;
	vertical-align: top;
	width: 98%;
}


.dirTd
{
	border-top: #dcdcdc 1px solid;
}


.arrowImg
{
	vertical-align: middle;
}

.detailDir
{
	width: auto;
	max-width: 100%;
	display: none;
}

.aTob
{
	font-size: 13px;
	padding-right: 10px;
	font-weight: bold;
	color: Green;
}

.noOutline
{
	outline: none;
}


.popupControl
{
	background-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
	z-index: 2;
	padding: 0px 0px 0px 0px;
}

.directionStepLetter
{
	background: url("/bingmaps/images/vecss_en.png") no-repeat scroll 0 -831px transparent;
	color: White;
	font-size: 0.8em;
	font-weight: bold;
	height: 39px;
	left: 8px;
	line-height: 25px;
	position: absolute;
	text-align: left;
	text-indent: 5px;
	width: 35px;
}


.lastWaypoint
{
	background: url("/bingmaps/images/vecss_en.png") no-repeat scroll 0 -870px transparent;
	width: 35px;
}

.ddstartPin
{
	background: url("/bingmaps/images/POI_dd_map_start.png") no-repeat scroll transparent;
	width: 35px;
	height: 40px;
}

.ddstartPin
{
	/*background: url("/bingmaps/images/vecss_en.png") no-repeat scroll 0 -831px transparent;*/
	background: url("/bingmaps/images/POI_dd_map_start.png") no-repeat scroll transparent;
	color: White;
	font-size: 12px;
	font-weight: bold;
	height: 39px;
	left: 8px;
	line-height: 25px;
	text-align: left;
	text-indent: 5px;
	width: 35px;
}

.ddendPin
{
	background: url("/bingmaps/images/POI_dd_map_end.png") no-repeat scroll transparent;
	color: White;
	font-size: 12px;
	font-weight: bold;
	height: 39px;
	left: 8px;
	line-height: 25px;
	text-align: left;
	text-indent: 5px;
	width: 35px;
}

.ddstartPin:hover, .ddendPin:hover
{
	background: url("/bingmaps/images/POI_dd_map_start_hover.png") no-repeat scroll transparent;
	color: Black;
}

.ddpintext
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	text-align: left;
	width: 20px;
	position: relative;
	top: -34px;
	left: 4px;
	font-weight: bold;
}
.ddpin
{
	position: relative;
	top: -23px;
	left: 8px;
}

