﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.leftpanel {
      background-color: #0072c6;
      height: auto;
      width: 350px;
      padding: 20px;
      float: left;
      min-height: 900px;
      vertical-align: top;
      margin-right: 20px;
}
.leftpanel a {
     text-decoration:none;
}

    .leftpanel h1 {
         font-family: 'SEGOEUIL', SEGOEUIL_IE;
         color: white;
         font-weight: 100;
         font-size: 30px;
         line-height: 30px;
         margin-left: 10px;
    }
        .leftpanel h3 {
         font-family: 'SEGOEUIL', SEGOEUIL_IE;
         color: white;
         font-weight: 100;
         font-size: 20px;
          line-height: 20px;
          margin-left: 10px;
    }


.rightpanel {
     width: auto; 
     padding:20px; 
     overflow: visible; 
     background:#fff; 
     margin-right: 20px;
     height: auto;
     min-height: 900px;
     vertical-align: top;
}


.SearchPeopleContainer {
    width: 100%;
    height: 52px;
    text-align: left;
    font-family: 'Segoe UI';
    font-size: 15px;
    vertical-align: middle;
}
.SearchImage img {
    float: left;
   
    height: 40px;
      BORDER:0;
       vertical-align: middle;
}
.SearchPersonInfo {
    float: right;
     width: 80%;
     height: 40px;
     vertical-align: middle;
     margin-top:10px;

}
.txtsearch {
        border: 1px solid #bababa;
    padding: 6px;
    width: 90%;
    margin-bottom: 10px;
}

.leftpanel a{
    color: #808080;
}

.leftpanel a:hover{


}
.clear {
  clear: both;
  line-height:0px;
  font-size:1px;
}
#MainContent_UpdatePanel1 {
    height: 100%;
}
.SearchPeopleContainer:hover {
     background-color:#ccdaeb;
}
.RecentPeopleName {
      font-family: 'SEGOEUIL', SEGOEUIL_IE;
         color: white;
         font-weight: 300;
         font-size: 18px;
          line-height: 20px;
}
.RecentPeopleAddress {
        font-family: 'SEGOEUIL', SEGOEUIL_IE;
         color: white;
         font-weight: 300;
         font-size: 15px;
          line-height: 20px;
}

.RecentPeopleNameNew {
      font-family: 'SEGOEUIL', SEGOEUIL_IE;
         color: #545454;
         font-weight: 300;
         font-size: 18px;
          line-height: 20px;
}
.RecentPeopleAddressNew {
        font-family: 'SEGOEUIL', SEGOEUIL_IE;
         color: #808080;
         font-weight: 300;
         font-size: 15px;
          line-height: 20px;
}

