BODY {
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: left;
}

A, Visited, Active {
    color: #003399;
    text-decoration: underline;
}
A:Hover {
    color: #990000;
    text-decoration: underline;
}


/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#showOnPrint {
    display: none;
}
#printSendFunctions {
    float: right;
}

/*---------------------------------------------------------------------------------------------*/
/* Text Formatting */
.title {
    font-size: 14px;
    font-weight: bold;
    color: #1E4F97;
}
.caption {
    font-size: 9px;
    color: #666666;
}
.error {
    color: #990000;
}
.notAvailable {
    color: #999999;
    text-decoration: line-through;
}
h2 {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.grayTitle {
    color: #666;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.home-button {
    height: 16px;
    width: 164px;
    padding: 4px;
    background-image: url(/images/DZ-home-button.gif);
    background-repeat: no-repeat;
    text-align: center;
}
.home-button a, .home-button a:visited {
    color: #1E4F97;
    font-weight: bold;
}
/*---------------------------------------------------------------------------------------------*/
/* Data Display Settings */
.dataBoxBorder {
    border: solid 1px #000000;
    padding: 4px;
}
.dataBoxBody {
}
.dataBoxHeader {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.dataBoxRowTitle {
    color: #000000;
    font-weight: bold;
    padding-right: 5px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}
.dataBoxRowValue {
    vertical-align: middle;
    width: 99%;
}
.dataBoxRowValueBorder {
    border: solid 1px #666666;
}
.dataBoxFooter {
    color: #666666;
    font-weight: bold;
}

/*---------------------------------------------------------------------------------------------*/
/* Control Formatting */
.formButton_small {
    background-color: Transparent;
    background-image: url(/images/buttonBG_Small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #1E4F97;
    cursor: pointer;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 96px;
}
.formButton_medium {
    background-color: Transparent;
    background-image: url(images/buttonBG_Medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #666666;
    cursor: pointer;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large {
    background-color: Transparent;
    background-image: url(images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #000000;
    cursor: hand;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}
.formButton_tiny {
    background-color: transparent;
    background-image: url(/images/btn-tiny-background.gif);
    width: 50px;
    font-size: 10px;
    background-repeat: no-repeat;
    height: 16px;
    border: none;
}

.formControl {
    border: solid 1px #c1c1be;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    padding: 1px 0;
}
SELECT.formControl {
    border: solid 1px #c1c1be;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    padding: 1px 0;
}

/*---------------------------------------------------------------------------------------------*/
/* Breadcrumbs */
#breadcrumbs {
    font-size: 10px;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active {
    color: #666;
    text-decoration: none;
    font-size: 10px;
}
a:hover {
    color: #666;
    text-decoration: underline;
}

/*---------------------------------------------------------------------------------------------*/
/* Repeater Pagination (not related to grid pagination) */
#pageLinks {
    text-align: right;
}
.pageCurrent {
    font-weight: bold;
}
A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pageNextLink:Hover {
    color: #990000;
    text-decoration: underline;
}
A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active {
    color: #003399;
    text-decoration: underline;
}
A.pagePrevLink:Hover {
    color: #990000;
    text-decoration: underline;
}
.tool-tip {
    width: 250px;
    z-index: 13000;
}

.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #000000;
    padding: 0px 0px 1px 0px;
}

.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background-color: #ffffff;
    border: solid 1px #000000;
    color: #000000;
}

#port-holder {
    width: 108px;
    text-align: center;
}
#port-holder .port-body {
    background: url(images/port-background.jpg);
    min-height: 100px;
}
#_ctl0_ctrlRotator_FrameContainer div {
    height: auto;
}

#faq a, #faq a:visited {
    color: #666;
}
.bottomlogos {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


a.rssLink {
    color: #E86A22;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}