- 
     History: 
----------------------------------------
Date      Programmer     Description
02/01/03  tb             created
03/12/03  jmb            added smallText, smallText Bold classes
-
.This-Is-In-Place-Because-Comments-Screw-Up-Style-Sheet{}
div, br, p, td ,input {font-family: Arial, Helvetica, sans-serif;}
tr {vertical-align: middle;}
.bodybold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #dddddd; text-align: left; color: #000000}
.body{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #FFFFFF; text-align: left; color: #000000}
.header {  font-family: Arial, Helvetica, sans-serif;  font-size: 12pt; font-weight: bold; color: black;}
.header2 {  font-family: Arial, Helvetica, sans-serif;  font-size: 11pt; font-weight: bold; color: black;}
.header3 {  font-family: Arial, Helvetica, sans-serif;  font-size: 10pt; font-weight: bold; color: black;}
.subheader {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; background-color: #eeeeee; color: #000000; text-align: center}
.tableMain {  background-color: Silver}
.bodyBold2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: silver; text-align: left}
.bodyBold3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; background-color: silver; text-align: center}
.alert {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000; background-color: eeeeee; text-align: center}
.redtext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #de0031; text-align: left}
.smallText {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
.smallTextBold {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000;}
.smallBody {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000; background-color: silver}
.subheader2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #dddddd; font-weight: normal; text-align: center}
.tableWhite {  background-color: #FFFFFF}
.textBlack {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
.textWhite{  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF}
.textRed {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FF0000}
.textBoldBlack {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000}
.textBoldRed  {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000}
.textBoldWhite {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.textSmallBlack {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.textSmallRed {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000}
.textSmallWhite {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000}
.colorWhite {  background-color: #FFFFFF}
.colorSuperLtGrey {  background-color: #EEEEEE}
.colorLTGrey {  background-color: #DDDDDD}
.colorMedGrey {  background-color: silver}
.colorDkGrey {  background-color: #DDDDDD}
.colorSuperDkGrey {  background-color: #555555}
.colorWhite {  background-color: #FFFFFF}
.navOver { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333333; background-color: #FFCC00}
.navOut { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #333333}
.subNavOver { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; background-color: #FFCC00}
.subNavOut { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; background-color: #DDDDDD}
.statCustProb { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: olive; background-color: #FFFFFF}
.statPhaseProb { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: red; background-color: #FFFFFF}
.statNormal { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: black; background-color: #FFFFFF}



H3 {
	font-family : Arial, Helvetica, sans-serif;
	color : #cc0000;
	font-size: 14px;
}


.errorLabelColor {
     color: Red;
}

.normalLabelColor {
     color: Black;
}

.showTheHand {
	 cursor: hand;
}



.buttonSubmit {
     background-color : green;
	 cursor: hand;
}

.mouseOverColorDisabled {
     background-color : beige;
}


.mouseOverColor {
     background-color : Khaki;
	 font-weight: bold;
	 color: black;
	 cursor: hand;
}

.mouseOutColor {
     background-color : beige;
}

.HeaderFooterColor {
     background-color : DDDDDD;
}

.menuMouseOutColor {
     background-color : LightCoral;
}


<script language="JavaScript">

function isDate(s, showMsg){
     strDate = s;

     var strMonth = strDate.substr(0,strDate.indexOf("/"));
     strDate = strDate.substr(strDate.indexOf("/")+1);

     var strDay = strDate.substr(0,strDate.indexOf("/"));
     strDate = strDate.substr(strDate.indexOf("/")+1);

     var strYear = strDate;
     if (strYear.length == 2){
          strYear = "20" + strYear
     }
     
     

     strMonth = (strMonth -1)

     <!--- alert(strMonth + ' - ' + strDay + ' - ' + strYear); --->
     
     if(parseInt(strMonth) == 0){
          strMonth="Jan"
     }     
      if(parseInt(strMonth) == 1){
          strMonth="Feb"
     }     
      if(parseInt(strMonth) == 2){
          strMonth="Mar"
     }     
      if(parseInt(strMonth) == 3){
          strMonth="Apr"
     }     
      if(parseInt(strMonth) == 4){
          strMonth="May"
     }     
      if(parseInt(strMonth) == 5){
          strMonth="Jun"
     }     
      if(parseInt(strMonth) == 6){
          strMonth="Jul"
     }     
      if(parseInt(strMonth) == 7){
          strMonth="Aug"
     }     
      if(parseInt(strMonth) == 8){
          strMonth="Sep"
     }     
      if(parseInt(strMonth) == 9){
          strMonth="Oct"
     }     
      if(parseInt(strMonth) == 10){
          strMonth="Nov"
     }     
      if(parseInt(strMonth) == 11){
          strMonth="Dec"
     }

     //var strDate = getDateString(s);
     dte = new Date(strDay + ' '+ strMonth + ' ' + strYear);
     
     <!--- alert(strDay + ' - '+ strMonth + ' - ' + strYear); --->

     if (dte == "NaN"){
          if(showMsg == "Yes"){
               //alert("Inval Date.   Dates must be entered in the format of mm/dd/yyyy and the year must be greater than 2000.")
          }
          return false;
     }
   
     if (dte.getYear() < 2000){
          if(showMsg == "yes"){
               //alert("Inval Date.   The year greater than 2000.")
           }
          return false;
     }
     
     // Convert the date to a string so we can parse it.
     var myDate_string = dte.toGMTString();
     
     /* Split the string at every space and put the values into an array so,
     using the previous example, the first element in the array is "Wed", the
     second element is "Jan", the third element is "1", etc. */
     var myDate_array = myDate_string.split( ' ' );
     
     /* If we entered "Feb 31, 1975" in the form, the "new Date()" function
     converts the value to "Mar 3, 1975". Therefore, we compare the month
     in the array with the month we entered into the form.id If they match,
     then the date is val, otherwise, the date is NOT val. */

     if ( myDate_array[2] != strMonth) {
       return false;
     } else {
       return true;
     }

}
function ltrim ( s )
{
	return s.replace( /^\s*/, "" );
}

function rtrim ( s )
{
	return s.replace( /\s*$/, "" );
}

function trim ( s )
{
	return rtrim(ltrim(s));
}

</script>
