

/* The header tag is used for the main title font on all pages */
.wwsheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;  /* navy */
	font-weight : bold;
    font-size : 14pt;
	line-height : 120%;
}

.wwsheadersqz {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;  /* navy */
	font-weight : bold;
    font-size : 12pt;
    line-height : 80%;
}

/* The fixed tag is used on forms so that the fields will align properly */
.wwsfixed {
	font-family: "Courier New";
	color: #000000;
	font-size : 10pt;
    font-weight : normal;
}

/*  The error tag is ised for displaying system error messages */
.wwserror {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight : bold;
        font-style: italic;
        font-size : 10pt;
}

/* The subheader tag is used on a couple of pages as a subheadline. */
.wwssubheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
    font-size : 10pt;
}

/*  contentsmall is only used in one place: to display the message about being careful
    in deleting articles on the Manage Your Articles page  */
.wwscontentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
    font-weight : normal;
}


/*   The content tag is the main body text of the system   */
.wwscontent {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 10pt;
    font-weight : normal;
}

.wwstight {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 10pt;
    font-weight : normal;
    line-height : 100%;
}

/*	The contentconfig tag is for the backgound color of the form on the Configure page. */
.wwscontentconfig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 10pt;
    font-weight : normal;
}

/*  The contenthead tag is used in the header row in the Manage Your Articles
    screen.  */
.wwscontenthead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #8080FF;    /* slate blue    */
	font-size : 10pt;
    font-weight : normal;
}


/*  The contenthead tag is used in the header row in the Manage Categories
    screen.  */
.wwscatcontenthead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #8080FF;    /* slate blue    */
	font-size : 10pt;
    font-weight : normal;
}


/*  The contentbody class is the background color of the main table
    on the Manage Your Articles page.  And on the articles list at allarticles.html
	And on the Submit New Article form  */
.wwscontentbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;     /*  White   */
	background-color: #FFFFFF;
	font-size : 10pt;
    font-weight : normal;
}


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



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


div#maxlogo {
background-color: #8080FF;
width:100%;
height:46px;
text-align:center;
border-bottom: 1px solid black;
}

div#maxshadow {
height:14px;
background-image: url(images/shaded_bottom.gif);
background-repeat: repeat-x;
}

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

.submitbut  {
	font-size: 7pt;
}

.redbutton {
  color: red;
  font-weight : bold;
}

#bookmarkbox  {
    background-color: #FEE4FE;
    color:#666666;
    padding:6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    border:1px #CCCCCC solid;
    text-align:left; 
	margin-bottom: 12px;
}

fieldset {
  margin: 0 0 16px 3px; 
  padding: 0 5px 5px 5px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}


legend {
  color: blue;
  font-weight: bold;
}

label {
  float:left;
  width:140px;
}

