.inner {
    color: #666666;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
}

.rtAlign, .portlet-header .ui-icon {
    float: right;
    margin: 7px;
}

#executionSummary {
    display: inline;
    font-size: 12px;
}

.testResultHeader {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    min-width: 500px;
    padding: 5px 70px 5px 5px;
    color: #ffffff;
    vertical-align: middle;
}

.testResultSnapshotHeader {
    color: #FFFFFF;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    min-width: 500px;
    overflow: hidden;
    padding: 5px 70px 5px 5px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.testResultHeaderWrapper {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    min-width: 500px;
    padding: 5px 70px 5px 5px;
    color: #ffffff;
    vertical-align: middle;
}

.testContainer {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}

.overflow_fix {
    overflow-x: scroll;
}

#aSSToggle a:hover,
#ipRangesToggle a:hover {
    text-decoration: none;
}

#preloader {
    color: #336699;
    font-family: 'open_sans',sans-serif;
    font-size: 16px;
    line-height: 150%;
    padding: 20px;
    text-align: center;
}

pre, pre a {
    font-family: 'open_sans',sans-serif;
    font-size: 12px;
    color: #666;
}

pre {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.pre {
    border: solid 1px #B3B3B3;
    text-align: left;
    margin: 20px;
    padding: 10px;
}

.dnsrResults {
    line-height: 22px;
}

.dnsSectionSummary {
    font-family: 'open_sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

.infoCt, .passCt, .failCt, .warnCt {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-image: url(../img/dnsrIconSet/INFOblank.gif);
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    padding: -6px 2px 2px 1px;
}

.passCt {
    background-image: url(../img/dnsrIconSet/PASSblank.gif);
}

.failCt {
    background-image: url(../img/dnsrIconSet/FAILblank.gif);
}

.warnCt {
    background-image: url(../img/dnsrIconSet/WARNblank.gif);
}

tr.underscore td {
    border-bottom: solid 1px #ccc;
}

.changedData {
    font-weight: 700;
    color: #F60;
}

.ui-slider {
    text-decoration: none !important;
    width: 600px;
    height: 5px;
    border: solid 1px #6D9FC5;
}

.ui-slider .ui-slider-tooltip {
    display: none;
    width: 300px;
    font-size: 10px;
    font-weight: 400;
    border: solid 1px #69c;
    background-color: #EAEAEA;
    z-index: 1000;
}

.ui-widget p {
    margin: 10px 0;
}

#scrollContainer {
    height: 35px;
    width: 450px;
    margin: auto;
    padding: 7px;
}

#scrollContainer ul li div {
    margin-top: 15px;
    background: #fff;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    padding: 4px;
}

.historyBrick {
    background-color: #EAEAEA;
    font-size: 14px;
    color: #666;
    font-weight: 700;
    border: solid 1px #069;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
}

.summaryAreaHeader {
    text-transform: uppercase;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    color: #369;
    font-weight: bolder;
    border-bottom: solid 1px #999;
}

.testContainer {
    width: 100%;
    clear: both;
    /*overflow: hidden;*/
    position: relative
}

.testContainer input, .testContainer select {
    background-color: #FFF;
    border: solid 1px #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #666;
}

#ipInfoKeys {
    float: left;
    width: 15%;
    display: block;
    z-index: 5;
}

#ipInfoData {
    display: block;
    width: 85%;
    float: right;
    overflow: auto;
    height: 230px;
    z-index: 5;
}

.resultContainer {
    color: #336699;
    font-size: 14px;
    font-weight: bold;
}

.mailReportSectionHeader {
    background-color: #EEE;
    border: solid 1px #999;
    font-family: 'open_sans',sans-serif;
    font-size: 16px;
    color: #036;
    font-weight: 700;
    padding: 5px;
}

.ispCacheLookupCell {
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
}

.resultTableRow {
    border-bottom: solid 1px #EBEBEB;
    font-size: 12px;
}

.defaultText {
    color: #ccc;
}

.defaultTextActive {
    color: #a1a1a1;
    font-style: italic;
}

