html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
a {
    color: #0088cc;
    text-decoration: none;
}
a:hover {
    color: #66bbe6;
    text-decoration: underline;
}
p {
    margin: 0;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
label,input,button,select,textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
input,button,select,textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
textarea {
    height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    width: 200px;
    outline: none;
    display: inline-block;
    height: 20px;
    padding: 0 6px;
    font-size: 14px;
    line-height: 20px;
    color: #eee;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    background-color: #505050;
    background-image: -moz-linear-gradient(top, #454545, #595959);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#595959));
    background-image: -webkit-linear-gradient(top, #454545, #595959);
    background-image: -o-linear-gradient(top, #454545, #595959);
    background-image: linear-gradient(to bottom, #454545, #595959);
    background-repeat: repeat-x;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(255, 145, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 145, 0, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 145, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 145, 0, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 30px;
}

select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.alert {
    margin: 0 auto;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}
body {
    background-color: #000;
    color: #fff;
}
div.wrapper {
    position: relative;
    width: 1014px;
    margin: 0 auto;
    background-color: transparent;
    background-image: url('ui-darkness/images/downloadBackground.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}
div.wrapper.invoice {
    background-image: url('ui-darkness/images/invoiceBackground.jpg');
}
div.content {
    margin: 50px 0 0 20px;
    width: 820px;
    float: left;
    text-align: center;
}
div.contentBackground {
    margin: 0 auto;
    width: 1014px;
    background-image: url('ui-darkness/images/pageRepeatingBackgrnd.jpg');
    background-repeat: repeat-y;
    background-position: top left;
}
div.content table {
    width: 450px;
    margin: 0 auto;
    text-align: left;
}
div.content table tr td.welcomeMessage {
    padding: 0 0 20px 0;
}
div.headerCont {
    margin: 100px 0 0 182px;
    width: 820px;
    text-align: center;
}
div.footer {
    width: 1014px;
    height: 75px;
    margin: 0 auto;
    font-size: 12px;
    background-color: transparent;
    background-image: url('ui-darkness/images/downloadFoot.jpg');
    background-repeat: no-repeat;
}
td {
    padding: 7px;
}
.alert {
    width: 320px;
}
ul.languageSwitcher {
    float: right;
    padding: 5px 0 0 0;
    list-style-type: none;
}
div.langCont {
    margin: 0 auto;
    width: 1014px;
}
ul.languageSwitcher li {
    background-image: url('ui-darkness/images/flags.png');
    float: left;
    width: 18px;
    height: 12px;
    margin: 0 5px 0 0;
}
ul.languageSwitcher li a {
    width: 18px;
    height: 12px;
    display: block;
}
ul.languageSwitcher li.enUS {
    background-position: top right;
}
a.logoLink {
    display: block;
    width: 130px;
    height: 60px;
}
div.alert-error img {
    float: left;
    margin: 0 10px 0 0;
}
h1.pageHeader {
    color: #FF8C1A;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.btn {
    width: 110px;
    height: 22px;
    border: 0 none;
    margin: 3px 0 0 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #777777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #505050;
    background-image: -moz-linear-gradient(top, #595959, #454545);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#595959), to(#454545));
    background-image: -webkit-linear-gradient(top, #595959, #454545);
    background-image: -o-linear-gradient(top, #595959, #454545);
    background-image: linear-gradient(to bottom, #595959, #454545);
    background-repeat: repeat-x;
    /*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#454545', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#595959', endColorstr='#454545')";*/
    color: #ffffff;
    zoom: 1;
}

.btn:hover {
    background-color: #505050;
    background-image: -moz-linear-gradient(top, #454545, #595959);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#595959));
    background-image: -webkit-linear-gradient(top, #454545, #595959);
    background-image: -o-linear-gradient(top, #454545, #595959);
    background-image: linear-gradient(to bottom, #454545, #595959);
    background-repeat: repeat-x;
}

a.noDefaultStyle {
    color: #fff;
    text-decoration: none;
}

.alignCenter {
    text-align: center;
}

.paidInvoice {
    color: #5e5;
}

.unpaidInvoice {
    color: #ff0000;
}

.alert {
    min-height: 50px;
}

#allRights {
    float: left;
    margin: 55px 0 0 9px;
}

#copyright {
    float: left;
    margin: 55px 0 0 685px;
}

.leftColumn {
    width: 155px;
    margin: 120px 0 0 7px;
    float: left;
}
div.loginHolder {
    width: 500px;
    margin: 0 auto;
}
div.loginHolder p {
    text-align: justify;
}
div.loginHolder table {
    margin: 50px 0 30px 0;
    width: 488px;
    height: 125px;
    background-color: #282828;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -moz-box-shadow: 2px 2px 4px #373737;
    -webkit-box-shadow: 2px 2px 4px #373737;
    box-shadow: 2px 2px 4px #373737;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#373737')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#373737');
}

div.loginHolder table td.loginUserIcon {
    text-align: center;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
}
div.loginHolder table td.loginButtonHolder {
    text-align: left;
    padding-right: 0;
    padding-top: 4px;
    padding-bottom: 12px;
}
div.loginHolder table td.loginButtonHolder input.btn {
    width: 364px;
}
.btn.logout {
    border-color: #777;
    width: 145px;
    background-color: #505050;
    background-image: -moz-linear-gradient(top, #494949, #353535);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#353535));
    background-image: -webkit-linear-gradient(top, #494949, #353535);
    background-image: -o-linear-gradient(top, #494949, #353535);
    background-image: linear-gradient(to bottom, #494949, #353535);
    background-repeat: repeat-x;
}
.btn.logout:hover {
    width: 145px;
    background-color: #505050;
    background-image: -moz-linear-gradient(top, #353535, #494949);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#353535), to(#494949));
    background-image: -webkit-linear-gradient(top, #353535, #494949);
    background-image: -o-linear-gradient(top, #353535, #494949);
    background-image: linear-gradient(to bottom, #353535, #494949);
    background-repeat: repeat-x;
}
div.downloadsTable {
    margin: 20px auto 40px;
    width: 710px;
    border-top: 1px solid #ccc;
}
div.row {
    border-bottom: 1px solid #ccc;
}
div.cell {
    float: left;
}
div.cell.downloadInfo {
    width: 605px;
    text-align: left;
    padding: 0 0 0 7px;
}
div.cell a {
    display: block;
    width: 49px;
    height: 49px;
    color: #ffc982;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
div.cell.programIcon a {
    background-image: url('ui-darkness/images/programBackground.jpg');
}
div.cell.manualIcon a {
    background-image: url('ui-darkness/images/manual.jpg');
}
div.cell.downloadInfo a {
    display: inline;
    width: auto;
    height: auto;
    line-height: 49px;
}
div.cell.downloadLink a {
    background-image: url('ui-darkness/images/download.jpg');
}
div.content table.invoiceTable, div.content table.specificationsTable {
    width: 700px;
}
div.content table.invoiceTable th, div.content table.specificationsTable th,
div.content table.specificationsTable td:first-child {
    font-weight: bold;
}
div.content table.invoiceTable td:first-child {
    text-align: left;
    font-weight: bold;
}
div.content table.additionalServicesRemindersTable {
    font-size: 11px;
    width: 800px;
}
div.content table.specificationsTable.additionalServicesRemindersTable th, div.content table.specificationsTable.additionalServicesRemindersTable td {
    padding: 5px;
}
div.content table.additionalServicesRemindersTable,
div.content table.invoiceTable td:first-child + td,
div.content table.invoiceTable td:first-child + td + td,
div.content table.invoiceTable th:first-child + th,
div.content table.invoiceTable th:first-child + th + th,
div.content table.invoiceTable th:first-child + th + th + th,
div.content table.invoiceTable th:first-child + th + th + th + th,
div.content table.specificationsTable td:first-child + td,
div.content table.specificationsTable td:first-child + td + td,
div.content table.specificationsTable th:first-child + th,
div.content table.specificationsTable th:first-child + th + th,
div.content table.specificationsTable th:first-child + th + th + th {
    text-align: center;
}
div.content table.invoiceTable td:first-child + td + td + td,
div.content table.invoiceTable td:first-child + td + td + td + td,
div.content table.invoiceTable td:first-child + td + td + td + td + td,
div.content table.invoiceTable th:first-child + th + th + th + th + th,
div.content table.specificationsTable td:first-child + td + td + td {
    text-align: right;
    padding-right: 10px;
}
div.content table.invoiceTable td:first-child + td + td + td + td + td,
div.content table.invoiceTable th:first-child + th + th + th + th + th,
div.content table.specificationsTable td:first-child + td + td + td {
    padding-right: 4px;
}
div.content table.invoiceTable td:first-child + td,
div.content table.invoiceTable td:first-child + td + td + td,
div.content table.invoiceTable td:first-child + td + td + td + td + td,
div.content table.invoiceTable th:first-child + th,
div.content table.invoiceTable th:first-child + th + th + th,
div.content table.specificationsTable td:first-child + td,
div.content table.specificationsTable td:first-child + td + td + td {
    background-color: #454545;
}
div.content table.invoiceTable td:first-child + td + td + td + td + td a,
div.content table.specificationsTable td:first-child + td + td + td a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 24px 0 0;
    background-image: url('ui-darkness/images/downloadSmall.jpg');
    background-repeat: no-repeat;
    background-position: center right;
}
div.content table.invoiceTable tr.unpaidInvoice td:first-child + td + td + td + td + td a {
    color: #ff0000;
}
div.content table.invoiceTable,
div.content table.specificationsTable {
    border: none;
    border-collapse: collapse;
}
div.content table.invoiceTable tr,
div.content table.specificationsTable tr {
    border-bottom: 1px solid #818181;
}
div.content table.invoiceTable th, div.content table.invoiceTable td,
div.content table.specificationsTable th, div.content table.specificationsTable td {
    padding: 6px 15px 6px 15px;
}
div.content table.invoiceTable tr:last-child {
    border: 0 none;
    font-weight: bold;
}
div.content table.invoiceTable tr:last-child td:first-child + td {
    text-align: right;
    padding: 6px 10px 6px 15px;
}
div.leftColumn ul {
    list-style: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px 5px 0;
    padding: 0;
}
div.leftColumn ul li {
    border-bottom: 1px solid #c5c5c5;
    width: 100%;
}
div.leftColumn ul li a {
    display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
}
div.leftColumn ul li a:hover {
    color: #ff8c1a;
}
#autocomplete {
    margin: 0 auto;
    width: 350px;
}
div.autocompleteList {
    position: relative;
    margin: 0;
    float: left;
    width: 430px;
    text-align: left;
}
div.autocompleteList ul {
    width: 212px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 0;
    position: absolute;
    left: 105px;
    list-style: none;
    background-color: #676767;
}
div.autocompleteList ul li {
    text-align: left;
    padding: 0 0 0 5px;
    cursor: pointer;
}
div.autocompleteList ul li:hover {
    background-color: #888;
}
div.ui-front {
    /*width: 320px;*/
    position: relative;
}
div.ui-front ul.ui-autocomplete {
    position: absolute;
    text-align: left;
}
div.ui-front ul.ui-autocomplete a {
    cursor: pointer;
    display: block;
}
div.ui-front ul.ui-autocomplete a:hover {
    text-decoration: none;
    font-weight: normal;
}
div.ui-front ul.ui-autocomplete a.ui-state-focus {
    font-weight: normal;
}
div.ui-front ul.ui-autocomplete {
    list-style: none;
    list-style-position: outside;
    padding-left: 5px;
}
#sentInvoicesTable {
    width: 820px;
}
#sentInvoicesTable td, #sentInvoicesTable th {
    padding: 5px;
}