/* Standard theme */

/* Background color for search results */
.search_bg { background-color: orange; color: black }

/* Standard font specs used throughout the board */
.standard_smallsize { color: #3299CC; font-size: 10px; font-family: Verdana, Arial }
.table_header_font { color: #000000; font-size: 10px; font-family: Verdana, Arial }
.standard_normalsize { color: #3299CC; font-size: 13px; font-family: Verdana, Arial }
.default_normalsize { color: #16A4F6; font-size: 13px; font-family: Verdana, Arial }

/* Spoiler tag font color is the same color as table_backgr */
.spoiler { color: #000000; font-size: 13px; font-family: Verdana, Arial }

/* Notice used on registration page */
.notice { color: red; font-size: 16px; font-family: Verdana, Arial }

/* Msg snippet on forum display pages */
.msg_quote { color:#8080DD; font-size: 10px; font-family: Verdana, Arial; font-style: italic }

/* Fonts used when viewing a thread and nfc mail */
.thread_username { color:#16A4F6; font-size: 13px; font-family: Verdana, Arial }
.thread_status { color:#16A4F6; font-size: 10px; font-family: Verdana, Arial }
.thread_regdate { color:#00ff00; font-size: 10px; font-family: Verdana, Arial }
.thread_customtitle { color:#ff7f00; font-size: 10px; font-family: Verdana, Arial }
.thread_date { color:#1EB20C; font-size: 10px; font-family: Verdana, Arial }
.thread_message { color:#3299CC; font-size: 13px; font-family: Verdana, Arial }
.thread_quote { color:#FFFFFF; font-size: 11px; font-family: Verdana, Arial; }

/* Background colors for tables used throughout board */
.table_header { background-color: #ff7f00 }
.table_backgr { background-color: #000000 }
.table_backgr_alt { background-color: #000000 }

/* Fonts used on profile page and post msg form */
.profile { color:#16A4F6; font-size: 13px; font-family: Verdana, Arial }
.postnew_infotext { color:#ff7f00; font-size: 11px; font-family: Verdana, Arial }

/* CSS version of body tag */
body { background-color: #000000; font-family: Verdana, Arial; color: #3299CC; font-size: 13px }
a:link { color: #238e23; text-decoration: none }
a:visited { color: #a8a8a8; text-decoration:none }
a:hover { text-decoration:none; color:#D47D00 }
a.active { text-decoration:none }

/* Drop-down boxes */
select { font-family: Verdana, Arial; font-size: 11px; color: #000000; background-color: #CCCCCC }
