
html, body{
  margin:0;
  padding:0
  font-size: .8em;
  line-height: 1.4em;
}

body{
  font: 76% arial,
  sans-serif;
}

p, h1, h2, h3 {
  margin: 0 10px 10px;
}

a {
  color: #981793;
}

a img {
  border: none;
}










.smalltext {
  font-size: .75em;
}




div#header h1 {
  padding-left: 10px;
  color: #79B30B
}

div#content p{
  line-height:1.4
}

div#footer p {
  margin: 0;
  padding: 5px 10px;
}



div#container {
  text-align:left;
  width: 900px;
  margin: 0 auto;
}

div#header {
  border: 1px solid black;
  margin: 10px 0px;
  background: #f5f5f5;
  clear: both;
  width: auto;
}

div#content {
  border: 1px solid black;
  background:#f5f5f5;

  float: right;
  width: 750px;
  margin: 0 0 10px 10px;
  min-height: 400px;
}

div#navigation {
  border: 1px solid black;
  background:#f5f5f5;
  float: left;
  width: 136px;
}

div#extra {
/*
  border: 1px solid black;
  background:#f5f5f5;
*/

  float: left;
  width: 136px;
}

div#footer {
/*
  border: 1px solid black;
  background: #f5f5f5;
*/

  margin: 0 0 10px 0;
  text-align: center;
  clear: both;
  width: auto;
}





td, th {
  font-size: 1em;
  vertical-align: top;
}

td.right, th.right {
  text-align: right;
}

table.inv {
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;

  margin: 0;
  spacing: 0;
  font-size: 1em;
}

table.inv td {
  vertical-align: top;
}



table.input {
  width: 730px;
}

table.input th {
  width: 30%;
  text-align: right;
  padding: 5px;
  font-weight: bold;
}

table.input td {
  text-align: left;
  padding: 5px;
}


table.fullwidthcontent {
  width: 730px;
}

table.fullwidthsidebar {
  width: 115px;
}

table.grid {
  margin: 10px;
  border-width: 1px;
  border-spacing: 2px;
  border-style: solid;
  border-color: gray;
  border-collapse: collapse;
}

table.grid th {
  border-width: 1px;
  padding: 2px 4px;
  border-style: solid;
  border-color: gray;
  font-weight: bold;
  background: #e5e5e5;
}

table.grid td {
  border-width: 1px;
  padding: 2px 4px;
  border-style: solid;
  border-color: gray;
}

tr.footer td {
  background-color: #e5e5e5;

}










ul {
  list-style-type: none;
  padding: 0;
  margin: 2em 0;
}

li
{
  padding: .1em .5em .1em .5em;
  margin: 0;
}


#header ul {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header ul li { 
  display: inline;
}

#header ul li a { 
  display: inline;
}



div.error1 {
  border: 1px solid black; 
  background-image:url(error_stripes.png); 
  background-repeat: repeat;
  padding:5px; 
  margin:10px;
}

div.error2 {
  border: 1px solid black; 
  background-image:url(error_icon.png); 
  background-repeat: no-repeat; 
  min-height: 19px; 
  background-color:#eeeeee; 
  padding: 4px 3px 1px 26px; 
  font-weight: bold;
}




div.error {
  background-image: url('important.png');
  background-repeat: no-repeat;
  border: 2px dashed yellow;
  min-height: 22px;
  padding: 3px 3px 3px 22px;
  margin: 8px;
}



