<!--
/*	CYPHOR.CSS
		Global Stylesheet. This file will configure the look of Cyphor. You can always revert to the
		default settings by using the configuration in styles/default.css
	*/

/* Style of body tag, color = text color; background = background color */

body, a, td, .b, .h, .i, .s, .t, .sb, form, .formbox, .button, .message, .textarea
{
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}

body, td
{
	color: #000000;
	background: #FFFFFF;
}

/* Message style, fixed-width seems to be a good choice */

h3.rot
{
	background-color: #FFFF00;
	color: #FF0000;
}

p.rot
{
	background-color: transparent;
	color: #FF0000;
}

.message, .textarea
{
	font-size: 90%;
	font-style: normal;
}

/* Background color of message text */

td.message
{
	background-color: #FFFFFF;
	color: black;
}

/* Background for titles */

td.title
{
	background-color: #CCCCFF;
	color: black;
}

/* This is the background color for the surrounding <TD> tag */

td.border
{
	background-color: #000000;
	color: black;
}

/* Standard and alternative background colors for forum view */

td.msgstd
{
	background-color: #DDDDFF;
	color: black;
	height: 120%;
}

td.msgalt
{
	background-color: #BBCCFF;
	color: black;
	height: 120%;
}

/* These are the most frequently used styles.
		.t = standard (text) style
		.b = standard bold style
		.redb = red bold style (example: dates of new posts are highlighted with this)
		.i = standard italic style
		.h = standard header style
		.bigh = big header
		.s = standard small style */

.t
{
	font-size: 80%;
}

.b
{
	font-size: 80%;
	font-weight: bold;
}

.cite1
{
	color: #000099;
	background-color: transparent;
}

.cite2
{
	color: #6666CC;
	background-color: transparent;
}

.cite3
{
	color: #9999FF;
	background-color: transparent;
}

.redb
{
	font-size: 80%;
	font-weight: bold;
	color: #990000;
	background-color: transparent;
}

.i
{
	font-size: 80%;
	font-style: italic;
}

.h
{
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
}

.bigh
{
	font-size: 110%;
	font-weight: bold;
}

.bullit1
{
	color: #000000;
	background-color: transparent;
}

.bullit2
{
	color: #666666;
	background-color: transparent;
	font-size: 11px;
}

.s
{
	font-size: 70%;
}

.sb
{
	font-size: 70%;
	font-weight: bold;
}

/* Background color, link styles for controls */
td.controls
{
	background-color: #C6C6C6;
	color: black;
}
a.controls:link
{
	color: #000000;
	background-color: transparent;
}

a.controls:visited 
{ 
	color: #000000; 
	background-color: transparent;
}

a.controls:hover
{
	color: #FFFFFF;
	background-color: transparent;
}

/* The link style for messages in forum view */

a.msg:link
{
	font-weight: bold;
	color: #990000;
	background-color: transparent;
}

a.msg:visited 
{ 
	color: #000066; 
	background-color: transparent;
}

a.msg:hover 
{ 
	color: #FF0000; 
	background-color: transparent;
}

/* Forum header styles, the line where it says "author, subject, date" etc. */

td.forumheader
{
	font-weight: bold;
	background-color: #000066;
	color: black;
}

/* The font which is used in .forumheader table cells (see above) */

.fhead
{
	font-size: 80%;
	color: #FFFFFF;
	background-color: transparent;
}

/* standard = white */

td.standard 
{ 
	background-color: #FFFFFF; 
	color: black;
}

/* The panel where the users info is displayed (last post, total posts) */

td.userinfo 
{ 
	background-color: #C6C6C6; 
	color: black;
}

/* Form styles, you don't really need them, but it looks nicer with them */

form
{
	/* Internet Explorer uses annoyingly large margins */
	margin-top: 0px;
	margin-bottom: 0px;
}

.formbox
{
	background-color: #FFFFFF;
	color: black;
	font-size: 90%;
}

/* This is for the bullets, don't change it */

ul
{
	margin-bottom: 0px;
	margin-top: 0px;
}
-->