@CHARSET "ISO-8859-1";

/* Please note; All the font sizes here are mostly to counteract 
   the sideffects the BCHydro template definitions has on the mapping component.
*/

#mapContainer{
	width:740px;
	/*margin-left:  20px;*/
	margin-left:  0px;
}

#mapNavHeader{
	overflow:visible;
}


#mapComponentContainer{
	position:relative; 
	width: 738px;
	height:400px; 
}

#map{
	position:absolute; 
	top:0;
	left:0;
	font-size: 100%;
	width: 738px;
	height:400px; 
}

#map div, 
#map span, 
#map p, 
#map td, 
#map li{
	font-size:95%;
}

/* added 20080930 echan to disable bird's eye mode 
   notice that the div name will change on the Microsoft side
   so we need to keep updating it.	
*/
#MSVE_navAction_ObliqueMapView
{
	display: none;
	visibility:hidden;		
}
#MSVE_obliqueNotification
{
	visibility:hidden;		
}	

#addressField{
	margin-bottom: 20px;
}

div.zoomlink{
	margin-top: 2ex;
}


.x-combo-list {
    border:1px solid #98c0f4;
    background:#ddecfe;
    zoom:1;
    overflow:hidden;
}
.x-combo-list-inner {
    overflow:auto;
    background:white;
    position:relative; /* for calculating scroll offsets */
    zoom:1;
    overflow-x:hidden;
}
.x-combo-list-hd {
    font:bold 11px tahoma, arial, helvetica, sans-serif;
    color:#15428b;
    background-image: url(../images/default/layout/panel-title-light-bg.gif);
    border-bottom:1px solid #98c0f4;
    padding:3px;
}
.x-resizable-pinned .x-combo-list-inner {
    border-bottom:1px solid #98c0f4;
}
.x-combo-list-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:2px;
    border:1px solid #fff;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.x-combo-list .x-combo-selected{
	background-color: #c3daf9 !important;
    cursor:pointer;
    border:1px solid #336699;
}
.x-combo-noedit{
    cursor:pointer;
}
.x-combo-list-small .x-combo-list-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
}









