/*
  modify default stylesheet
*/

#subheader
{
  background-image: url("/fileadmin/projects/emergency-preparedness/logo.jpg");
  background-repeat: no-repeat;
  background-position: 0px;
}

#bread
{
  margin-top: 8px;
}

.leftCOL
{
  background-color: transparent;
  border-width: 0px;
  margin-left: 0px;
  width: 190px;
}

.leftCOL p
{
  margin: 0px;
}

.mainsection
{
  background-color: #F6FaFF;
  border: 1px dashed #cccccc;
  width: 673px;
}

.mainsection h4
{
  margin: 1em 0px;
  /*
  text-align: left !important;
  font-size: 1.4em !important;
  color: #11297b;
  font-weight: bold;
  */
}

.mainsection h5
{
  margin: 0.5em 0px;
}

.mainsection p img
{
  display: inline;
}

.mainsection .indent
{
  margin-left: 2em;
}

.mainsection .align-center
{
  text-align: center;
}

.mainsection .csc-header-date
{
  color: #11297b;
  font-weight: bold;
  margin: -0.5em 0px 1em 0px;
}

.mainsection ol
{
  list-style-type: upper-alpha;
}

.mainsection ol ol
{
  list-style-type: lower-alpha;
}

.mainsection ol ol ol
{
  list-style-type: lower-roman;
}

.FAQs .mainsection h5
{
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-top: 1em;
}

.mainsection .dotted
{
  border: none;
  border-top: dashed 1px #cccccc;
  background-color: transparent;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}

.mainsection .csc-linkToTop
{
  text-align: center;
}

.mainsection .successPage .errorsNotPresent h3
{
  font-size: 1.2em;
}

.mainsection .successPage .errorsNotPresent .msgTitle
{
  padding: 0px;
}

.mainsection td p, .mainsection th p
{
  margin: 0.5em 0px;
}

#submenu li ul li
{
  margin-bottom: -1px;
}

#submenu li ul li ul li
{
  margin-bottom: -1px;
}