/*
 * $Id:$
 * 
 * A CSS file for showing the vocabulary viewer widget.
 */

#vocab-viewer {
    font-family: Arial, sans-serif;
    width: 781px;
}

#vocab-viewer .left {
    width: 450px;
    float: left;
}

#vocab-viewer .right {
    width: 310px;
    float: left;
}

#vocab-viewer h2 {
    color: #111111;
    font-weight: normal;
    font-size: 24px;
    width: 220px;
    float: left;
}


#vocab-viewer #vocab-viewer-message {
    float: right;
    font-size: 11px;
    width: 100px;
    color: #111111;
}

#vocab-viewer .words {
    clear: both;
    width: 100%;
    background-color: #CBE5CA;
}

#vocab-viewer li {
    background-image: none;
    background-color: #CBE5CA;
    padding: 0px;
    margin: 0px;
    width: 220px;
    float: left;
}

#vocab-viewer li a {
    margin: 0px 5px 0px 5px;
    color: #222222;
    display: block;
    padding: 3px;
    border-bottom: 1px solid #E4F2E3;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

#vocab-viewer li a:hover {
    text-decoration: underline;
}
