


/*   The topborder class is used for the background on the Add Comments page, the Bio page,
     the Comments list on each article, the Edit page, the login/sign-up page, and the Verify page  */
.topborder   { background-color: #F0C000; background-repeat: repeat; background-attachment: 
               scroll; padding: 8px; background-position: 0% 50% }
			   
/*   The miniborder class is used on the Comments list on each article as the background for
     where it says: "The following comments are owned by the poster."  And on the list where
	 the visitor clicks on "More by username."  And on the columnist page where it says:
	 "Here is the most recent article by username."  ANd for the list of articles by the columnist. */
.miniborder  { background-color: #4040FF; background-repeat: repeat; background-attachment: 
               scroll; padding: 8px; background-position: 0% 50% }
			   
/*   The loginborder class is used for the background of the box at the top of the login/profile page
     where it says: "Add Your Comments to articleurl"  */
.loginborder  { background-color: #D54343; background-repeat: repeat; background-attachment: 
               scroll; padding: 8px; background-position: 0% 50% }
			   
.loginnoborder  { padding: 8px;
                  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				  font-size: 11px;
				  color: #000000;
}

.loginnoborder a:link { 
	   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 11px;
	   color: #000000;
}

.loginnoborder a:hover { 
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: blue;
}

.loginnoborder a:visited { 
	   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size: 11px;
	   color: #000000;
}
			   
/*   The border class is used for the background of the Bio info on the Bio page, and as the background
     of the email form on the Email username page. */	   
.border      { border: 1px solid #F0C000; padding: 16px }

/*   The tightborder class is used for showing the lists of articles on the Articles by username pages.
     And in the Email username page where the email being sent is shown.    */	
.tightborder      { border: 1px solid #F0C000; padding: 2px }

/*   The usernested class is used for the box borders around the user comments.    */
.usernested  { border: 1px solid #4040FF; padding: 16px }

/*   The nested class is used for the box borders around the columnists articles,
     and the whole article by the columnist.    */
.nested      { border: 1px solid #4040FF; padding: 16px }

/*   The littlenested class is only used on the headlines page. As the padding needs to be less.  */	
.littlenested   { border: 1px solid #4040FF; padding: 4px  }
/*   The littleborder class is only used on the headlines page. As the padding needs to be less.   */	
.littleborder   { background-color: #F0C000;  padding: 2px;  }

/*   The title2 class is used for the large title of the user comment, and the columnist articles. */
.title2      { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; 
               color: #808080 }
			   
/*   The main class is called "main" for a reason.  It is the size of all the text on the comments
     and on the columnists articles   */	   
.main        { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }

/*   The boldmain class is the same as main, but bolded  */	
.boldmain        { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #4040FF }

/*   The mainsm class is the same as main, but a little smaller.  It is used for the list of headlines,
      i.e., the last 10 articles posted by columnists.  */	
.mainsm        { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #000000 }

/*   The boldmainsm class is the same as mainsm, but bolded.  It is used for the list of headlines,
      i.e., the last 10 articles posted by columnists.  */	
.boldmainsm        { font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #4040FF }

/*   The lgmain class is only used in one place.  Where it says: "Comments On This Page"  */	
.lgmain        { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000 }

/*   The whitetext class is reverse-out text.  Wherever white text is needed on a dark background.  */	
.whitetext   { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff }



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

/*   The subheader class is used for subtitles on the system pages */
.subheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0033CC;
	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 body text used on the Control Panel pages   */
.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 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;
}