/* ########################## */
/*      REDEFINE STYLES       */
/* ########################## */

h1 {
  font-size: 160%;
  margin: 0px 0px 7px 0px;
  color: #404050;
  font-weight: normal;
  text-align: left;
}
h2 {
  font-size: 120%;
  margin: 0px 0px 6px 0px;
  color: #404050;
  font-weight: normal;
  text-align: left;
}

h3 {
  font-size: 100%;
  margin: 0px 0px 5px 0px;
  color: #808080;
  font-weight: normal;
  text-align: left;
}

h6 {
  font-size: 76%;
  margin: 0px 0px 0px 0px;
  color: #606870;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

p {
  font-size:1em;
  margin: 0 0 0 0;
  padding-left: 0.7em;
}

ul {
  text-align: left;
}

table {
  font-size:1em;
}

table.normal {
  border: 0px solid #666666;
  border-collapse: collapse;
}

table.normal td {
  border: 1px solid #666666;
  padding: 3px 5px 3px 5px;
}

table.normal th[scope=col] {
  background-color: #EEEEEE;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #666666;
  border-right: 0px solid #666666;
}

table.normal th[scope=row] {
  background-color: #EEEEEE;
  font-weight: bold;
  text-align: right;
  border: 1px solid #666666;
  padding-right: 5px;
}

/* CONTENT EDIT STYLES */

p.contentHeaderBig {
  font-size: 1.9em;
  margin: 0.3em 0em 0.4em 0em;
  color: #404050;
  font-weight: bold;
  border-bottom: 1px solid #909090;
  font-style: none;
  padding-left: 0.5em;
}

p.contentHeaderStandard {
  font-size: 1.5em;
  margin: 0.3em 0em 0.4em 0em;
  color: #404050;
  font-weight: bold;
  border-bottom: 1px solid #909090;
  font-style: none;
  padding-top: 0.4em;
  padding-left: 0.6em;
}

p.contentHeaderSmall {
  font-size: 1.2em;
  margin: 0.3em 0em 0.2em 0em;
  color: #404050;
  font-weight: bold;
  border-bottom: 0px solid #909090;
  font-style: none;
  padding-top: 0.4em;
  padding-left: 0.6em;
}

a:visited, a:link, a:focus, a:hover, a:active {
  text-decoration: none;
  color: #0c3a7c;
}

a:hover {
  text-decoration: underline;
}

td.boxuser {
  background-image: url(MEDIA/BlueBoxUser240.gif);
  background-repeat: no-repeat;
  padding-left: 50px;
  text-align: center;
}

td.boxuser p {
  padding: 0px;
}

td.boxuser h1 {
  text-align: center;
}

td.boxprovider {
  background-image: url(MEDIA/BlueBoxProvider240.gif);
  background-repeat: no-repeat;
  padding-left: 64px;
  text-align: center;
}

td.boxprovider p {
  padding: 0px;
}

td.boxprovider h1 {
  text-align: center;
}

.borderTable {
  border: 1px solid #909090;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-left: 8px;
}

.borderTable td {
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  padding: 3px;
}
