
body, div, p, blockquote, ol, ul, dl, li {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color : #000000;
    margin: 0px;
    padding: 8px;
}

/* 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: #73F1F0; padding: 8px; }

.butborder   { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
               font-size: 9px;
			   color: #000000;
			   background-color: #73F1F0;
			   padding: 2px;
			   text-align: center; }
			      
			   
/* main is used for the size of all the text on the pages of the Max Speakers 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: #0033CC;
	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;
}


.contentbold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
	font-weight: bold;
}

.contentabstract {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
	margin-left: 50px;
}

.details  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 14pt;
	font-weight: bold;
	color: navy;
}



/*  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 sheethead class is the same as contenthead, except that it has a smaller font size */
.sheethead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 8pt;
}

/*  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 sheetwhite class is the same as contentbody, except that it has a smaller font size */
.sheetwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size : 8pt;
}

.sheetdivider {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #01BFBD;
	font-size : 10pt;
	text-align: center;
}

.sheetbreak {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FC70FE;
	font-size : 8pt;
}

/*  The sheetbackground class is the same as sheetwhite, except that it has a background */
.sheetbackground {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #C5C6FF;
	font-size : 8pt;
}

/*    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 : 7pt;
}

/*   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;
}

.logoutbut  {
	color: #000000;
	background-color: #FFFF00;
	font-size: 8pt;
}

.butform  {
	margin-bottom: 1px;
	margin-top: 6px;
}

.submitbut  {
	font-size: 7pt;
}