body
{
 background-color: #80a0ff;
 font-family: helvetica, verdana;
 color: #000000;
 font-size: 11px;
 margin: 0px;
 padding: 0px;
 height: 100%;
 border: none;
}

a
{
 color: #ff6000;
 text-decoration: none;
 font-weight: bold;
}

a:hover
{
 text-decoration: underline;
}

table
{
 border: none;
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
}

td
{
 padding: 4px;
 text-align: left;
 vertical-align: top;
 font-family: helvetica, verdana;
 color: #000000;
 font-size: 11px;
}

input
{
 font-family: helvetica, verdana;
 color: #000000;
 font-size: 11px;
}

select
{
 font-family: helvetica, verdana;
 color: #000000;
 font-size: 11px;
}

textarea
{
 font-family: helvetica, verdana;
 color: #000000;
 font-size: 11px;
 width: 200px;
 height: 100px;
}

table.container
{
 width: 1100px;
 height: 600px;
 border: 1px solid black;
 border-collapse: collapse;
}

table.title
{
 width: 100%;
 height: 100%;
}

table.menuBox
{
 margin-left: 0px;
 margin-right: 0px;
}

table.loginBox
{
 margin-left: auto;
 margin-right: auto;
}

table.formBox
{
 width: 400px;
 border: 1px solid #e0e0e0;
 background-color: #f8f8f8;
 margin-top: 10px;
 margin-bottom: 10px;
}

table.configTable
{
 width: 320px;
}

table.errorBox
{
 width: 400px;
  border: 1px solid #a0c0ff;
  background-color: #e0e8ff;
}

td.top
{
 background-color: #ffffff;
 height: 30px;
}

td.menu
{
 background-color: #e8e8e8;
 border: 1px solid black;
 height: 30px;
 text-align: left;
 vertical-align: middle;
 padding-left: 10px;
}

td.title
{
 text-align: center;
 vertical-align: middle;
}

td.content
{
 background-color: #ffffff;
 text-align: center;
 vertical-align: top;
 padding: 10px;
}

td.header
{
 font-weight: bold;
 border-bottom: 1px solid #808080;
}

td.formBox
{
 padding-left: 20px;
 padding-right: 20px;
}

td.submitResult
{
 font-weight: bold;
 text-align: center;
 color: #6080ff;
}

td.errorBox
{
 padding: 6px;
 font-weight: bold;
 color: #6080ff;
}

div.container
{
 width: 1px;
 height: 1px;
 left: 50%;
 top: 40px;
 border: none;
 position: absolute;
 overflow: visible;
 margin-left: -550px;
}

div.title
{
 width: 140px;
 height: 48px;
 left: 50%;
 top: 30px;
 position: absolute;
 border: 1px solid black;
 background-color: #e8e8e8;
 margin-left: 480px;
}

div.invoiceXml
{
 width: 600px;
 height: 400px;
 border: 1px solid #808080;
 overflow: auto;
 text-align: left;
}

div#headerWrapper
{
 width: 100%;
 height: 340px;
 overflow: auto;
 border: 1px solid #e0e0e0;
 background-color: #f8f8f8;
}

input.numeric
{
 width: 60px;
}

input.numericShorter
{
 width: 50px;
}

input.right
{
 text-align: right;
}

font.title
{
 font-size: 16px;
 font-weight: bold;
}

font.mainTitle
{
 font-size: 18px;
 font-weight: bold;
}

font.mainTitleBeta
{
 font-size: 9px;
 color: #6080ff;
}
