*
{
	font-size: 12px;
	font-family: 'Arial', Verdana, Helvetica, sans-serif;
}
.Title
{
	font-size: 18px;
}
a.Title:link, a.Title:visited, a.Title:active
{
	text-decoration: none;
}      
a.Title:hover
{
	text-decoration: underline;
}
.Header
{
	font-size: 14px;
}
.Banner
{
	PADDING: 10px;
	background-image: url(./banner.png);
}
.BannerText
{
	font-weight: bold;
	color: white;
}
a.BannerText:link, a.BannerText:visited, a.BannerText:active
{
	text-decoration: none;
	color: white; 
}      
a.BannerText:hover
{
	text-decoration: underline;
	color: white; 
}
.OKCancelButton
{
	width: 80px;
}
.SmallerFont
{
	font-size: 10px;
}
.RP
{
	font-size: 10px;
	color: #cc3366;
}
.MenuItem
{
	color: White;
	font-size: 18px;
	line-height: 2em;
}
a.MenuItem:link, a.MenuItem:visited, a.MenuItem:active
{
	text-decoration: none;
}      
a.MenuItem:hover
{
	text-decoration: underline;
}
.SelectedMenuItem
{
	color:Blue;
	font-size: 18px;
	line-height: 2em;
}
a.SelectedMenuItem:link, a.SelectedMenuItem:visited, a.SelectedMenuItem:active
{
	text-decoration: none;
}      
a.SelectedMenuItem:hover
{
	text-decoration: underline;
}
.Legal
{
	font-size: 9px;
	color:gray;
}
.Toolbox
{
	background-color: ButtonFace;
	padding:2px;
}
.ToolboxItem
{
	border-color: Window;
	border-style: solid;
	border-width: 2px;	
	width: 52px;
	height: 52px;
}
.Grid
{
	background-color: White;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	width: 800px;
}
.GridHeader
{
	color: White;  
	background-color: SteelBlue;
}
.GridItem
{
	color: #000066;
}
.GridFooter
{
	color: #000066;
	background-color: White;
}
.GridPager
{
	color: #000066;
	background-color:White;
	text-align:center;
}
a.GridLink:link, a.GridLink:visited, a.GridLink:active
{
	text-decoration: none;
}      
a.GridLink:hover
{
	text-decoration: underline;
}
.GridSelectedItem
{
	color: White;
	background-color: #669999;
}
H1
{
	font-weight: bold;
	font-size: larger;
}
.LogInButton
{
	background-color: White;
	color: #0000C0;
}
.SignUpButton
{
	background-color: #FF8000;
	color: #0000C0;
}
.RoundBorder
{
	border-right: seagreen solid;
	border-top: seagreen solid;
	border-left: seagreen solid;
	border-bottom: seagreen solid;
}
.RoundBorder_Halloween
{
	border-right: Orange solid;
	border-top: Orange solid;
	border-left: Orange solid;
	border-bottom: Orange solid;
}
.UserOnlineMessage
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}
.UserOfflineMessage
{
	font-family: Verdana;
	font-size: 8pt;
	color: Gray;
}
.UserLastSeenMessage
{
	font-family: Verdana;
	font-size: 8pt;
	color: Gray;
}




.navbar
{
 border-right: black 1px solid;
 padding: 0px 8px 0px 8px;
 border-left: black 1px solid;
 border-bottom: black 1px solid;
 background-color: steelblue 
}

.anomalyIndex, .anomalyIndexInvalid
{
  font-size: 15px;
}

.anomalyIndexInvalid
{
  color: #F70025
}

vb, vbw{
 font-size:17px;
 font-weight:bold;
}

vb{
   color:gray;
}

vbw {
   color:white;
}

vi {
  font-size:17px;
  color:#BCBCBC;
  font-style:italic;
}

v, #anomalyText, #active, #inactive, #removed, #pending, #high, #severe, #marginal, #safe{
  font-size:17px;
  color:#EAEAEA;
}

vs {
  font-size:17px;
  text-decoration:line-through;
  color:gray;
}

vsub {
  font-size:12px;
  color:#A8A8A8;
}

#removed, #pending{
  color:lightgray;
}

#high{
  color:#FF00FF;
}

#severe, #redacted{
  color:#FF0026;
}

#marginal, #inactive{
  color:#FFB626;
}

#active, #safe{
  color:#00FF00;
}

#quote{
  clear:both;
  display:inline-block;
  margin:7px;
}


#BIGREDTEXT 
{
  color: #B50021
}

body
{
  background-color:black;
}

p
{
  color:white; 
}

a
{
 color:lightblue; 
}

form
{
 margin-top:20px 
}