@font-face {
	font-family: 'TekoL';
	src: url(/fonts/Teko-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'TekoM';
	src: url(/fonts/Teko-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'TekoSB';
	src: url(/fonts/Teko-SemiBold.ttf) format('truetype');
}
@font-face {
	font-family: 'TekoR';
	src: url(/fonts/Teko-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Barlow';
	src: url(/fonts/BarlowCondensed-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'BarlowB';
	src: url(/fonts/BarlowCondensed-Medium.ttf) format('truetype');
}

BODY {
	background: black;
	height: 100%;
	max-height: 100% !important;
	margin: 0 1rem;
}
#over_box {
	height: 100%;
	overflow: hidden;
}
#top_box {
	height: 6rem;
	background: #85b5ff;
	margin: 0 0 .5rem 0;
	overflow: hidden;
	width: 100%;
}
#bottom_box {
	background: #4581e1;
	overflow: hidden;
}
#top_menu div.menuItem {
	background: #4581e1;
	margin: 1.25rem 0 0 0;
	padding: .25em .5rem .15em .5rem;
}
#bottom_menu div.menuItem {
	font-size: 16pt;
	padding: .5rem 1rem .3rem .75rem;
}
#bottom_menu div.menuItem:first-child {
	margin-top: 3rem;
}
#top_menu div.menuItem:last-child, #bottom_menu div.menuItem:last-child {
	border-bottom: 3px solid black;
}
#top_title_container {
	background: #0b6bff;
}
#top_title {
	font-size: 50pt;
	text-align: right;
	margin: 0;
	padding: 0 1rem 0 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	font-size: 5vw;;
}
#top_subtitle {
	height: 1rem;
	font-size: 18pt;
	background: #0b6bff;
	color: #0b6bff;
	padding: 0;
	text-align: right;
	border-left: 5px solid black;
}
#top_subtitle span {
	top: -.475rem;
	height: 18pt;
	background: black;
	margin-right: 10px;
	padding: 0 3px;
}
#bottom_all {
	height: 100%;
	max-height: 100% !important;
	overflow: hidden;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	color: white;
	border-bottom: 10px solid black;
}
#bottom_primary {
	height: 100%;
	overflow: hidden;
	color: white;
	padding: 1rem 1rem 0 1rem;
}
#bottom_secondary {
	height: 100%;
	max-height: 100%;
	border-right: 10px solid black;
}
#bottom_secondary div {
	height: 100%;
	max-height: 100%;
}
#bottom_secondary img {
	max-height: 100%;
}
#sectionContent {
	overflow: auto;
}

/* flex types and sizes */
div.flex0 { flex-grow: 0 !important; }
div.flex1 { flex: 1 0 !important; }
div.flex2 { flex: 2 0 !important; }
div.flex3 { flex: 3 0 !important; }
div.flex4 { flex: 4 0 !important; }
div.flex5 { flex: 5 0 !important; }
div.flex20 { flex: 0 20% !important; }
div.flex30 { flex: 0 30% !important; }
div.flex40 { flex: 0 40% !important; }
div.flex50 { flex: 0 50% !important; }
div.flex60 { flex: 0 60% !important; }
div.flex70 { flex: 0 70% !important; }
div.flex80 { flex: 0 80% !important; }

div.flexFlex { display: flex; }


/* height & Width */
div.fullW { width: 100% !important; }
div.fullH { height: 100% !important; }

/* fonts */
.fontFace1 { font-family: 'TekoL'; }
.fontFace2 { font-family: 'TekoM'; }
.fontFace3 { font-family: 'TekoSB'; }
.fontFace4 { font-family: 'TekoR'; }
.fontFace5 { font-family: 'Barlow'; }
.fontFace6 { font-family: 'BarlowB'; }

/* font sizes */
.fSize14 { font-size: 14pt !important; }
.fSize16 { font-size: 16pt !important; }
.fSize17 { font-size: 17pt !important; }
.fSize18 { font-size: 18pt !important; }
.fSize20 { font-size: 20pt !important; }
.fSize24 { font-size: 24pt !important; }
.fSize30 { font-size: 30pt !important; }
.fSize40 { font-size: 40pt !important; }

