body{
    background-color: #339cff;
    font-family: Calibri,sans-serif,Arial;
}

a:link {
    color: black;
}
a:active, a:hover{
    color: #339cff;
}
a:visited {
    color: #0354E6;
}
a {
    color: black;
    text-decoration: none;
}

table {
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
}
th, td.head {
    color: #fff;
    background-color: #339cff;
    border: 1px solid black;
    padding: 3px;
    font-size: 16px;
    white-space: nowrap;
}

tr.eventFinished, tr.notifyOld, tr.taskFinished, tr.ttFinished, div.taskFinished, div.ttFinished {
    background-color: #dbdada;
}

tr.warn, td.warn, tr.eventWarn, tr.taskWarn, tr.notifyNew {
    background-color: #e4cf69;
}

tr.alarm, td.alarm, tr.taskAlarm, tr.ttAlarm, td.taskAlarm, td.ttAlarm {
    color: red;
}

td {
    padding: 5px;
    border: 1px solid grey;
    white-space: normal;
    font-size: 12px;
}

td > span{
    font-size: inherit;
}

td.nb{
    border: none;
}

td.warn {
    background-color: #e4cf69;
}

tr.center,td.center {
    text-align: center;
    vertical-align: middle;
}

th.table-th-sort {
    background-image: url(../img/asc.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
th.table-th-sort-rev {
    background-image: url(../img/desc.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

a.color {}

div#header{
    margin-left: 65px;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #fff;
    border-radius: 10px;
}

/* --- Main menu --- */
div#mainMenu{
    background: #ddf0f0;
    width: 60px;
    position: fixed;
    z-index: 110;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.tabs {
}

ul.tabs li {
    float: left;
    width: 57px;
    height: 45px;
    margin: 10px 0px;
    list-style-type: none;
}

ul.tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

ul.tabs li a:hover, ul.tabs li a.active {
    background-position: 0 -45px;
    text-decoration: none;
}

ul.tabs li a:hover span {
    position: relative;
    top: 45px;
    display: block;
    visibility: visible;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

ul.tabs li span {
    visibility: hidden;
}

ul.tabs li a.active span {
    position: relative;
    top: 45px;
    display: block;
    visibility: visible;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/* Main menu icons */
ul.tabs li.domains a {
    background-image: url(../img/theme1/domains.png);
}
ul.tabs li.exit a {
    margin-top: 25px;
    background-image: url(../img/theme1/exit.png);
}
ul.tabs li.setup a {
    background-image: url(../img/theme1/setup.png);
}
ul.tabs li.profile a {
    background-image: url(../img/theme1/profile.png);
}

ul.tabs li.notifications a {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background: url(../img/theme1/notify.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 10px;
    -webkit-border-radius: 10px;	/*Google Chrome*/
    -moz-border-radius: 10px;		/*FireFox*/
    -khtml-border-radius: 10px;		/*Safari*/
}
ul.tabs li.notifications a.unread {
    background-position: 0px -32px;
}
/* --------------------- */

div#centerArea{
    margin-left: 65px;
}

/* Other icons */
span.icon-add,
span.icon-create-domain {
    display: block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding-left: 18px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url(../img/icon-create.gif);
}
span.icon-create-accounts{
    background-image: url(../img/icon-createAccounts.gif);
}

span.icon-domain{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
}

span.icon-filter{
    background-image: url(../img/theme1/icon-filter.png);
}

/* ---- Client menu ---- */
div.tabswrapper{
    height: 45px;
    width: 100%;
}
div.tabswrapper ul.tabs {
    position: relative;
    float: left;
}
/* -------- */
div.content-spacer {
    clear: both;
    width: 100%;
    height: 27px;
}
div#tabContent {
    min-width: 100px;
    min-height: 100px;
    background: #fff;
    margin-top: 10px;
    padding-top: 15px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

div.clientWorkArea, div.filesWorkArea{}
div.regconf, div.regrestore {
    margin: 20px;
}
