@font-face {
    font-family: 'Pictos';
    src: url("../pictos/pictos.eot");
    src: url("../pictos/pictos.eot?#iefix") format("embedded-opentype"), url("../pictos/pictos.woff") format("woff"), url("../pictos/pictos.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

a {
    outline-style: none;
    color: #003368;
}

.x-container-test {
    background: red;
}

.x-container-normal {
    background: rgba(89, 122, 157, 0.25);
}

.x-container-normal .x-splitter {
    background-color: #597A9D;
}

.pageHeader {
    position: relative;
    background: #597A9D url(../images/bg-pageheader.png) repeat-x bottom left;
}

.pageHeader a.logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.pageHeader a img {
    display: block;
}

.pageFooter {
    position: relative;
    background: #597A9D url(../images/bg-pagefooter.png) repeat-x;
    background-size: auto 100%;
}

.navigationTree .x-tree-elbow-img {
    display: none;
}

.navigationTree .home img {

}

.navigationTree .separator {
    height: 10px;
    background-color: white!important;
}

.navigationTree .separator div {
    display: none;
}

.navigationTree .level1 .x-tree-icon {
    display: none;
}

.navigationTree .level1 {
    border-bottom: 2px solid #597A9D;
    background-color: white!important;
}

.pageFooter .column {
    width: 20%;
    float: left;
    color: white;
    font-size: 10px;
    line-height: normal;
}

.pageFooter .column p {
    margin: 0;
    padding: 5px;
}

.pageFooter a {
    color: white;
}

.loginok {
    color: #597A9D;
    font-size: 11px;
    font-weight: bold;
    margin: 10 0 0 0;
}

.errormessage {
    color: #cc0000;
    font-size: 11px;
    font-weight: bold;
    margin: 10 0 0 0;
}

.pageHeader .title {
    position: absolute;
    left: 264px;
    top: 33px;
    color: white;
    font-size: 26px;
}

.x-boundlist table {
    width: 100%;
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.x-boundlist th {
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    padding-right: 5px;
}

.x-boundlist td {
    font-size: 11px;
    vertical-align: top;
    padding-right: 5px;
}

.userinfo {
    position: relative;
    margin: 10px;
    color: white;
    font-size: 11px;
}

.userinfo .small {
    font-size: 9px;
}

.userinfo .x-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.navigationTree .x-tree-view {
    background: white;
}

.orderForm .x-form-readonly .x-form-field {
    background: transparent;
}

.statistics {
    padding: 20px;
    color: #597A9D;
}

.statistics table {
    margin-bottom: 20px;
}

.statistics table th,
.statistics table td {
    padding: 0;
    color: #597A9D;
}

.statistics table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

.statistics table th {
    text-align: left;
    padding-right: 50px;
}

.x-grid-row.invalid {
    color: gray;
}

.newsPanel .date {
    font-size: 12px;
    margin: 0 0 5px 0;
}

.newsPanel h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
}

.newsPanel .x-dataview-item {
    font-size: 13px;
    border-bottom: 1px solid #597A9D;
    padding: 10px 0;
}

.newsPanel .x-dataview-item:last-child {
    border: none;
}

.x-boundlist .matchcode td {
    padding: 3px 0;
    line-height: normal;
}

a.x-tree-node-text {
    text-decoration: none;
    color: black;
	display: inline-block;
}

.version {
    position: absolute;
    right: 3px;
    bottom: 3px;
    color: white;
    font-size: 12px;
}

fieldset.attachement .attachement-list {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

fieldset.attachement .attachement-list p {
    padding: 0;
    margin: 0;
}

.x-btn-default-small.grey{
    background-color: #aaaaaa;
    background-image: none;
    border: none;
}

.x-btn-default-small-over.grey{
    background-color: #999999;
    background-image: none;
    border: none;
}

.x-btn-default-small-pressed.grey{
    background-color: #888888;
    background-image: none;
    border: none;
}

.x-btn-default-medium.grey{
    background-color: #aaaaaa;
    background-image: none;
    border: none;
}

.x-btn-default-medium-over.grey{
    background-color: #999999;
    background-image: none;
    border: none;
}

.x-btn-default-medium-pressed.grey{
    background-color: #888888;
    background-image: none;
    border: none;
}