/* --- station order --- */
div.meinesender {
    width: 125px;
    float: left;
}
div.allesender {
    width: 330px;
    float: right;
}
table.dnd_stations {
    width: 125px;
    float: left;
    margin-bottom: 12px;
    background-color: #EFEFEF;
}
table.dnd_stations tr {
    border-bottom: 1px solid #EFEFEF;
}
table.dnd_stations tr:hover {
    background-color: #EBEBEB;
    border-bottom: 1px solid #C8C8C8;
}
table.dnd_stations tr td {
    height: 25px;
    /*border-bottom: 1px solid #EFEFEF;*/
    padding: 3px 0 0 6px;
    text-align: left;
}
table.dnd_stations tr td.station_pos {
    font-weight: bold;
    color: #646464;
    text-align: right;
    padding: 5px 3px 0 0;
}

table.station_select tr td {
    height: 19px;
    padding: 0 0 0 5px;
    text-align: left;
}

div.station_group {
    clear: both;
    border-top: 1px solid #C8C8C8;
    padding: 5px 0 5px 0;
    min-height: 50px;
}
input.stationgroup_radiobutton, input.stationgroup_checkbox { 
    float: left; 
    margin-bottom: 10px;
}
label.stationgroup_label {
    float: left;
    margin: 2px 0 0 5px;
    color: #646464;
    font-weight: bold;
}
div.station_group div.station_check {
    float: left;
    margin: 0 0 6px 0;
    width: 82px;
}
input#rectvstations, input#cablecomstations {
    margin-left: 15px;
}

/* --- station details --- */
p.stationdetail_info {
    margin-bottom: 12px;
}

table.station_details {
    margin: 0 5px 0 5px;
}
table.station_details td.label {
    width: 120px;
    /*height: 20px;*/
    font-weight: bold;
    vertical-align: top;
    padding-bottom: 5px;
}
table.station_details td.info {
    vertical-align: top;
    padding-right: 5px;
    padding-bottom: 5px;
}