@import 'layout.css';
@import 'form.css';
@import 'paginator.css';
@import 'table.css';
@import 'toolbar.css';
@import 'thickbox.css';
@import 'ui.datepicker.css';

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    text-align: center;
    background: #181818;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #4a4a4a;
}

a {
    color: #823083;
    text-decoration: none;
}

a:hover {
    color: #bd72be;
    text-decoration: none;
}

a.tree {
    padding-right: 20px;
    background: url('../images/icon/chart_organisation.gif') right center no-repeat;
}

a.fold {
    padding-left: 20px;
    background: url('../images/icon/tree_fold.gif') left center no-repeat;
}

a.unfold {
    padding-left: 20px;
    background: url('../images/icon/tree_unfold.gif') left center no-repeat;
}

a.unfold_disabled {
    padding-left: 20px;
    background: url('../images/icon/tree_unfold_disabled.gif') left center no-repeat;
}

a.go {
    padding-right: 20px;
    background: url('../images/icon/control_fastforward.gif') right center no-repeat;
}

a.asc {
    padding-right: 20px;
    background: url('../images/icon/sort_asc.gif') right center no-repeat;
}

a.desc {
    padding-right: 20px;
    background: url('../images/icon/sort_desc.gif') right center no-repeat;
}

a.footnote {
    font-size: 0.8em;
    vertical-align: super;
    margin-left: 2px;
}

dl.footnotes dt, dl.footnotes dd {
    display: inline;
    margin-right: 5px;
}

a img {
    border: none;
}

p {
    text-align: justify;
    margin: 0px 0px 20px 0px;
}

ul.bar {
    display: inline;
}

ul.bar li {
    padding-left: 10px;
    display: inline;
}

.note {
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: url('../images/icon/attach.gif') right top no-repeat #efefbb;
}

.spacer {
    clear: both;
}

.right {
    float: right;
}

.centered {
    text-align: center;
}

.skypeShowStatus img {
    vertical-align: middle;
}

.error {
    background: url('../images/icon/error.gif') left center no-repeat;
    margin: 5px auto 5px auto;
    /*margin: 5px 0px 5px 180px;*/
    padding-left: 20px;
    font-weight: bold;
    color: red;
}

div.info {
    background: url('../images/icon/information.gif') left center no-repeat;
    margin: 5px auto 5px auto;
    text-indent: 20px;
    font-weight: bold;
    color: red;
}

.breadcrumb {
    margin: 0px 0px 20px 0px;
}

.thumb {
    width: 185px;
    height: 185px;
    text-align: center;
}

.thumb img {
    border: 2px solid #ce87d5;
}

div.group {
    clear: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ce87d5;
}

.column50 {
    float: left;
    width: 48%;
    margin-right: 5px;
}

.row {
    clear: left;
    padding: 5px;
}

.row .label {
    float: left;
    padding: 5px;
    font-weight: bold;
}

.row .value {
    padding: 5px;
}