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

/* CONTAINER */

/* Global container box */
table.main {
  border-width : 0;
  border-collapse : collapse;
  padding : 0;
  width : 100%;
}

td.menu {
  width : 175px;
}

td.single {
  width : 100%;
}

/* MASTHEAD */

/* Masthead band to top of page */
div.masthead {
  text-align : left;
  padding-top : 4px;
  padding-left : 3px;
  height : 20px;
  background-color : #000000;
  color : #eeeeee;
}

/* BOX HEAD */

/* Default box head styling */
div.head {
  margin-left : auto;
  margin-right : auto;
  margin-top: 10px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  font-weight : bold;
  text-align : left;
  padding : 3px;
  background-color : #1e4b79;
  color : #ffffff;
}

/* Extended classes for box head */

/* Ordinary head styling */
div.head-normal {
  width : 97%;
}

/* Menu head styling */
div.head-menu {
  width : 90%;
}

/* Small box head styling */
div.head-small {
  margin-top : 40px;
  width : 400px;
}

/* BOXES */

/* Default box content styling */
div.boxdata {
  margin-left : auto;
  margin-right : auto;
  border: 1px solid #000000;
  text-align : left;
  border-collapse : collapse;
  padding : 3px;
  background-color : #ffffff;
  color : #000000;
}

/* Extended classes for content styling */

/* normal box content styling */
div.boxdata-normal {
  width : 97%;
}

/* menu box content styling */
div.boxdata-menu {
  width : 90%;
  margin-bottom: 20px;
}

/* small box content styling */
div.boxdata-small {
  width : 400px;
}

/* Box content styling for info boxes */
div.boxstyle {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  background-color : #ffffff;
  color : #000000;
}

/* normal style  */
div.boxstyle-normal {
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 15px;
  padding-bottom : 20px;
}

/* shortened bottom padding*/
div.boxstyle-short {
  padding-top : 20px;
  padding-left : 5px;
  padding-right : 15px;
  padding-bottom : 5px;
}

/* menu style */
div.boxstyle-menu {
  padding-top : 3px;
  padding-left : 3px;
  padding-bottom : 3px;
}

/* FOOTER */

/* Class for text at page bottom */ 
div.bottomtext {
  font-size : 10px;
  padding-top : 10px;
  padding-left : 6px;
  padding-bottom : 10px;
  color : #1e4b79;
  background-color : transparent;
}

/* GENERAL CONTENT */

/* Box content styling for project listing */
div.projectlist {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 10px;
  padding-left : 35px;
  padding-right : 15px;
  padding-bottom : 20px;
  background-color : #ffffff;
  color : #000000;
}

/* Table for use in data cells */
table.celldata {
  margin-left : 0;
  margin-top : 5px;
  margin-bottom : 20px;
  border-width: 0;
  padding : 0;
}

/* Table with grey highlight background */
table.decoration {
  background-color: #dddddd;
  border: solid black 1px;
  color : #000000;
}

/* Class for project row on summary page */
tr.projectrow {
  background-color : #dddddd;
  border-bottom : 1px solid #333;
  font-weight : bold;
}

/* Box content styling for project listing */
td.projectlist {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 10px;
  padding-left : 35px;
  padding-right : 15px;
  padding-bottom : 20px;
  background-color : #ffffff;
  color : #000000;
}

/* Box content styling for user & group lists */
td.grouplist {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  background-color : #ffffff;
  color : #000000;
}

/* Cell with grey background */
td.textbackground {
  background-color : #eeeeee;
  color : #000000;
}

/* Green progress bar */
td.greenbar {
  border-width : 0;
  border-collapse : collapse;
  white-space : nowrap;
  height : 4px;
  background-color : #008B45;
  color : #000000;
}

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

/* GENERIC ELEMENTS */

table {
  border-width : 0;
  padding : 0;
}

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

li {
  list-style-type: disc;
}

li li {
  list-style-type: circle;
}

img {
  /* CSS hack for XHTML strict */
  border-width : 0;
  /* limit uploaded images */ 
  max-width: 500px;
  max-height: 500px;
}

/* Class for bbeditor buttons */
.button {
  margin-top: 4px;
  padding: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbbbbb;
}

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

/* Class for underlined text */
.underline {
  text-decoration: underline;
}

/* Font for text based hyperlinks in [brackets] */
.textlink {
  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-color : #FF0000;
  color : #FFFFFF;
}

/* Class for new graphic */
.new {
  font-size : 9px;
  font-weight : bold;
  font-style : italic;
  background-color : #00FF7F;
  color : #000000;
}

/* Class for updated graphic */
.updated {
  font-size : 9px;
  font-weight : bold;
  background : #00FF7F;
  color : #000000;
}

/* Class for green text */
.green {
  color : #006400;
  font-weight : bold;
  background-color : transparent;
}

/* Class for orange text */
.orange {
  color : #FFA500;
  font-weight : bold;
  background-color : transparent;
}

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

/* Class for blue text */
.blue {
  color : #0000FF;
  font-weight : bold;
  background-color : transparent;
}

/* Class for red text */
.red {
  color : #FF0000;
  font-weight : bold;
  background-color : transparent;
}

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

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

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