/*
	Author:  	J. McAtee
	Document:	forums.css
	Purpose:	style classes for forum pages
	Date:		5/15/05
	Comments:	
*/
.px11 {font-family : Arial, Helvetica, sans-serif; font-size: 11px;}
.adminHead {background-color: #663333;; padding: 0px; margin: 0px;} 
.inputBox {font-size: xx-small; background-color: White;}
.adminTxt {color: White;}
.headerText {font-weight : bold; font-size: 16px; color: White;}
.selBox {font-size: xx-small; background-color: #e0e0e0; border : outset;}
.bolder {font-weight : bolder;}
.formheader {
		font-weight : bolder;
		font-size: larger; 
		color: blue;
	}
	
.btn {font-size: xx-small;width: 80;height: 20;}
.btn50 {font-size: xx-small;width: 40;height: 20;}
.btn60 {font-size: xx-small;width: 60;height: 20;}
.nound {text-decoration : none;}

.btn20close {font-size: xx-small;width: 20;height: 20; background-image: url(images/minimize.gif); background-color: transparent;}
.btn20open {font-size: xx-small;width: 20;height: 20; background-image: url(images/maximize.gif);  background-color: transparent;}
.ratingSpan {width: 100%; text-align: left; font-size: 12px; color: ##006600;}
.forumcomments {font-family : Arial, Helvetica, sans-serif; font-size: 12px; height: 10px;}

.forumbody {
	font-family : Arial, Helvetica, sans-serif; 
	}

