/* Base Styles */

body {
    margin: 0px;
    padding: 0px;
    background-color: #323333;
    font-family: Arial, Verdana, Helvetica, Sans-Serif, _sans;
    font-size: 12px;
    color: #fff;
}

a:link {
    color: #555;
    text-decoration: underline
}

a:visited {
    color: #555;
    text-decoration: underline
}

a:hover {
    color: #999;
    text-decoration: none
}

a:active {
    color: #999;
    text-decoration: underline
}

/* Bar Styles */

div.bar {
    padding: 10px;
    margin: 0px;
}

.bar img, .bar input {
    margin: 0px 10px 0px 0px;
}

div.content {
    background: #D5D7D8;
    padding: 5px;
    margin: 0px 1px;
    color: #000;
}

.bar a {
    color: #eee;
}

div.contentBox {
    border: solid 1px #4C4B4B;
    border-top: none;
    background: #fff;
    padding: 10px;
    margin: 0px;
    color: #000;
}

/* Tab Styles */

.searchTabBar {
    background-color: #dfdfdf;
    border-right: solid 1px #333;
    margin-top: 0px;
    background-image: url(../images/searchtabbar-background.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.searchTabBarInner {
    background-image: url(../images/searchtabbar-left-background.gif);
    background-repeat: repeat-y;
    background-position: left;
}


.searchTabContentBox {
    border: solid 1px #828282;
    border-top: none;
    background-color: #fff;
}

.tabContent {
    color: Black;
    background-color: #fff;
    border: none;
    padding: 20px;
}

    .tabContent p {
        margin-bottom: 10px;
    }

/* Search */

.searchButton {
    width: 23px !important;
    height: 23px !important;
    margin-left: 5px !important;
    background: url(../images/search-23x23.png) 0 0 no-repeat !important;
}

    .searchButton span {
        display: none;
    }

.searchResult {
    color: Black;
    padding-bottom: 15px;
}

.searchResultTitle {
    color: #555;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
}

.searchResultDescription {
    font-size: 12px;
}

.searchResultInfo {
    color: #666;
    font-size: 10px;
}

    .searchResultInfo a:link, .searchResultInfo a:visited, .searchResultInfo a:active, .searchResultInfo a:hover {
        color: #666;
        font-size: 10px;
    }

.searchSort {
    text-align: right;
    font-size: 10px;
    color: #666;
}

    .searchSort a:link, .searchSort a:visited, .searchSort a:active, .searchSort a:hover {
        color: #666;
    }

.searchSortActive {
    color: #555 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* List Pager */

.pagerText {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

.pagerLink A:link, .pagerLink A:visited, .pagerLink A:active {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border: solid 1px #333;
    padding: 2px 6px;
}

.pagerLink A:hover {
    color: #333;
    background-color: #dfdfdf;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border: solid 1px #333;
    padding: 2px 6px;
}

.pagerLinkCurrent {
    color: #555 !important;
    font-weight: bold !important;
    border: none !important;
    background-color: #fff !important;
    cursor: default !important;
}

.pagerLinkDisabled {
    color: #bbb !important;
    font-weight: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    border: solid 1px #bbb !important;
    background-color: #fff !important;
    cursor: default !important;
}

/* Forms */

/*Form styles */
.formCell {
    color: white;
    font-size: 12px;
}

.formFieldSimple {
    font-size: 10px;
    border: 1px solid #a7a7a7;
    padding: 4px;
}

.formFieldInvalid {
    background-color: #FF8080;
}

.formField {
    margin: 0px 0px 10px 0px;
    width: 150px;
    font-size: 10px;
    border: 1px solid #a7a7a7;
    padding: 4px;
}

.formInput {
    border: solid 1px #423b28;
    padding: 2px;
    width: 90%;
}

.formButton {
    width: 150px;
    margin: 10px;
    padding: 4px;
    border: solid 1px #423b28;
    background-color: #a29162;
    color: White;
    font-weight: bold;
}


/* Modal */

.modalBackground {
    FILTER: alpha(opacity=70);
    BACKGROUND-COLOR: black;
    opacity: 0.7
}

.modalBackgroundLight {
    FILTER: alpha(opacity=30);
    BACKGROUND-COLOR: black;
    opacity: 0.3
}

.popupBox {
    font-size: 1.0em;
    text-align: center;
    color: black !important;
    display: none;
    background-color: lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px darkgray;
    margin-top: 20px;
    margin-bottom: 20px;
}

.popupLink {
    width: auto !important;
    color: black !important;
}

    .popupLink:active {
        color: black !important;
    }

.popupButton {
    margin-top: 20px;
    width: 50px;
    background-color: dimgray !important;
    color: white !important;
}
