@charset "UTF-8";


/*
 * Common LCARS styles
 */

.elbo, .offline, .unavailable, .primary, .color1, .color2, .active {
	color: #000000;
	font-variant: small-caps;
}

.offline {
	background-color: #FF0000;
	border-color: #FF0000;
}

.active {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.offlineFont, .unavailableFont, .primaryFont, .color1Font, .color2Font {
	background-color: #000000;
}

.offlineFont {
	color: #FF0000;
}


/*
 * Elbo pieces
 */

td.elboHead {
	height: 16px;
}

td.elboTitle {
	background-color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 1em;
	padding: 4px 2px 4px 2px;
}

.elboBorder {
	border-width: 4px 16px 4px 16px;
	border-style: solid;
	border-radius: 8px;
}

td.elboLeft {
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	width: 32px;
}

td.elboTopLeft {
	border-top-left-radius: 32px;
	width: 32px;
	height: 16px;
}

td.elboBottomLeft {
	border-bottom-left-radius: 32px;
	width: 32px;
	height: 16px;
}

td.elboCapRight {
	width: 32px;
	border-radius: 0px 16px 16px 0px;
}

.elboHorizCapLeft {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.elboHorizCapRight {
	border-top-right-radius: 16px; 
	border-bottom-right-radius: 16px;
}

td.menuElbo {
	vertical-align: top;
	padding: 2px 0px 2px 0px;
}


/*
 * Buttons
 */

td.verticalElboButton {
	white-space: nowrap;
	/* Compensate for link padding */
	padding: 0px 8px 0px 0px;
}

td.verticalElboButton a {
	text-align: right;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 8px 4px 8px 4px;
	/* Make the link fill the entire element */
	display: block;
	width: 100%;
	height: 100%;
}

td.verticalElboButton a:active {
	color: #000000;
	background-color: #FFFFFF;
}

table.elboMenu {
	width: 100%; 
	border-collapse: collapse;
}

td.elboMenuButton {
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #000000;
}

.elboIconButton {
	text-align: center;
	padding: 8px 4px 8px 4px;
}

.roundButton, .roundButton a, .roundButton input {
	border-radius: 16px;
}

.roundButtonTop, .roundButtonTop a, .roundButtonTop input {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.roundButtonRight, .roundButtonRight a, .roundButtonRight input {
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.roundButtonBottom, .roundButtonBottom a, .roundButtonBottom input {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.roundButtonLeft, .roundButtonLeft a, .roundButtonLeft input {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

td.horizontalElboButton {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	/* Compensate for link padding */
	padding: 0px 4px 0px 0px;
}

td.horizontalElboButton a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	/* Make the link fill the entire element */
	display: block;
	width: 100%;
	height: 100%;
}

td.horizontalElboButton a:active {
	color: #000000;
	background-color: #FFFFFF;
}

td.matrixButton {
	text-align: center;
	vertical-align: middle;
	/* Compensate for link padding */
	padding: 0px 4px 0px 0px;
}

td.matrixButton a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	/* Make the link fill the entire element */
	display: block;
	width: 100%;
	height: 100%;
}

td.matrixButton a:active {
	color: #000000;
	background-color: #FFFFFF;
}

td.inputButton {
	padding: 0px;
}

td.inputButton input {
	font-variant: small-caps;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	margin: 0px;
	border-width: 0px;
	/* Make the button fill the entire element */
	width: 100%;
	height: 130%; /* Chrome won't do real 100% */
}

td.inputButton input:active {
	background-color: #FFFFFF;
}

a.button {
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	border-radius: 16px;
	white-space: nowrap;
	line-height: 2em;
}

a.button:active {
	color: #000000;
	background-color: #FFFFFF;
}


/*
 * Input elements
 */

textarea {
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

input, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #000000;
}

select, input[type=text] {
	border-width: 2px;
	border-style: solid;
}


/*
 * Snippets
 */

div.snippet {
	float: left;
	margin: 2px;
}

td.snippet {
	padding: 0px;
}

table.snippet {
	width: 100%;
}


/*
 * General layout
 */
 
body {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
}

table.layout {
	width: 100%;
	height: 100%;
}

table.layout td.content {
	width: 100%;
	vertical-align: top;
	padding: 1em 0em 0em 1em;
}

table.lcarsContainer {
	width: 100%;
}

table.splash {
	min-width: 500px;
	min-height: 300px;
}

th {
	font-weight: normal;
}

th, td {
	padding: 0px 4px 0px 4px;
}

a {
	text-decoration: underline;
}

a:active {
	color: #FFFFFF;
}

hr {
	width: 100%;
	height: 8px;
	border-radius: 4px;
	border-width: 0px;
}

img {
	border-width: 0px;
}


/*
 * Text elements
 */

.text {
	text-align: justify;
}

.contrast {
	color: #FFFFFF;
}

.top {
	vertical-align: top;
}

.nowrap {
	white-space: nowrap;
}

th.key, td.key {
	text-align: right;
}

td.value {
	text-align: left;
	color: #FFFFFF;
}

td.valueCenter {
	text-align: center;
	color: #FFFFFF;
}

td.valueRight {
	text-align: right;
	color: #FFFFFF;
}

td.valueOffline {
	color: #FF0000;
}

td.valueOfflineStatus {
	color: #FF0000;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 0em;
}

h2, h3, h4, h5, h6 {
	margin-top: 1.5em;
}

h1 {
	font-size: 16pt;
	text-align: center;
	margin-top: 0.5em;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 13pt;
}

h5 {
	font-size: 12pt;
}

h6 {
	font-size: 11pt;
}

p {
	text-align: justify;
}
