p, ul, ol, div, td, span, table, body { font-family: Arial, helvetica, sans-serif; font-size: 12px; color: #222222; }
		p { margin: 0; padding: 0; }
}


/* body */
body {
    background-color: #1158c312;
    margin: 0px;
}

/* table */
table {
    border: 0px;
    border-collapse: collapse;
}
/* cellspacing & cellpadding & border =0 no longer needed
td 					{ padding:0px; margin:0px; }

/* scrollbars */
/* body, textarea 		{ scrollbar-base-color:#BBBBBB; scrollbar-3dlight-color:#FFFFFF; scrollbar-arrow-color:#007F9F; scrollbar-darkshadow-color:#999999; scrollbar-face-color:#D5D5D5; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#636363; scrollbar-track-color:#F5F5F5; } */
/* links */
a:link {
    color: #CC3300;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
    color: #CC3300;
    text-decoration: none;
    font-weight: bold;
}
a:active {
    color: #FF3300;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #FF3300;
    text-decoration: underline;
    font-weight: bold;
}

.abilitymenu {
    border: 0;
    border-collapse: collapse;
}
.abilitymenu tr {
    padding: 2px;
    padding-left: 5px;
    background-color: #ece9e6;
}
.abilitymenu td {
    text-align: right;
    padding: 2px;
    padding-left: 5px;
    border: 1px solid #d6cbc2;
}
td.c1 {
    text-align: left;
}
.bold td {
    font-weight: bold;
}

/* fonts */
h1 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}
.medium {
    font-size: 11px;
}
.small {
    font-size: 10px;
}

/* colors */
.fontcolor {
    color: #555555;
}
.white {
    color: #ffffff;
}
/*Schnellangriff*/
.listusersrow .fastattack::after {
    content: "Angriff";
    display: inline-block;
    color: #0e0e0e;
    position: absolute;
    font-size: 15px;
    right: 5px;
    padding: 1px;
    width: 55px;
    height: 14px;
    line-height: 13px;
    background: rgba(152, 255, 139, .63);
    border: 1px solid #2a2a2a;
    border-right-color: rgb(42, 42, 42);
    border-right-style: solid;
    border-right-width: 1px;
    margin-top: 1px;
    border-radius: 50px 50px 50px 50px;
    border-right: none;
}

/*Verjagen*/
.listusersrow .fastchase::after {
    content: "Verjagen";
    display: inline-block;
    color: #f01;
    font-size: 14px;
    position: absolute;
    right: 65px;
    background: rgba(197, 177, 177, 0.54);
    padding: 1px;
    width: 55px;
    height: 14px;
    line-height: 13px;
    margin-top: 1px;
    border: 1px solid #2a2a2a;
    border-right-color: rgb(42, 42, 42);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 50px 50px 50px 50px;
    border-right: none;
}

/*Aufheben*/
a[href*="action=take&act_item_id"]::after {
    content: "";
    display: inline-block;
    font-size: 26px;
    position: absolute;
    right: 15px;
    background: rgba(167, 99, 62, .35);
    padding: 1px;
    width: 77px;
    height: 20px;
    line-height: 1;
    margin-top: -1px;
    border: 1px solid #2a2a2a;
    border-right-color: rgb(42, 42, 42);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 50px 50px 50px 50px;
    border-right: none;
}
/*Mission*/
a[href*="main.php?arrive_eval=getmission"]::after {
    content: "\2658";
    display: inline-block;
    font-size: 44px;
    position: absolute;
    right: 10px;
    background: rgba(49, 47, 46, 0.35);
    padding: 3px;
    width: 40px;
    height: 40px;
    line-height: 1;
    border: 1px solid #2a2a2a;
    border-right-color: rgb(42, 42, 42);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 5px 5px 5px 5px;
    border-right: none;
    margin-top: -19px;
}
/*Aufträge*/
a[href*="main.php?arrive_eval=getmission"]::after {
    content: "\2658";
    display: inline-block;
    font-size: 44px;
    position: absolute;
    right: 10px;
    background: rgba(49, 47, 46, 0.35);
    padding: 3px;
    width: 40px;
    height: 40px;
    line-height: 1;
    border: 1px solid #2a2a2a;
    border-right-color: rgb(42, 42, 42);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 5px 5px 5px 5px;
    border-right: none;
    margin-top: -19px
}

/* Bank */
.areadescription table[align="left"] {
    border-spacing: 0px;
}
.areadescription table[align="left"] td {
    padding: 1px 4px;
}
.areadescription table[align="left"] tbody tr {
    background: transparent!important;
}
.areadescription table[align="left"] tr:hover {
    background: #7968417d!important;
}

/*Divider verbergen*/
img[src$="../images/item_divider.gif"] {
    display: none;
}