/* Global HUB styles */
#headerLogin {
    text-align: right;
    padding-right: 3px;
    padding-bottom: 2px;
}
#headerLogin a {
    font-weight: bold;
}
a {
    text-decoration: underline;
}

/* Content Showcase specific styles */

.cshomeBlock {

}
.cshomeBlock a {
        font-weight: bold;
        font-size: 1.2em;
        text-decoration: underline;
}
#instructors {
        background: url(/hub-images/images/resources/images/11.jpg) no-repeat left;
        padding: 0.7em 0.7em 0.7em 82px;
        margin: 0em 0em 1.5em 0em;
        display: block;
        min-height: 70px;
}
#students {
        background: url(/hub-images/images/resources/images/22.jpg) no-repeat left;
        padding: 0.7em 0.7em 0.7em 82px;
        margin: 0em 0em 1.5em 0em;
        display: block;
        min-height: 70px;
}
#administrators {
        background: url(/hub-images/images/resources/images/49.jpg) no-repeat left;
        padding: 0.7em 0.7em 0.7em 82px;
        margin: 0em 0em 1.5em 0em;
        display: block;
        min-height: 70px;
}

/* Showcase search results */
.epackResult {
    border: 1px solid #999999;
    background-color: #f9f9f9;
    margin: 0.5em 0 0.5em 0;
}
.epackResultHeader {
    height: 0.3em;
    color: #000000;
    background-color: #DBB631;
    border-top: 1px solid #F0CB46;
    border-left: 1px solid #F0CB46;
    border-bottom: 1px solid #C6A11C;
    border-right: 1px solid #C6A11C;
    margin: 0;
}
.epackTitle {
    font-weight: bold;
}
.epackDetails {
    padding: 0.3em 1.2em 0.3em 1.2em;
    font-size: 0.9em;
    color: #000000;
}
.detailHeader {
    clear: both;
    width: 9em;
    float: left;
    margin: 0.1em 0 0.1em 0;
}
.detail {
    float: left;
    width: 90%;
    margin: 0.1em 0 0.1em 0;
}
.keyFeatureTable {

}
.keyFeature {
    text-align: center;
    width: 90px;
}
.epackOptions {
    padding: 0.3em 0 1em 0;
    clear: both;
    overflow: auto;
    width: 100%;
}
.epackOptions ul {
    border-top: 2px solid #916C00;
    list-style: none;
    margin-top: 1em;
}
.epackOptions ul li {
    float: left;
    background: url(/includes/images/showcase/bulletorange.gif) no-repeat 7px;
    padding-left: 18px;
    margin: 0.7em 0.7em 0.2em 0em;
}
.epackOptions li a {
    text-decoration: underline;
}
.showcaseNavigation {
    font-weight: bold;
    font-size: 1em;
    margin: 0.5em 0 0 0;
}
.searchSummary {
    border: 1px solid #916C00;
    background-color: #f9f9f9;
    padding: 1em;
    margin-bottom: 1em;
}

/* ePack more info page */
.feedback {
    font-weight: bold;
    margin: 3em 0 1em 0;
}
.feedback textarea {
    width: 600px;
    height: 90px;
    display: block;
    margin: 0.5em 0 1em 4em;
}
#contactInfo {
    font-weight: normal;
    margin: 1em 0 0 1em;
}
#contactInfo input {
    display: inline;
    width: 400px;
}
#contactInfo label {
    width: 4.2em;
    float: left;
}

/* Request a copy */
.adoptLink {
    background: url(/includes/images/showcase/rightarrowblue.gif) no-repeat;
    padding: 15px 0 0 65px;
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
    display: block;
    height: 48px;
    margin: 1.2em 0 0.2em 2em;
}
.adoptDescription {
    margin-left: 6em;
}
.adoptDescription a {
    text-decoration: underline;
}
.adoptDescription ul {
    list-style: disc;
    margin: 0.8em 0 0.8em 3em;
}

/* student pins */
.pinResult {
    border: 1px solid #999999;
    background-color: #f9f9f9;
    margin: 0.5em 0 0.6em 0;
    padding: 0.8em;
    color: #000000;
}
.pinResult a {
    float: right;
}
.pinEpackTitle {
    font-weight: bold;
    font-size: 1.2em;
    color: #000000;
    margin: 1em 0 2em 0;
}


/* misc showcase */
.searchHeader {
    background: url(/includes/images/showcase/search.png) no-repeat;
    height: 85px;
    margin: 1em 0 1em 0;
    padding: 25px 0 0 95px;
    font-weight: bold;
    color: #000000;
}

/* browser tuneup pages */
.browserContent, .confluenceTable, .confluenceTh, .confluenceTd {
    color: #000000;
}
.confluenceTable {
    border: 1px solid #CCCCCC;
    margin: 1em;
    padding: 0;
    border-collapse: collapse;
}
.confluenceTh {
    border: 1px solid #CCCCCC;
    background-color: #F0F0F0;
    padding: 0.3em;
}
.confluenceTd {
     border: 1px solid #CCCCCC;
     padding: 0.3em;
}
.browserContent h4 {
     font-size: 1.2em;
     color: #000000;
     background-color: #F0F0F0;
     padding: 0.2em;
}
