/*  Style for every page */
BODY {

  background: #ffffff;

  color: #000000;

  margin: 0px;

}


/* Style for all links on page not otherwise defined  */
A {

  color: #000000;

  text-decoration: none;

}

.indexText  {

  color: #663333;
  
  text-decoration: none;
  
  font-family: Verdana, Arial, sans-serif;

  text-align: left;

  font-size: 11px;
  
  font-style: normal;
}



.indexHeader  {

  color: #000000;

  text-decoration: none;

  font-family: Verdana, Arial, sans-serif;

  text-align: center;

  font-size: 14px;

  font-weight: bold;
}


/*  Style for HOVER on all links covered by A above  */
A:hover {

  color: #ff0000;
  
  text-weight: bold;

  text-decoration: underline;

}


/*  Style within boxes*/
TD.infoBoxes{
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  text-align: center;
  font-weight: bold;
; font-size: 11px; font-style: normal
; border-style: none; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin
}



/*  Style for TDs containung navigation links  */
TD.headerNavigation {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

/*  background-image: url(images/vtoss_spacer.jpg);  */

  background: #663333;
  
  color: #ffffff;

  font-weight : bold;

  height: 10px;

}

/*  Style for footer */
TD.footer {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  color: #000000;

}

A.footerNavigation {

  color: #000000;
}

A.headerNavigation {

  color: #ffffff;

}

/*  Style for the alternatin background colors  */
.evenJobs {

  background: #E5E5E5;
}


/*  Style for the alternatin background colors  */
.oddJobs {

  background: #ffffcc;

}


/*  Style for the colored borders of Boxes  */
.infoBox {

  background: #663333;

}



/*  Style for the contents of Boxes  */
.BoxContents {

  background: #ffffff;

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

}


/*  Style for the Job system Boxes  */
TD.jobsBoxHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;

  text-align: right;

  font-weight: normal;

  background: #663333;

  color: #ffffff;

}




/*  Style for the Label of Boxes  */
TD.BoxHeading {

  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;
  
  text-align: center;

  font-weight: bold;

  background: #663333;

  color: #ffffff;

}


/*  Style for the list of links in Boxes  */
.boxText {

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: left;
  }


/*  Style for the right aligned list of links in Boxes  */
.boxTextRight {

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: right;
  }

/* Style for warning messages accross top of included pages*/
TD.warningText {

  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  background: #ff0000 ;
}

