div.intro a {
    text-decoration: none;
    color: #2970a6;
}
ul.start-list {
    list-style: none outside none;
}
ul.start-list li {
    padding-bottom: 3px;
}
ul.start-list a {
    text-decoration: none;
    color: #2970a6;
}
div.itm-sec td.hdr {
    font-weight: bold;
    width: 130px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
}
span.swlink {
    background-color: rgb(235, 235, 235);
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 13px;
    border-bottom: 1px solid rgb(150, 150, 150);
}
span.swlink-sel {
    /*text-decoration: underline;*/
    background-color: rgb(255, 255, 255);
    /*font-size: 15px;*/
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid rgb(150, 150, 150);
    border-left: 1px solid rgb(150, 150, 150);
    border-right: 1px solid rgb(150, 150, 150);
    border-bottom: 1px solid rgb(255, 255, 255);
}
table.res-tab {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid #505050;
    table-layout: fixed;
    word-wrap: break-word;
}
table.res-tab th, table.res-tab td {
    border-top: 1px solid #505050;
    padding: 6px;
}
table.res-tab th {
    background-color: #DADADA;
    border-top: 2px solid black;
}
table.res-tab td.middle , table.res-tab th.middle {
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
    width: 17%;
}
table.res-tab td.left, table.res-tab th.left {
    width: 200px;
}
li.short {
    /*list-style: none outside none;*/
    padding: 6px 0px 7px;
}
a.short {
    color: rgb(0, 127, 197);
    text-decoration: none;
    padding: 3px;
}
p.errorHeader {
    font: bold 14px Arial;
    margin: 17px 0 5px 0;
}
#warning404 {
    width: 700px;
    min-height: 95px;
    border: solid 1px #ccc;
    line-height: 14px;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 200px;
}
#alertImg {
    background: #fff url('/css/icon_404.gif') no-repeat left top;
    height: 60px;
    width: 55px;
    margin: 20px 0 20px 25px;
    float: left;
}
