/*  your sites custom CSS goes into this file */

body {
  background-image: url(http://www.radiantrecovery.com/picts/background-main.gif);
  background-repeat: repeat-y;
  margin: 0px;
  padding: 0px;
}

div#glob_wrapbbs {
    text-align: left;
    width: 90%;
    margin: auto;
}

/* colors */
div#prof_list table th, 
div#d4, 
div#misc_dbcheck table th,
div#adm_wrap table th,
div#msg_form table th,
div#ind_msglist table th,
div#misc_setpref table th,
div#misc_msgform table th,
div#prof_form table th, 
div#misc_topstat table th,
div#misc_traffic table th,
div#misc_bemail table th,
td.misc_msgform_b {
    background-color: #719AA4;
    color: #383838;
}

div#msg_wrap {
    margin-top: 20px;
}

/* admin icon */
img.adm_icon {
   vertical-align: middle;
   margin-top: -2px;
}

button.fbt {
    width: auto;
    height: auto;
    font-size: 11px;
    padding: 2px;
}
button.fbt:hover {
    background-color: #FFFFCC;
}

input.helpline {
    display: none;
}
/* headlines black color font */
h1.pst_fmt,
h2.pst_fmt,
h3.pst_fmt {
    /*color: black;*/
}
div#glob_wrapbbs div.quote {
    font-style: italic;
    font-size: 0.9em;
    line-height: 1.0em;
    border-left: 5px solid #aaaaaa;
    padding-left: 10px;
}
div#glob_wrapbbs span.red {
    color: #FF0000;
}
div#glob_wrapbbs span.green {
    color: #00AB59;
}
div#glob_wrapbbs span.blue {
    color: #0000FF;
}
div#glob_wrapbbs span.highlight_yellow {
    background-color: #FFFF00;
}


/* uploaded files */
img.uplimg {
    float: left;
    margin: 5px 15px 10px 0px;
    max-width: 100%;
}

/* end of file */