.admin div.pagewidth div#logo {
    width: 1082px;
    height: 111px;
    text-indent: -999em;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;

    background: #599fd3 repeat-x top;
    background: -webkit-gradient(linear,left top, left bottom,from(#6bbfff),to(#599fd3));
    background: -webkit-linear-gradient(top,#6bbfff,#599fd3);
    background: -moz-linear-gradient(top,#6bbfff,#599fd3);
    background: -o-linear-gradient(top,#6bbfff,#599fd3);
    background: linear-gradient(top,#6bbfff,#599fd3);
}

.admin div#logo:before {
    content: '';
}
.admin div#logo:after {
    content: "";
    display: block;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: url(../images/header_logo_nr2_01.png) 10px 10px no-repeat;
}

.admin div.pagewidth ul.menu {
    display: block;
    width: 1100px;
    float: none;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    position: static;
    padding: 0;
}

.admin #navtop {
    display: none;
}

.admin ul.menu li {
    display: inline-block;
    padding: 10px 0px 10px 15px;
    border-top: none;
}

.breadcrumbs {
    margin: 0 0 10px 0px;
    padding: 10px 15px;
    background: white;
    border-radius: 10px;
}

.breadcrumbs li {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: .9em;
}
.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li a {
    text-decoration: none;
}

.breadcrumbs li:after {
    content: '/';
    position: inline-block;
    margin-left: 10px;
}

.breadcrumbs li:last-child a {
    color: black;
}
.breadcrumbs li:last-child:after {
    display: none;
}

.admin div.pagewidth {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-top: 1px;
}

.admin div.pagewidth #content {
    width: auto;
    position: static;
    margin: 0;
    border-radius: 10px;
}

.admin {
    background: #c9e1eb;
}

.admin #langs {
    position: absolute;
    width: 100%;
    top: 20px;
    right: 10px;
    z-index: 10;
    text-align: right;
}

.admin #langs > a {
    display: inline-block;
    margin: 0 .2em;
    text-decoration: none;
}
.admin #langs > a:first-child {
    margin-left: 0;
}
.admin #langs > a:last-child {
    margin-right: 0;
}

.admin #langs > a.de {
    width: 30px;
    height: 15px;
    background: url(../images/flag_01_de.png);
}
.admin #langs > a.en {
    width: 30px;
    height: 15px;
    background: url(../images/flag_01_en.png);
}

.admin #langs > a.contact,
.admin #langs > a.signup_request {
    color: white;
    
}
.admin #langs > a.contact:hover,
.admin #langs > a.signup_request:hover {
    text-decoration: underline;
}

.admin tr#node- td {
    font-size:80%;
}

.description {
    vertical-align: top;
}

div.aff_box {
    margin: 10px 28px 20px;
}

.get_link_button {
    margin-top: 0;
}

div.aff_box .aff_screen {
    width: 100px;
    display: block;
    border: 2px solid #fff;
} 

div.aff_box .aff_screen:hover {
    cursor: pointer;    
}

div.aff_box.active .aff_screen {
    border: 2px solid #ff0000;
}
input.aff_change {
    float: left;
    margin-top: 0px;
    width: 370px;
}

.copy_wrap {
    position: relative;
}

.copy_link {
    display: block;
    margin: 5px 0 0 0;
    padding: 0px 8px;
    width: 120px;
}

.copy_link span.alt {
    display: none;
}

.copy_link:hover {
    cursor: pointer; 
}

.copy_link.copied span {
    display: none;
}

.copy_link.copied span.alt {
    display: inline;
}

tr.aff_box .custom_link input {
    border: 1px solid #ccc;
    padding: 0 2px;
    font-size: 16px;
    font-family: Cambria;
}
tr.aff_box .custom_link input:focus {
    outline: 1px solid #599fd3;
}
tr.aff_box .custom_link input[name=link_body] {
    width: 200px;
}
tr.aff_box .custom_link input[name=link_w] {
    width: 120px;
}

.copy_span {
    display: none;
}

.get_link_button:hover{
    cursor: pointer; 
}

#get_link_dialog table.links {
    border: none;
    width: 650px;
    padding: 10px;
}

#get_link_dialog .page_title {
    font-size: 1.0em;
    font-weight: bold;
}

#get_link_dialog td.aff_screen {
    width: 1px;
}
#get_link_dialog tr.aff_box_custom td.aff_screen {
    width: 100px;
    height: 44px;
    background-image: url(../images/header_logo_nr2_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.form.filter_form select, .filter_form input {
    width: auto;
}

.form.filter_form button {
    display: inline;
}

.filter_form {
    margin-bottom: 1em;
}

.forgot_password_link {
    text-align: right;
}

#content > form > button {
    display: inline;
}
.stats table.list tr:nth-child(2n+3) {
    background: #eee;
}
.stats table.list th.date {
    text-align: left;
}
.stats table.list td, .stats table.list th {
    text-align: right;
}

#cboxContent {
    border-radius: 10px;
}