/***************************/
/*** Kerstoutreach Style ***/
/***************************/

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  font-family: "Arial";
  font-size: 12px;
  background-color: #f0f0f0;
  color: #000000;
}

/**
 * Divisions
 */

div {
  margin: 10px 0px;
  padding: 10px;
  height: auto;
  border: 1px solid #c0c0c0;
  background-color: transparent;
  text-align: justify;
}
div.p {
  color: #000000;
}

div.container {
  position: static;
  margin: 0px auto;
  padding: 0px;
  width: 1024px;
  min-height: 100%;
  height: auto !important;
  height: 100%; 
  border-width: 0px;
  background-color: #c0c0c0;
}

div.title {
  clear: both;
  margin: 0px;
  padding: 0px;
  width: 1024px;
  height: 187px;
  border-width: 0px;
  background-color: transparent;
  z-index: 500;
}

div.footer {
  clear: both;
  margin: 0px;
  padding: 0px;
  width: auto;
  height: auto;
  border-width: 0px;
  background-color: transparent;
  text-align: center;
}

div.footer p {
  margin: 2px;
  padding: 0px;
  color: #9a0000;
  font-weight: bold;
}

div.content {
  position: static;
  float: left;
  margin: 0px 10px;
  padding: 10px;
  width: 624px;
  border-width: 0px;
  background-color: #f0e1e0;
  text-align: justify;
}

div.navigation {
  position: static;
  float: left;
  margin: 0px 10px 4px 10px;
  padding: 4px 10px;
  width: 624px;
  border-width: 0px;
  background-color: #f0e1e0;
  text-align: justify;
}
div.navigation p {
  margin: 0px;
  padding: 0px;
}

div.dummy {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 1px;
  width: auto;
  border-width: 0px;
}

/**
 * Menu
 */

div.menu {
  position: static;
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  width: 1024px;
  height: 24px;
  border-width: 0px;
  background-color: #962c2c;
  background-image: url('../images/menu/main/dark.png');
  text-align: center;
  line-height: 24px;
  z-index: 500;
}

div.menu ul {
  width: auto;
  height: auto;
  margin: 0px 0px 0px 16px;
  padding: 0px;
  list-style: none;
  z-index: 998;
}

div.menu ul li {
  position: relative;
  float: left;
  display: block;
  width: 112px;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-color: #9a0000;
  background-image: url('../images/menu/main/dark.png');
  background-repeat: repeat-x;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  z-index: 998;
}

div.menu ul li:hover {
  background-color: #9a0000;
  background-image: url('../images/menu/main/light.png');
  background-repeat: repeat-x;
  cursor: pointer;
}

div.menu ul li a {
  display: block;
}

div.menu ul li ul {
  position: absolute;
  display: none;
  width: 270px;
  height: auto;
  top: 24px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  text-align: left;
  z-index: 999;
}

div.menu ul li ul li {
  position: relative;
  float: none;
  width: 250px;
  height: auto;
  left: 10px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  background-image: url('../images/menu/sub/dark.png');
  text-align: left;
  line-height: 20px;
  z-index: 999;
}

div.menu ul li ul li:hover {
  background-image: url('../images/menu/sub/light.png');
}
div.menu ul li:hover ul,
div.menu ul li ul li:hover ul {
  display: block;
}