.errorMessaging {
    border: solid 1px red;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: red;
    background-color: #EFEFEF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 8px;
    padding: 10px;
}

.errorMessaging .header {
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: red;
}

.errorMessaging .body {
    font-family: 'open_sans',sans-serif;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}

.errorMessaging .errorImage {
    float: left;
    display: block;
    width: 250px;
}

#cover {
    display: none;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: gray;
    filter: alpha(Opacity = 40);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.errorHeader {
    background-color: #EBEBEB;
    font-size: 20px;
    color: red;
    font-weight: 700;
}

.generalContentContainer {
    height: 130px;
    width: 400px;
    background-color: #EEE;
    border: solid 1px #999;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: auto;
    margin: 5px;
    padding: 8px;
}

.generalContentContainer2 {
    height: 130px;
    width: 400px;
    background-color: #FFF;
    border: solid 1px #999;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: auto;
    margin: 5px;
}

#epaContainer {
    display: block;
    width: 100%;
}

#epaContainer td {
    min-width: 175px;
    border-bottom: solid 1px #eee;
    height: 40px;
    text-align: center;
    font-family: 'open_sans',sans-serif;
    font-size: 13px;
    color: #333;
}

#epaContainer .isIE7 td {
    width: 200px;
}

#epaContainer table.left td, #epaContainer table.right {
    height: 60px;
    text-align: center;
}

.columnScroller {
    display: block;
    width: 380px;
    overflow: auto;
}

.boilerplate, #epaImg {
    border: solid 1px #999;
    background-color: #EEE;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 800px;
    padding: 10px;
}

.boilerplate {
    width: 1032px;
}

.boilerplate td.header {
    font-family: 'open_sans',sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #333;
}

.boilerplate td {
    font-family: 'open_sans',sans-serif;
    font-size: 13px;
    color: #333;
}

.testHeader, td.testHeader {
    font-family: 'open_sans',sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #98abbc;
    line-height: 40px;
}

#epaScroller {
    border-right: solid 1px #eee;
    overflow: auto;
    border: solid 1px #eee;
    border-top: none;
    width: 900px;

}

#epaTable {
    height: 220px;
    table-layout: fixed;
    word-wrap: break-word;
}

.roundIt {
    display: inline-block;

    overflow: hidden;
}

.tableHeaderButton {
    display: block;
    font-family: 'open_sans',sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 22px;
    border: solid 1px #EEEEEE;
    text-align: center;
    background-color: #EEEEEE;

}

.dataItemRow td {
    border-bottom: solid 1px #EAEAEA;
    vertical-align: top;
}

.dataItemRow td div.miniBlock:hover {
    text-decoration: underline;
}

.hiliteTerm {
    background-color: #FCC;
    font-weight: 700;
}

.roundIt a {
    color: #627993;
}

.smUser {
    font-size: 14px;
    font-weight: 700;
    color: #627993;
}

.entryContainer textarea {
    border: none;
    height: 30px;
    width: 200px;
    font-size: 16px;
    color: #666;
}

.entryContainer td.left {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #FFF;
}

.entryContainer td.right {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-family: 'open_sans',sans-serif;
    color: #666;
    border-left: solid 1px #999;
    background-color: #EAEAEA;
    margin-right: 10px;
    padding: 5px;
}

.tracertDetail {
    text-align: left;
    border-top: none;
    background-color: #F7F7F7;
}

.loader {
    width: 100%;
    text-align: center;
}

#rightPane, #leftNav, .suppress, .dnsrResults tbody tr:last-child td {
    border-bottom: none;
}

a.preHeaderLink:hover, a.summaryBody:hover {
    color: #c63;
    text-decoration: underline;
}

ul.ipinfoTabs, ul.genericTabs {
    list-style: none;
    border-bottom: none;
    height: 30px;
    z-index: 100;
    margin: 0;
    padding: 0;
}

ul.ipinfoTabs li.current, ul.genericTabs li.current {
    background-color: #FFF;
    border-bottom: none;
    height: 30px;
}

ul.ipinfoTabs li.normal, ul.genericTabs li.normal {
    background-color: #EDEDED;
    border-bottom: solid 1px #999;
}

