/* Student Discount Book Default CSS */

#debug_overlay
{
    position: fixed; 
    bottom: 0px; 
    text-align: center; 
    left: 0px; 
    right: 0px; 
    background-color: red; 
    color: yellow;
    font-weight: bold; 
    opacity: 0.2;
    filter: alpha (opacity=20);
}

.tooltip
{
    padding: 5px;
    opacity: 0.7;
    filter: alpha (opacity=70);
    position: absolute;
    display: none;
    z-index: 3000;
    background-color: black;
    color: #FCC300;
}

div.scriptmessage
{
    text-align: center;
    background-color: black;
    border: 1px gray solid;
    font-size: 1.1em;
    font-weight: bold;
    margin: 6px 0px;
    color: white;
}

div.scriptmessage p
{
    margin: 0.6em 0px;
}

div#errors
{
    text-align: center;
    background-color: black;
    border: 1px gray solid;
    font-size: 1.1em;
    font-weight: bold;
    margin: 6px 0px;
    color: white;
}

div#errors p
{
    margin: 0.6em 0px;
}

div#errors h3
{
    display: block;
    margin: 0px;
    margin-top: 6px;
    font-size: 1.1em;
    padding: 0px;
}

ul.remove
{
    font-weight: bold;
    color:#FCC300;
}