@charset "UTF-8";
/* CSS Document */

	
* {
	margin: 0;
	padding: 0;
}

#wrapper li a {
}


body, html {
	margin: 0px;
	color: #fff;
	height: 100%;
	width: 100%;
	margin-left: 0%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
/*    background:url(/media/BaseColorLight.png);*/
	background-size: cover;
}

.footer {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    margin-bottom: -70px;
/*    background:url(/media/BaseColorLight.png);*/
	background-size: cover;
}


.DarkBaseColour {
	color: royalblue;
    /*color: #35596a;*/
}

.MediumBaseColour {
	color: #52739b;
    /*color: #4c6c7b;*/
}

.LightBaseColour {
	color: cornflowerblue;
    /*color: #829fad;*/
}

:root {
    --LightBaseColour: #cornflowerblue; /* Default color */
	--MediumBaseColour: #52739b; /* Default color */
	--DarkBaseColour: royalblue; /* Default color */
	--DarkBaseColour50T: rgba(65, 105, 225, 0.5); /* Default color */
	--NightBaseColour: #001166; /* Default color */
	--NightBaseColourT: rgba(0, 17, 102, 0.5); /* Default color */
	--NightBaseColourHover: #000033; /* Default color */
}

.SmallTextBlack {
	font-size: small;
	text-shadow: 1px 1px 4px rgba(250, 250, 250, 1);
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
}

.WhiteText{
	font: 24px Arial;
	font-weight: bold;
	color: white;
}

.DarkText{
	font: 20px Arial;
	font-weight: bold;
	color: #35596a;
}

.DarkTextRoyalblue{
	font: 20px Arial;
	font-weight: bold;
	color: royalblue;
} 

.LightText{
	font: 24px Arial;
	font-weight:lighter;
	color: #829fad;
}

.LightWhite{
	font: 14px Arial;
	font-weight:lighter;
	color: white;
}

.MediumText{
	font: 24px Arial;
	font-weight: bold;
	color: #537485;
}

.HypOver {
    background-color: #FF0;
	/*background-color: #35596a;*/
	/*background-color: #ff0000;*/
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
	font-size: large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-stretch:extra-condensed;
	text-align: center;
}

.HypOverGreen {
    background-color: #009900;
	/*background-color: #35596a;*/
	/*background-color: #ff0000;*/
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
	font-size: x large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-stretch:extra-condensed;
	text-align: center;
}

.HypOverBlue {
    background-color: #0033ff;
	/*background-color: #35596a;*/
	/*background-color: #ff0000;*/
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
	font-size: x large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-stretch:extra-condensed;
	text-align: center;
}

.HypOverRed {
    background-color: #ff0000;
	/*background-color: #35596a;*/
	/*background-color: #ff0000;*/
	text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
	font-size: x large;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-stretch:extra-condensed;
	text-align: center;
}

.TopRightCorner{
	position:absolute;
	top: 0;
	right:0;
	vertical-align: top;
	font:italic Arial;
	font-size: normal;
	font-weight: bold;
	color: #537485;
}

.stickyTable{
	align-content: center;
	position: sticky;
	z-index: 99;
	background-color:  var(--DarkBaseColour);
	top: 0;
}

.search-bar {
    position:fixed;
    display: inline-block;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    width: 95%;
    max-width: 300px;
    height: 40px;
    background:  var(--DarkBaseColour);
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.V_AlignMiddle {
    vertical-align: middle;
}

R_Align {
	right: 0px;
}

.TotalAlignment {
	vertical-align: bottom;
	align-content: center;
	text-align: center;
}

input {
    position:relative;
	align-content: center;
	text-align: center;
    width: 100%;
    height: 100%;
    left: 0px;
    margin: 0px 0;
    border: var(--NightBaseColour);
    border-radius: 25;
    outline: 0;
    box-sizing: border-box;
    font-size: x-large;
    font-weight: bold;
	color:  var(--DarkBaseColour);
}

ul#wrapper {
    list-style: none;
	display: contents;
    display: inline-block;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
}

#wrapper li img {
}

.ListStyle {
    width: 90%;
    height: 60px;
    background: linear-gradient(white, lightgray);
    float: left;
    vertical-align: middle;
    text-align: left;
	margin-top: 70px;
    margin-bottom: 0px;
    margin-right: 5%;
    margin-left: 5%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    border-radius: 0px 40px 40px 0px;
    align-self: center;
}

.a_Style {
    backface-visibility: hidden;
	font-size: medium;
	font-weight: bolder;
	font-color:  var(--DarkBaseColour);
	align: left;
	text-align: left;
	float: left;
	vertical-align: middle;
	line-height: 24px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	align-self: center;
	margin-top: -72px;
	margin-left: 100px;
	margin-right: 0px;
}

#container{
    width: 96px;
	height: 60px;
	text-align: center;
    /*background: yellow;*/
}		

#floated{
	margin-top: 0px;
	overflow:visible;
	text-align: center;
	vertical-align: middle;
    float: left;
    width: 96px;
	height: 60px;
    background:  var(--DarkBaseColour);
}



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

li {
	list-style: none;
	
}

.ul_li_a_Style{
    border-bottom: 2px  solid var(--NightBaseColour);
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    margin-left: 96px;
    width: 200px;
    text-decoration: none;
}



