﻿html
{
  height: 100%;
  margin-bottom: 10px;
  font-family: 'Consolas';
  font-size: large;
  text-decoration: none;
}

.center {
  text-align: center;
}

.footer {
	font-size: 90%;
}

.tiny {
	font-size: 85%;
}

.copyright {
	font-size: 85%;
	color: #C0C0C0; 
}

.smalldate
{
  font-size: x-small;
  font-style: italic;
  color: #C0C0C0;
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

A:LINK
{
  color: #0000FF;
  font-weight: bold;
  text-decoration: none;
}

A:VISITED {
  color: #0000FF;
  font-weight: bold;
  text-decoration: none;
}

A:HOVER
{
  text-decoration: none;
  color: #FF3300;
  font-weight: bold;
}

A:ACTIVE {
	padding:0; 
	text-decoration: none;
}


/* GRAPHICS PROPERTIES */

.noborder {
  border-width: 0px;
}


/* SETS SPAN PROPERTIES */

span.NoteHeader {
	font-size: 16px; 
	font-weight: normal; 
	color: #993300; 
}

span.NoteBody {
	font-size: 90%;
}

span.NoteTiny {
	font-size: 80%;
}

span.smalltitletext {
	font-size: 120%;
	color: #000080;
	font-weight: bold; 
}

span.strikethru {
  text-decoration: line-through;
}

/*--- steel bullets ---*/
.stroke ul
{
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.stroke li{
	list-style-image: url('images/bwbul.gif'); 
	margin-left: -20px;
}

.stroke2 ul{
	font-family: Arial, Helvetica, sans-serif;
}

.stroke2 li{
	list-style-image: url('images/bwbul.gif'); 
	margin-left: -20px;
}

.smallstroke ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.smallstroke li{
	list-style-image: url('images/bwbul.gif'); 
	font-size: 90%;
}


.leftstroke ul{
	font-family: Arial, Helvetica, sans-serif;
}

.leftstroke li
{
    list-style-image: url('images/bwbul.gif');
    margin-right: 10px;
    margin-bottom: 2px;
    margin-left: -24px;
}


/* NAV BAR */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}

/* TECH SPEC FORMAT */

.tech TD
{
  padding: 1px 6px 1px 6px;
}

.jobruns TD
{
  padding: 2px 10px 2px 10px;
  font-size: 84%;
  text-align: left;
}

.jobrunsalt TD
{
  padding: 2px 10px 2px 10px;
  font-size: 84%;
  text-align: left;
  background-color: #E6F0EF;  
}


.img18x18
{
  border-width: 0px;
  width: 15px;
  height: 15px;
}

.sortarrow
{
  border-width: 0px;
  width: 9px;
  height: 18px;
}

/* USER INFO FORMAT */

.userinfo TD
{
  font-size: 84%;
}
