/* * {
    behavior: url('/includes/csshover3.htc');
} */

/* temp until google ads are fixed up */
iframe[name="google_ads_frame"] {
    display: none;
}
td#right_side_bar {
    width: 1px;
}
/* end temp */


table.main, div.main {  
    background-image: url(/images/PBG_grad.png); 
    background-repeat: repeat-x;
}

td#linkToStuff {
    padding-right: 100px;
}

table.loginbox {
    position: fixed;
    right: -110px;
    display: block;
    padding-right: 10px;
    z-index: 3000;
    -webkit-box-shadow: 0px 5px 5px black;
}


table.loginbox td {
    background-image: url(/images/50pct_grey.png);
}

table.loginbox:hover, table[class~="loginbox"].hover {
    right: -10px;
}

table[class~="loginbox"].hover {
    right: 0px;
}

a.forum:link {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: white;
}

a.forum:visited {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    color: #cec4b8;
}

a.forum:hover {
    /* text-decoration: underline; */
    background-color: black;
    color: white;
}

blockquote.helpContents {
    color: #606070;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: -1000px;
    left: -1000px;
    border: 1px solid #000;
    z-index: 100;
    background-color: #F4F4D0;
    -moz-border-radius: 5px;
    -moz-opacity: .75;
}

hr.d {
    border-style: solid;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 10px;
}

div.nav {
    background-image: url(/images/translucentWhite.png);
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    margin-right: 30px;
    padding: 10px;
    /* padding-top: 15px; */
    /*border-radius: 10px; */
}

div.proddesc {
    font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    text-align: justify;
    margin-left: 50px;
    margin-right: 50px;
}

div.header {
    font-size: 16pt;
    font-weight: bold;
    text-indent: 50px;
}

/* img, div {
    behavior: url("/include/iepngfix.htc");
} */

div.suggestion {
    font-size: smaller;
    color: black;
    cursor: pointer;
    padding: 4px;
}

div.suggestion:hover {
    background-color: #6699FF;
}

div.suggestion-box {
    padding: 0px;
    background-color: white;
    position: absolute;
    display: none;
}

input.suggestible {
    padding: 0;
}

.rpc-button {
    cursor: pointer;
}

