@import "head.css";
@import "foot.css";
@import "form.css";
@import "icons.css";
@import "layout.css";
@import "main.css";
@import "menu.css";
@import "report.css";
@import "workplaces.css";

html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, font, img, ins, kbd, q, s, samp,
    small, strike, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    /*border-collapse: collapse;*/
}

* html #wrapper {
    height: 100%;
}

html, body {
    height: 100%;
    text-align: center;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 13px;
}

input, textarea {
    font-size: 14px;
    padding: 3px;
}

select option {
    padding-right: 10px;
}

input[type="option"] {
    top: 0;
}

.green {
    color: #005c23;
}

.red {
    color: #c20b1c;
}

.gray {
    color: #666666;
}

.lightgray {
    color: #999999;
}

.orange {
    color: #ffbe0e;
}

.errinput {
    background: #fbe5e7;
}

.very_big_huge_error {
    font-size: 60px;
    color: #b1b1b1;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: right;
    position: relative;
    top: -10px;
}

.indent {
    padding-left: 1.5em;
}

.btop {
    border-top: 1px solid #898989;
}

.buy {
    font-size: 18px;
    line-height: 53px;
    vertical-align: middle;
    text-align: center;
    display: block;
    width: 220px;
    height: 53px;
    background: #d3edcd url('../img/buy_bg.gif') top left no-repeat;
    float: left;
    margin: 0 20px 20px 0;
}

/****************************************************/
/*                 MAIN TYPOGRAPHY                  */
/****************************************************/

a {
    color: #003c6c;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.1em;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.lpart .info h3 {
    font-size: 1em;
    font-weight: bold;
}

.lpart .info {
    background: #f5f5f5;
    border: 1px solid #9f9f9f;
    padding: 10px;
    color: #333333;
}

.signature {
    font-size: 11px;
    color: #7b7b7b;
    padding-top: 1em;
    line-height: 1.4em;
}

blockquote {
    display: block;
    clear: both;
    padding: 10px 30px;
    font-style: italic;
    line-height: 18px;
}

.date {
    margin-bottom: 1.5em;
    font-size: 11px;
    color: #535353;
}

.date2 {
    margin-bottom: 1.5em;
    font-size: 11px;
    color: #535353;
}

.rbox {
	width: 220px;
	position: relative;
	float: right;
	right: -240px;
	/* *right: -260px; */
	margin-left: -240px;
}

.datatablectrl td {
    background: #e0e0e0 url('../img/bhead_bg.gif') top left repeat-x;
    padding: 10px 0;
    font-size: 13px;
    vertical-align: middle;
}

.datatablectrl td img {
    vertical-align: middle;
    margin-right: 7px;
    cursor: pointer;
}

.datatablectrl .buttons {
    padding-left: 11px;
}

.datatablectrl .value {
    padding-right: 8px;
}

.datatablectrl input {
    padding: 2px;
    border: 1px solid #7a8989;
    vertical-align: middle;
    font-size: 11px;
}

.datatable {
    border: 1px solid #bbbbbb;
    border-bottom: none;
    border-top: none;
}

.container {
    overflow-x: visible;
    _overflow-x: scroll;
    text-align: left;
    width: 100%;
    /*border-bottom: 1px solid #bbbbbb;*/
}

.ordertable tbody td {
    padding: 10px 8px;
    vertical-align: top;
}

.ordertable tfoot td {
    padding: 10px 8px;
    vertical-align: middle;
}

.whitetable {
    margin-top: 10px;
    border-collapse: collapse;
}

.whitetable td {
    padding: 6px 8px;
    text-align: left;
    border-bottom: 1px solid #c6c6c6;
    min-width: 170px;
    position: relative;
}

.whitetable thead td {
    border-top: 1px solid #c6c6c6;
    color: #666666;
    font-weight: normal;
    font-size: 14px;
}

.longtable {
    border-bottom: 1px solid #b7b7b7;
}

.longtable td {
    padding: 6px;
    text-align: left;
}

.longtable thead {
    background: #e0e0e0 url(../img/bhead_bg.gif) top left repeat-x;
}

.longtable thead td.corners {
    padding: 0;
    border-bottom: none;
}

.longtable .corners div {
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
}

.longtable thead .rightcorner {
    position: absolute;
    top: 0;
    right: 0;
}

