﻿.pnlNewLogo {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.countingtextbox {
    width: 100% !important;
}

.imgLogo
{
    max-width: 150px;
    max-height: 150px;
}

* html .imgLogo { 
   width: expression( document.body.clientWidth > 150 ? "150px" : "auto" ); /* sets max-width for IE */
   height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); /* sets max-height for IE */
}

li .submenu-item {
    clear: both;
    list-style-type: none !important;
    list-style: none;
}

#nav-section div ul li ol li.submenu-item a, #nav-section div ul li ol li.submenu-item a:hover {
  font-weight: normal;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  padding-top: 0.35em;
  text-decoration: none;
}

.DirectoryInfo:disabled {
    background-color: #f9f9f9;
}

.unaprovedChanges {
    display: block;
    color:#007EB1;
    font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
    font-weight: bold;
}