@font-face {
        font-family: battletech;
        font-weight: normal;
        font-stretch: condensed;
        src: url("/assets/fonts/bt_oldstyle/bt_oldstyle.ttf") format("truetype");
}
@font-face {
        font-family: onuava;
        font-weight: normal;
        font-stretch: condensed;
        src: url("/assets/fonts/onuava/onuava__.ttf") format("truetype");
}
@font-face {
        font-family: helvetica;
        font-weight: normal;
        font-stretch: condensed;
        src: url("/assets/fonts/Helvetica.ttf") format("truetype");
}
@font-face {
        font-family: sans-serif;
        font-weight: normal;
        font-stretch: condensed;
}
@font-face {
        font-family: olney;
        src: url('/assets/fonts/olney_light_macroman/olney_light-webfont.eot');
        src: url('/assets/fonts/olney_light_macroman/olney_light-webfont.eot?iefix') format('eot'),
             url('/assets/fonts/olney_light_macroman/olney_light-webfont.woff') format('woff'),
             url('/assets/fonts/olney_light_macroman/olney_light-webfont.ttf') format('truetype'),
             url('/assets/fonts/olney_light_macroman/olney_light-webfont.svg#webfont') format('svg');
}
@font-face {
        font-family: courier;
        font-weight: normal;
        font-stretch: condensed;
        src: url("assets/fonts/Courier.ttf") format("truetype");
}
a.abs, div.abs, hr.abs, table.abs, input.abs, select.abs, canvas.abs { position: absolute }
div.abs, label.abs {
	position: absolute;
	-webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
}
img.hand, div.hand, span.hand, label.hand, input.hand { cursor: pointer }

.mixed {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}

.headline {
	display: inline-block;
	transform: rotate(-90deg);
	transform-origin: top left;
}

