/* Standard Styles */
/* Standard Styles */

.granty_list{
    font-size: 14px;
    margin-bottom: 20px;
}

.granty_list tbody {
    line-height: 24px;
}
.granty_list .odd {
    background-color: #e6e5f9;
    padding: 0px 10px;
}

.granty_list .even {
    background-color: #ffffff;
    padding: 0px 10px;
}
a:link.jmenlink {
    color: #333333;
    display: block;
    margin: 10px 0;
}
a:visited.jmenlink {
    color: #333333;
}
a:hover.jmenlink {
    color: #000000;
}
.granty_list tbody tr:hover {
    background-color: #3dc1b6 !important;
    color: #ffffff !important;    
}
.granty_list tbody tr:hover td {
    border-right-color: #ffffff; 
}
.granty_list tbody tr:hover a:link, .granty_list tbody tr:hover a:visited, .granty_list tbody tr:hover a:hover {
    color: #ffffff;
}
.granty_list td {
    border-right: 1px solid #787878;
    padding: 0px 10px;
}
.granty_list th {
    vertical-align:middle;
    font-size: 16px;
    padding: 6px 12px;
    line-height: 120%;
    border: 1px solid #ff6247;
    border-bottom: 1px solid #ffffff;
}

.list_links {
    text-align: center;
    margin: 20px 0;
}
.list_links a:link, .list_links a:visited, .new_search a:link, .new_search a:visited {
    color: #ffffff;
    background-color: #8782aa;
    padding: 10px 20px;
    text-decoration: none;
}
.list_links a:hover, .new_search a:hover {    
    color: #ffffff; 
    background-color: #ff6247;
}

table.zs_view {
    min-width: 60%;
    margin: 20px 0 !important;
}
table.zs_view td {
    vertical-align: middle;
}
table.zs_view th {
    border-bottom: 1px solid #ffffff;
    text-align: right;
    padding: 8px 20px;
}