p, div, td, tr, address {
  font-family: arial;
  color: #003366;
  font-size: 10pt;
}

h1, h2, h3, h4 
{
  font-family: arial;
  color: #003366;
  font-weight:bold;
  margin-top: 1.5em;
}


A:link 
{
  text-decoration : none;
  color: #003366;
}

A:visited 
{
  text-decoration : none;
  color: #003366;
}

A:active 
{
  text-decoration: none;
  color: #003366;
}

A:hover 
{
  text-decoration: underline; 
  color: #cc0000;
}


body {
  background-color: #cadcec;
  margin: 0px;
}

div.outerContent {
  text-align: center;
}

div.content {
  text-align: left;
  margin:auto;
}

img.topMenuButton {
  border: 0px;
  margin-right: 0.5em;
}

img.subtitle {
  border: 0px;
  margin-left: 33px;
}

img.screenshot 
{
	border: solid 1px #003366;
}

td.saiaLogo {
  background-color: #cadcec;
  vertical-align: top;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #003366;
}


td.titel {
  width
  background-color: #cadcec;
  vertical-align: top;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #003366;
}

div.setupMainContentPlane {
  margin: 30px;
}


date {
  color: #0c5484;
  font-size: small;
  margin-left: 5px;
}


div.infoBoxContent {
  margin: 0.4em;
}

table.infoBox {
  border-width: 1px;
  border-color: #003366;
  border-style: solid;
  width: 85%;
  text-align: left; 		
  border-collapse: collapse;
}

tr.infoBoxHeader {
  background-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #003366;
  cursor: pointer;
  color: #003366;
}

h1.dialog {
  font-family: arial;
  font-weight: bold;
  color: #003366;
  font-size: 10pt;
  margin-top: 0.5em;
}

div.dialog {
  border-width: 2px;
  border-color: #003366;
  background-color: white;
  border-style: solid;
  padding: 20px;
  text-align: left;
  color: #003366;
}

div.logBeContainer {
  text-align: left;
}


table.settingsTable 
{
  margin-top: 0.5em;
}

span.warn 
{
	color: red;
}

span.red 
{
  color: red;
}

span.verySmall 
{
  font-size: 0.4em;
}

span.projectHeader 
{
  font-weight: bold
}

table.logBeMsgTypeTable { 
  margin-top: 0.5em;
  border-width: 0px;
  border-collapse: collapse;
}

td.logBeLogSource 
{
  background-color: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #003366;  
  padding-top: 0em;
  padding-bottom: 0em;
}

td.logBeLogMsgTypes {
  padding-left: 0.7em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

table.error {
  width: 100%;
}

td.errorHead {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

td.error {
  width: 100%;
  vertical-align: top;
}