@charset "utf-8";
/* Aim Academy motd_commands style sheet */

html, body {
	/* background-image: url("motd_main-Bg.png"); */
	background-color: #141414;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
	height: 100%
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	/* font-family: 'Roboto Condensed'; */
}

/* Logo */
.top-div {
	/* position: relative; */
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
	width: 80%;
	max-width: 1024px;
	height: auto;
	max-height: 110px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	text-align: left;
	outline: 1px solid #005555;
	outline-offset: -1px;
	/* box-shadow: 0px 0px 45px #004444; */
}

/* Back Button */
a.button {
	display: block;
	height: 23px;
	width: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #005555;
	background-color: #181818;
	padding-bottom: 2px;
	box-shadow: none;
}

a.button:hover {
	background-color: #111;
	border-color: #008888;
}

.back {
	position: fixed;
	top: 10px;
	left: 10px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	line-height: 23px; 
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00AB';
	position: absolute;
	opacity: 0;
	top: 0;
	left: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-left: 20px;
}

.button:hover span:after {
	opacity: 1;
	left: 0;
}
/* Back Button End */

a.glow, a.glow:hover, a.glow:focus {
	text-decoration: none;
	color: #ddd;
	text-shadow: 2px 2px 1px #000;
	-webkit-transition: 425ms linear 0s;
	-moz-transition: 425ms linear 0s;
	-o-transition: 425ms linear 0s;
	transition: 425ms linear 0s;
	outline: 0 none;
}

a.glow:hover, a.glow:focus {
	color: #eee;
	text-shadow: -1px 1px 8px #00FFFF, 1px -1px 8px #00FFFF;
}

a.ext {
	display: inline;
}

a.ext:link    { text-decoration:underline; color: #00FFFF;}
a.ext:visited { text-decoration:underline; color: #00FFFF;}
a.ext:hover   { text-decoration:underline; color: #AAFFFF;}
a.ext:focus   { text-decoration:underline; color: #00FFFF;}
a.ext:active  { text-decoration:underline; color: #00FFFF;}

div {
  margin: 0; padding: 0;
}

table {
	font-size: 11px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 70px;
	text-align: left;
	width: 80%;
	max-width: 1024px;
	border-collapse: collapse;
	box-shadow: 0px 0px 45px #004444;
}

td:nth-child(1) {
	font-weight: bold;
}

td:nth-child(2) {
	color: #005555;
}

tr, th, td {
  vertical-align:middle;
  border-left: 1px solid #005555;
  border-right: 1px solid #005555;
  border-bottom: 1px solid #005555;
  padding:8px;
  font-weight: normal;
}

tr {
	border: 0; 
	color: #00FFFF;
	background-color: #181818;
}

tr:nth-child(even) {
	color: #00FFFF;
	background-color: #101010;
}

th {
	line-height: 20px;
	background: url(table-header-bg.jpg) repeat-x;
	border-bottom: 1px solid #005555;
	text-align: center;
	padding: 0;
	color: #eee;
	text-shadow: 1px 1px 2px #111;
	font-family: Helvetica,"trebuchet ms",arial,sans-serif;
	font-size: 110%;
	font-weight: bold;
}

td.no_rb {border-right: 0;}
td.no_lb {border-left: 0; padding-right: 10px;}

div.container div.cont_small_left {float: left; clear: left; width: 30%;}
div.container div.cont_small_right {float: right; clear: right; width: 68%;}

.ajaxloader {height:10px;}

.bottom-div {
	position: relative;
	width: 100%;
	bottom: 0;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:2px;
	padding-top: 0px;
	padding-left:0px;
	padding-right:0px;
	text-align: center;
	font-size: 8px;
	color: #0aa;
	text-shadow: 1px 1px 8px #000, -1px -1px 8px #000, 1px -1px 8px #000, -1px 1px 8px #000;
}