.pm_topbuttons {
    margin-bottom: 5px;
}

/* Left Navi */
.pm_left_navi {
    float: left;
    width: 285px;
    position: relative;
    left: -10px;
}
.pm_left-menu-border {
    border-right: 1px solid #dcdcdc;
}
.pm_left_navi .pm_left-menu-top, .pm_left_navi .pm_left-menu-bottom {
    background-image: url("../../../include/designs/ilch2012/img/menu_sprite.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 9px;
    width: 284px;
}
.pm_left_navi .pm_left-menu-bottom {
    background-position: left bottom;
}
.pm_left_navi .pm_left-menu-body {
    background-image: url("../../../include/designs/ilch2012/img/menu_spacer.png");
    background-repeat: repeat-y;
    padding: 1px 10px 1px 10px;
}

.pm_left_cont {
    float: left;
    width: 269px;
    height: 63px;    
    border-bottom: 1px solid #dcdcdc;
}
.pm_left_cont:hover {
    background-color: #dcdcdc;
}
.pm_left_avatar {
    float: left;
    width: 50px;
    height: 50px;
    padding: 6px;
    text-align: center;
}
.pm_left_txt {
    float: left;
    height: 35px;
    width: 200px;
    margin-top: 16px;
}

.pm_right_cont {
    float: left;
    width: 613px;    
    border-bottom: 1px solid #dcdcdc;
}

.pm_right_cont-del {
    float: left;
    width: 613px;
    border-bottom: 1px solid #dcdcdc;
}
.pm_right_cont-del:hover {
    background-color: #dcdcdc;
}

.pm_right_avatar {
    float: left;
    width: 32px;
    min-height: 32px;
    padding: 6px;
    text-align: center;
}
.pm_right_txt {
    float: left;
    width: 551px;
    padding: 6px;
}
.pm_date_right {
    float: right;
}
.pm_right_txt-del {
    float: left;
    width: 515px;
    padding: 6px;
}
.pm_right-checkbox {
    float: left;
    width: 22px;
    text-align: center;
    padding: 6px;
}

/* Main Content */
.pm_cont_main {
    width: 615px;
    float: right;
    margin-right: -10px;
}
.pm_cont_main-nobtns {
    margin-top: 38px;
}
.pm_head {
    height: 15px;
    background-color: #b81e00;
    background-image: url("../../../include/designs/ilch2012/img/Chead.png");
    background-repeat: repeat-x;
    color: #ffffff;
    text-shadow: 1px 1px 0 #780000;
    padding: 5px 5px;
    border: 1px solid #dcdcdc;
}
.pm_head_checkall {
    float: right;
    margin: 0 13px 0 0;
}
.pm_head_small {
    height: 10px;
    background-color: #b81e00;
    background-image: url("../../../include/designs/ilch2012/img/Chead.png");
    background-repeat: repeat-x;
    text-shadow: 1px 1px 0 #780000;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.pm_cont {
    height: 578px;
    width: 613px;
    background-color: #fafafa;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: center;    
    vertical-align: middle;
    display: table-cell;
}
.pm_cont_show {
    height: 497px;
    width: 594px;
    background-color: #fafafa;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.pm_cont_new {
    padding: 15px 0;
    width: 613px;
    background-color: #fafafa;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    text-align: center;    
    vertical-align: middle;
    display: table-cell;
}
.pm_receiver {
    height: 18px;
    width: 175px;
    float: left;
    padding: 6px;
    padding-top: 8px;
    background-color: #f1f1f1;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.pm_receiver_input {
    height: 20px;
    width: 413px;
    float: left;
    padding: 6px;
    background-color: #f1f1f1;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.pm_cont_textarea {
    min-height: 95px;
    padding: 4px;
    background-color: #fafafa;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.pm_foot {
    height: 31px;
    width: 613px;
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc; 
    vertical-align: middle;
    display: table-cell;
}
.pm_buttons {
    padding: 0 5px;
}
.pm_buttons a.btn {
    margin-top: -2px !important;
}
.pm_buttons_right {
    text-align: right;
}

/* Neue Nachricht input / search */
.user_input_search_box {
    width: 175px;
    position: relative;
}
.suchepm_input {
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    position: absolute;
    margin-top: -2px !important;
}
.suchepm_input:focus {
    outline:0;
    border:1px solid #B71E00;
    -webkit-box-shadow: 0 0 5px 4px rgba(183, 30, 0, 0.10);
    -moz-box-shadow: 0 0 5px 4px rgba(183, 30, 0, 0.10);
    box-shadow: 0 0 5px 4px rgba(183, 30, 0, 0.10);
}
.user_search {
    background: url("../../../include/designs/ilch2012/img/design_sprite.png") -502px -99px no-repeat !important;	
    border: none;
    cursor: pointer;
    width: 16px;
    float: right;
    margin-top: -3px !important;	
    margin-right: 1px !important;	
}

/*  textarea  */
.pm_textarea {	
    height: 90px; 
    width: 99%;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    -moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
    box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
}
.pm_textarea_big {
    height: 477px;
}
.pm_textarea:focus {
    outline:0;
    border:1px solid #B71E00;
    -webkit-box-shadow: 0 0 5px 4px rgba(183, 30, 0, 0.10);
    -moz-box-shadow: 0 0 5px 4px rgba(183, 30, 0, 0.10);
    box-shadow: 0 0 5px 4px rgba(183, 30, 0, 0.10);
}
.pm_unread {
    background-color: #c7ffd9;
}
.pm_sender.pm_unread {
    background-color: #fffec1;
}
