/**
 * Custom styles for the blue swatch.
 */
body {
    background-image: url(../images/cervin.jpg);{
}

#account_section {
    background-color: #0B3E73;
}

a:link, a:visited {
    color: #0033cc;
}

a:hover {
    color: #990000;
}

.title {
    color: #555555;
}

.subtitle {
    color: #555555;
}

.main_tabset li.selected a {
    color: #003399;
}

.edit_submission h3 {
    color: #666666;
}

body .sortable div.row_content .system_field li {
    background-color: #d7eaf9;
}

.sortable .rows div.row_content .system_field li .scroll-content li {
    background-color: #e6f4ff;
}

.nav_link a:hover, body .nav_link_submenu a:hover {
    color: #003399;
    background-color: #dddddd;
}

.nav_link_submenu a:link, .nav_link_submenu a:visited {
    color: #789078;
}

.sortable_group_header, .sortable_group_footer {
    background-color: #D7EAF9;
}

tr.selected_row_color {
    background-color: #dbf1ff;
}

body .ui-widget-header {
    background: url(../images/popup_header_bg_grey.png) repeat-x scroll 50% 50%;
}

.inner_tabset .tab_row div.selected {
    color: #770000;
}

.prevnext_links span a:hover {
    background-color: #001d5e;
}

.sortable_group_header .sort:hover {
    background-color: #bad4e8;
}