.tool_link_button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538d;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #4479ba;
    padding: 2px 10px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    max-width: 64px;
    width: 64px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.tool_link_button a:link,
.tool_link_button a:visited {
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
}

.tool_link_button.missing {
    border: solid 1px #999;
    background: #ccc;
}

div#esa_portal {
    height: 100%;
}

div#esa_banner {
    height: 60px;
    background-color: #003247;
}

div#esa_banner_middle {
    color: white;
    text-align: center;
}

div#esa_banner_middle h3 {
    margin: 0;
    padding: 8px 0 4px;
}

div#esa_leftmenu {
    position: absolute;
    width: 257px;
    background-color: #f9f9f9;
    padding: 12px 0 12px 12px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    height: 50%;
}

div#esa_main_content {
    margin-left: 270px;
}

div#esa_breadcrumb {
    position: relative;
    display: block;
    height: 40px;
    line-height: 39px;
    padding-left: 12px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #4c8fbd;
}

div#esa_rightframe {
    padding: 8px 20px 32px;
}

div#esa_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    padding: 5px 10px 0 10px;
}

body {
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.service_image {
    font-size: 8px;
    text-align: center;
}

.service_image a {
    text-decoration: none;
    margin: 4px;
}

.service_table {
    display: table;
}

.service_group {
    display: table-row;
}

.service_title {
    padding-left: 40px !important;
    padding-top: 4px !important;
    padding-bottom: 1px !important;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}

div.service_content {
    display: table-cell;
    border: 2px solid #fff;
    background-color: #eee;
    width: 448px;
    padding: 2px;
}

div.service_nocontent {
    display: table-cell;
    border: 2px solid #fff;
    background-color: #fff;
    width: 448px;
    padding: 2px;
}

.service_smaller_content {
    width: 250px !important;
}

.service_access {
    display: table-cell;
    border: 2px solid #fff;
    padding-left: 10px;
    padding-right: 10px;
    width: 140px;
    background-color: #eee;
}

.service_content ul {
    margin: 0 0 10px;
    padding-left: 20px;
    list-style-type: square;
}

.service_content p {
    margin-left: 5px;
}

.service_content ul li {
    margin-left: 0px;
    padding-left: 0px;
    min-height: 20px;
    clear: right;
}

.service_content ul li div {
    float: right;
    margin-right: 1em;
}

.opener>img {
    margin-right: 0.2em;
}

div.service_load_content {
    display: block;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
    overflow: scroll;
    max-height: 128px;
}

div.service_button {
    padding: 2px;
    height: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 20px;
}

.ui-widget {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.ui-widget-header {
    border: none;
    border-bottom: 1px solid #aaaaaa;
    background: none !important;
}

.ui-widget-header .ui-state-default {
    background-image: none !important;
    background: #f9f9f9;
}

.ui-widget-header .ui-state-active {
    background: #fff;
}

.ui-accordion .ui-accordion-header {
    padding-top: 1em;
    padding-bottom: 1em;
}

.ui-accordion .ui-state-default {
    background: #f9f9f9;
}

.ui-accordion .ui-state-active {
    background: #eef4f9;
}