/* Style to hide elements */
* {
    background: #FFF;
    color: #000;
    border-color: #000;
}

a {
    color: #000;
    border: none;
    text-decoration: none;
}

a img {
    text-decoration: none;
    border: none;
}

.PrintHide {
    display: none;
}

.PrintShow {
    display: block;
}

#spt_content, #home_c1, #home_c2 {
    background: #FFF;
}

/*** Content Specific ***/
.FolderName {
    font-weight: bold;
    font-size: 1.1em;
    color: #000;
}

a {
    color: #000;
}

.Title {
    color: #000;
    font-size: 1.09em;
    font-weight: bold;
}

.Resource .Note {
    color: #000;
}

.Resource, .Resource * {
    background: none;
    padding-left: 0;
}

.URL {
    font-style: italic;
    color: #000;
}

.ResourceComments {
    background: #FFF;
}

/** Fix for Gecko-based browser print bug **/
table, td {height: 100%;}