ul.ipinfoTabs li a, ul.genericTabs li a {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    text-decoration: none;
    line-height: 30px;
}

.suppress {
    line-height: 200%;
}

#epaContainer table.right, #epaContainer table.right td, #epaContainer table.left td {
    border-right: none;
}

#theMap, .entryContainer {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

}

#bottomCenter {
    width: 97%;
    position: relative;
    float: left;
    padding: 10px;
    margin-top: 20px;
    border: solid 1px #D5D5D5;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.testResultSubheader {
    color: #336699;
    text-decoration: none;
    margin: 20px 0px;
}

.placeForHeader {
    background-color: white;
    border: 0 none;
    color: black;
    font-family: 'open_sans',sans-serif;
    font-size: 13px;
    margin: 16px 0 0;
    padding: 0;
}

.asnSubheader {
    background-color: #00589A;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    padding-left: 5px;
}

.underlined {
    border-bottom: 1px solid #D5D5D5;
}

/******************************************************************************************************************/
.regular-table {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;

}

.regular-table th {
    height: 32px;
    background-color: #00589A;
    padding-left: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.regular-table th, .regular-table td {
    padding: 5px

}

.regular-table .subheader {
    background-color: #A5C6E3;
    font-weight: bold;
    color: white;
}

/*****************************************************************************************************************/
.clear, .clear td {
    border: 0;
    padding: 0;
}

/******************************************************************************************************************/
#domaininspector-table {
    padding: 0;
    border-collapse: collapse;
    width: 100%;
}

#domaininspector-table th {
    height: 32px;
    background-color: #00589A;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border: 1px solid #EAEAEA;
}

#domaininspector-table td, .ispcache-table td {
    border: solid 1px #EAEAEA;
}

#domaininspector-table #empty {
    border-top: 0;
    border-left: 0;
    background-color: #FFFFFF;
}

#domaininspector-table .section {
    text-align: center;
    font-weight: bold;
}

#domaininspector-table .cell {
    border-top: solid 1px #EAEAEA;
    margin: 0;
}

/******************************************************************************************************************/
.ispcache-table {
    margin-bottom: 20px;
    width: 100%;
}

.ispcache-table th {
    height: 32px;
    border-top: solid 1px #999;
    background-color: #87B0D1;
    color: #FFFFFF;
    padding-left: 10px;
    text-align: left;
}

.ispcache-table th, .ispcache-table td {
    padding: 5px 5px 5px 15px;
}

.flag {
    float: left;
    padding-right: 5px;
    padding-top: 7px;
}

/******************************************************************************************************************/
.flagCountryTool {
    float: left;
    padding-right: 5px;
    padding-top: 1px;
}

/******************************************************************************************************************/
.downloadPdf {
    margin: 7px 13px 4px 4px;
    position: absolute;
    right: 92px;
    color: #ffffff;
    font: normal 12px/12px 'open_sansbold', sans-serif;;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
}
.downloadPdf#pdfIconMultitool {
    top: 40px;
    right: 0 !important;
    color: #00589A !important;
    margin: 7px 13px 4px 4px;
    position: absolute;
    font: normal 12px/12px 'open_sansbold', sans-serif;;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
}

/******************************************************************************************************************/
.dnsreport-panel {
    background-color: #CAE6F3;
    font: bold 12px/12px sans-serif;
    color: black;
    height: 77px;
    margin-bottom: 11px;
}

.dnsreport-panel .firstPanelElement {
    float: left;
    margin: 24px 0 0 10px;
}

.dnsreport-panel .panelElement {
    float: left;
    width: 57px;
    margin: 12px 21px 0;
    text-align: center;
    color: #303030;
    cursor: pointer;
}

.dnsreport-panel .panelElementGreyText {
    color: #9a9a9a;
}

.dnsreport-panel .panelElement .toolTip {
    color: #303030;
    background-color: #FFEC97;
    border: 2px solid #ABABAB;
    box-shadow: 0 0 5px #888888;
    cursor: auto;
    display: none;
    line-height: 23px;
    margin-left: -15px;
    margin-top: 50px;
    padding: 8px 10px;
    position: absolute;
    text-align: left;
    width: 300px;
}

