﻿.PanelHeader{
    
    height:1px;
    padding:4px;
    color:black;
    text-transform:uppercase;
       border-bottom:solid 1px lightgray;
     font-size:12px;
    
      
}

.Panel{
    border:solid 1px lightgray;
}
.PanelToolBar{
     font-size:12px;
  
    height:1px;
}
.PanelContent{
    background-color:white;

}

.SearchToolBar{
          height:1px;
         border-bottom:solid 1px lightgray;
}
.SearchToolBar input {
      padding:3px;width:100%;
      -webkit-box-sizing : border-box;
      ‌​-moz-box-sizing : border-box;
      box-sizing : border-box;
      border:none;
      font-size:12px;
      border-bottom:solid 1px lightgray;
}
.PanelDialogButtons{
    border-top:solid 1px lightgray;
    height:1px;
}