BODY {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  margin : 0;
  padding : 0;
  background : #6085AC;
  color : #000000;
}

FONT {
  font-family: "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
}


LI {
  font-family: "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  list-style-type: disc;
}

LI LI {
  font-family: "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  list-style-type: circle;
}

/* CSS hack for XHTML strict */
IMG {
  border-width : 0;
}

/* CSS hack to hide hidden input fields */
FIELDSET {
   border: none;
   margin: 0;
   padding: 0;
}

TABLE {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  border-width : 0;
  padding : 0;
}

/* Global container box */
TABLE.main {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  margin-left : auto;
  margin-right : auto;
  border-width : 0;
  border-collapse : collapse;
  padding : 0;
  width : 100%;
}  

/* Box outline for login screen
  - reduced width
  - aligned centre
*/
TABLE.singlebox {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  margin-left : auto;
  margin-right : auto;
  width : 400px;
  text-align : center;
  border-width : 0;
  padding : 0;
}

/* Standard table box */
TABLE.tablebox {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  margin-left : auto;
  margin-right : auto;
  width : 97%;
  text-align : left;
  border-width: 0;
  padding : 0;
}

/* Table for use in data cells */
TABLE.celldata {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  margin-left : 0;
  margin-top : 5px;
  margin-bottom : 20px;
  text-align : left;
  border-width: 0;
  padding : 0;
}

TD {
  font-family: "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
}

/* Masthead band to top of page */
TD.masthead {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 10px;
  text-align : left;
  padding-top : 4px;
  padding-left : 3px;
  height : 20px;
  background : #000000;
  color : #EEEEEE;
}

/* Box head styling */
TD.boxhead {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  font-weight : bold;
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding : 3px;
  background : #1e4b79;
  color : #ffffff;
}

/* Box content styling for menu list*/
TD.boxmenu {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding : 3px;
  background : #ffffff;
  color : #000000;
}

/* Box content styling for info boxes */
TD.boxdata {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 20px;
  background : #ffffff;
  color : #000000;
}

/* Variation on 'boxdata'
  - bottom padding reduced
*/
TD.boxdata2 {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 20px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  background : #ffffff;
  color : #000000;
}

/* Box content styling for project listing */
TD.projectlist {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 12px;
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 10px;
  padding-left : 30px;
  padding-right : 5px;
  padding-bottom : 20px;
  background : #ffffff;
  color : #000000;
}
  
/* Green progress bar */
TD.greenbar {
  border-width : 0;
  border-collapse : collapse;
  white-space : nowrap;
  height : 4px;
  background : #008B45;
  color : #000000;
}

/* Red/orange progress bar */
TD.redbar {
  border-width : 0;
  border-collapse : collapse;
  white-space : nowrap;
  height : 4px;
  background : #FFA500;
  color : #000000;
}

/* Class for text at page bottom */ 
.bottomtext {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 10px;
  padding-top : 10px;
  padding-left : 5px;
  padding-bottom : 10px;
  color : #1e4b79;
}

/* Font for text based hyperlinks in [brackets] */
.textlink {
  font-family: "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 10px;
  font-weight : bold;
}

/* Class for late graphic */
.late {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 9px;
  font-weight : bold;
  background : #FF0000;
  color : #FFFFFF;
}

/* Class for new graphic */
.new {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 9px;
  font-weight : bold;
  font-style : italic;
  background : #00FF7F;
  color : #000000;
}

/* Class for updated graphic */
.updated {
  font-family : "Helvetica", Verdana, Arial, Sans-serif;
  font-size : 9px;
  font-weight : bold;
  background : #00FF7F;
  color : #000000;
}

/* Class for green text */
.green {
  color : #006400;
}

/* Class for orange text */
.orange {
  color : #FFA500;
}

/* Class for grey text */
.grey {
  color : #BEBEBE;
}

/* Class for blue text */
.blue {
  color : #0000FF;
}

/* Class for red text */
.red {
  color : #FF0000;
}

a:link {
  color : #003399;
  background : transparent;
  text-decoration : none;
}

a:visited {
  color : #003399;
  background : transparent;
  text-decoration : none;
}

a:hover {
  color : #cc0000;
  background : transparent;
  text-decoration : none;
}





