﻿#topPaging {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin-bottom: 18px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

#topPaging .floatRight a {
    border-right: 1px solid #231f20;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
}

#topPaging a:hover, #topPaging a.selected {
    color: #fff;
    text-decoration: underline;
}

#topPaging .floatRight a.last {
    border-right: none;
    padding-right: 0;
}

#mainContent p {
    font-size: 13px;
    width: 390px;
}

#mainContent .moreMargin {
    margin-bottom: 27px;
}

.pdf {
    width: 15px;
    height: 16px;
    padding-top: 1px;
}

.table1 {
    margin-bottom: 15px;
    width: 500px;
}

.table1 th {
    border-bottom:1px solid #000;
    padding-bottom: 6px;
}

.table1 td {
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    padding-top: 12px;
}

.table1 td.firstCol a {
    background:transparent url(../images/wrap/arrowBlack.gif) no-repeat scroll left 5px;
    padding-left:11px;
    text-decoration: none;
}

.table1 td.firstCol a:hover {
    text-decoration: underline;
}

.table1 tr.even td {
    _background-color: #d4bda2;
}

#btmPaging {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    text-transform:uppercase;
}
   
#btmPaging .floatLeft {
    padding-left:19px;
    padding-right:50px;
} 

#btmPaging .floatRight {
    padding-right: 15px;
}

#btmPaging .floatRight a {
    margin:0 2px;
}

#btmPaging .floatRight a:hover, #btmPaging .floatRight a.selectedPage {
    color: #fff;
}

#btmPaging span.pagePrevious a, #btmPaging span.pageNext a {
    text-decoration: none;
}

#btmPaging span.pagePrevious a {
    background: transparent url(../images/wrap/arrowBlackL.gif) left 3px no-repeat;
    padding-left: 7px;
}

#btmPaging span.pageNext a {
    background: transparent url(../images/wrap/arrowBlackR.gif) right 3px no-repeat;
    padding-right: 7px;
}

#btmPaging span.pagePrevious a:hover {
    background: transparent url(../images/wrap/arrowWhiteL.gif) left 3px no-repeat;
}

#btmPaging span.pageNext a:hover {
    background: transparent url(../images/wrap/arrowWhiteR.gif) right 3px no-repeat;
}


