﻿t/* The Circuit Boardroom */
/* Style Sheet */
/* by Robert Bellamy */
/* Copyright © 2022 by Robert Bellamy. All rights reserved. */

@import url(http://fonts.googleapis.com/css?family=Orbitron&effect=neon);
@import url(http://fonts.googleapis.com/css?family=Orbitron&effect=fire-animation);
@import url(http://fonts.googleapis.com/css?family=Orbitron&effect=fire);
@import url(http://fonts.googleapis.com/css?family=Orbitron&effect=static);
@import url(http://fonts.googleapis.com/css?family=Orbitron&effect=anaglyph);
@import url(http://fonts.googleapis.com/css?family=Quantico);


/* The Circuit Boardroom */

body {
	 font-family: Verdana, Arial, sans-serif;
	 color: black;
	 background-color: #AEB8B6;
	 font-size: medium;
	}
ul 	
{
	 padding-left: 10px;
	 list-style-type: none;
}


img
	{	
	 border-style: solid;
	 border: 1px solid maroon;
	 border-radius: 4px;
	 padding: 5px;
	}
/* Page Framework */
#pagewrap 
	{
	 padding: 5px;
	 width: 1020px;
	 margin: 20px auto;
	}
header 
	{
	 background-color: black;
 	 height: 200px;
	 padding: 0 3px;
	 padding-top: 3px;
	}
#left_col 
	{
	 font-family: Orbitron;
	 width: 190px;
 	 float: left;
	 padding: 5px 15px;
	}
#cent_col 
	{
	 width: 540px; 
	 float: left;
	 padding: 5px 15px;
	 margin: 0px 5px 5px 5px;
	}
#right_col 
	{
	 font-family: Orbitron;
	 width: 190px;
	 padding: 5px 15px;
	 float: left;
	}
footer 
	{
	 background-color: black;
	 font-size: small;
	 clear: both;
	 padding: 0 15px;
	 overflow: hidden
	}
h2 	
	{ 
	 color: orange;
	 font-size: 18px;
	}
h3 	
	{ 
	 color: red;
	 font-size: 24px;
	}
h4	
	{ 
	 color: orange;
	 font-size: 30px;
	}	
table
	{
	 font-family: Orbitron;
	 font-size: x-small;
	 color: black;
	 border: 1px double white;
 	 vertical-align: top;
	 text-align: center;
	 padding: 5px;
	 background-color: white;
	 font-weight: 500;
	 margin-left: auto;
	 margin-right: auto;
	}
th
	{
	 border: 1px double green;
	 background-color: white;
	 vertical-align: middle;
	 font-size: small;
	 text-align: center;
     table-layout: fixed;
	 width: 175px;  
	 padding: 5px;
	 color: dark blue;	 
	 font-weight: 500;
	}	
td 
	{
	 font-family: Arial;
	 font-size: medium;
	 color: black;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
table#alt 
	{
	 font-family: Quantico;
	 font-size: medium;
	 color: black;
	 border: 1px double black;
 	 vertical-align: middle;
	 text-align: center;
	 padding: 5px;
	 background-color: red;
	 font-weight: 500;
	 margin-left: auto;
	 margin-right: auto;
	}
th#alt
	{
	 font-family: Quantico;
 	 border: 1px double;
	 background-color: black;
	 vertical-align: middle;
	 font-size: small;
	 text-align: right;
     table-layout: fixed;
	 width: 175px;  
	 padding: 5px;
	 color: green;	 
	 font-weight: 500;
	}	
td#alt 
	{
	 font-family: Quantico;
	 font-size: small;
	 color: black;
	 border: 1px double black;
 	 vertical-align: middle;
	 text-align: right;
	 padding: 3px;
	 font-weight: bold;
	}
ul 	
{
	 padding-left: 10px;
	 list-style-type: none;
	}

input[type=text] {
  width: 100%;
  padding: 6px 10px;
  margin: 4px 0;
  box-sizing: border-box;
  color: black;
  size: 10;
  font-size: small;
}
	
#left_col 
	{
	 background: white;
	 color: black;
	}
#right_col 
	{
	 background: black;
	}
header
	{
	 margin-bottom: 5px;
	}
#left_col
	{
	 margin-bottom: 5px;
	}
#cent_col
	{
	 margin-bottom: 5px;
	}
#right_col 
	{
	 margin-bottom: 5px;
	}

	 border: solid 1px maroon;
	}
a 	
	{
	 font-weight: 300;
	 color: dark blue;
	}
a:link 	
	{
	 vertical-align: middle;
	 color: green;
	 text-decoration: none;
	 font-weight: 300;
	}
a:visited 
	{
	 vertical-align: middle;
	 color: red; 
	 text-decoration: none;
	 font-weight: 300;
	}
a:hover 
	{
	 vertical-align: middle;
	 color: red; 
	 background-color: red; 
	 text-decoration: none;
	 font-weight: 300;
	}
.filter {
  width: 75%;
  padding: 3px 3px;
  margin: 4px 0;
  box-sizing: border-box;
}
.history
	{ 
	 font-family: Quantico;
	 font-size: medium;
	 color: black;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: left;
	 padding: 3px;
	 padding-left: 10px;
	 font-weight: normal;
	}
.historyevent
	{ 
	 font-family: Orbitron;
	 font-size: large;
	 color: black;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: 300;
	 letter-spacing: .1rem;
	}
.historydate
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: black;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	 font-weight: 600;
	 letter-spacing: .1rem;	 
	}	
.active
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: dark green;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.support
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: tan;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.detained
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: green;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}	
.atlarge
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: red;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.uncos
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: black;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}	
.unspecified
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: brown;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}	
.inactive
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: #7AE557;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;

	}	
.dead
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: red;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 10px;
	 font-weight: normal;
	}
