BODY {
  font-family : Arial, Helvetica, Sans-serif;
  font-variant : small-caps;
  font-size : 12px;
  margin : 0;
  padding : 0;
  background-color : #FFFF99;
  color : #FF0000;
}

FONT {
  font-family: Arial, Helvetica, 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;
}

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

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

/* Global container box */
TABLE.main {
  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 {
  margin-left : auto;
  margin-right : auto;
  width : 400px;
  text-align : center;
  border-width : 0;
  padding : 0;
}

/* Standard table box */
TABLE.tablebox {
  margin-left : auto;
  margin-right : auto;
  width : 97%;
  text-align : center;
  border-width: 0;
  padding : 0;
}

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

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

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

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

/* Box head styling */
TD.boxhead {
  font-weight : bold;
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding : 3px;
  background-color : #1e4b79;
  color : #ffffff;
}

/* Box content styling for menu list*/
TD.boxmenu {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding : 3px;
  background-color : #ffffff;
  color : #000000;
}

/* Box content styling for info boxes */
TD.boxdata {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 15px;
  padding-bottom : 20px;
  background-color : #ffffff;
  color : #000000;
}

/* Variation on 'boxdata'
  - bottom padding reduced
*/
TD.boxdata2 {
  text-align : left;
  border-width : 0;
  border-collapse : collapse;
  padding-top : 20px;
  padding-left : 5px;
  padding-right : 15px;
  padding-bottom : 5px;
  background-color : #ffffff;
  color : #000000;
}

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

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

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

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

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

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

/* Class for updated graphic */
.updated {
  font-family : Arial, Helvetica, Sans-serif;
  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;
}

/*******RSA MODIFICATIONS START HERE

/******* formatting styles ******/

.align-l		{ text-align : left; }
.align-c		{ text-align : center; }
.align-r		{ text-align : right; }
.align-j		{ text-align : justify; }
.align-t		{ vertical-align : top; }
.align-m		{ vertical-align : middle; }
.align-b		{ vertical-align : bottom; }

/************** header tag styles **************/

h1{
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
h2{
	font-size: 120%;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-decoration: underline;
	color : #CC0000;
}
h3{
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	text-decoration: underline;
	color : #0000FF;
}
h4{
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	color : #000000;
}
h5{
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}
h6{
	font-size: 110%;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
	color : #0000FF;
}
p5{
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	color : #0000FF;
}
p6{
	font-size: 110%;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
	color : #0000FF;
}
p7{
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
	color : #0000FF;
}

/* Class for Error text */
.error {
  color : #FFFFFF;
  font-weight : bold;
  background-color : #FF0000;
}

/* Class for Fixed Width Select box text */
.fixedselect {
  font-family : "Courier", Sans-serif;
  font-size : 8px;
  color : #FFFFFF;
  font-weight : bold;
  background-color : #FF0000;
}

/* Box head styling */
TD.borderbox {
  text-align : center;
  border-style : solid;
  border-width : thin;
  border-color: #000000;
  border-collapse : collapse;
  padding : 3px;
  color : #000000;
  background-color : transparent;
}

TD.borderboxBR {
  text-align : center;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-width : thin;
  border-bottom-width : thin;
  border-right-width : thin;
  border-bottom-color: #000000;
  border-right-color: #000000;
  border-collapse : collapse;
  padding : 3px;
  color : #000000;
  background-color : transparent;
}
TD.borderboxBL {
  text-align : center;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-width : thin;
  border-bottom-width : thin;
  border-left-width : thin;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-color: #000000;
  border-collapse : collapse;
  padding : 3px;
  color : #000000;
  background-color: transparent;
}

TD.borderboxB {
  text-align : center;
  border-bottom-style : solid;
  border-bottom-width : thin;
  border-bottom-color: #000000;
  border-collapse : collapse;
  padding : 3px;
  color : #000000;
  background-color: transparent;
}

TD.borderboxBR-L {
  text-align : left;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-width : thin;
  border-bottom-width : thin;
  border-right-width : thin;
  border-bottom-color: #000000;
  border-right-color: #000000;
  border-collapse : collapse;
  padding : 3px;
  color : #000000;
  background-color : transparent;
}
TD.borderboxBL-L {
  text-align : left;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-width : thin;
  border-bottom-width : thin;
  border-left-width : thin;
  border-bottom-color: #000000;
  border-left-color: #000000;
  border-color: #000000;
  border-collapse : collapse;
  padding : 3px;
  color : #000000;
  background-color: transparent;
}
/* Table for use in data cells */
TABLE.celldata-c {
  text-align : center;
  margin-left : 0;
  margin-top : 5px;
  margin-bottom : 20px;
  border-width: 0;
  padding : 0;
  margin-left:auto;
  margin-right:auto
}
TABLE.celldata-l {
  text-align : left;
  margin-left : 0;
  margin-top : 5px;
  margin-bottom : 20px;
  border-width: 0;
  padding : 0;
  margin-left:auto;
  margin-right:auto
}
img.head {
  vertical-align:text-top;
  position:absolute;
  top:2%;
  left:85%;
}