div.menu a, div.menu ul li a, div.menu ul li ul li a {
  color: #ffffff;
  text-decoration: none;
}
div.menu ul li:hover a { color: #000000; }
div.menu ul li:hover ul li a { color: #ffffff; }

/* Side menu */

div.sidebar {
  position: static;
  float: left;
  width: 180px;
  height: auto;
  margin: 0px;
  padding: 20px 0px;
  border-width: 0px;
  background-color: #9a0000;
  background-image: url('../images/components/sidebar-dark.png');
  text-align: center;
}
div.sidebar p {
  margin: 0px 25px;
  color: #ffffff;
  text-align: justify;
  font-weight: bold;
}
div.sidebar a {
  color: #ffffff;
  text-decoration: none;
}

/* Side menu right */

div.sidebarright {
  position: static;
  float: right;
  width: 180px;
  height: auto;
  margin: 0px;
  padding: 20px 0px;
  border-width: 0px;
  background-color: #9a0000;
  background-image: url('../images/components/sidebar-dark.png');
  text-align: center;
}

div.sidebarright a { color: #000000; text-decoration: none; }




/*
 * Browse bar
 */

div.browse {
  margin: 20px 0px;
  padding: 4px;
  border-width: 1px;
  background-color: #2060a0;
  background-image: url('../images/browse.png');
}

div.browse span {
  margin: 0px 2px;
  padding: 2px;
  background-color: #9a0000;
  color: #000000;
}

div.browse span.disabled {
  background-color: #000000;
  color: #808080;
}

div.browse a {
  color: #ffffff;
  text-decoration: none;
}




/* Photo */

div.photo {
  float: right;
  margin: -32px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  height: auto;
  width: 300px;
  border-width: 0px;
  background-color: transparent;
  text-align: left;
}

div.photo img {
  float: none;
  margin: 0px;
  padding: 0px;
}

/* Footer */

div.footer {
  margin: 0px;
  padding: 0px;
}


div.footer img {
  float: none;
  opacity: 0.5;
  border-width: 0px;
}

/**
 * Paragraphs
 */

p {
  margin: 0px 0px 10px 0px;
  color: #000000;
}

/**
 * Headers, spans & links
 */

h1 {
  margin: 5px 0px;
  color: #9a0000;
  font-size: 20px;
  font-weight: bold;
}

h2 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

h3 {
  margin: 0px;
  color: #9a0000;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
}

h4 {
  margin: 20px;
  font-size: 16px;
}

a { color: #000000; font-weight: bold; text-decoration: underline; }
a:hover { color: #ff0000; }

/**
 * Buttons & textfields
 */

input.button {
  border-width: 1px;
  border-color: #000000;
  background-image: url('../images/button-silver.png');
  background-repeat: repeat;
  background-color: #e0e0e0;
  color: #000000;
}

input.button:hover {
  background-image: url('../images/button-black.png');
  color: #ffffff;
}

input.textfield, textarea {
  width: 320px;
  border-width: 1px;
  border-style: solid;
  border-top-color: #000000;
  border-bottom-color: #e0e0e0;
  border-left-color: #808080;
  border-right-color: #c0c0c0;
  background-image: url('../images/components/textfield-white.png');
  font-family: "Tahoma";
  font-size: 12px;
}

input.textfield:focus, textarea:focus {
  border-color: #c00000;
}

input.textfield:hover, textarea:hover {
  background-color: #ffffff;
  background-image: url('../images/components/textfield-silver.png');
  color: #9a0000;
}

textarea {
  width: 600px;
  background-repeat: repeat-x;
}


/**
 * Tables
 */

table {
  /*width: 800px;*/
  margin: 5px 0px;
  border-collapse: collapse;
  text-align: justify;
}

table tr td {
  width: auto;
}

table.balanced tr td {
  width: 40%;
}

table.affiliated th, table.affiliated td {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

table.hidden {
  width: auto;
}

table.hidden tr {
  background-color: transparent;
}

table.hidden td {
  margin: 0px;
  padding: 0px;
}

tr.odd {
  background-color: #c0c0c0;
}
tr.even {
  background-color: #e0e0e0;
}

th {
  padding: 5px 10px;
  background-color: #9a0000;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
th a { color: #ffffff; }

td {
  padding: 5px 10px;
  vertical-align: top;
}

td.affiliated, th.affiliated {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

table.invisible {
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

table.invisible td {
  margin: 0px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
}

/*
 * Lists
 */

ul {
  margin: 0px;
  padding: 0px 14px;
  list-style-type: disc;
}

li {
  margin: 0px;
  padding: 0px;
}



/**
 * Images
 */

img {
  float: none;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

div.title img {
  margin: 0px;
  padding: 0px;
}

div.footer img {
  margin: 0px;
  padding: 0px;
}

img.inline {
  float: none;
  vertical-align: middle;
}

img.affiliated {
  margin: 0px;
  padding: 0px;
}




div#boltaction {
  position: static;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
div#boltaction a {
  color: #0080ff;
  font-weight: normal;
  text-decoration: none;
}

.themecolor {
  color: #00c0ff;
}

a.invisible {
  font-weight: normal;
  text-decoration: none;
}

div.multicolumn3 {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  column-count: 3;
  column-width: 150px;
  column-gap: 25px;
}

