body {}
.xtb2 {}
.xtb2 td {padding: 10px;}

.adm-status-2
{
	display: block;
	background-color: #FF7361;
}

.adm-status-5
{
	display: block;
	background-color: greenyellow;
}

.orange.button {
    background-color: rgb(255, 92, 0);
}

.infobox { background-color: #EDEDED; display: block; padding: 5px;}

.red.button {
    background-color: rgb(227, 49, 0);
}

.magenta.button {
    background-color: rgb(169, 1, 75);
}

.blue.button {
    background-color: rgb(45, 174, 191);
}

.orangellow.button {
    background-color: rgb(255, 181, 21);
}

.small.button {
    font-size: 11px;
}
.button {
    background: url("/i/overlay-button.png") repeat-x scroll 0px 0px rgb(34, 34, 34);
    display: inline-block;
    padding: 5px 15px 6px;
    color: rgb(255, 255, 255) !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    overflow: visible;
    width: auto;
}