/* 
    Artfully masterminded by ZURB.
    Created by Rob Cote for mWeb, July 2012.
    Modified by Cameron HayGlass, August 2012.
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

.Organizing_ContactSheet_img {
    background: url('../../images/icons/contactsheet.png') no-repeat center;
    min-width: 20px;
    display: inline-block;
    height: 20px;
}

.Organizing_ContactSheet_img:Hover {
    background: url('../../images/icons/contactsheethover.png') no-repeat center;
    min-width: 20px;
    display: inline-block;
    height: 20px;
}

table.dataTable tbody td.PrimaryFocus {
    padding: 0;
}

table.dataTable tbody td.PrimaryFocus div {
    padding: 8px 18px 8px 10px;
}

.button.nextcallbutton {
    padding: 0px 5px;
    margin: 10px;
}
