﻿table { border-collapse: collapse; font-family:arial;font-size:14px;} 
td { border: 0px #000 solid; margin: 0px; padding: 0px; } 

#trasnparentDiv  {   
	filter:alpha(opacity=40);    
	-moz-opacity: 0.4;    
	opacity: 0.4;    
}

.opaqueLayer{display:none;position:absolute;top:0px;left:0px;opacity:0.3;filter:alpha(opacity=30);background-color: #000000;z-Index:2000;}
.popUpLayer {position:absolute;top:0px;left:0px;width:350px;height:250px;display:none;z-Index:2001;border:2px solid #515151;background-color:#FFFFFF;text-align:center;vertical-align:middle;padding:10px;}
.popUpLayerBig {position:absolute;top:0px;left:0px;width:350px;height:350px;display:none;z-Index:2001;border:2px solid #515151;background-color:#FFFFFF;text-align:center;vertical-align:middle;padding:10px;}
.popUpLayerPicture {position:absolute;top:0px;left:0px;width:380px;height:380px;display:none;z-Index:2001;border:2px solid #515151;background-color:#FFFFFF;text-align:center;vertical-align:top;padding:0px;}

.BtnSmall { font-family: arial; font-size: 12px}
.SelectBox { font-family: arial; font-size: 12px;}

.infoValue  {font-family:arial;font-size:13px;color:#1A3046;}
.textA  {font-family:arial;font-size:11px;color:#1A3046;}
.textD  {font-family:arial;font-size:11px;color:#1A3046;}
.textPoint  {font-family:arial;font-size:10px;color:#A2A2A2;cursor:default;}
.textC  {font-family:arial;font-size:12px;color:#396B9B;background:#ADC7E0;border: 1px #2D5277 solid;}
input.boldButton {font: bold small 'arial',arial; }

.smallestTitle  {font-family:arial;font-size:12px;color:#000000}
.smallTitle  {font-family:arial;font-size:14px;color:#000000;font-weight:bold}
.title  {font-family:arial;font-size:16px;color:#000000;font-weight:bold}
.info  {font-family:arial;font-size:10px;color:#9D9D9D}
.infoDark  {font-family:arial;font-size:10px;color:#595959}
.Notice  {font-family:arial;font-size:12px;color:#1CD264}
.devices  {font-family:arial;font-size:13px;color:#0C79C0}
.titleBold  {font-family:arial;font-size:13px;color:#000000;font-weight:bold}
.NoticeRed  {font-family:arial;font-size:12px;color:#C90303;vertical-align:middle}
.Tips  {font-family:arial;font-size:11px;color:#2C69A7}
.DidYouKnow  {font-family:arial;font-size:11px;color:#2C69A7;background:#FEFD92;}
.smallText  {font-family:arial;font-size:12px;color:#000000}

.textBox  {font-family:arial;font-size:11px;color:#000000;}
.textboxSplit  {font-family:arial;font-size:11px;color:#000000;}

.links  {font-family:arial;font-size:11px;color:#274E72;text-decoration:underline}
.links:hover  {color:#4885BF;}

.menuLinks  {font-family:arial;font-size:13px;color:blue;text-decoration:underline;cursor:pointer}
.menuLinksDisabled  {font-family:arial;font-size:13px;color:#000000;font-weight:bold;text-decoration:none;cursor:default}
.menuLinksNA  {font-family:arial;font-size:13px;color:#999999;text-decoration:none;cursor:default}
.menuLinksInvisible  {display:none;}
.menuLinks:hover  {color:#4885BF;}

.GrayInput  {color:#AAAAAA;}

.printLink  {font-family:arial;font-size:15px;color:#1A3046;text-decoration:underline}
.printLink:hover  {color:#37669F;}

.buttonsLinks  {font-family:arial;font-size:11px;color:#1A3046;text-decoration:underline}
.buttonsLinks:hover  {color:#37669F;}
.Btn{ font-family: arial; font-size: 11px;color:#274E72;background-color: #C8DCEC;border: 1px solid;border-color: #86A5C5;cursor:pointer}

.address  {font-family:arial;font-size:14px;color:#000000;}
.routeDescription  {font-family:arial;font-size:14px;color:#1A3046;background:#ADC7E0}
.routeLocation  {font-family:arial;font-size:11px;color:#1A3046;background:#ADC7E0}

.routeLink  {font-family:arial;font-size:11px;color:#000000;text-decoration:none}
.routeLink:hover  {color:#D12525;}

.routeDescLink  {font-family:arial;font-size:12px;color:#000000;text-decoration:none;}
.routeDescLink:hover  {color:#1D31DA;text-decoration:underline}

.routeDesc  {font-family:arial;font-size:11px;color:#000000;text-decoration:none}

.addressLink  {font-family:arial;font-size:10px;color:#000000;text-decoration:none}
.addressLink:hover  {color:#D12525;}

.searchBtn {font-family:arial;font-size:10px;color:#000000;background-color:#FFFFFF;border:1px solid #7A7A7A}
.layersText  {font-family:arial;font-size:11px;color:#000000;}

.LayerLabel {font-family: arial;font-size:11px;color:#000000;}

.trafficTitle{font-family: Arial;font-weight:bold;color:#000000;font-size:12px;}
.trafficTextC {font-family: arial;font-size:11px;color:#0E62B6;}
.trafficLinkB{font-family: arial;font-size:11px;color:#0E62B6;text-decoration:none;text-decoration:none;}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(Images/bullet.gif) no-repeat right center;
list-style-type: none;
text-align:right;
padding-right: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(Images/plus.gif) no-repeat right 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}






.treeviewEng ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeviewEng li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(Images/bullet.gif) no-repeat left center;
list-style-type: none;
text-align:left;
padding-left: 22px;
margin-bottom: 3px;
}

.treeviewEng li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(Images/plus.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeviewEng li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeviewEng .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#mediaInfoDiv img {
	max-width:270px;
	max-height:270px;
	width: expression(this.width > 270 ? 270: true);
	height: expression(this.height > 270 ? 270: true);
} 