
body {
   background-image: url(/intranet/images/back.gif); 
   background-repeat: no-repeat; 
   background-position: top center; 

}
form{margin:0px; padding:0px;}

body,td {
   font-family:Tahoma;
   font-size:9pt;
}

UL{
	margin-top:10px;
	line-height:20px;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 9px; height: 10px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  0px  0px  0px  0px; }
.borderTR { margin:  0px  0px  0px  0px; }
.borderBL { margin: -10px  0px  0px  0px; }
.borderBR { margin: -10px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
  ma\rgin-left: -4px;
}
html>body .borderTL  {
  margin-left: 0px;
}
.borderTR {
  margin-right: -4px;
  ma\rgin-right: -4px;
}
html>body .borderTR  {
  margin-right: 0px;
}
.borderBL {
  margin-left: -3px;
  ma\rgin-left: -3px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
  ma\rgin-right: -3px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
   
.leftbar {
  width:100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image:url(/intranet/images/leftbar_back.gif);
}
.content {
  width:100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image:url(/intranet/images/content_back.gif);
}

.copyright {
	color:#ffffff;
	text-align:center;
	font-size:8pt;
	font-style:italic;
}

.leftbarlink
{
	color:#deff00;
	font-size:8pt;
	text-decoration:none;
}

.leftbarlink:hover
{
	text-decoration:underline;
}

.navigation
{
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	
}
.nav{padding-left:280px;}

.nav li {
display:block;
float:left;
list-style-type:none;
padding-right:10px;

}


.nav li a
{
 background:transparent url(/intranet/images/nav_off.gif) no-repeat 0 0;
 text-align:center;
 color:#ffffff;
 font-size:8pt;
 display:block;
 height:26px;
 width:98px;
 line-height:24px;
}

.nav li a.on
{
 background:transparent url(images/nav_on.gif) no-repeat 0 0;
 text-align:center;
 color:#ffffff;
 font-size:8pt;
 display:block;
 height:26px;
 width:98px;
}

.RedRow
{
   background-color:#f6cccc;
   height:28px;

}

.RedRow td
{
      border-bottom:1px solid #ffffff;
}

.GreenRow
{
   background-color:#bee8be;
   height:28px;

}

.GreenRow td
{
      border-bottom:1px solid #ffffff;
}

.YellowRow
{
   background-color:#f8f8b4;
   height:28px;
}

.YellowRow td
{
      border-bottom:1px solid #ffffff;
}