/* Minification failed. Returning unminified contents.
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(112,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(119,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(122,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(123,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(167,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(174,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(207,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(233,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(289,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(296,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html {
    height:100%;
    margin:0;
}

body
{
    /* B: LDEM */
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /* E: LDEM */
    background-color: #5c87b2;
    font-size: 0.85em;
    ---font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    font-family: Helvetica, "Trebuchet MS" , Verdana, Sans-Serif;
    padding: 0;
    color: #696969;
}

header,
footer,
nav,
section 
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 80%;
    margin-left: 0;
    margin-right: 0;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    --font-size: 32px !important;
}

#main
{
    color: #696969;
    background: transparent;
    --padding: 30px 30px 15px 30px;
    padding: 3px 5px 3px 3px;
    margin: 0 0 0 0;
    ----padding: 2px 2px 2px 2px;
    --margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer
{
    color: #ddd;
    padding: 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .65em;
    position :static;
    font-family: Arial, Helvetica, sans-serif;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}

#menu .t-item
{
    border-width: 0 0 0 1px;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    --padding:0 1.4em 1.4em 1.4em;
    padding:0 1em 1em 1em;
    margin:0 0 0 0;
}

legend 
{
    --font-size:1.1em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

input[type="text"],
input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  --padding: 6px 5px;
  padding: 5px;   
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #f4eee8;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
}

#logindisplay
{
    --font-size:1.1em;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    --margin: 1em 0 0 0;
    margin: 0.2em 0 0 0;
}

.display-field,
.editor-field
{
    --margin:0.5em 0 0 0;
    margin:0.1em 0 0 0;
}

.text-box
{
    width: 20em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* B: LDEM */
.flatTable {
    margin: 0px;
    padding: 0px;
    width:100%;
    height:100%;
    border: none 1px #CCC;
    border-collapse: collapse;
    border-spacing: 0; 
}

.flatTableHead
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    border: none 1px #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    background: #5c87b2;
}
        
.flatTd {
    border: none 1px #e8eef4;
    padding:0; 
    color:#fff;
}

.flatTd h1 {
    color:#fff;
    font-style:italic;
}

.td-display-field
{
    border: none 1px #e8eef4;
    padding:0; 
    color:inherit;
    width:1em;
}
.td-display-field-editicon
{
    margin: 0px;
    border-spacing:0;
    border-width:0px; 
    padding:2px 0 0 0;
    vertical-align:middle;
}

.td-blue-gradient
{
    text-align:center;
    color: White;
    background: #a7cfdf;
    background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a));
    background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%);
    background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%);
    background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%);
    background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 );
}

.pdflink
{
    background: url('images/pdf.png') no-repeat left top;
    display: block;  
    width: 128px;
    height: 128px;
    text-indent: -9999px;
    white-space: nowrap;
}
.pdfdownload
{
    background: url('images/download_pdf.png') no-repeat left top;
    display: block;  
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    white-space: nowrap;
}

.invoicelink
{
    background: url('images/invoice_big.png') no-repeat left top;
    display: block;  
    width: 128px;
    height: 128px;
    text-indent: -9999px;
    white-space: nowrap;
}


a img {
    border:0 0 0 0;
}

/* E: LDEM header h1, #header h1*/



.addContactlink
{
    background: url('images/addContact.png') no-repeat left top;
    display: block;  
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    white-space: nowrap;
}

.editorText > input {
    width: 100%; /* or whatever you want */
}


