
#overlighting {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-align:left;
   z-index:-1;
   width:780px;
   padding:0px 0px 0px 12px;
   margin: 0 auto 0 auto;
   background-color:white;
   border:1px solid blue;
}



body {
	text-align:center;
    background-image:url(starrynight.gif);
	background-repeat: repeat;
}

hr.hr2 {
	  color: #EAEAEA;
      background-color: #EAEAEA;
      height: 1px;
	  width:90%;
	  clear:both;
}


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


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

.wwstextarea {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size : 14pt;
}

.wwsupdate {
 margin-left:360px;
}

.wwsjot {
  float:left;
  width:78%;
  margin-bottom:12px;
  color:#3D3D3D;
}



/*    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  */
.wwscontentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
}

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

.wwsinfocol {
 background-color:#7AC3EE;
}

.wwsdelete {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	float:right;
	width:18%;
	margin-bottom:12px;
}

.wwsdelete a:link, .wwsdelete a:visited {
   color: #A8A8A8;
   text-decoration: none;
}
 
.wwsdelete a:hover {
   color: red;
   text-decoration: none;
}

/*  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;
	margin: 6px 12px 0 12px;
}



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


