table.z_messages {
    margin-top: 1em;
    width: 100%;
}

th.z_message_sender {
    width: 20em;
}

th.z_message_date {
    width: 9em;
}

th.z_message_action {
    width: 4em;
}

table.z_messages th {
    border: 1px solid #D9D9D9;
}

table.z_messages th{
    background-color: #ECECEC;
}

table.z_messages th {
    font-weight: bold;
    padding: .2em .5em .4em;
}

.z_compose label {
    width: 8%;
}


.z_compose input[type="submit"] {
    margin-left:12%;
}


.z_post_message_form label{
    width: 13%;
}

.z_post_message_form input[type="text"]{
    width: 76%;
}

.z_post_message_form textarea{
    width: 77%;
}

.z_messages > .z_message .z_compose div.z_form_buttons {
    left:7.5%;
}

.z_messages > .z_message .z_compose .z_field_validation_error > ul {
    margin:0 11% 0 0;
}


.z_messages > .z_message .z_list .z_main_content,
.z_messages > .z_thread .z_trash .z_main_content,
.z_messages > .z_thread .z_outbox .z_main_content,
.z_messages > .z_thread .z_list .z_main_content{
    width: 100%;
}

.z_messages .z_message .z_details .z_main_content{
    width: 60%;
    float: left;
}


.z_messages .z_message .z_details .z_model_view dt{
    text-align:left;
    width:12%;
}
.z_messages .z_message .z_details .z_model_view dd{
    left:15%;
}

.z_messages .z_message .z_new li.token-input-token-zeedna-email{
    background-image:url("/zmedia/design/images/icons/delete.png");
}


/***************************************************
z_messages app
***************************************************/

.z_messages .z_thread .z_owner{
    text-align: left;
    width: 350px;
}

.z_messages .z_thread .z_details{
    width: 750px;
}

.z_messages .z_thread table.z_key_default_listing{
    border-spacing: 0;
    border-style: hidden;
}

.z_messages .z_thread .z_item{
    
}

.z_messages .z_actions{
    margin: 1em 0;
    background-color: #F5F5F5;
    overflow:hidden;
    padding:6px;
}

.z_messages .z_actions .z_tip{
    background: url("/zmedia/design/images/icons/help.png") no-repeat scroll left center transparent;
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    height: 22px;
    padding: 0;
    vertical-align: middle;
    width: 30px;
}

.z_messages .z_actions form{
    float:left;
}

.z_messages .z_actions form.z_new_message{
    float: right;
}

.z_messages .z_thread .z_not_seen{
    background-color: #F5F5F5;
}
    
.z_messages .z_thread .z_owner .z_info{
    margin: 9px 0;
    overflow: hidden;
}

.z_messages .z_thread .z_owner .z_name{
    font-weight: bold;
}

.z_messages .z_thread .z_owner .z_date{
    font-weight: normal;
    color: #8C898A;
}

.z_messages .z_thread .z_owner ul{
    list-style: none;
    padding: 0;
}

.z_messages .z_thread .z_owner img{
    width:50px;
    padding: 4px;
    float: left;
    margin:0 10px 0 10px;
}
.z_messages .z_message .z_left{
    display: inline-block;
    float: left;
    margin: 0 0 0 40px;
    overflow: hidden;
    text-align: center;
    width: 94px;
}

.z_messages .z_message .z_right{
    overflow: hidden;
}

.z_messages .z_message .z_left img{
    float:left;
}
.z_messages .z_message .z_item{
    margin: 20px 0 65px 0;
    overflow: hidden;
}

.z_messages .z_message .z_name{
    font-weight: bold;
}
.z_messages .z_message .z_date{
    font-weight: normal;
    color: #8C898A;
}
.z_messages .z_message .z_message_body{
    margin: 10px 0;
}

.z_messages .z_reply{
    margin: 30px 0;
    text-align: center;
}

.z_messages #errorMsg ul{
    list-style:none;
    color: red;
}

.z_messages .z_form fieldset {
    border-width: 0;
}

.z_messages_selector {
    float:left;
    padding:3px;
}
