
/*   The header class is used for titles  */
.wws_header {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #0033CC;
	font-weight : bold;
    font-size : 14pt;
}

/*   The subheader class is used for subtitles  */
.wws_subheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 10pt;
}



/*  The content class is the main body text used everywhere   */
.wws_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

/*  The helpcontent class is for the text of help windows   */
.wws_helpcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;
	font-size : 10pt;
}

/*   The helpheader class is used for titles on the help pages */
.wws_helpheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 12pt;
}

/*  The contenthead class is the same as content, except that it has a background color.
    This is used for the header line on the main table on the cpindex.php main display table,
	And on the main Configure page form itself */
.wws_contenthead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 10pt;
}

/*  The contentbody class is the background color of the main table
    on the cpindex.php main display table          */
.wws_contentbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size : 10pt;
}

/*    The contentsmall class is the same as content, except it's small text.
      It's used for the message under the Delete button on the control panels  */
.wws_contentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
}

/*   The fixed class is used wherever a fixed-font is needed on a form input field,
     plus it has a background color for the form.  It's used on the Select page form */
.wws_fixed {
	font-family: "Courier New";
	color: #000000;
	font-size : 10pt;
	line-height: 150%;
}