.dnsreport-panel .panelElement .toolTip .link {
    font-style: italic;
    color: #0162D5;
    cursor: pointer;
}

.dnsreport-panel .panelElement .toolTip .tail {
    background-image: url("../img/tooltip_tail.png");
    cursor: auto;
    height: 12px;
    margin-left: 20px;
    margin-top: -20px;
    position: absolute;
    width: 16px;
}

.dnsreport-panel .panelElement .toolTip .link:hover {
    text-decoration: underline;
}

.dnsreport-panel .panelElement .square {
    font-size: 26px;
    height: 37px;
    line-height: 26px;
    margin-bottom: 2px;
    padding: 6px 4px 0 0;
    width: 53px;
    background-repeat: no-repeat;
}

.dnsreport-panel .panelElement .redSquare {
    color: #FFFFFF;
    background-image: url("../img/dnsreport_red_ico.png");
}

.dnsreport-panel .panelElement .orangeSquare {
    color: #993100;
    background-image: url("../img/dnsreport_ornge_ico.png");
}

.dnsreport-panel .panelElement .greenSquare {
    color: #316726;
    background-image: url("../img/dnsreport_green_ico.png");
}

.dnsreport-panel .panelElement .greySquare {
    color: #303030;
    background-image: url("../img/dnsreport_grey_ico.png");
}

.dnsreport-panel .panelElement .inactiveSquare {
    color: #9a9a9a;
    background-image: url("../img/dnsreport_inactive_ico.png");
    /*background-image: url("../img/dnsreport_inactive_alt_ico.png");*/
}

.dnsreport-panel .showAllButton {
    background-image: url("../img/show_all_button.png");
    cursor: pointer;
    float: right;
    font: bold 12px/27px sans-serif;
    height: 28px;
    margin: 21px 18px 0 0;
    padding: 3px 5px 5px 3px;
    text-align: center;
    width: 126px;
    display: none;
}

.dnsreport-resultContainer {

}

.dnsreport-resultContainer .section {
    margin-bottom: 25px;
}

.dnsreport-resultContainer .section .sectionHeader {
    background-color: #6A6A6A;
    color: #FFFFFF;
    font: bold 12px/27px sans-serif;
    height: 27px;
    cursor: pointer;
}

.dnsreport-resultContainer .section .arrowDown {
    background-image: url("../img/down_arrow.png");
    background-repeat: no-repeat;
    float: left;
    height: 6px;
    width: 11px;
    margin: 10px 6px;
}

.dnsreport-resultContainer .section .arrowRight {
    background-image: url("../img/right_arrow.png");
    background-repeat: no-repeat;
    float: left;
    height: 11px;
    margin: 7px 6px 8px 9px;
    width: 8px;
}

.dnsreport-resultContainer .section .sectionBody {

}

.dnsreport-resultContainer .section .sectionBody .bodyTable {

}

