/*  your sites custom CSS goes into this file */
/* 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 { 
    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: #ccccff;
    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: #cc3333;
}
div#glob_wrapbbs .tbbcol_4 {
    border-width: 1px;
}
div#glob_wrapbbs div.glob_navbar { 
    background-color: #f5f5f5;
}
table tr.rollover:hover,
div.msg_headln, 
div.msg_delete,
div.adm_navbar,
div.adm_navbar2,
div.adm_navbar3,
div.msg_gbnavbar, 
div#prof_poster {
    background-color: #efefef;
}
div.msg_userln,
div.msg_prev,
div.msg_text {
    background-color: #fafafa;
}
div#glob_wrapbbs div#nb_top div.glob_snb {
   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: 0;
    background-color: white;
    padding: 10px 0;
    font-family: verdana, sans-serif;
    font-size: .90em;
}

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

/* 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 */


