 .PRKmain-header {
    background-color: #355997;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 8px;
    position: relative;
  }
  .PRKmain-header .page-title {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-size: 2em;
    display: inline-block;
    padding-top: 2px;
  }
  /* Vertical tabs START */
  .vertical-tabs-left-new
 {
 display: table;
  background-color: #ffffff;
}
  .vertical-tabs-left-new .vertical-tab-list-new ul.nav > li > a {
  margin-left: -3px;
  color: #444;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}
.vertical-tabs-left-new .vertical-tab-list-new ul.nav > li > a:hover,
.vertical-tabs-left-new .vertical-tab-list-new ul.nav > li > a:focus {
  background-color: #ffffff;  
}
.vertical-tabs-left-new .vertical-tab-list-new ul.nav > li.active > a,
.vertical-tabs-left-new .vertical-tab-list-new ul.nav > li.active > a:hover,
.vertical-tabs-left-new .vertical-tab-list-new ul.nav > li.active > a:focus {
  background-color: #e6e6e6;
}
  
  
  /* Vertical tabs END */
.maintitle {
font-size:2em; 
font-family:trebuchet ms,helvetica,sans-serif;
font-weight:bold;
margin-top:10px;
}
.indexHeading{
font-family:trebuchet ms,helvetica,sans-serif;
font-size:1.6em;
font-weight:bold;
}
.Sub-indexHeading{
font-size:1.1em;
}
.subtitleHeading{
    color:#000080;
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  .calendarTitle
  {
      font-size: 14px;
      font-weight:bold;
      text-decoration: underline;      
  }
  .icon-ar.icon-ar-xl-lg.icon-ar-circle:hover{
       background-color: #355997;
  color: #fff;
  }
/* FAQ page START */
.FAQquestion{
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
text-transform: uppercase;
color:#355997;
font-weight:bold;
font-size: 1.1em;
}
/* FAQ page END */
/* Pay Ticket page START */
.ticketHeading{  
    font-size: 1.4em;
        margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ticketSubtHeading{  
    font-size: 1.18em;
        margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
/* Pay Ticket page END */
/* Buy & Renew page START */
.BRHeading{  
    font-size: 1.4em;
      margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.BRSubHeading{  
    font-size: 1.18em;
        margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
/* Buy & Renew page END */
 /* Pay by Cell page START */
   .subtitle_paybycell{
    color:#000080;
    display: block;
    font-size: 1.17em;
      margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
 .mnmodalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
  }
  .mnmodalDialog:target {
    opacity:1;
    pointer-events: auto;
  }
  .mnmodalDialog > div {
    width: 600px;
    position: relative;
    margin: 10% auto;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #F2f2f2);
    background: -webkit-linear-gradient(#fff, #F2f2f2);
    background: -o-linear-gradient(#fff, #F2f2f2);
  }
  .mnclose {
    background: #fff;
    color: #006090;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
  }
  .mnclose:hover {
    background: #00d9ff;
  }
  .StartRegistration  {
    width:340px;
    height:390px;
    background-color: #FFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  .SignIn{
    width:340px;
    height:280px;
    background-color: #FFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
 /* Pay by Cell Page END */
 /* Bx Slider START */
.bx-wrapper .bx-viewport
        {
            box-shadow: none;
            border: none;
        }
/* Bx Slider END */
 /* Home page START */
 .section-lines {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
  background-color: #f9f9f9;
}
.Home-section-title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-top: 39px;
  color: #000;
}
 
 .ParkingSections{
      font-size:14px;
      margin: 0;
      cursor: pointer;
      color:#000080;     
    }
    .parkingitems ul li a{
      font-size:12px;
      color:#800000;
    }
    .insideparking ul li a {
      font-size:14px;
      color:#000080;
    }
    .parkinglinks a {
      font-size:14px;
      font-weight:bold;
      color:#000080;
    }
    .centered-table {
   margin-left: auto;
   margin-right: auto;
}
    .Parking-table {
      border: solid 1px #DDEEEE;
      border-collapse: collapse;
      border-spacing: 0;     
      color:  #000080;           
      margin-left: auto;
      margin-right: auto;
    }
    .Parking-table thead th {
    background-color: #FFFFFF;
    border: solid 1px #DDEEEE;
    color:  #1168AD;
    padding: 5px;
    text-shadow: 1px 1px 1px #fff;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background: #FFFFFF;
    background: -moz-linear-gradient(top,  #FFFFFF 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%);
    background: -o-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(top,  #FFFFFF 0%,#EEEEEE 100%);
    background: linear-gradient(to bottom,  #FFFFFF 0%,#EEEEEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#EEEEEE",GradientType=0 );
    font-size: 1.0em;
    }
    .Parking-table tbody td {
      border-top: medium none;
      border-bottom: 1px solid #CCCCCC;
      border-left: 1px solid #CCCCCC;
      padding: 5px;
      text-shadow: 1px 1px 1px #fff;
    }
    .heading{
      font-size: 1.4em;
      font-weight: 700;
      font-family:'Arial', sans-serif;
      letter-spacing: 1px;
      color: #585858;
      border-bottom: 0px solid #A4A4A4;
    }
     .carousel-razon
        {
            background-color: #315994;            
        }
        .carousel-section
        {
            margin-bottom: 0px;
        }     
/* Home page END */
 /* Parking A-Z Index START */
  ul#parkindex{
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #6c6;
    margin: 1;
    
  }
  ul#parkindex li{
    float: left;
    height: 21px;
    background-color: #FFFFCC;
    margin: 2px 2px 0 2px;
    border: 1px solid #6c6;  
  }
  ul#parkindex li#active{
    border-bottom: 2px solid #fff;
    background-color: FFFFCC;
  }
  li#active a {
    color: #000;
  }
  #parkindex a{
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
  }
  #parkindex a:hover {
    background: #fff;
  }
  .parkitems ul li a{
    font-size:14px;
    color:#800000;
  }
  .parkitems h3 {
    color:#2f4f4f;
    font-weight:bold;
  }
  .titledescription{
    face:Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
  }
  /* Parking A-Z Index END */