.dnsreport-resultContainer .section .sectionBody .bodyTable thead {
    background-color: #dedede;
    font: bold 12px/19px sans-serif;
    color: #303030;
    height: 19px;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable thead tr th {
    border-bottom: 1px solid #c2c2c2;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable thead tr th.statusHeader {
    width: 55px;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable thead tr th.testNameHeader {
    width: 180px;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable thead tr th.informationHeader {
    width: 735px;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody {

}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr td {
    border-bottom: 1px solid #c2c2c2;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr .textBlock {
    padding: 5px 15px;
    color: #303030;
    font-size: 11px;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr td.testName {
    width: 150px;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr td div.PASS {
    background-color: #99cd99;
    color: #036600;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr td div.FAIL {
    background-color: #d10700;
    color: #FFFFFF;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr .textBlock.FAIL {

    color: #303030;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr td div.WARN {
    background-color: #f6aa28;
    color: #993100;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr td div.INFO {
    background-color: #e0e0e0;
    color: #000000;
}

.dnsreport-resultContainer .section .sectionBody .bodyTable tbody tr td div.status {
    width: 55px;
    text-align: center;
    font: bold 12px sans-serif;
}

.dnsreport-table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
}

.dnsreport-table th, .dnsreport-table td {
    padding: 5px 5px 5px 15px;
}

.dnsreport-table td, .dnsreport-table th {
    border: solid 1px #EAEAEA;
}

.dnsreport-table td {
    padding-bottom: 20px;
    padding-top: 15px;
}

.dnsreport-table th {
    height: 32px;
    background-color: #87B0D1;
    color: #FFFFFF;
    padding-left: 10px;
    text-align: left;
}

.dnsreport-table .status {
    color: #666;
    text-align: center;
    width: 3%;
    padding: 0;

}

.dnsreport-table .clear {
    border: none;
    padding: 0;
    width: 100%;
}

.dnsreport-table .clear td {
    border: none;
    padding: 0;
}

.dnsReportCell {
    border-bottom: solid 1px #EBEBEB;
}

.dnsReportPre {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera < 7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
    font-family: 'open_sans',sans-serif;
    line-height: 135%;
    color: #303030;
    font-size: 11px;
}

.dnsPre {
    font-size: 12px;
}

/******************************************************************************************************************/
#wwwcohost-table {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

#wwwcohost-table td {
    padding: 10px;
    border: none;
    text-align: center;
    width: 200px;
}

#wwwcohost-table a:hover {
    color: #5E99D5;
}

/******************************************************************************************************************/
#ssl-table {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
}

#ssl-table td {
    border: none;
    min-width: 150px;
}

#ssl-table .subheader {
    font-weight: bold;
}

/******************************************************************************************************************/
#socMedia-table {
    width: 100%;
    margin-bottom: 20px;
}

#socMedia-table th {
    height: 32px;
    background-color: #EAEAEA;
    text-align: left;
    font-weight: bold;
}

/******************************************************************************************************************/
#fakeMap {
    background: url("../img/noMap.png") no-repeat scroll 0 0 transparent;
    min-width: 425px;
    min-height: 245px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/******************************************************************************************************************/
.ipinf-table {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.ipinf-table th {
    height: 32px;
    border-top: solid 1px #999;
    background-color: #EAEAEA;
    padding-left: 10px;
    font-weight: bold;

}

.ipinf-table#first td {
    padding: 5px 5px 5px 10px;

}

.ipinf-table#first th {
    text-align: left;

}

/******************************************************************************************************************/
.tld-table {
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.tld-table td {
    border: solid 1px #EAEAEA;
    padding: 5px;
    text-align: center
}

.tld-table .exist {
    color: #666666;
}

.tld-table .notexist {
    color: #BBBBBB;
}

.tld {
    cursor: pointer;
    width: 140px;
}

.tld .details {
    border: solid 2px #FFFFFF;
    width: 95%;
    padding: 2px;
    font-size: 11px;
    text-align: left;
}

.tld span {
    padding-left: 3px;
}

.tld span:hover {
    color: #3281C3;
}

/******************************************************************************************************************/
.testResultSubheader.url {
    margin-bottom: 25px;
}

.url span {
    padding-left: 3px;
}

.server {
    margin: 20px;
    border-bottom: solid 1px #EAEAEA;
    padding-bottom: 20px;
}

/******************************************************************************************************************/
.form_label.error label {
    color: #FF0000;

}

.input.error input, .input.error textarea {
    border: 1px solid red;
}

/******************************************************************************************************************/
#imgContainerTraceroute {
    margin: 0 0 30px 30px;
}

.imgVectorTrace {
    margin-bottom: 30px;
    height: 100%;
}

/*****************************************************************************************************************/
.epa#tabs {
    margin: 20px 0 20px 0;
}

.epa#fakeMap {
    margin: 20px 0 0 250px;
}

.ui-tabs .ui-tabs-panel {
    min-height: 400px;
}

/*****************************************************************************************************************/
.mailResults td {
    padding: 5px;
    border: solid 1px #EAEAEA;
}

.mailDetails td {
    border: none;
    text-align: left !important;
}

