body
{
}
table
{
	font-size:  x-small;
	font-family: Tahoma;
}
.Breadcrumb
{
	font-size: small;
	font-family: Tahoma;
}
.menuitem
{
	font-size: small;
	font-family:Verdana;
	
}
.TableHeader
{
	font-size: x-small;
	font-family: Tahoma;
	font-weight:bold;
}
.TableCell
{
	font-size: x-small;
	font-family: Tahoma;
}
.leftalign
{
	text-align:left;
	
}
.leftalign td
{
	text-align:left;
}
a:active
{
	color: Blue;

}

a:link
{
	color: Blue;
}
a:visited
{
	color: Blue;
}
a:active
{
	color: Blue;
	
}

a
{
	color: Blue;
}
.navy
{
	background-color:Navy;
}
.lightblue
{
	background-color: lightblue;
}
.ProductionHeader
{
	 border-width:thin; 
	 border-color:Black; 
	 border-style:solid;
	 text-align:center;
	 width: 19%;
	 
}
.Production
{
	background-color: White;
	
}
.BetaHeader
{
	border-width:thin; 
	border-color:Black; 
	border-style:solid;
	background-color: #D5FA9E;
	text-align:center;
	width: 19%;
}
.Beta
{
	background-color: #D5FA9E;
}
.AlphaHeader
{
	border-width:thin; 
	border-color:Black; 
	border-style:solid;	
	background-color: #E0E085;
	text-align:center;
	width: 19%;
}
.Alpha
{
		background-color: #E0E085;
}

.TestingHeader
{
	border-width:thin; 
	border-color:Black; 
	border-style:solid;	
	background-color: #CFFCFC;
	text-align:center;
	width: 19%;
}
.Testing
{
		background-color: #CFFCFC;
}

.InactiveHeader
{
	border-width:thin; 
	border-color:Black; 
	border-style:solid;	
	background-color: #CCCCCC;
	text-align:center;
	width: 19%;
}
.Inactive
{
	background-color: #CCCCCC;
	
}
.SpacerHeader
{
	width:1%;
}
.Center
{
	text-align:center;
}
