/*
    Action Widget CSS file
*/

/* Overall width of widget */

div.action h2.widget-header {
    width: 210px;
    min-width: 210px;
    letter-spacing: -1px;
    margin-bottom: 0px;
}
div.action h3.navig {
    width: 205px;
}

div#member-action-todo, div#member-action-done {
    height: 230px;
    min-height: 230px;
}
    
/* Style the section "paging bar" */

div.action h3 a.back, div.action h3 a.forward {
    position: absolute;
    top: 1px;
    right: 2px;
    border: none;
}
div.action h3 a.back {
    right: 21px;
}
div.action h3 img {
    margin: 0px;
}
div.action h3 {
    border-top: none;
    padding-left: 5px;
    height: 10px;
    min-height: 9px;
    line-height: 9px;
    background-color: #D7D7D7;
    letter-spacing: -1px;
    padding-bottom: 3px;
}

div.action-entry {
    width: 210px;
    height: 65px;
    min-height: 65px;
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -1px;
    padding: 0px;
}
div.action-entry div.text {
    float: right;
    width: 155px;
}
div.action-entry div.image {
    float: left;
    text-align: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
}
div.action-entry div.image img {
    height: 40px;
}
div.action-entry div.action {
    height: 15px;
}
div.action-entry a.button {
    height: 10px;
    padding: 1px 4px;
    line-height: 9px;
    min-height: 10px;
    width: 30px;
    font-size: 10px;
    display: block;
    float: right;
    margin-top: 2px;
}

div.action div.empty {
    font-size: 13px;
    margin: 5px;
}

div.action-admin {
    height: 30px;
    min-height: 30px;
    padding: 2px;
    width: 210px;
}
div.action-admin a.button {
    line-height: 18px;
}