.mailDetails {
    margin-bottom: 10px;
}

/*****************************************************************************************************************/
/****TOOLBOX***/
body {
    font-family: 'open_sans',sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#main-container {
    margin: 0 auto;
    /*width: 925px;*/
    background: none repeat scroll 0 0 #FFFFFF;
}

#body-padding-inner {
    padding-bottom: 40px;
}

.fieldset-group {
    border: 1px solid #999999;
    clear: right;
    margin-bottom: 5px;
}

.fieldset-group legend {
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.fieldset-group td {
    padding: 0;
    vertical-align: top;
    width: 30%;
}

.tool_form {
    font: 10px 'open_sans_semibold',sans-serif;
}

form {
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.tool_form fieldset {
    border: 1px solid #CCCCCC;
    margin: 0 5px 5px;
    padding: 0;
}

.tool_form .tool_header {
    background-color: #EFF2F3;
}

#newTools {
    font-weight: bold;
    font-style: italic;
    color: #99CC00;
}

a.tool_help_link {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

h1, h2, h3, h4 {
    font-weight: normal;
    line-height: 100%;
    margin: 10px 0;
    padding-bottom: 5px;
}

a {
    color: #2C68A6;
    text-decoration: none;
}

a.emailLink {
    color: #2C68A6;
    text-decoration: underline;
}

a.emailLink:hover {
    color: #2C68A6;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    margin-top: 10px;
}

button {
    font-family: 'open_sans',sans-serif;
    font-size: 10px;
}

a img {
    border: 0 none;
}

.tool_form .tool_header h3 {
    background-color: #EFF2F3;
    color: #007DC3;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 0 5px;
}

.tool_form p.tool_description {
    color: #333333;
    font: 10px 'open_sans_semibold',sans-serif;
    margin: 0;
    padding-bottom: 15px;
    zoom: 1;
    height: 15px;
}

.tool_form dl {
    margin-left: 5px;
    margin-top: 6px;
}

.tool_form dd {
    margin: 1px 0;
}

.form_label {
    color: #333333;
    font: 10px 'open_sans',sans-serif;
}

.tool_form input {
    border: 1px solid #B5B8C8;
    box-shadow: 0 2px 3px 0 #DEDFE0 inset;
    color: #666666;
    font: 11px 'open_sans',sans-serif;
    border-radius: 0 ;
    height: 20px ;
    margin: 3px 0;
    padding: 0 8px;
    width: 200px ;
    background-color: #ffffff;
    zoom: 1;
    vertical-align: middle;
}
.tool_form .passw {
    width: 80px;
}
.tool_form select {
    border: 1px solid #B5B8C8;
    box-shadow: 0 2px 3px 0 #DEDFE0 inset;
    color: #666666;
    font: 11px/11px 'open_sans',sans-serif;
    height: 22px;
    margin: 3px 0;
    padding: 3px 0 0 5px;
    width: 218px;
}

.tool_form select option {
    border: 0 none;
    height: 14px;
    padding: 5px 0 3px 8px;
}

.tool_form .checkbox {
    width: 13px;
    border: 0 none;
    background: none;
    box-shadow: none;
}

.tool_form .form_checkbox_label {
    font: 10px/10px 'open_sans',sans-serif;
}

label.error {
    color: #FF0000;
    display: inline !important;
}

input.error, textarea.error {
    border: 1px solid red;
}

button.tool_form_btn {
    background: url("../images/run.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 22px;
    margin: 0 0 3px 2px;
    vertical-align: bottom;
    width: 23px;
    background-color: #0070AF;
    color: white;
}

button.tool_form_btn_big {
    background: url("../images/run_test.png") no-repeat scroll 0 0 #0070AF;
    border: medium none;
    color: white;
    cursor: pointer;
    float: right;
    font: bold 11px 'open_sans_semibold',sans-serif;
    height: 22px;
    margin: 0 0 0 2px;
    padding: 0 12px 4px 0;
    vertical-align: bottom;
    width: 79px;
}

button#tool_epa {
    background: url("../images/runEPA.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 22px;
    margin: 0 0 0 2px;
    vertical-align: bottom;
    width: 147px;

    background-color: #0070AF;
    color: white;
    font: bold 11px 'open_sans_semibold',sans-serif;
    padding: 0 12px 4px 0;
}

.tool_form a {
    float: left;
    margin-top: 25px;
    color: #0099CC;
    text-decoration: underline;
    display: block;
    width: 100%;
}

#preloader {
    text-align: center;
    padding: 20px;
    font-family: 'open_sans',sans-serif;
    font-size: 16px;
    color: #369;
    line-height: 150%;
}

#back {
    padding: 10px;
    margin-right: 785px;
    font-family: 'open_sans',sans-serif;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

#back:HOVER {
    color: #F89D1B;
}

.runTestsButton {
    padding: 0.4em 1em 0.4em 20px;
    position: relative;
    text-decoration: none;
    margin-left: 300px;
    float: left;
}

.configButton {
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 0 0 0 10px;
    padding: 5px 0;
    position: relative;
}

span.ui-icon {
    float: left;
    margin: 0 4px;
}

.ui-widget-header {
    color: #ffffff;
    font-weight: bold;
}

/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider {
    text-decoration: none !important;
}

.ui-slider .ui-slider-handle {
    overflow: visible !important;
}

.ui-slider .ui-slider-tooltip {
    display: none;
}

.ui-slider .screenReaderContext {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -999999999px;
}

.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
    display: block;
    position: absolute;
    bottom: 2.5em;
    text-align: center;
    padding: .3em .2em .4em;
    font-size: .9em;
    width: 8em;
    margin-left: -3.7em;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-width: 0;
    background: none;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-top-width: 8px;
    bottom: -8px;
    right: auto;
    left: 50%;
    margin-left: -7px;
}

