/* Theme customizations for Moo! Wrapper */

/* Set background image based on style2.css */
body {
    background-image: url(img/blue_gradient.png);
    background-repeat: repeat-x;
}

/* Fix invisible links in table headers */
th.bg-primary a {
    color: white;
    text-decoration: underline;
}
th.bg-primary a:hover, th.bg-primary a:focus {
    color: #23527c;
    text-decoration: none;
}

/* Add borders to tables, similar to what panels have */
div.table {
   border-top: 2px solid #337ab7;
   border-left: 2px solid #337ab7;
   border-right: 2px solid #337ab7;
   border-radius: 4px;
}
.table>table {
    border-bottom: 2px solid #337ab7;
}
.table>tbody>tr>th.bg-primary {
    border: 1px solid #337ab7;
}

/* Make quoted messages more prominent */
blockquote {
    border-left: 2px solid #00A0E3;
    background-color:  #F0F8FF;
}
