﻿body
{
	font-family: Tahoma;
	font-size: 12px;
	margin: 0 0 0 0;
}

#maincontent
{
	width: 758px;
	text-align: left;
	margin: 5px auto;
}

#finddiv
{
	display:none;
	float: left;
	width: 552px;
	margin-left:11px;
}

* html #finddiv
{
	float: right;
	width: 545px;	
}

#resultdiv
{	
	float: left;
	width: 395px;
}

#routediv
{
	display:none;
	float: left;
	width: 956px;
	height: 202px;
	margin-top: 2px;
	margin-bottom: 20px;
	border: solid 1px #4498c2;
	text-align: center;
}
#routeStats
{
	float: right;
	width: 290px;
	height: 202px;
	margin-top: 2px;
	margin-bottom: 20px;
	border: solid 1px #4498c2;
	text-align: center;
}

#logo
{
	float: left;
}

#headertext
{
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#headertitle
{
	color: #6699FF;
	font-size: x-large;
	font-weight: bold;
}

.tiptext
{
	font-size: 10px;
}

.space
{
	margin: 0;
	padding: 0;
	border-top: 5px solid #fff;
}

.listBoxResult
{
	width: 100%;
	height: 300px;
}
#loadingPanels
{
	height: 18px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	top: 0px;
	right: 0px;
	/* background-color: #4498c2; */
	color: White;
	position: absolute;
}
#UpdateProgress1
{
	height: 18px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	top: 0px;
	right: 0px;
	/* background-color: #4498c2; */
	color: White;
	position: absolute;
}

.loadingPanels
{
	height: 18px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	padding: 200px 0 0 650px;
	/* background-color: #4498c2; */
	color: White;
	position: absolute  ;
}

* html .loadingPanels 
{
	position: absolute; /* position fixed for IE6 */
	top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
}

.loadingPanels1
{
	height: 18px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	padding: 200px 0 0 120px;
	/* background-color: #4498c2; */
	color: White;
	position: absolute  ;
}
/*
* html .loadingPanels1 
{
	position: absolute; /* position fixed for IE6  
	top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
} */
.loadingPanels2
{
	height: 18px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	padding: 200px 0 0 100px;
	/* background-color: #4498c2; */
	color: White;
	position: absolute  ;
}
/* html .loadingPanels2 
{
	position: absolute; /* position fixed for IE6  
	top: expression((0 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right: expression((0 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
} */
.mapimage
{
	padding-top:7px;
	padding-left:7px;
}
* html .mapimage
{
	padding-top:1px;
	padding-left:5px;
}


.content
{
	padding-left: 5px;
}

.mainLogin
{
	width: 320px;
}

.textLogin
{
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	height: 25px;
}

.controlLogin
{
	float: right;
	width: 200px;
	padding-top: 5px;
	height: 25px;
}

.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=80);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	height: 130px;
}

.divLabel
{
	width:250px;
	float:left;
}

.footerGrid
{
	font-size:smaller;
}

.slider_rail {
	margin-left:3px;
    position: relative;
    height: 145px;
    width:16px;
    border:solid 0px red;
    background: url(../images/zoom.png) repeat-y center;    
}
.slider_handle {
    position: absolute;
    height: 18px;
    width: 16px;
    cursor:pointer;
}

.ZoomBar
{
	margin-left: 22px; 
	margin-top: 3px; 
	z-index: 1000; 
	height: 180px;
}

.moveZoom
{
	width: 50%; 
	cursor:pointer;
	margin-left:2px;
}

.topleft, .topright, .top {overflow:hidden;}
.topleft
{
    background-image: url(../images/tip_balloon/lt.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: left;
}
.top
{
    background-image: url(../images/tip_balloon/t.gif);
    background-repeat: repeat-x;
    height: 6px;
    width: 363px;
    float: left;
}
.topright
{
    background-image: url(../images/tip_balloon/rt.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: right;
}
.left
{
    background-image: url(../images/tip_balloon/l.gif);
    background-repeat: repeat-y;
    width: 6px;
    height: 112px;
    float: left;
}

.right
{
    background-image: url(../images/tip_balloon/r.gif);
    background-repeat: repeat-y;
    width: 6px;
    float: right;
    height: 112px;
}
.bottomleft
{
    background-image: url(../images/tip_balloon/lb.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: left;
}
.bottom
{
    background-image: url(../images/tip_balloon/b.gif);
    background-repeat: repeat-x;
    height: 6px;
    width: 363px;
    float: left;
}
.bottomright
{
    background-image: url(../images/tip_balloon/rb.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: right;
}
.mainboxcontent
{
    float: left;
    background-image: url(../images/tip_balloon/centerbg.gif);
    background-repeat: repeat;
    width: 365px;
    padding-left: 10px
}

.routeDes
{
	display:none;
    width: 375px;
    position: absolute;
	margin-top:10px;	
    margin-left:9px;
}

.topbox
{
	float: left;
	height: 9px;
}

.bottombox
{
	float: left;
	height: 10px;
}

.download
{
	cursor:pointer;
}

.ptopleft, .ptopright, .ptop {overflow:hidden;}
.ptopleft
{
    background-image: url(../images/tip_balloon/lt.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: left;
}
.ptop
{
    background-image: url(../images/tip_balloon/t.gif);
    background-repeat: repeat-x;
    height: 6px;
    width: 263px;
    float: left;
}
.ptopright
{
    background-image: url(../images/tip_balloon/rt.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: right;
}
.pleft
{
    background-image: url(../images/tip_balloon/l.gif);
    background-repeat: repeat-y;
    width: 6px;
    height: 15px;
    float: left;
}
.pmaincontent
{
    float: left;
    background-image: url(../images/tip_balloon/background.gif);
    background-repeat: repeat;
    overflow: hidden;
    width: 263px;
    height: 15px;
    text-align:center;
}
.pright
{
    background-image: url(../images/tip_balloon/r.gif);
    background-repeat: repeat-y;
    width: 6px;
    float: right;
    height: 15px;
}
.pbottomleft
{
    background-image: url(../images/tip_balloon/lb.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: left;
}
.pbottom
{
    background-image: url(../images/tip_balloon/b.gif);
    background-repeat: repeat-x;
    height: 6px;
    width: 263px;
    float: left;
}
.pbottomright
{
    background-image: url(../images/tip_balloon/rb.gif);
    background-repeat: no-repeat;
    width: 6px;
    height: 6px;
    float: right;
}
.prouteDes
{
	display:none;
    width: 275px;
    height: 100px;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
    position: absolute;
	margin-top:30px;	
    margin-left:260px;
    
}
.prouteDes_routdetail
{
	display:none;
    width: 275px;
    height: 100px;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    opacity: .7;
    position: absolute;
	margin-top:60px;	
    margin-left:260px;
    
}