.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-top: 7px solid #fff;
    bottom: auto;
    top: -9px;
    left: -6px;
}

.ui-slider a {
    text-decoration: none;
}

.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-slider ol, .ui-slider dl {
    position: relative;
    top: 1.3em;
    width: 100%;
}

.ui-slider dt {
    top: 1.5em;
    position: absolute;
    padding-top: .2em;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    height: .7em;
    color: #999;
}

.ui-slider dt span {
    background: #fff;
    padding: 0 .5em;
}

.ui-slider li, .ui-slider dd {
    position: absolute;
    overflow: visible;
    color: #666;
}

.ui-slider span.ui-slider-label {
    position: absolute;
}

.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
    display: none;
}

.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
    display: block;
}

.ui-slider span.ui-slider-tic {
    position: absolute;
    left: 0;
    height: 5px;
    top: -1.3em;
}

.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
    border-right: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-top: 0;
    border-bottom: 0;
}

.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
    display: none;
}

.ui-slider .ui-slider-handle {
    height: 15px;
}

/* end slider widget */
/* end slider widget */

/* table sorter */

.my-stripe-table {
    margin: 1em auto 2em 3em;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid silver;
    font: 70%/1 verdana, sans-serif;
}

.odd td {
    background: white;
}

.even td {
    background: #f0f0ff;
}

#SocialMediaResultText {
    text-align: right;
    padding: 22px;
    font-weight: bold;
    color: #FFFFFF;
}

th.header  .my-stripe-table {
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

table. th.header .standart-table {
    font-family: 'open_sans',sans-serif;
    background-color: #00589A;
    color: #FFFFFF;
    margin: 10px 0 15px;
    width: 100%;
    text-align: left;
}

td.standart-table {
    text-align: left;
    border-bottom: solid 1px #CCCECD;
}

table.standart-table thead tr th, table.standart-table tfoot tr th {
    background-color: #00589A;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px;
    text-align: left;
}

table.standart-table tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter {
    font-family: 'open_sans',sans-serif;
    background-color: #00589A;
    color: #FFFFFF;
    margin: 10px 0pt 15px;

    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #00589A;
    text-align: inherit;
    padding: 6px;
}

table.tablesorter thead tr .header {
    background-image: url("../img/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url("../img/asc.gif");
}

table.tablesorter thead tr .headerSortDown {
    background-image: url("../img/desc.gif");
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #00589A;
}



/* end table sorter */
/* about you tool */
#aboutYouTable {
    width: 100%;
    border: none;
    padding: 5px;
}

#aboutYouTable td {
    padding: 5px;
    vertical-align: top;
}

