/* gui shell */


body {
  /*background-color: #ECEFF3 !important;*/  
}

.shell * {
  font-family: Segoe UI, Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  color: #323232;  
}

img.bordered {
  border: 1px solid #CCCCCC;
}

code {
  background-color: #F5F5F5;
  padding: 1px;
}

#navbar, #navbar * {
  font-size: 13px !important;
}

.shell a {
  text-decoration: none !important;
  color: #197BC2 !important;
}

.shell a:hover {
  text-decoration: underline !important;
}

#main h1 {
  margin-top: 0px;
  font-weight: 600;
}

#sidebar h1 {
  font-size: 18px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  color: #323232;
}

#sidebar h2 {
  font-size: 14px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  color: #323232;
}

#searchForm .inactive {
  color: #CCCCCC;
}

#searchForm .active {
  color: #666666;  
}

#searchForm .focused {
  color: #666666; 
  background: #fffee7; 
}

#searchfield {
  border: 1px solid #CCCCCC;
  width: 200px;
}
