<!--
	/*	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 DEFAULT.CSS
	*/


	/* Style of body tag, color = text color; background = background color */
	body {
		color: #000066; 
		background: #FFFFFF
	}

	/* Message style, fixed-width seems to be a good choice */
    .message {
    	font-family: Courier New;
    	font-size: 12px;
    	font-style: normal
    }

    .t { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-style: normal }
    .b { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold }
    .i { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-style: italic }
    .h { font-family: Verdana, Verdana, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold}
    .s { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal }      
    
	/* This style is used for system messages (rare) */
    .sysnotice { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #FF0000 }      
    
    a.controls {    	
    	color: #000066
    }
     
    a.msg {
    	color: #000066
    }    


	/* Standard and alternative background color for Thread display */
	td.msgstd {
		background-color: #FFFFFF
	}
	
	td.msgalt {
		background-color: #FFFFCC
	}
    
    /* Forum header styles */
    td.forumheader {
    	font-weight: bold;
    	background-color: #000066
    }
    
    .fhead {
    	font-family: Verdana, Helvetica, sans-serif;
    	font-size: 12px;
    	font-style: normal;
    	color: #FFFFFF
    }
    
    td.header {
    	background-color: #FFB300
    }

	td.controls {
		background-color: #ffb300
	}

	td.userinfo {
		background-color: #ffb300
	}
	
	.formbox {
		font-family: Verdana, Helvetica, sans-serif;
		background-color: #FFFFFF;
		font-size: 12px;
	}
	
	.button {
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	.textarea {
    	font-family: Courier New, Courier;
    	font-size: 12px;
    	font-style: normal;
	}
-->