#aboutYouTable .title {
    font-weight: bold;
    color: #369;
    width: 300px;
    vertical-align: top;
}

#aboutYouTable .subtitle {
    font-weight: bold;
    padding-left: 20px;
    vertical-align: top;
    width: 300px;
}

/* end about you tool */
.resultTableHeader {
    border-bottom: solid 1px #999;
    font-size: 12px;
    font-weight: 700;
    color: #00589A !important;
}

#mailTable td {
    text-align: center;
}

.regularHeader {
    background-color: #72A3C7;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    padding: 6px;
}

/******************************************************************************************************************/
/* DNS Tools */

.dnsSectionHeader {
    width: auto;
    padding: 6px;
    margin: 15px 0;
    background-color: #5AB6E9;
    color: #FFFFFF;
    font-weight: bold;
}
#dnsTable, .dnsSummaryTable {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    border: none;
    border-spacing:0;
    border-collapse:collapse;
}

#dnsSummaryTable td {
    vertical-align: top;
}

.dnsSection td {
    background-color: #EEEEEE !important;
}

#scoreDetailsContainer {
    margin-bottom: 5px;
}

#scoreDetailsContainer ul {
    padding: 0 0 0 20px;
    margin: 0;
}

.bigFont {
    font-size: 20px;
    color: #57861A;
}

.section0 td {
    background-color: #E0EEF5 !important;
}

.section2 td {
    background-color: #CAE2EE !important;
}

#dnstiming td {
    vertical-align: middle;
}
/* end DNS Tools */
/*********************************************************************************************************/
.ads {
    margin: 20px 0 10px 12px;
    color: #333333;
    font: 12px 'open_sans_semibold',sans-serif;
}

.ads:first-of-type {
    font-size: 10px;
}

.ads a {
    color: #0099CC;
}

.preloader {
    width: 70px;
    height: 70px;
    background: url("../images/preloader.gif");
    position: relative;
    text-align: center;
    left: 50%;
    top: 50px;
    width: 70px;
}
/**********************************************************************************************************/
.dkimTooltip {
    cursor: pointer;
    text-decoration: underline;
}

/*Styles for tableData plugin*/
.dataTables_wrapper {

}

.dataTables_length {
    float: left;
    margin: 13px 5px 3px;
}

.dataTables_length select {
    margin: 0 5px;
}

.dataTables_filter {
    float: right;
    text-align: right;
    margin: 13px 5px 3px;
}

.dataTable {
    clear: both;
}

.dataTable thead tr th {
    cursor: pointer;
}

.dataTables_info {
    float: left;
}

.dataTables_paginate {
    float: right;
}

.dataTables_paginate {
    float: right;
}

.dataTables_paginate .paginate_button {
    border: 1px solid #CCCCCC;
    color: #333333;
    margin: 0 3px;
    padding: 4px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
}

.dataTables_paginate .paginate_active,
.dataTables_paginate .paginate_button_disabled {
    border: 1px solid #EEEEEE;
    color: #BBBBBB;
    margin: 0 3px;
    padding: 4px;
    text-decoration: none;
    cursor: default;
    display: inline-block;
    height: 16px;
}
.emailUserError {
    float: left;
    position: relative;
    color: #FF0000;
}
.emailPasswError {
    float: right;
    position: relative;
    margin-right: 75px;
    color: #FF0000;
}
.emailErrorsContainer {
    width: 100%;
    position: relative;
    float: left;
}
/**********Email Test Tools**************/
#mailTestTable {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    border: none;
    border-spacing:0;
    border-collapse:collapse;

}
#mailTestContainer ul {
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 15px;
    list-style-type: none;
}

#mailTestContainer li {
    margin-bottom: 15px;
}

#mailTestContainer p {
    font-weight: bold;
}
