﻿body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}
h2
{
    font-size: 16px;
    float: left;
    margin: 15px 0px 0px 15px;
}
h3
{
    font-size: 14px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

h3.tableHeader
{
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.expanderLink
{
    text-decoration: underline;
    color: Blue;
}
.expanderLink:hover
{
    cursor: pointer;
}
.page
{
    min-width: 850px;
    float: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#mainContent
{
    padding: 0px 30px 15px 30px;
    background-color: #FFF;
    margin-bottom: 30px;
}


.columnsContainer
{
    height: 50px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.topRow
{
    width: 100%;
    border: none;
}
.headerRow
{
    width: 100%;
    float: left;
}

.linkRow
{
    margin: 0 auto;
    text-align: left;
}

#tabs
{
    vertical-align: bottom;
    margin: -28px 0px 0px 90px;
    float: left;
    width: 100%; /*background: #F4F7FB;*/
    font-size: 130%;
    line-height: normal;
    border-bottom: 1px solid #BCD2E6;
    border-left: none;
    border-right: none;
}
#tabs ul
{
    vertical-align: bottom; /*float: right;*/
    margin: 0;
    padding: 10px 10px 0 50px;
    list-style: none;
}
#tabs li
{
    vertical-align: bottom;
    display: inline;
    margin: 0;
    padding: 0;
}

#tabs a
{
    vertical-align: bottom;
    background: #BCD2E6;
    color: Black;
    padding: 1px 5px 1px 5px;
    margin: 0px 0px 0px 0px;
    border-top: 1px solid #BCD2E6;
    border-left: 1px solid #BCD2E6;
    border-right: 1px solid #BCD2E6;
    border-bottom-style: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    text-decoration: none;
    background-image: url(Images/header_gradient.jpg);
}

#headertable
{
    width: 100%;
    border-bottom: 1px solid #BCD2E6;
    border-left: none;
    border-right: none;
}

.logolink
{
    position: relative;
    float: left;
    background-image: none;
    border-style: none;
    text-decoration: none;
}

.adminLink
{
    float: right;
}

#tabs a:hover
{
    background-image: url(Images/header_gradient_hl.jpg); /*background: #55D2E6;*/
}

#tabs a:visited
{
    color: Black;
}

#tabs .selected-tab
{
    background: White;
    border-bottom: none;
}


.bottomRow
{
    /*float: left*/
}

.AddonFrame
{
    width: 100%;
    height: 700px;
}

.backgroundred
{
    background-color: #d95f5f;
}

.backgroundgreen
{
    background-color: #5ebd6c;
}

.greenText
{
    color: #5ebd6c;
}

.redText
{
    color: #d95f5f;
}

span.leftText
{
    float: left;
    margin-right: 10px;
}

span.rightText
{
    float: right;
    margin-left: 10px;
}

/* the table meant for layout */
table.layout
{
    border-collapse: separate;
    border-spacing: 2px;
    width: 960px; /* constant width, should be enough for everybody! */
    margin-left: auto; /* center on page */
    margin-right: auto;
}
.contentTable
{
    border: 1px solid #4d82b3;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
}

.layoutFixed
{
    /* used fixed layout for application details table, otherwise layout gets messed up with IE and Chrome */
    table-layout: fixed;
    width: 100%;
}

.notificationTable
{
    border-color: Red;
    background-color: #f4d4d4;
    border-width: 2px;
}

tr.ApplicationWarningRow
{
    background-color: #f9ff9f;
}

tr.ApplicationErrorRow
{
    background-color: #ffcdcd;
}
.contentTable td
{
    /*vertical-align: middle;*/
}

.contentTableHeader
{
    background-color: #afd0ef;
    margin-bottom: 3px;
    height: 18px;
    font-weight: bold;
}
.subHeader
{
    background-color: #d8e6f3;
}

/* center all icons in tables */
.icon
{
    width: 60px;
}
.statusIcon
{
    float: left;
}
.alertIcon
{
    float: right;
    cursor: pointer;
}

/* right-align all numbers for easier comparison */
td.number
{
    text-align: right;
}

.expanderButton
{
    background-color: #cadff3;
    width: 100%;
    height: 20px;
}
.textAlignRight
{
    text-align: right;
}

p.pageFooter
{
    color: #9ba0bd;
    text-align: center;
}
.footer
{
    text-align: center;
    width: 100%;
}

div#throughputLoader
{
    border: 1px solid #ccc;
    width: 100%;
    height: 250px;
}

div#throughputLoader.loading
{
    background: url(Images/spinner.gif) no-repeat center center;
}

.quickHelp
{
    font-weight: normal;
    font-size: 0.75em;
    color: #666;
    text-decoration: none;
}
.quickHelp:hover
{
    color: Black;
}
img
{
    border-style: none;
}

.dialogButtonContainer
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

#alertListTable tr
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#alertListTable tr:nth-child(odd)
{
    /*background-color: #EEF0F4;*/
}

#alertListTable tr:nth-child(even)
{
    background-color: #FFF;
}
