﻿/*  */
.infobox
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  color: #868898;
  margin-top: 10px;
}

/* legacy style in case we need it */

.line
{
  background-color: #626256;
  width: 100%;
  height: 1px;
  float: left;
}

div.search2
{
  float: left;
  padding: 3px 3px 10px 10px;
  font-family: Arial, Helvetica, Verdana sans-serif;
  font-size: 11px;
}

.button
{
  color: #FFFFFF;
  background-color: #3d3445;
  border: 1px solid #8B9496;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
}
.buttonRed
{
  color: #FFFFFF;
  background-color: #951111;
  border: 1px solid #8B9496;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
}
a.button
{
  color: #FFFFFF;
  background-color: #3d3445;
  border: 1px solid #8B9496;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 20px 3px 20px;
  margin-right: 5px;
}
a.button:hover
{
  color: #FFFFFF;
  background-color: #868898;
  border: 1px solid #3d3445;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 20px 3px 20px;
}

a.buttonRed
{
  color: #FFFFFF;
  background-color: #951111;
  border: 1px solid #8B9496;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 20px 3px 20px;
}
a.buttonRed:hover
{
  color: #FFFFFF;
  background-color: #3d3445;
  border: 1px solid #8B9496;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  padding: 3px 20px 3px 20px;
}

/* services home page styles */
#ServicesHome H3
{
  color: #3d3445;
  font-size: 14px;
  margin-top: 0px;
}
#ServicesHome H4
{
  color: #595b64;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 8px;
}

#LabServices
{
  float: left;
  width: 220px;
}
#NonLabServices
{
  float: left;
  margin-left: 3px;
  padding-left: 20px;
  width: 220px;
  border-left: 1px solid gray;
}

/* tree specific styles */
#BreadCrumb a
{
  color: #818181;
  font-size: 11px;
}
#BreadCrumb a:hover
{
  color: #3d3445;
  font-size: 11px;
}

hr.line
{
  color: #8B9496;
  background-color: #8B9496;
  height: 1px;
  width: 90%;
}

#ServicesOverview
{
  overflow: hidden;
  border-bottom: 1px solid gray;
  padding-bottom: 10px;
}

#ServicesSubType
{
  margin: 0px;
}

#ServiceSubType H3
{
  color: #3d3445;
}

.SearchTop
{
  overflow: hidden;
  margin: 0px 0px 12px 0px;
}

#ServicesSearch
{
  float: right;
  padding: 6px 12px 12px 12px;
  text-align: center;
  background-color: #e1e8f0;
  border: 1px solid gray;
  width: 230px;
}

#ServicesSearch h3
{
  font-size: 13px;
  font-weight: bold;
}

#TreeStructure
{
  margin-left: 20px;
}
#TreeStructure td
{
  padding-top: 5px;
}
#TreeStructure a
{
  color: #0054a6;
  text-decoration: underline;
  font-weight: normal;
  padding-left: 5px;
}



/* details page styles */
#DetailsPage
{
  margin-left: 15px;
  border: 1px solid #3d3445;
  background-color: White;
  width: 500px;
}
#DetailsPageHeader
{
  background-color: #d6e7c7;
  border-bottom: 1px solid #3d3445;
}
#DetailsPage h3
{
  margin: 0px;
  padding: 10px;
  color: #3d3445;
}
#DetailsPage h4
{
  margin: 0px;
  padding: 10px;
  color: #3d3445;
}

#GeneralInformation
{
  overflow: auto;
}
#GeneralInformationHeader
{
  background-color: #f9fbf6;
  border-bottom: 1px solid #3d3445;
  border-top: 1px solid #3d3445;
}
#GeneralLeftColumn
{
  float: left;
  width: 75px;
}
#GeneralRightColumn
{
  float: left;
  width: 350px;
  padding-bottom: 10px;
  line-height: 20px;
}

#OrderingInformation
{
  overflow: auto;
}
#OrderingInformationHeader
{
  background-color: #f9fbf6;
  border-bottom: 1px solid #3d3445;
  border-top: 1px solid #3d3445;
}
#OrderingLeftColumn
{
  float: left;
  width: 150px;
  padding-left: 10px;
  padding-top: 10px;
}
#OrderingRightColumn
{
  float: left;
  width: 290px;
  padding-left: 10px;
  padding-top: 10px;
}

.padding
{
  padding: 10px;
}
#SearchResults
{
  padding: 10px;
  border-bottom: 1px dotted #cadabd;
  color: #626256;
}
#SearchResults a
{
  color: #0054a6;
}
#SearchResults a:hover
{
  color: #551a8b;
}
a.SearchTitle
{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
