body {
  background-color: #FFA500; /* blue: 0000FF; orange: FFA500; darkorange: FF8C00 */
  font-family: "Arial, Helvetica, sans-serif";
  font-size: medium;
  color: #0000CC;
}

/* 'link' and 'visited' MUST come before 'hover' and 'active' must come after 'hover' - them's the rules! */
a:link, a:visited, a:hover, a:active {
  color: black;
  text-decoration : none;
}

/* A lot of the old content was formatted in tables so this definition is widely used*/
td.csm{ /* Used when displaying tables of CSMs */
  vertical-align: top;
  text-align: left;
  color: #0000ff;
  border-top: solid thin #000000;
/*  border-top-width: thin;
  border-top-color: #000;
*/
}

td {
/*  color: #C0C0C0;*/
  color: inherit;
  font-size: small;
}
h3 {
  color: #999999;
  font-size: large;
  text-align: center;
}

h4 {
  font-size: large;
  text-decoration: underline;
  text-align: left;
}

p {
/*  color: #CCCCCC;*/
  font-size: small;
  color: inherit;
  color: #0000ff;
}
li {
/*  color: #CCCCCC;*/
  font-size: small;
}

/* Used to highlight the characters in the AMEGA descriptions */
.amega {
  color: red;
  text-decoration: underline;
  font-weight: bold;
}

div.event {
  border-top: thin solid;
  border-bottom-color: White;
}


/* Start of positioning stuff... */

div#container {
  width: 99%;
  margin: 0px;
}

div#header, div#footer {
  padding: 0.5em;
  clear: left;
  text-align: center;
}

div#leftnav {
  float: left;
  width : 150px;
/*  color : #FFFF00;*/
  padding : 5px;
}

div#content {
  float: left;
  width: 680px;
  height: 450px;
  margin-left: 30px;
  padding: 1em;
  overflow: auto;
}

div#rightnav {
  float: left;
  width: 100px;
  padding-left: 2px;
}

div#footer li {
  list-style-type: none;
  list-style: none;
  text-align: center;
  display: inline;
}

/* Following is still used for the CSM and TTMA subdirectories.. */
.menuitem {
  border: none;
}

/* define special conditions for 'menu' buttons in table. See rule above about order of definitions */
td.menuitem a:link,
td.menuitem a:visited {
  text-decoration: none;
  font-size: small;
  background-color: #aebbca;
  border-color: #343288;
  border-collapse: collapse;
  color: #000066;
  display: block;
  width: 100%;
}

td.menuitem a:hover {
  color: #ffcccc;
  text-decoration: none;
  background-color: #0000ff;
  display: block;
  width: 100%;
}

td.menuitem a:active {
  text-decoration: none;
}

td.menuitem {
  color: #000066;
}

table.menutable {
  width: 140px;
  background-color: #aebbca;
  color: #000066;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: medium;
  border-style: solid;
  border-collapse: separate;
  border-left-color: #003399;
  border-left-width: 2px;
  border-right-width: 2px;
}
/* end of definitions for CSM and TTMA sub-sites */


/* Old 'Sector5 admin' formatting - */
/* Colours used to distinguish different 'grades' of marshal */
.experienced { color: green; }
.novice  { color: red; }
.marshal { color: green; }
.CSM     { color: red; }
.DSM     { color: blue; }
.COM     { color: red; }
.SP      { color: red; }
.Flag    { color: green; }
.RC      { color: white; }
.negativeCount {
  background: #FFFFFF;
  text-decoration: blink;
  color: black;
}
.positiveCount {
  color: green;
}

.smallName {
  font-size: x-small;
}
.inMyWW {
  color: #ffffff;
  background-color: #C0C0C0;
  text-decoration: line-through;
}
.onlyInODBCtab {
  color: #000000;
  background-color: #00FFFF;
}

.faqQ {
  color: blue;
}
.faqA {
  color: darkblue;
}
#tickercontainer {
	BORDER-RIGHT: #333333 0px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #333333 0px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    OVERFLOW: hidden;
    BORDER-LEFT: #333333 0px solid;
    WIDTH: 146px;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #333333 0px solid;
    BACKGROUND-REPEAT: repeat;
    POSITION: relative;
    HEIGHT: 200px;
/*    BACKGROUND-COLOR: #ffffff*/
}
#ticker {
	MARGIN: 0px;
    FONT: 10px Verdana, Arial, Helvetica, sans-serif;
    WIDTH: 145px;
    COLOR: #006699;
    POSITION: relative;
}
/* Original stuff from IoMSPco site.. Keep for now while experimenting
#tickercontainer {
	BORDER-RIGHT: #333333 0px solid;
    PADDING-RIGHT: 1px;
    BORDER-TOP: #333333 0px solid;
    PADDING-LEFT: 1px;
    PADDING-BOTTOM: 1px;
    OVERFLOW: hidden;
    BORDER-LEFT: #333333 0px solid;
    WIDTH: 146px;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #333333 0px solid;
    BACKGROUND-REPEAT: repeat;
    POSITION: relative;
    HEIGHT: 200px;
    BACKGROUND-COLOR: #ffffff
}
#ticker {
	MARGIN: 0px;
    FONT: 10px Verdana, Arial, Helvetica, sans-serif;
    WIDTH: 145px;
    COLOR: #006699;
    POSITION: relative
}
*/