.longtable thead .leftcorner {
    position: absolute;
    top: 0;
    left: 0;
}

.longtable thead td {
    border-bottom: 1px solid #b9b9b9;
    font-size: 11px;
    position: relative;
}

.longtable thead td.h {
    font-size: 11px;
}

.longtable .e td {
    background: #efefef;
}

.longtable td.h {
    font-size: 16px;
    text-align: center;
    width: 44px;
    padding-left: 0;
    padding-right: 0;
}

.longtable thead td.cont {
    text-align: center;
}

.longtable .cont span {
    text-align: right;
    display: block;
    width: 100px;
    margin: auto;
}

.productable {
    border-top: 1px solid #c6c6c6;
}

.productable td {
    padding: 6px 8px;
    text-align: left;
    border-bottom: 1px solid #c6c6c6;
}

.productable_loose td {
    vertical-align: top;
    padding-right: 10px;
}

#mainarea .productable h1, #mainarea .productable_loose h1 {
    margin-bottom: 0.2em;
}

#mainarea .productable tbody td {
    vertical-align: top;
}

.productable tbody td img {
    margin: 0;
    padding: 0;
}

.benchmark tbody td {
    border-bottom: 1px solid #b7b7b7;
    vertical-align: middle;
}

.benchmark .fline {
    padding: 0;
    text-align: left;
}

.benchmark .bline {
    padding: 0;
    text-align: right;
}

.benchmark .bar {
    display: block;
    height: 23px;
    color: #ffffff;
    overflow: hidden;
    padding: 0;
    *margin-top: 4px;
}

.benchmark .bar span {
    font-size: 11px;
    display: block;
    padding: 3px 5px 0 5px;
}

.benchmark .bline .bar {
    text-align: left;
    background: #8d8d8d url('../img/bar_gray_bg.gif') bottom right repeat-x;
    float: right;
}

.benchmark .fline .bar {
    text-align: right;
    background: #37a65e url('../img/bar_bg.gif') bottom left repeat-x;
    float: left;
}

#content .benchmark {
    border: none;
}

#content .benchmark thead td {
    border-top: none;
}

.history {
    border-collapse: collapse;
}

.history thead tr td {
    text-align: center;
}

.history tbody .lead td {
    font-weight: bold;
}

.history tbody .lead td.h {
    text-align: left;
}

.history tbody td {
    font-size: 12px;
    padding-left: 20px;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}

.history .dload {
    display: none;
}

.history tbody .highlight td {
    background: #cbe9c6 url('../img/historyt_highlight.gif') left bottom repeat-x;
}

.history tbody .highlight td .dload {
    display: inline;
}

