@charset "iso-8859-1";
body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 not forget */
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    12px;
    }

.title   {
    /* redundant selectors to help NS4 not forget */
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    18px;
  }

.disabledInput {
  background-color: Aliceblue;
  font-color: black;
  border: none;
  disabled: true;
  font-weight: bolder;
}

.greyedInput {
  background-color: Aliceblue;
  font-color: black;
  border: true;
  disabled: true;
  font-weight: bolder;
}

.inputAsText {
  text-align: right;
  background-color: Aliceblue;
  color: black;
  border: none;
  font-weight: bolder;
}    
	
.dialogHeader {
    background-color: navy;
}

.dialogHeaderText {
    color: white;
}

.dialogWindow {
    background-color: Aliceblue;
}

.dialogBorder {
    border: 1px solid silver;
    margin: 0px;
    padding: 0px;
    background-color: Aliceblue;
}

.dialogheaderfont {
        color: white;
}

.tdheader {
    /*background-color: Cornflowerblue; */
    background-color: Steelblue;
}

.tdheaderfont {
        color: white;
}

.emphasisfont {
        color: red;
}

.menubar {
    /*background-color:Green;*/
    background-color:Navy;
}

.menubarfont {
    color: white;
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    12px;
}

#menubar a:hover, #menubar a:active {
	background: Gray;
        /*background: Steelblue/*Seagreen*/;
        /*color: Black; -- for some reason I cant set this */
}

#menubar a:link, #menubar a:visited {
        color: white;
	text-decoration: none;
}

.reporttable {
    border: none;
    border-collapse: collapse;
}

.lgheading {
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    22px;
    font-style: bold;
    color: navy;
}

.smheading {
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    18px;
    color: navy;
}

.lgtext    {
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    18px;
    }	

.medtext    {
    font-family:  Arial, Verdana, Lucida, Helvetica, sans-serif;
    font-size:    14px;
    }	

.menutext  { font-family: arial, helvetica, sans-serif; font-size: 12px; color: white; font-weight: normal;}
.menulink { font-family: arial, helvetica, sans-serif; font-size: 12px; color: navy;text-decoration: underline;}

.submenulink { font-family: arial, helvetica, sans-serif; font-size: 12px; color: white; font-weight: normal; text-decoration: underline;}
.submenutext { font-family: arial, helvetica, sans-serif; font-size: 12px; color: yellow; font-weight: bold; text-decoration: none;}

.link {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: navy;
    text-decoration: underline;
    }

.footertext  { font-family: arial, helvetica, sans-serif; font-size: 12px; color: black; font-weight: normal;}


.nobo {
    border: none;
    border-collapse: collapse;
}

.bo {
    border: 1px solid black;
    border-collapse: collapse;
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

body {
  text-align: center;
  background-color: Gainsboro;
}

.buttonbar {
    text-align: right;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

.copyright {
  white-space: nowrap;
}

.nobr {
  white-space: nowrap;
}

.headerbg {
	background-image: url(i/llxbg.jpg);
}

.tm {
	background-image: url(i/smtm.gif);
}

.ml {
	background-image: url(i/smml.gif);
}

.mr {
	background-image: url("i/smmr.gif");
}

.bm {
	background-image: url("i/smbm.gif");
}