body {
        margin: 0px;
        overflow: hidden;
        background-color: #000000;
        font-family: sans-serif;
        font-size: 9px;
	color: rgba(255,255,255, 1.0);
}
a {
	color: rgba(85,143,237, 1.0);
}
div.shadow {
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}
div.rad2, input.rad2 {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div.rad3, input.rad3 {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.rad5, input.rad5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.rad6, input.rad6 {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
div.rad8, input.rad8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.rad10, input.rad10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
div.rad16, input.rad16 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
div.rad10left {
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
div.rad10bottom {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
div.rad10top {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
div.rad3top {
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
div.clip1 {
	padding: 1rem 2rem;
	color: rgba(215,215,215,0.8);
	background-image: linear-gradient(180deg, #ffdc00, #ffdc00)
		,linear-gradient(225deg, #ffdc00, #ffdc00)
		,linear-gradient(0deg, #ffdc00, #ffdc00)
		,linear-gradient(90deg, #ffdc00, #ffdc00)
		,linear-gradient(135deg, transparent 9px, #ffdc00 10px, #ffdc00 12px, transparent 12px);
	background-position: top right
		,top right
		,bottom left
		,bottom left
		,top left;
	background-size: calc(100% - 15px) 1px
		,1px 100%
		,100% 1px
		,1px calc(100% - 15px)
		,15px 15px;
	background-repeat: no-repeat;
	background-color: rgba(65,65,65,0.95);
}
div.familyBox {
	font-family: helvetica;
	background-color: rgba(65,65,65,0.95);
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255, 1.0);
        font-size: 12px;
	padding-left: 5px;
	padding-top: 2px;
	opacity: 1.0;
}
label.underline {
	text-decoration: underline;
}
div.bands {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
        background-image: url("/assets/images/interface/band.png");
	opacity: 0.2;
}
div.black {
	background-color: rgba(0,0,0,0.95);
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255, 1.0);
        font-size: 11px;
	padding-left: 5px;
	padding-top: 2px;
	opacity: 1.0;
}
label.battletechCommon {
	position: absolute;
	color: rgba(250,215,110,0.9);
	font-family: battletech;
	font-size: 12px;
	opacity: 0.9;
}
div.screenLayout {
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 1;
//        z-index: 1002;
}
div.screenEdge {
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 1;
}
div.authPanel{
	left: 90px;
	right: 18px;
	bottom: 50px;
	height: 220px;
	background-color: rgba(85,85,85,0.95);
	border: 1px solid rgba(255,255,255,0.1);
}
div.btnActive {
//	background-color: rgba(120,120,160,0.95);
//	z-index: 1004;
}
div.btnInactive {
//	background-color: rgba(249,231,159,0.2);
	background-color: rgba(85,85,85,0.95);
	z-index: 1004;
}
div.authButton {
	right: 50px;
	width: 28px;
	height: 28px;
	background-color: rgba(185,185,185,0.98);
	border: 1px solid rgba(255,255,255,0.1);
}
div.aboutContainer {
	overflow-y: auto;
}
div.aboutStages {
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	opacity: 0.9;
        background-color: rgba(255,255,255,0.0);
	border: 1px solid rgba(255,255,255,0.0);
	font-size: 14px;
	color: rgba(255,255,255,1);
}
div.alphaBox {
	left: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px solid rgba(255,255,255,0.0);
	font-size: 18px;
	overflow: hidden;
	overflow-y: auto;
}
div.progressionContainer {
	left: 10px;
	top: 180px;
	width: 173px;
	bottom: 5px;
	opacity: 0.9;
        background-color: rgba(255,255,255,0.0);
	font-size: 14px;
	color: rgba(255,255,255,1);
        z-index: 1001;
}
div.sectionElement {
	left: 1px;
	right: 1px;
	height: 20px;
	opacity: 0.9;
        background-color: rgba(255,255,255,0.1);
	font-size: 13px;
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,0.2);
	padding-left: 2px;
	padding-top: 3px;
	overflow: hidden;
}
div.taskSectionPage {
	top: 20px;
	left: 10px;
	bottom: 0px;
	border: 1px solid rgba(255,255,255,0.0);
        background-color: rgba(255,255,255,0.9);
	overflow-y: auto;
	overflow-x: hidden;
}
div.taskSectionText {
	top: 20px;
	left: 10px;
	right: 10px;
	bottom: 2px;
//	font-family: helvetica;
	font-size: 14px;
	color: rgba(0,0,0,1);
	overflow-y: auto;
	overflow-x: hidden;
        background-color: rgba(255,255,255,0.0);
	word-wrap: break-word;
}
table.exampleTable {
	border: 1px solid rgba(250,215,110,1);
        background-color: rgba(85,85,85,0.1);
	padding: 5px;
}
div.taskLeft {
	width: 64px;
	height: 64px;
	left: -10px;
        background-image: url("/assets/images/arrLeft.png");
}
div.taskRight {
	width: 64px;
	height: 64px;
	right: -10px;
        background-image: url("/assets/images/arrRight.png");
}
div.unitButtons {
	left: 165px;
	top: 500px;
	bottom: 0px;
	width: 160px;
	opacity: 1;
        background-color: rgba(0,0,0,0.0);
}
label.hostLabel {
	right: 200px;
	color: rgba(250,215,110,0.9);
        font-family: battletech;
        font-size: 12px;
        z-index: 1001;
        opacity: 0.9;
}
div.hardwareButton {
	width: 32px;
	height: 32px;
	right: 500px;
        background-color: rgba(0,0,0,0.0);
	border: 1px solid rgba(252,252,255,0.0);
}
div.craftButton {
	width: 48px;
	height: 48px;
}
label.craftButton {
	color: rgba(250,215,110,0.9);
        font-family: battletech;
        font-size: 9px;
        z-index: 60;
        opacity: 0.9;
}
div.shipEditCon {
	left: 200px;
	top: 30px;
	width: 1710px;
	height: 850px;
        background-color: rgba(0,0,0,0.0);
}
label.classFilterHeader {
	left: 38px;
	top: 16px;
	color: rgba(250,215,110,0.9);
        font-size: 14px;
        z-index: 1001;
        opacity: 0.9;
}
label.classLabel {
	left: 60px;
	color: rgba(250,215,110,0.9);
        font-size: 14px;
        z-index: 60;
        opacity: 0.9;
}
input.classCheck {
	left: 35px;
        z-index: 1001;
}
div.listOutputGrid {
	left: 264px;
	top: 20px;
	width: 800px;
	height: 500px;
        font-size: 13px;
	font-family: Verdana;
	float: left;
        background-color: rgba(0,0,0,0.5);
}
div.characterLayer {
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 50;
	background-color: rgba(0,0,0,0.0);
}
input.charEnlargeBtn {
	left: 264px;
	top: 445px;
	width: 60px;
	height: 20px;
}
input.charRefBtn {
	left: 327px;
	top: 445px;
	width: 60px;
	height: 20px;
}
input.charNewBtn {
	left: 390px;
	top: 445px;
	width: 60px;
	height: 20px;
}
input.charAffBack {
	bottom:5px;
	left: 94px;
	width: 60px;
	height: 20px;
}
input.charAffNext {
	bottom:5px;
	right: 94px;
	width: 60px;
	height: 20px;
}
div.characterCanvas {
	left: 40px;
	right: 40px;
	top: 50px;
	bottom: 40px;
        z-index: 100;
}
div.characterPathSummary {
	left: 20px;
	top: 40px;
	width: 290px;
	height: 220px;
	background-color: rgba(85,85,85,0.0);
}
div.characterStats {
	left: 20px;
	top: 265px;
	width: 290px;
	bottom: 40px;
	background-color: rgba(85,85,85,0.0);
}
div.characterPathDescription {
	left: 320px;
	top: 30px;
	height: 370px;
	width: 400px;
	background-color: rgba(0,0,0,0.0);
	color: rgba(255,255,255,1);
	font-size: 14px;
}
label.charPathLabel {
	color: rgba(250,215,110,0.9);
        font-size: 14px;
	font-family: Verdana;
}
div.characterAffiliationSelect {
	left: 320px;
	top: 410px;
	width: 400px;
	bottom: 30px;
        color: rgba(250,215,110,1);
        font-size: 14px;
	background-color: rgba(0,0,0,0.1);
}
div.affDescBlock {
	left: 730px;
	top: 30px;
	bottom: 30px;
	right: 20px;
        color: rgba(255,255,255,1);
        font-size: 14px;
	background-color: rgba(0,0,0,0.0);
	overflow: auto;
}
p.indent {
	text-indent: 24px;
}
p.subsequent {
	padding: 0px;
	margin: 0px;
	text-indent: 24px;
}
table.lifeRoll {
	position: relative;
	margin: 0px; padding: 0px;
	border-collapse: collapse;
	left: 100px;
	width: 800px;
	border: 1px solid rgba(250,215,110,1);
}
th.lifeRoll {
	padding: 5px;
	background-color: rgba(255,255,255,0.4);
}
tr.rollRowDark {
	background-color: rgba(235,235,235,0.2);
}
tr.rollRowLight {
	background-color: rgba(255,255,255,0.1);
}
td.rollColumn {
	padding: 3px;
	width: 60px;
	text-align: center;
}
div.mapCanvas {
	left: 60px;
	width: 1800px;
	top: 40px;
	height: 900px;
	background-color: rgba(0,0,0,0.9);
	z-index: 100;
	overflow: none;
}
div.authenticationFrame {
	z-index: 6001;
	background-color: rgba(65,65,65,0.5);
	border: 1px solid rgba(155,155,155,0.3);
}
div.authenticationHexOverlay {
	z-index: 6002;
}
div.authenticationLogoOverlay {
	z-index: 6003;
}
div.authenticationLogoScratches {
	z-index: 6004;
}
div.authCloseFrame {
	z-index: 6005;
	padding: 0px;
	background-color: rgba(65,65,65,1);
	border: 1px solid rgba(155,155,155,0.3);
}
div.authSubmitFrame {
	z-index: 6005;
	padding: 0px;
	background-color: rgba(65,65,65,1);
	border: 1px solid rgba(155,155,155,0.3);
	font-family: olney;
        font-size: 12px;
	color: rgba(250,215,110,0.9);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
div.credentialsFrame {
	z-index: 6005;
	background-color: rgba(65,65,65,1);
	border: 1px solid rgba(155,155,155,0.3);
//	opacity: 0.01;
}
label.authUserLabel {
	color: rgba(250,215,110,0.9);
        font-size: 12px;
	font-family: olney;
}
input.authUserText {
	border: 0;
	border-radius: 0px;
        left: 110px;
        top: 9px;
        width: 302px;
        height: 18px;
        outline: none;
        resize: none;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 3px;
	padding-right: 3px;
}
input.authPassText {
	border: 0;
	border-radius: 0px;
        left: 110px;
        top: 37px;
        width: 302px;
        height: 18px;
        outline: none;
        resize: none;
        overflow-y: auto;
	padding-left: 3px;
	padding-right: 3px;
}
div.passComplexityFrame {
	top: 62px;
	left: 110px;
	width: 308px;
	height: 5px;
	padding: 0px;
	background-color: rgba(165,165,165,1);
	border: 1px solid rgba(155,155,155,0.3);
}
div.passComplexityGraph {
	top: 1px;
	left: 1px;
	bottom: 1px;
	width: 0px;
	background-color: rgba(255,0,0,1);
}
div.sfaFrame {
	left: 5px;
	right: 5px;
	top: 80px;
	height: 80px;
//	border: 1px solid rgba(155,155,155,0.3);
}
label.sfaLabel {
	left: 14px;
	font-size: 14px;
}
input.sfaText {
	border: 0;
	border-radius: 0px;
        left: 20px;
        top: 42px;
        width: 120px;
        height: 18px;
        outline: none;
        resize: none;
        overflow-y: auto;
}
div.welcomePanel {
	z-index: 5000;
//	background-color: rgba(165,165,165,0.1);
//	border: 1px solid rgba(155,155,155,0.3);
}
