
/* topborder is used for the background of the main login/signup page and on the login profile page and on the verify signups page.   */
.topborder   { background-color: #D6EFCE; background-repeat: repeat; background-attachment: 
               scroll; padding: 8px; background-position: 0% 50% }
			   
			   
/*  loginborder is used for the table with the buttons Enter Members Only Pages and Pay Yearly Fee  */	   
.loginborder  { background-color: #99B688; background-repeat: repeat; background-attachment: 
               scroll; padding: 8px; background-position: 0% 50% }
			   
			   
/* main is used for the size of all the text on the pages of the Max Membership system.   */	   
.main        { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }


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

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



/*    The error class is used for error messages such as incorrect input      */
.error {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
        font-weight : bold;
        font-style: italic;
        font-size : 10pt;
}

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

/*  The helpcontent class is for the text of help windows   */
.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 */
.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 */
.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          */
.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 cpindex display page  */
.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 */
.fixed {
	font-family: "Courier New";
	color: #000000;
	background-color: #C0C0C0;
	font-size : 10pt;
}