.history tbody td.h {
    width: 100px;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

.history .paymentcloser {
    padding-left: 20px;
    cursor: pointer;
    _cursor: hand;
}

.history .opened {
    background: url('../img/darr.gif') 8px center no-repeat;
}

.history .closed {
    background: url('../img/rarr.gif') 8px center no-repeat;
}

.uglytable {
    border-collapse: collapse;
}

.uglytable thead {
    border-top: 1px solid #b7b7b7;
}

.uglytable thead tr td {
    text-align: center;
}

.uglytable tbody .lead td {
    font-weight: bold;
}

.uglytable tbody .lead td.h {
    text-align: left;
}

.uglytable tbody td {
    font-size: 12px;
    padding-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    /* border-right: 1px solid #b7b7b7; */
}

.uglytable tbody td.h {
    font-size: 12px;
    border-bottom: none;
}

.oulined thead td {
    border: 1px solid #b7b7b7;
}

.viewswitcher {
    margin-top: 22px;
    margin-bottom: 10px;
    /*width: 300px;*/
}

.viewswitcher img {
    position: relative;
    top: 3px;
    padding-right: 5px;
    background: #ffffff;
}

.viewswitcher a {
    margin: 10px;
}

.viewswitcher em {
    font-style: normal;
}

.viewswitcher span {
    padding: 10px;
    background: #d5ead0;
    border: 1px solid #669d7a;
}

.viewswitcher span.link {
    padding: 10px 11px;
    margin: 0;
    background: none;
    border: none;
    color: #003c6c;
    cursor: pointer;
}

.viewswitcher span.link em {
    border-bottom: 1px dotted #003c6c;
}

.viewswitcher span img {
    background: none;
}

.viewswitcher2 {
	// @chio added this
	//width: 300px;
	margin-bottom: 30px;
	float: right;
	overflow: visible;
	display: block;
	text-align: right;
	position: relative;
}

.viewswitcher2 img {
	position: relative;
	top: 3px;
	padding-right: 5px;
	background: #ffffff;
}

.viewswitcher2 div {
	margin: 10px;
	display: block;
	float: left;
}

.viewswitcher2 div.active {
	padding: 10px;
	margin: 0;
	background: #d5ead0;
	border: 1px solid #669d7a;
}

.viewswitcher2 span img {
	background: none;
}

.hholder {
    display: block;
    clear: both;
}

.hholder:after {
    clear: both;
}

.hholder h1 {
    display: block;
    float: left;
    width: 45%;
}

.hholder .icons {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}

.icons a {
    margin-left: 20px;
    font-size: 12px;
}

.counter {
    padding: 25px 0 10px 0;
    display: block;
}

.counter:after {
    clear: both;
}

.counter strong {
    color: #ffffff;
    display: block;
    float: left;
    width: 22px;
    height: 24px;
    text-align: center;
    font-size: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 2px;
    background: #007324 url('../img/counter_bg.gif') top left no-repeat;
}

.counter strong.last {
    height: 17px;
    padding-top: 13px;
    _padding-bottom: 0;
    _padding-top: 12px;
}

.column {
    display: block;
    width: 302px;
    float: right;
}

.column h2, .dash h2 {
    background: #e5e5e5;
    font-weight: normal;
    padding: 3px 5px;
    font-size: 14px !important;
    margin-bottom: 10px;
}

#mainarea .overview h3 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #666666;
}

.column .article {
    margin-bottom: 20px;
}

.column .article p {
    margin-bottom: 3px;
}

.contacts tbody td {
    padding: 0;
    padding-bottom: 6px;
    vertical-align: top;
    border: none;
}

.pdescr {
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 2em;
}

.pdescr dl {
    width: 31%;
    margin-right: 2%;
    display: block;
    float: left;
    padding-bottom: 2em;
}

.pdescr dl dt {
    display: block;
    border-bottom: 1px solid #bbbbbb;
    padding: 0 0 0 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pdescr dl dd {
    display: list-item;
    list-style: disc;
    margin-left: 30px;
    font-size: 13px;
}

.dash .article {
    margin-bottom: 30px;
}

.longtable thead td.corners {
    padding: 0;
    border-bottom: none;
}

.dropboxlink {
    text-decoration: none;
    position: relative;
}

.dropover {
    padding: 6px;
}

.dropbox {
    display: block;
    position: absolute;
    border: 1px solid #999999;
    padding: 1px;
    display: none;
    z-index: 100;
    text-align: left;
}

.dropbox ul {
    padding: 0;
    margin: 0;
}

.dropbox ul li {
    list-style: none;
    padding: 4px 20px 4px 12px;
    font-size: 11px;
}

.dropbox ul li.active {
    background: #e6e6e6;

}

#mainarea .comparetable tbody td {
    text-align: center;
    font-size: 11px;
    padding: 12px 8px;
    border-bottom: 1px solid #c6c6c6;
}

#mainarea .comparetable thead td {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    border-top: none;
    padding: 6px 8px;
}

#mainarea .comparetable tfoot td {
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    padding: 6px 8px;
    border-bottom: none;
}

#mainarea .comparetable tbody td.h {
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    width: 150px;
}

.comparetable span.gray {
    color: #cccccc;
}

.comparetable a img {
    position: relative;
    _position: static;
    top: 2px;
}

.checkcount .item {
    display: block;
    float: left;
    width: 30%;
    padding-bottom: 1em;
}

.checkcount .item input {
    position: relative;
    float: left;
}

.print {
/*padding: 0 3%;*/
    text-align: left;
}

.print .reporttable {
    margin: 0;
}

.breadcrumbs_print {
    padding-bottom: 20px;
}

.breadcrumbs_print img {
    position: relative;
    top: 16px;
    margin-right: 45px;
}

.breadcrumbs_print b {
    margin: 0 10px;
}

input[type="text"], textarea {
    border: 1px solid #a9a9a9;
}
