﻿


.MapTollsPadding
{
    padding :10px
    
}

/* This is the start position of the Map Control */
.MapSection
{
 	/*border-style: none;
    border-color: inherit;
    border-width: 0px;
   position: absolute; */
   position :relative ;
  
	/*left:  195px;
	top: 179px; */
    display: inline;
	visibility: visible;
/*	z-index: 10;
	background-color: #e6e7e8;
	border-collapse:collapse; */
}

/*  Information panel */
#InfoPanel table{
    border-spacing: 0px;
    border-collapse: collapse;
    width: 250px;
}
th {
    text-align: center;
    font-weight: bold;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #4a70aa;
    color: #FFFFFF;
}
#InfoPanel td {
    text-align: center;
    padding: 2px;
    border: 2px solid #FFFFFF;
    background: #e3f0f7;
}
td {

}

  .boxHeaderStyle
{
    text-align :center ;
  /*font-size: medium;*/
   font-weight: bold;
   color: White;
   /*background-color: #0b615e;*/
   background-color: #0099ff;
   padding-top: 1px;
   padding-bottom: 4px;
   margin-bottom:6px;
   
}

.boxOuterStyle
{
    border :solid 3px #0099ff ;
    width:100%;
    margin-bottom:7px;
    background-color :White;
}

.boxBodyStyle
{
    text-align :center ;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    padding-bottom: 7px;
    background-color :White;
}