/* list page navigational tabs */
#repositorytab {
    padding: 3px 0 3px 6px;
    margin-left: 0;
    margin-bottom:5px;
    border-bottom: 1px solid #3c78b5;
    font: bold 11px Verdana, sans-serif;
    height:14px;
}

#repositorytab li {
    list-style: none;
    display: inline;
    padding: 4px 0.5em;
    margin-left: 7px;
    border: 1px solid #3c78b5;
    border-bottom: none;
    background: #3c78b5;
    text-decoration: none;
    color: #ffffff;
}

#repositorytab li:hover {
    cursor: pointer;
    background: #003366;
    border-color: #003366;
}

#repositorytab li.current {
    background: white;
    border-bottom: 1px solid white;
    color: black;
    cursor: default;
}

#repositorytab li.current:hover {
    background: white;
    border-bottom: 1px solid white;
    color: black;
}

#repositorytab li img {
    height: 12px;
    width: 12px;
}

/** Tab Shell (help message and body) */
table.tabShell {
    border-collapse: collapse;
    width: 100%;
    margin-top: 5px;
}

table.tabShell td.help {
    width: 30%;
}

table.tabShell td.help div.heading {
    font-weight: bold;
    background-color: #D0D9BD;
    border-bottom: 1px solid #3c78b5;
    padding: 4px 4px 4px 4px;
    margin: 0;
    margin-left: 5px;
}

table.tabShell td.help div.body {
    padding: 4px 4px 20px 4px;
    background-color: #f5f7f1;
    height: 100%;
    margin-left: 5px;
}

table.tabShell td.content table.grid input.stretch {
    width: 100%
}

table.tabShell td.content table.grid td.label {
    white-space: nowrap;
}

/* Plugins Tab ::  */
div.progressBar {
    border-style: solid;
    border-width: 1px;
    border-color: #F0C000;
    background-color: #FFFFCE;
    text-align:left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 95%;
}

div.progressBar table.progressBar {
    border-collapse: collapse;
    border: #090 solid 1px;
    width: 100%;
    height: 10px;
}

div.progressBar table.progressBar td.complete {
    background-color: #ddffdd;
}

div.progressBar table.progressBar td.remaining {
    background-color: #ffdddd;
}

/* Plugins Tab :: Filter Bar */
table.filterBar {
    margin: 5px;
    border-collapse: collapse;
    width: 100%;
}
table.filterBar td.search {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}
table.filterBar td.search input {
    width: 100%;
    height: 100%;
    padding-left: 2px;
    font-size: small;
}

/* Links */
#repositoryFrame span.link, #repositoryFrame div.link, #repoCacheRetry, #repoCacheRestart, #repoCacheOffline, #repoModeSwitch {
    color: rgb(0, 51, 102);
    text-decoration: underline;
    cursor: pointer;
}
#repositoryFrame span.nolink, #repositoryFrame div.nolink {
    color: silver;
    text-decoration: underline;
    cursor: pointer;
}

/* Row Hiding */
#repositoryFrame .hidden {
    display: none;
}

/* Plugin List */
table.pluginList {
    width: 100%;
}

/* Plugin List :: Row Highlighting */
table.pluginList tbody tr:hover td {
    background-color: #FFFFEF;
}

/* Plugin List :: Description Box */
table.pluginList td.description {
    padding-bottom: 15px;
}

table.pluginList td.description table {
    margin-left: 10px;
    margin-right: 10px;
}

/* Plugin List :: Sorting */
table.pluginList thead th.sortable {
    cursor: pointer;
}

table.pluginList thead th.sortable:hover {
    background-color: #DDDDDD;
}

table.pluginList thead th.sorted {
    background-color: #DDDDDD;
}

/* Plugin Details :: Module List */
table.moduleList {
    width: 100%;
}

/* Plugin Details :: Version List */
table.versionList {
    width: 100%;
}

/* Plugin Details :: Row Header */
th.rowHeader {
    white-space: nowrap;
}

/* Repository Header */
#repositoryFrame div.main h1.repositoryHeader {
    background-color: transparent;
    border-bottom: none;
    font-weight: normal;
    font-size: 20px;
    margin: 5px;
    margin-top: 8px;
}


