@font-face {
  font-family: 'neo-latina';
  src: url('/css/fonts/neo-latina-2023.eot');
  src: url('/css/fonts/neo-latina-2023.woff2') format('woff2'),
       url('/css/fonts/neo-latina-2023.woff') format('woff'),
       url('/css/fonts/neo-latina-2023.ttf') format('truetype'),
       url('/css/fonts/neo-latina-2023.svg#neo-latina') format('svg'),
       url('/css/fonts/neo-latina-2023.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

*
{
    padding:0px;
    margin:0px;    
}

body 
{
    background-image: url("/images/Solar-eighth.jpg"); 
	background-size: 100%;
    background-color:rgba(0,0,0,1);
    background-repeat: no-repeat;   
    background-attachment: fixed;
	font-family:Arial, Helvetica, sans-serif;
//	font-size:1.5em;
	color: white;
}

input,select
{
    border: 2px solid #090C15;
    font-size: 14px;
    padding-left: .25em;
    padding-right: .25em;
}

input.text,input.password
{
	width: 11.5em;
}

h1
{
	font-family: "neo-latina", Fallback, Arial;
	font-size: 3.6em;
	color: green;
}
h2
{
	font-family: "neo-latina", Fallback, Arial;
	font-size: 2em;
	color: green;
}

.SubmitButton
{
    border: 2px solid #000000;
    background-color: #780C3D;
    cursor: pointer;
    padding: 2px 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}

#header
{    
	width:100%;
    border-bottom:2px solid #C3C3C8;
	background-color: #333333;
}
.TopLogo
{
	height:149px;
}
@media screen and (max-width: 200px) {
	.TopLogo
	{
		height:100%;
	}
}
.HeaderLogo
{
    margin-left:25px;
    height:86px;  
    width:240px; 
    display:block;    
    background-repeat:no-repeat;        
	background-image:url('AstrumLabs.svg');
}

.HeaderUserInfo
{
	display:block;
	margin-left:auto;
	text-align:right;
	color:White;
	font-size:10pt;
	padding-right:15px;
	padding-top:5px;
}
.HeaderUserInfo A
{
	text-decoration: none;
}
.HeaderUserInfo A:link,A:visited,A:active 
{
}
.HeaderUserInfo A:hover 
{
}

.HeaderSystemInfo
{
	display:block;
	margin-left:auto;
	text-align:right;
	color:#333333;
	font-size:10pt;
	padding-right:15px;
	padding-top:5px;
}

.HeaderMenuSection 
{
	padding-left:15px;
}

.HeaderMenuSection A
{
	text-decoration: none;
}
.HeaderMenuSection A:link,A:visited,A:active 
{
}
.HeaderMenuSection A:hover 
{
}

#content
{
    padding-top:10px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:10px;
	background: #403f45; /* Old browsers */
	background: -moz-linear-gradient(top, #060606 0%, #403f45 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #060606 0%,#403f45 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #060606 0%,#403f45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#403f45',GradientType=0 ); /* IE6-9 */
	height:100%;
}

#ContentBody
{
	border-radius: 5px;
	height: 100%;
    width:100%;    
	background-color: #C3C3C8;
}

.MainTable
{
	background-color:white;
	border:solid 2px #333333;
	border-spacing:0;
	border-collapse:no-collapse;
}
.MainTable .bottomrow
{
	border-top:solid 2px #333333;
}
.MainTable td
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.MainTable td.tdleft
{
	box-shadow: 1px 0 0 0 #C3C3C8;
}

.MainTable td.tdtopleft
{
	box-shadow: 1px 0 0 #C3C3C8;
	border-bottom:solid 1px #002C2D;
	text-align: center;
}

.MainTable td.tdtopright
{ 
	border-bottom:solid 1px #333333;
	text-align: center;
}

.portallinkbutton {
    background:linear-gradient(to bottom, rgba(71,153,73,0.55) 0%,rgba(0,138,2,0.72) 37%,rgba(0,88,1,0.92) 81%,rgba(0,36,0,1) 100%);
//  margin: 10px;
    border-radius:0.3em;
    padding: 0.7em 0.7em 0.7em 0.7em;
}
.portallinkbutton a { text-decoration: none; }
.portallinkbutton a:visited { color: white; }
.portallinkbutton a:link { color: white; }
.portallinkbutton a:hover { color: white; }
.portallinkbutton a:active { color: white; }


.tile {
    display: inline-grid;
    border: 2px solid white;
    border-radius: 1em;
    padding: 1em;
    margin: 1em;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    font-size:1em;
}
@media screen and (orientation: landscape) {
    .tile { 
		width: 40%;
		aspect-ratio: 1.2;
		}
}
@media screen and (orientation: portrait) {
    .tile { 
		width: 90%;
		aspect-ratio: 1.2;
		}
}
@media screen and (orientation: landscape) and (min-width: 2000px) {
    .tile {
		width: 20%;
		aspect-ratio: 2.17;
		}
}
.shelf {
    text-align: center;
    display: block;
}

