@CHARSET "ISO-8859-1";

tr.even
{
    background-color: #E0E0E0;
}

tr.listTable:nth-child(even) {
  background: #E0E0E0;
}

th.ascending a
{
    background-image: url("../images/sort/ascending.png");
}

th.descending a
{
    background-image: url("../images/sort/descending.png");
}

th.sorted
{
    white-space: nowrap;
}

th.sorted a
{
    padding-right:       8px !important;
    background-position: 100% 50%;
    background-repeat:   no-repeat;
    display:             block;
}

.listTable
{
    width:      100%;
    text-align: left;
}

.textTable
{
    width:      100%;
    text-align: left;
}

.textTable td
{
    vertical-align: middle;
}

.textTable td.topAligned
{
    vertical-align: top;
    padding-top:    8pt;
}

.textTable td.topAlignedNoPad
{
    vertical-align: top;
}

.autoWidthTable
{
    width: auto;
}

.mainContentWrapper
{
    border:        0px;
    margin-left:   -2px;
    margin-bottom: 0px;
    position:      relative;
    width:         100%;
}

.mainContentWrapper tr
{
    vertical-align: top;
}

.majorTableHeader
{
    background-color: #2460A8;
    color:            white;
    text-align:       left;
    padding-bottom:   10px;
    border-bottom:    1px solid #808080;
    white-space:      nowrap;
}

.minorTableHeader td
{
    font-weight:   bold;
    border-bottom: 1px solid #808080;
    white-space:   nowrap;
}

.minorTableHeader
{
    white-space:   nowrap;
    text-align:    left;
    font-weight:   bold;
    border-bottom: 1px solid #808080;
}

.innerCell
{
    padding-top: 12px;
}

.filterTable
{
    margin-bottom:  0px;
}

.filterTable tr
{
    vertical-align: baseline;
}

.filterTable img
{
    vertical-align: baseline;
}

.filterInput
{
    min-width: 323px;
}

.filterInputText
{
    width:        295px;
    margin-right: -20px;
}

.filterInputCombo /* Combo boxes need to be slightly wider due to their borders */
{
    width:        299px;
    margin-right: -20px;
}

.addRowTable
{
    margin-bottom:  15px;
}

.addRowTable a
{
    text-decoration: none; /* Fix for firefox showing underline in empty anchors wrapping buttons */
}

.addRowTable a:HOVER
{
    text-decoration: underline;
    border-bottom:   1px ridge;
}

.buttonTable
{
    height:     15px;
    text-align: center;
    position:   relative;
    border:     none;
    right:      -4px;
    width:      100%;
}

.buttonTable a
{
    white-space:     nowrap;
    text-decoration: none; /* Fix for firefox showing underline in empty anchors wrapping buttons */
}

.buttonTable a:HOVER
{
    text-decoration: underline;
}

.buttonTable button
{
    margin: 0px;
}

.buttonTable td
{
    text-align: right;
    position:   relative;
}

/* Sortable tables */
.sortable thead
{
    background-color: #eee;
    font-weight:      bold;
    cursor:           default;
}

.tableLeftEdge
{
    background: url("../images/table-bevel/left-edge.gif") repeat-y;
    padding:    0px;
    width:      14px;
    min-width:  14px;
}

.tableMinorHeaderLeftEdge /* IE7 compatibility */
{
    background: url("../images/table-bevel/minor-header-left-edge.gif") repeat-y;
    padding:    0px;
    width:      14px;
    min-width:  14px;
    height:     26px;
}

.tableHeaderLeftEdge
{
    background:       url("../images/table-bevel/header-left-edge.gif") repeat-y;
    background-color: #2460A8;
    border-bottom:    1px solid #808080;
    padding:          0px;
    width:            14px;
    min-width:        14px;
}

.tableTopEdge
{
    background:       url("../images/table-bevel/top-edge.gif") repeat-x;
    background-color: #2460A8;
    padding:          0px;
    height:           8px;
}

.tableHeaderRightEdge
{
    background:       url("../images/table-bevel/header-right-edge.gif") repeat-y;
    background-color: #2460A8;
    border-bottom:    1px solid #808080;
    width:            15px;
    padding:          0px;
}

.tableRightEdge
{
    background: url("../images/table-bevel/right-edge.gif") repeat-y;
    width:      15px;
    padding:    0px;
}

.tableMinorHeaderRightEdge /* IE7 compatibility */
{
    background: url("../images/table-bevel/minor-header-right-edge.gif") repeat-y;
    padding:    0px;
    width:      15px;
    min-width:  15px;
    height:     26px;
}

.tableBottomEdge
{
    background: url("../images/table-bevel/bottom-edge.gif") repeat-x;
    height:     12px;
    padding:    0px;
}

.tableTopRightCorner
{
    background:       url("../images/table-bevel/top-right-corner.gif") no-repeat;
    background-color: #2460A8;
    padding:          0px;
    height:           8px;
    width:            15px;
}

.tableTopLeftCorner
{
    background:       url("../images/table-bevel/top-left-corner.gif") no-repeat;
    background-color: #2460A8;
    padding:          0px;
    height:           8px;
    width:            14px;
    min-width:        14px;
}

.tableBottomRightCorner
{
    background: url("../images/table-bevel/bottom-right-corner.gif") no-repeat;
    padding:    0px;
    width:      15px;
    min-width:  15px;
    height:     12px;
}

.tableBottomLeftCorner
{
    background: url("../images/table-bevel/bottom-left-corner.gif") no-repeat;
    padding:    0px;
    width:      14px;
    min-width:  14px;
    height:     12px;
}

.fixedHeightRow
{
    height: 37px;
}

.rightAlignedCell
{
    text-align:  right;
    width:       90px;
    white-space: nowrap;
}

.pagelinks
{
    width:      auto;
    margin:     0px auto;
    text-align: center;
}

.pagelinks td
{
    width:  23px;
    height: 22px;
    vertical-align: middle;
    display: table-cell;
}

.pagebanner
{
    display: none;
}

td.pageNumbersCell
{
    width: auto;
}

.pagingTableHolder
{
    text-align: center;
}