/* font colors */
.title1 { color: #cee6ff; }
.title2 { color: #99cdff; }
.title3 { color: #a3b7ff; }
.title4 { color: #ffd89a; }
.title5 { color: #ffe866; }
.title6 { color: #dd99de; }
.title7 { color: #ff84c0; }
.title8 { color: #a8ffb2; }
.title9 { color: #18caea; }
.textWhite { color: white; }

/* margins */
.marB { margin-bottom: 1rem; }
.marT { margin-top: 1rem; }
.marTSm { margin-top: .5rem; }

/* paddings */
.padL { padding-left: 2rem; }
.padR { padding-right: 2rem; }
.padB { padding-bottom: 1rem; }
.padT { padding-top: 1rem ; }
.padLSm { padding-left: .5rem; }
.padBSm { padding-bottom: .5rem; }
.padRSm { padding-right: .5rem; }

/* corners */
.cornerBgTL { border-top-left-radius: 25px; }
.cornerBgTR { border-top-right-radius: 25px; }
.cornerBgBL { border-bottom-left-radius: 25px; }
.cornerBgBR { border-bottom-right-radius: 25px; }

.cornerSmTL { border-top-left-radius: 15px; }
.cornerSmTR { border-top-right-radius: 15px; }
.cornerSmBL { border-bottom-left-radius: 15px; }
.cornerSmBR { border-bottom-right-radius: 15px; }

/* scrollBars */
div.scrollBarFix::-webkit-scrollbar {
	width: 12px;
}
div.scrollBarGreen::-webkit-scrollbar-track {
	background: #9ce5ff;
	border-bottom: 2px solid black;
}
div.scrollBarGreen::-webkit-scrollbar-thumb {
	background: #5fd2e9;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	min-height: 3rem;
}

/* Other Settings */
.bgBl { background: black; }
.clickable { cursor: pointer; }
.textC { text-align: center; }
.UC { text-transform: uppercase; }
.scrollable { overflow: auto !important; }
.indent { padding-left: 2rem; text-indent: -2rem; }
.noShow { display: none; }
.noDeco { text-decoration: none; }

div.adminEmail {
	font-size: 14pt;
	margin-bottom: 2.5rem;
	line-height: 1.5rem;
	letter-spacing: .05rem;
}
div.adminEmail a {
	text-decoration: none;
}
div.adminEmail a:hover {
	color: yellow;
}

div.adminForm {
	font-size: 16pt;
	margin-bottom: 2.5rem;
	line-height: 1.5rem;
	letter-spacing: .05rem;
}
div.adminForm span.formLabel::after {
	content: "\00000a";
	white-space: pre;
	border: 5px solid black;
}

div.adminForm input {
	font-size: 20pt;
	padding: .5rem;
	border: 3px solid black;
	border-radius: .25rem;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	box-shadow: 0px 0px 0px 2px #ffffff;
}



div.email {
	color: white;
	font-size: 14pt;	
}

div.emailBox {
	background: #ff7825;
	border-left: 1rem solid #ff7825;
	border-bottom: 3px solid #ff7825;
}
div.emailContent {
	font-size: 16pt;
	padding: 1rem 1rem 0 1rem;
	overflow: auto;
	border-top: 5px solid black;
}
div.emailContent img {
	max-width: 70%;
}
div.emailContent::-webkit-scrollbar {
	width: 12px;
}
div.emailContent::-webkit-scrollbar-track {
	background: #ffad55;
	border-bottom: 4px solid black;
}
div.emailContent::-webkit-scrollbar-thumb {
	background: #b80222;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
div.emailTitle {
	height: 20pt !important;
	max-height: 20pt !important;
	padding-left: 2rem;
}
div.emailTitle p {
	font-size: 22pt;
	top: -4pt;
}
div.emailTitle p span:first-child {
	padding: 0 .25rem 0 .5rem;
	background: black;
	color: #ea16ff;
	float: left;
}
div.emailTitle p span:nth-child(2) {
	padding: 0 .75rem 0 .5rem;
	background: black;
	color: #7391b2;
}

div.emailListBox {
	background: #0b6bff;
	border-top: 1rem solid #0b6bff;
	border-left: 1rem solid #0b6bff;
	border-bottom: 3px solid #0b6bff;
	height: 100%;
	max-height: 100%;
}
div.emailList {
	height: 100%;
	max-height: 100%;
	overflow: auto;
}
div.emailList::-webkit-scrollbar {
	width: 12px;
}
div.emailList::-webkit-scrollbar-track {
	background: #5598ff;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
div.emailList::-webkit-scrollbar-thumb {
	background: #084bb3;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
div.fileBox {
	background: #d66497;
	border-left: 1rem solid #d66497;
	border-bottom: 3px solid #d66497;
}
div.fileContent {
	font-size: 16pt;
	padding: 1rem 1rem 0 1rem;
	overflow: auto;
	border-top: 5px solid black;
}
div.fileContent::-webkit-scrollbar {
	width: 12px;
}
div.fileContent::-webkit-scrollbar-track {
	background: #cc9cff;
	border-bottom: 2px solid black;
}
div.fileContent::-webkit-scrollbar-thumb {
	background: #955fe9;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	min-height: 3rem;
}
div.fileContent hr {
	border-top: 3px dashed #555;
	margin: 1.5rem 0 1rem 0;
}
div.fileTitle {
	height: 20pt !important;
	max-height: 20pt !important;
	padding-left: 2rem;
}
div.fileTitle p {
	font-size: 22pt;
	top: -4pt;
}
div.fileTitle p span {
	padding: 0 .75rem 0 .5rem;
	background: black;
	color: #68ed52;
}


div.financeBox {
	background: #cc51a8;
	border-left: 1rem solid #cc51a8;
	border-bottom: 3px solid #cc51a8;
}
div.financeContent {
	font-size: 16pt;
	padding: 1rem 1rem 0 1rem;
	overflow: auto;
	border-top: 5px solid black;
}
div.financeContent::-webkit-scrollbar {
	width: 12px;
}
div.financeContent::-webkit-scrollbar-track {
	background: #b98fe1;
	border-bottom: 2px solid black;
}
div.financeContent::-webkit-scrollbar-thumb {
	background: #512fad;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	min-height: 3rem;
}
div.financeContent hr {
	border-top: 3px dashed #555;
	margin: 1.5rem 0 1rem 0;
}
div.financeTitle {
	height: 20pt !important;
	max-height: 20pt !important;
	padding-left: 2rem;
}
div.financeTitle p {
	font-size: 22pt;
	top: -4pt;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	div.emailTitle, div.fileTitle {
		height: 20pt !important;
		flex-grow: 0 !important;
	}
}




div.contractButtons {
	height: 100%;
}
div.fatButton p {
	font-size: 24pt;
	margin-bottom: 1rem;
	line-height: 24pt;
	padding: 0;
	display: flex;
	border-top-right-radius: 14pt;
	border-bottom-right-radius: 14pt;
	color: black;
}
div.fatButton p.buttonA span {
	background: #ffeca0;
}
div.fatButton p.buttonB span {
	background: #c0f5b9;
}
div.fatButton p.buttonB span.label {
	flex: 0 0;
	border-left: 3px solid black;
	padding: 7pt .75rem 0 .75rem;
	background: #7db2af;
}
div.fatButton p span.connector {
	flex: 0 2.5rem;
	border-top-left-radius: 14pt;
	border-bottom-left-radius: 14pt;
}
div.fatButton p span.connA {
	background: #e64fab !important;
}
div.fatButton p span.connB {
	background: #52ef89 !important;
}
div.fatButton p span.text {
	flex: 1;
	border-left: 3px solid black;
	padding: .55rem 0 .25rem .75rem;
	border-bottom-right-radius: 14pt;
	border-top-right-radius: 14pt;
}

div.flexColumn {
	display: flex;
	flex-direction: column;
	height: 100%;
}
div.flexRow {
	display: flex;
	flex-direction: row;
	width: 100%;
}
div.flexCenter {
 	align-items: center;
 	justify-content: center;
}



div.galactiPedia {
	background: #69cbcc;
	padding: .5rem 0 0 3rem;
	height: calc(100%-2rem);
	max-height: calc(100%-2rem) !important;
}
div.gp1, div.gp2, div.gp3 {
	background-repeat: repeat-x;
}
div.gp1 { background-image: url('/graphics/gp1.png'); }
div.gp2 { background-image: url('/graphics/gp2.png'); }
div.gp3 { background-image: url('/graphics/gp3.png'); }
div.galactiPedia div {
	padding: 2rem 0 0 2rem;
	overflow: auto;
}

div.galactiPedia div::-webkit-scrollbar {
	width: 12px;
}
div.galactiPedia div::-webkit-scrollbar-track {
	background: #b98fe1;
	border-bottom: 2px solid black;
}
div.galactiPedia div::-webkit-scrollbar-thumb {
	background: #512fad;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	min-height: 3rem;
}


.grid10x10 {
	display: grid;
	grid-template-columns: repeat(10, auto);
	grid-template-rows: repeat(10, 10%);
	grid-gap: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
.gridH {
	display: grid;
	grid-template-columns: repeat(12, auto);
	grid-template-rows: repeat(8, 1fr);
	grid-gap: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-height: 100%;
}
.gridTile {
	padding: 0;
	margin: 0;
	overflow: visible;
	width: 100%;
	height: 100%;
}
.gridTile img {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
}

div.hidden {
	display: none !important;
}

div.mapTiles, div.sectorMap {
	height: 100%;
	max-height: 100%;
	font-size: 0;
	text-align: center;
}
div.mapTiles img {
	width: auto;
	height: 11.5%;
	max-height: 11.5% !important;
}
div.sectorMap img {
	width: auto;
	height: 10%;
	max-height: 10%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	div.mapTiles img {
		width: auto;
		max-width: 8.25%;
	}
}


div.menuItem {
	border-top: 3px solid black;
}

div.menu1 { background: #cee6ff; } 
div.menu2 { background: #99cdff; }
div.menu3 { background: #beeeb6; }
div.menu4 { background: #ffd89a; }
div.menu5 { background: #ffe866; }
div.menu6 { background: #dd99de; }
div.menu7 { background: #ff84c0; }
div.menu8 { background: #af98ff; }

div.menuActive {
	padding-bottom: 4rem !important;
}

div.noMouse {
	cursor: default !important;
}

div.newsAlerts {
	font-size: 18pt;
	overflow: auto;
}


div.scrollBox {
	overflow: auto;
}

div.offline {
	font-size: 5rem;
	color: #ff0000;
	height: 100%;
	width: 100%;
	display: flex;
 	align-items: center;
 	justify-content: center;
}

div.roundButton {
	font-size: 22pt;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 1.5rem;
	color: black;
	width: 20rem;
}
div.roundButton1 { background: #ff6666; }
div.roundButton2 { background: #fc9b34; }
div.roundButton3 { background: #ffcc66; }
div.roundButton4 { background: #809fb4; }
div.roundButton5 { background: #639fff; }
div.roundButton6 { background: #b478ff; }
div.roundButton7 { background: #3bd746; }
div.roundButton8 { background: #b7fd55; }

div.roundButton p {
	line-height: 3.25rem;
	padding-left: 1.25rem;	
}
div.roundButton p span {
	height: 3rem;
	background: black;
	color: #69cbcc;
	font-size: 46pt;
	width: 3.5rem;
	text-align: center;
	padding-top: .2rem;
}
div.roundButton1 p span, div.roundButton2 p span, div.roundButton3 p span  {
	float: right;
	margin-right: 3rem;
}
div.roundButton4 p span, div.roundButtonElevator p span {
	float: left;
	margin-right: 1rem;
	margin-left: 1rem;
}

div.sectionTitle {
	height: 50pt;
	line-height: 50pt;
	margin-top: 1rem;
}
div.sectionTitle P {
	max-width: 100%;
	overflow: hidden;
	font-size: 50pt;
	padding: 0;
	margin: 0;
}

div.sectionTitle2 {
	margin-bottom: 1rem !important;
	height: 5rem;
}
div.sectionTitle2 P {
	max-width: 100%;
	overflow: hidden;
	font-size: 50pt;
	padding-left: 1.5rem;
}
div.sideBar {
	flex-grow: 0 0 10rem;
	flex-basis: 10rem;
	min-width: 10rem;
}



div.topBlack {
	height: 5rem;
	color: white;
}

div.underHook1 {
	border-left: 10px solid #b2eb97;
	border-bottom: 1rem solid #b2eb97;
	background-color: #b2eb97;
}
div.overHook1 {
	border-left: 10px solid #97ebde;
	border-top: 1rem solid #97ebde;
	background-color: #97ebde;
}

div.widget {
	border-bottom: 3px solid black;
}
div.widgetTop {
	border-top: 3px solid black;
}
div.widgets {
	background: #42df70;
}
div.widgetText {
	border-left: 3px solid black;
	background-color: black;
}
div.widgetTitle {
	color: black;
	font-size: 12pt;
	width: 5rem;
	max-width: 5rem;
}
div.widgetTitle1 { background-color: #aeffff; }
div.widgetTitle2 { background-color: #52f4ba; }
div.widgetTitle3 { background-color: #36d3d3; }
div.widgetTitle4 { background-color: #A6C9B2; }
div.widgetTitle5 { background-color: #a3ee80; }
div.widgetTitle6 { background-color: #52adf4; }
div.widgetTitle7 { background-color: #FFEBC2; }

div.widgetText1 { background-color: #c9d3d4; }
div.widgetText2 { background-color: #b0aff3; }
div.widgetText3 {
	font-size: 0;
	padding: 0 !important; 
	height: 100%; 
}
/* Widgets - 
	Start at end for percentage, set last two values to the slider's percentage.
	Set the third value to 17% lower
*/
div.widgetText4 p.widgetBar {
	background: linear-gradient(to right, #6664ff 0%, #6664ff 84%, #60ff76 100%, #222 100%);
}
div.widgetText5 p.widgetBar {
	background: linear-gradient(to right, #6664ff 0%, #6664ff 83%, #60ff76 100%, #222 100%);
}
div.widgetText6 p.widgetBar {
	background: linear-gradient(to right, #6664ff 0%, #6664ff 83%, #60ff76 100%, #222 100%);
}
div.widgetOld {
	cap: 95% cap;
	green below: 17%;
	
	background: linear-gradient(to right, #6664ff 0%, #6664ff 78%, #60ff76 95%);

}
div.widgetText4, div.widgetText5, div.widgetText6 {
	padding: 0 !important;
}
div.widgetText7 p.widgetBar {
	background-color: #7d1300;
	height: 100% !important;
	width: 100% !important;
}

div.widgetText {
	font-size: 22pt;
	color: #424a60;
	padding: 7pt 0 0 1.25rem;
	max-height: 100%;
}
div.widgetTitle p {
	bottom: 0;
	position: absolute;
	text-align: right;
	width: 100%;
	padding-right: .5rem;
}
div.widgetsTitle {
	color: #85b5ff;
	font-size: 20pt;
	margin: 1rem 0 0 5rem;
	padding: .5rem 0 0 1rem;
	height: auto;
	max-height: 5rem;
	flex: 0 0;
}

div.widgetText img {
	height: 100%;
	max-height: 100%;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
div.widgetText p.widgetBar {
	font-size: 0;
	height: 100%;
}
div.zoomFull {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	z-index: 20;
	background-color: rgb(0,0,0,.85);
	border: 10px solid black;
}
div.zoomBorderTL, div.zoomBorderBL, div.zoomBorderTR, div.zoomBorderBR, div.zoomBorder, .zoomBorderL, .zoomBorderR {
	width: 4rem;
}
div.zoomBorderFill {
	background-color: #e3de64;
	height: 100%;
}
div.zoomBorderFillL, div.zoomBorderFillR {
	background-color: black;
	border: 1px solid black;
	height: 100%;
}
div.zoomBorderFillL {
	border-radius: .5rem 0 0 .5rem;
}
div.zoomBorderFillR {
	border-radius: 0 .5rem .5rem 0;
}
div.zoomBorderL {
	border-right: 0;
	border-left: 1rem solid #e3de64;
	border-top: .5rem solid #e3de64;
	border-bottom: 1rem solid #e3de64;
	padding: 0;
	border-radius: 1rem 0 0 1rem;
}
div.zoomBorderR {
	border-left: 0;
	border-right: 1rem solid #e3de64;
	border-top: .5rem solid #e3de64;
	border-bottom: 1rem solid #e3de64;
	padding: 0;
	border-radius: 0 1rem 1rem 0;
}
div.zoomBorderTL {
	background: url('/graphics/zoom_bg_left.png') top left no-repeat;
	height: 4rem;
}
div.zoomBorderBL {
	background: url('/graphics/zoom_bg_left.png') bottom left no-repeat;
}
div.zoomBorderTR {
	background: url('/graphics/zoom_bg_right.png') top right no-repeat;
	height: 4rem;
}
div.zoomBorderBR {
	background: url('/graphics/zoom_bg_right.png') bottom right no-repeat;
}
div.zoomNav {
	width: 25rem;
}
div.zoomTiles img {
	width: 8.33%;
	max-width: 8.33%;
}

p.justText {
	line-height: 1.25rem;
	margin: 0 0 1rem 1rem;
	font-size: 14pt;
	line-height: 1.5rem;
	letter-spacing: .05rem;
}

p.alert {
	font-size: 28pt;
	color: #ff0000;
}
p.alertBody {
	line-height: 1.25rem;
	margin: 0 0 .5rem 0;
	font-size: 14pt;
	letter-spacing: .05rem;
}
p.alertLink span {
	color: #6c9cff;
	text-decoration: underline;
	cursor: pointer;
}

p.read, p.unread, p.active {
	line-height: 1.5rem;
	width: calc(100%-1rem);
	max-width: calc(100%-1rem);
	margin-left: 1.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
}
p.read:hover, p.unread:hover, p.active:hover {
	background: #272e68;
	cursor: pointer;
}
p.active:hover span:first-child, p.read:hover span:first-child {
	color: #272e68;
}
p.read span:first-child, p.unread span:first-child, p.active span:first-child {
	width: 1rem;
	float: left;
	margin-right: .5rem;
	font-size: 20pt;
	height: 1rem;
	top: -.25rem;
	padding-left: .25rem;
}
p.unread span:nth-child(2), p.read span:nth-child(2), p.active span:nth-child(2) {
	width: 40%;
	float: left;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
	p.read span:last-child, p.unread span:last-child, p.active span:last-child {
		width: 9rem;
	}
}


p.read {
	color: #45616f;
}
p.read span:first-child {
	color: black;
	left: -1000px;
}
p.unread span:first-child {
	color: #f4183e;
}
p.unread span:nth-child(2) {
	color: #86eefb;
}
p.unread span:last-child {
	color: #fdffcd;
}
p.active {
	background: #7e215a !important;
	color: white;
}
p.active span:first-child {
	color: #7e215a;
}
p.email1 {
	background-color: #111;
}

p.blue_curve_top {
	background: black url('/graphics/blue_bracket_slider.png') top left no-repeat;
	height: 1.75rem;
	margin: 1rem 0 .25rem 0;
}
p.blue_curve_top span {
	float: right;
	background: black url('/graphics/blue_bracket_slider.png') top right no-repeat;
	width: 2rem;
	height: 99%;
}
p.blue_curve_bottom {
	background: black url('/graphics/blue_bracket_bottom_slider.png') bottom left no-repeat;
	height: 1.75rem;
	margin: .25em 0 0 0;
}
p.blue_curve_bottom span {
	float: right;
	background: black url('/graphics/blue_bracket_bottom_slider.png') bottom right no-repeat;
	width: 2rem;
	height: 100%;
}

p.sender {
	font-size: 24pt;
}
p.sender span {
	color: #ffe867;
}
p.mailBody {
	margin-bottom: 1.25rem;
	font-size: 18pt;
	line-height: 1.5rem;
	letter-spacing: .05rem;
}
p.mailSubject {
	margin-bottom: 1.5rem;
	font-size: 20pt;
	letter-spacing: .05rem;
	border-bottom: 2px solid #7391b2;
}
p.fileBody {
	font-size: 14pt;
	margin-left: 1rem;
	margin-bottom: .5rem;
	line-height: 1.5rem;
	letter-spacing: .05rem;
}
p.bugFix {
	color: #3168ff;
	margin-bottom: .75rem;
	font-size: 14pt;
	margin-left: 1.7rem;
	line-height: 1.25rem;
	text-indent: -.7rem;
	letter-spacing: .05rem;
}

p.releaseName {
	margin: 1rem 0 0 0;
	color: #feff30;
	font-size: 20pt;
}
p.patchName {
	color: #f69802;
	font-size: 20pt;
}
p.patchName::not(first-child) {
	margin-top: 1rem;
}

p.ledgerEntry span:first-child {
	color: #ff5939;
}
p.ledgerEntry span:last-child {
	color: #3f69ee;
}
p.ledger0, p.ledger1, p.ledgerTotal {
	padding: .5rem 0 .5rem 1rem;
	border-bottom: 3px solid black;
}
p.ledger0 span, p.ledger1 span, p.ledgerTotal span {
	width: 6em;
	text-align: center;
	float: right;
	border-left: 2px solid black;
	padding: .5rem;
	top: -.45rem;
}
p.ledger0 {
	background: #69256a;
}
p.ledger1 {
	background: #541055;
}
p.ledgerTotal {
	text-align: right;
}

p.gpHeader {
	font-size: 24pt;
	color: #f69802;
}
p.gpEntry {
	font-size: 20pt;
	text-indent: -3rem;
	margin-left: 3rem;
	margin-bottom: 1rem;
}
p.gpEntry span {
	color: #b0aff3;
}

span.readoutSubLabel {
	width: 10rem;
	float: left;
}

