/* Colors:
 * Darkbrown: #422c16
 * Lightbrown: #996633
 * Green1: #999932
 * Green2: #669932
 * Blue1: #326699
 * Blue2: #328f99
 * Red: #993232
 *
 * Blue: #328f99
 * Blue2: #325b99
 * Green: #8f9932
 *
 */

body {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
}

table.header {
  width: 100%;
  background-image: url(logo.png);
  background-repeat: no-repeat;
}

table.content {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

td.navi {
  width: 150px;
  border-right: 0px;
  border-right-style: solid;
  border-right-color: #cccccc;
  vertical-align: top;
}

img {
  border: 0px;
}

a {
  color: #328f99;
}

a:hover {
  text-decoration: none;
}

.top-line {
  border-bottom: 1px;
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  font-size: small;
  padding-left: 5px;
}

.breadcrumb-navi {
  font-size: small;
  font-weight: normal;
}
.breadcrumb-navi a {
  color: #325b99;
}

.in-flux-logo {
  font-size: 60px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: italic;
  color: #eeeeee;
}

.searchbutton {
  border: 0pt none;
  padding: 0pt;
  /*background-color: #ed9e4e;*/
  background-color: #8f9932;
  color: #ffffff;
  font-weight: bold;
}

.searchbox {
  border: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

#search {
  height: 65px;
  width: 200px;
  background-image: url(lupe.png);
  background-repeat: no-repeat;
  vertical-align: bottom;
}

p.footer{
  text-align: center;
  color: #cccccc;
  font-size: small;
}

/*
  NAVIGATION
*/
#Navigation {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:1.0em;
  margin: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#Navigation p {
  margin: 10px 0 5px 0;
  padding: 0 0 0 0;
  display: block;
  text-align: right;
  font-weight: bold;
}
#Navigation p.vspace {
  margin:0px;
  padding:0px;
  border-bottom:1px solid #FFFFFF;
  display: block;
}
#Navigation urllink {
  text-decoration:none;
}
#Navigation p a.selflink {
  display: block;
  color: #325b99;
  margin-top: 1px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 5px;
  font-weight: bold;
  text-decoration:none;
  background-color: inherit;
  text-transform: uppercase;
  border-right-width: 0px;
  border-right-color: #325b99;
  border-right-style: solid;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  background: url(/pub/skins/2007/self.png) center right no-repeat;
}
#Navigation p a.selflink:hover {
  display: block;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #325b99;
}

#Navigation a.wikilink {
  display: block;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 10px;
  padding-left: 5px;
  text-decoration:none;
  text-transform:uppercase;
  border-right-width: 10px;
  border-right-color: #ffffff;
  border-right-style: solid;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}
#Navigation a.wikilink:hover {
  display: block;
  border-right-width: 10px;
  border-right-color: #eeeeee;
  border-right-style: solid;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  background: #f2f2f2;
}
#Navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-transform: none;
}
#Navigation li {
  list-style:none;
  list-style-position:inside;
  padding: 0px 0px 0px 0px;
  text-align: right;
  font-size: 0.8em;
}
#Navigation li a.wikilink {
  margin-top: 1px;
  display: block;
  text-transform: none;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
}

#Navigation li a.selflink {
  display: block;
  text-transform: none;
  text-decoration: none;
  margin-top: 1px;
  border-right-width: 0px;
  border-right-color: #325b99;
  border-right-style: solid;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eeeeee;
  color: #325b99;
  padding-right: 20px;
  background: #f2f2f2;
}

#Navigation li a.selflink:hover {
  border-bottom-color: #325b99;
}

/*
 * Text
 */
#wikitext {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  padding: 10px 20px 20px 10px;
}

#wikitext a.urllink {
  font-weight:bold; 
  color:#328f99; 
  text-decoration:underline;
  background: url(/pub/skins/2007/external.png) center right no-repeat;
  padding-right: 13px;
}
#wikitext a.urllink:hover {
  text-decoration:none;
}
#wikitext a.selflink {
  font-weight:normal; 
  background-color:inherit; 
  color:#315573; 
  text-decoration:underline;
}
#wikitext a.wikilink {
  font-weight:normal; 
  background-color:inherit; 
  color:#315573; 
  text-decoration:underline;
}
#wikitext a.wikilink:hover {
  text-decoration:none;
}
#wikitext ul {
  list-style-type: square;
  padding: 0px 24px;
  margin: 0px;
}
#wikitext li {
  padding: 1px 4px;
}
#wikitext h1 { 
  border-left-width: 0px;
  border-left-color: #325b99;
  border-left-style: solid;
  padding-left: 15px;
  display: block;
  font-size: x-large; 
  font-weight: bold;
  color:#328f99; 
  background-color: #FFFFFF;
  font-family: 'Times New Roman', 'Times', serif;
  margin-top: 0px;
  text-align: left;
  background: url(/pub/skins/2007/h1.png) center left no-repeat;
}
#wikitext h2 { 
  font-size: medium; 
  font-weight: bold;
  color:#000000;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 2px 2px 2px;
  background-color: #eeeeee;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
#wikitext h3 { 
  font-size: medium;
  font-weight: normal;
  font-style: italic;
  color:#000000;
  background-color: #FFFFFF;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
#wikitext p {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0.6em;
}