.bantam
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: #F7BD6F;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.alpha
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: #917FEA;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.beta
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: #499CC1;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.gamma
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: #4DE4B4;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.delta
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: #7AE557;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}
.omega
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: #EF052C;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 3px;
	 font-weight: normal;
	}	
.date
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: dark green;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 10px;
	 font-weight: normal;
	}
.meterstyle {
  line-height: 50%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -1em;
}
.iconc
	{	
	 border-style: none;
	 line-height: 50%;
	 padding-bottom: 0;
	 padding-top: 1;
	}	
.iconline {
	 margin-top: 0em;
	 margin-bottom: -1em;
	 line-height: 50%;
	 padding: 0;
}
.event
	{ 
	 font-family: Orbitron;
	 font-size: medium;
	 color: orange;
	 border: 1px double green;
 	 vertical-align: top;
	 text-align: center;
	 padding: 10px;
	 font-weight: normal;
	}	
.foot {
 	 font-family: Orbitron, Verdana, Arial, sans-serif;
	 color: violet;
	 font-size: 25%;
	}
	
.maintitle 
	{
 	 font-family: Orbitron, Verdana, Arial, sans-serif;
	 color: red;
	}
.leftalign 
	{
	 float: left;
	}
.rightalign
	{
	 float: right;
	}
.centeralign
	{
	 text-align: center;
	}
.heading
	{
	 font-size: medium;
	}
.comphead
	{
	 font-size: x-large;
	 font-family: Orbitron;
	 color: red;
	 padding-top: 10px;
	 padding-bottom: 10px;
	}
.compcolhead
	{
	 font-size: medium;
	 font-family: Orbitron;
	 color: dark blue;
	}	
.stats
	{
	 font-size: small;
	 color: black;
	}
.warn
	{
	 color: green;
	 font-size: medium;
	 font-style: italic;
	}
.notice
	{
	 color: dark blue;
	 font-size: medium;
	}
.rightmenu
	{
	 color: dark blue;
	 font-size: small;
	}	
.components
	{
	 font-family: Orbitron;
	 font-size: medium;
	 color: black;
	}	
.redborder
	{ 	
		border-width: 3px; 
		border-color: red;
		border-style: solid; 
	}
.sitemap
	{
	 padding-left: 40px;
	 font-family: Orbitron;
	 font-size: large;
	 color: red;
	}
.sitemap_l2
	{
	 padding-left: 80px;
	 font-family: Orbitron;
	 font-size: large;
	 color: red;
	}
.sitemaphead
	{
	 text-decoration: underline;
	 font-family: Orbitron;
	 font-size: x-large;
	 color: red;
	}
.boxed 
	{
     border-style: double;
	 border-width: 5px;
	 border-color: red;
	 padding: 25px;
	 text-align: left;
	 text-justify: inter-word;
	 color: dark blue;
	}
.boxed_code
	{
     border-style: double;
	 border-width: 5px;
	 border-color: red;
	 padding: 3px;
	 text-align: justify;
	 text-justify: inter-word;
	 font-size: x-small;
	 font-family: Arial;
	 color: orange;
	}	
.review_menu
	{
	 text-decoration: underline;
	 font-family: Orbitron;
	 font-size: large;
	 color: orange;
	}	
.tab1 {
     tab-size: 1;
}
  
.tab2 {
     tab-size: 2;
}
.tab3 {
     tab-size: 4;
}
.tab4 {
     tab-size: 8;
}

ul 
	{
	 list-style-type: none;
	 padding-left: 20px;
	}
ol 
	{
	 font-size: large;
	 padding-left: 30px;
	 color: red;
	 list-style-type: none;	 
	}
ol li
	{
	 list-style-type: none;
	 font-size: large;
	 padding-left: 30px;
	 color: red;
	}

/************************************************************************************
Verify Media
*************************************************************************************/

/* 960px */
@media screen and (max-width: 960px) 
{
#pagewrap 
	{
	 width: 94%;
	}
#left_col 
	{
	 width: 41%;
 	 padding: 1% 4%;
	}
#cent_col 
	{
	 width: 41%;
 	 padding: 1% 4%;
	 margin: 0px 0px 5px 5px;
	 float: right;
	}
#right_col 
	{
	 clear: both;
	 padding: 1% 4%;
	 width: auto;
	 float: none;
	}
header
	{
	 padding: 1% 4%;
	}
footer
	{
	 padding: 1% 4%;
	}
}


/* 768 px*/
@media screen and (max-width: 768px) 
{
#left_col 
	{
	 width: auto;
	 float: none;
	}
	
#cent_col 
	{
	 width: auto;
	 float: none;
	 margin-left: 0px;
	}
	
#right_col 
	{
	 width: auto;
	 float: none;
	}
}


/* for 480px or less */
@media screen and (max-width: 480px) 
	{
	header 
	{
	 height: auto;
	}
	h1 
	{
	 font-size: 2em;
	}
	#sidebar 
	{
	 display: none;
	}
}

