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

/* main navbar */
div#glob_wrapbbs div#nb_top div.glob_navbar {
    background-color: #FFFFFF;
}
div#glob_wrapbbs div.glob_mnb {
   float:center;
   width: 100%;
   text-align: left;
  margin: 0px 5px 3px 5px; 
}
/* top sub-navbar */
div#glob_wrapbbs div#nb_top div.glob_snb {
   margin: 0px 5px;
   border-top-width: 0px;
   background-color: #FFFFFF;
   text-align: center;
   border-top-width: 0px;
}

/* bottom navbar */
div#glob_wrapbbs div#nb_bttm div.glob_navbar {
    margin-top: 0px;
    border-width: 0px;
    background-color: #FFFFFF;
    text-align: center;
    border-width: 0px;
}
div#glob_wrapbbs div#nb_bttm div.glob_snb {
    margin-top: 0px;
    text-align: center;
}


div#glob_wrapbbs div#ind_msglist dd.thread,
div#glob_wrapbbs div#msg_respons dd.thread,
div#glob_wrapbbs div#ind_msglist dd.resp,
div#glob_wrapbbs div#msg_respons dd.resp {
    background-image: url(/webbbs/icons/transparent.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    padding-left: 28px;
}   

/* ALL output border-colors, background-colors and visited-link colors */

div#prof_list table th, 
div#glob_wrapbbs div,
div#glob_wrapbbs span,
div#glob_wrapbbs table,
div#glob_wrapbbs table th,
div#glob_wrapbbs table td,
div#ind_msglist table,
div#ind_msglist table th,
div#ind_msglist table td,
div#msg_respons table,
div#msg_respons table th,
div#msg_respons table td,
div#smpl_lst form,
div#glob_wrapbbs div.glob_navbar input,
div#glob_wrapbbs input.go_btn,
div#glob_wrapbbs select.q_sel,
div#glob_wrapbbs div.glob_navbar select,
tr.tbrw { 
    border-style: solid;  
    border-width: 0px; 
    border-color: silver;
}
div#glob_wrapbbs div.glob_navbar,
div#glob_wrapbbs div#nb_top div.glob_snb { 
    border-style: solid;  
    border-width: 0px; 
    border-color: #dfdfdf;
}
div#glob_wrapbbs .tbbcol_1,
div.ind_paginate {
    background-color: #eeeeee;
}
div#glob_wrapbbs .tbbcol_2 {
    background-color: #FFFFFF;
    border-width: 1px;
}
div#glob_wrapbbs .tbbcol_3,
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: #FFFFFF;
}
div#glob_wrapbbs .tbbcol_4 {
    border-width: 1px;
}
table tr.rollover:hover,
div.msg_headln, 
div#prof_poster {
    background-color: #efefef;
}
div#glob_wrapbbs div.glob_navbar,
div#glob_wrapbbs  div#ind_msglist table tr.odd,
div#glob_wrapbbs  div#ind_msglist table#ind_tbl tr.odd,
div.msg_delete,
div.adm_navbar,
div.adm_navbar2,
div.adm_navbar3,
div.msg_gbnavbar { 
    background-color: #f5f5f5;
}

div.msg_gbnavbar {
    background-color: #f7f7f7;
}

div#glob_wrapbbs div#nb_top div.glob_snb,
div#glob_wrapbbs  div#ind_msglist table tr.even,
div#glob_wrapbbs  div#ind_msglist table#ind_tbl tr,
div.msg_userln,
div.msg_prev,
div.msg_text {
   background-color: #fcfcfc; 
}

span.ind_yourhere,
tr.ind_yourhere,
div.alert {
    background-color: #fcffcd;
    color: black;
    font-weight: bold;
}
div#ind_msglist a:visited,
div#msg_respons a:visited {
    color: #800080;
}

/* canvas */
html {
    margin: 0 0 1px;
    height: 100%;
    padding: 0;
}
body {
    margin: 10;
    background-color: white;
    padding: 10px 0;
    font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
    /* font-size: .90em; */
    font-size: 1.90em;
}

/* link */
a         { color: blue; }
a:visited { color: blue; }
a:hover   { color: red;  }
a img     { border: 0;   }

/* navbar link to white */

div#glob_wrapbbs div.glob_navbar a { color: #FFFFFF; } 


/* formatting buttons */
div#glob_wrapbbs .red   { color: red;   }
div#glob_wrapbbs .green { color: green; }
div#glob_wrapbbs .blue  { color: blue;  }
div#glob_wrapbbs .highlight_yellow { background-color: yellow; font-weight: bold; }


/* END ALL output border-colors, background-colors and visited-link colors */

