@CHARSET "ISO-8859-1";

@media print {
	.grid * {
		display: none;
	}
	@page {
		margin: 0.5cm;
	}
	.printNavButton {
		display: none;
	}
	.printArea * {
		line-height: 1.3;
		width: auto;
		height: auto;
		overflow: visible;
		visibility: visible;
		widows: 4;
		orphans: 4;
	}
	.printHeader, .printRoster, .printRules, .printAnnotations {
		page-break-after: auto;
		orphans: 3;
		widows: 3;
	}
	.printRosterRow {
		page-break-after: avoid;
		orphans: 3;
		widows: 3;
	}
}

.previewArea {
	display: none;
	font-family: "Verdana", cursive;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	min-width: 1174px;
	padding-bottom: 50px;
}

.printArea {
	position: relative;
	min-width: 800px;
	width: 94%;
	padding-bottom: 50px;
}

.printNavButton {
	font-size: 60%;
	width: 50px;
	height: 10px;
	border: 2px solid #576680;
	border-radius: 6px;
	padding: 10px;
	z-index: 100;
}

.printNavButton:hover {
	background: #576680;
	border-radius: 6px;
	color: #FFFFFF;
	z-index: 100;
}

.printButtonBack {
	position: absolute;
	right: 10px;
	top: 50px;
	text-align: center;
	z-index: 100;
}

.printButtonPrint {
	position: absolute;
	right: 10px;
	top: 90px;
	text-align: center;
	z-index: 100;
}

.rosterRowFlag{
	display: none;	
}

.buttonFlag{
	border: 2px #FFFFFF solid;
	width: 25px;
	float: right;
	opacity: 0.2;
}

.imgFlag{
    width: 70px;
    height: 40px;
    margin: 5px;
    border: 1px #000000 solid;
}
    
.buttonFlag:hover {
	opacity: 1;
	border: 2px #000000 solid;
	border-radius: 5px
}

#printHeader {
	height: 150px;
}

.printSummary {
	position: relative;
	width: 30%;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}

.printTitle {
	position: relative;
	height: 80px;
	padding-top: 20px;
	width: 35%;
	float: left;
}

.printLostTable {
	position: relative;
	width: 25%;
	height: 140px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 0px;
	float: right;
	clear: right;
}

.printLostTableFrame {
	border-spacing: 0px;
	float: right;
	border-bottom: solid 2px;
	border-left: solid 1px;
}

.printNation {
	text-align: center;
}

.printFormation {
	text-align: center;
	font-weight: 800;
}

.printPlayerName {
	text-align: center;
	height: 40px;
}

.printPlayerNameTextBox {
	text-align: center;
	border-top: 0px white solid;
	border-left: 0px white solid;
	border-right: 0px white solid;
	border-bottom: 1px gray solid;
}

.printPlayerNameTextBox:hover {
	border-bottom: 1px red solid;
}

.printUnitNameTextBox {
	width: 80%;
	text-align: center;
	border-top: 0px white solid;
	border-left: 0px white solid;
	border-right: 0px white solid;
	border-bottom: 1px gray solid;
}

.printUnitNameTextBox:hover {
	border-bottom: 1px red solid;
}

.printSquadronNumberTextBox {
	width: 20px;
	text-align: center;
	border-top: 0px white solid;
	border-left: 0px white solid;
	border-right: 0px white solid;
	border-bottom: 1px gray solid;
}

.printSquadronNumberTextBox:hover {
	border-bottom: 1px red solid;
}

.printLostCellText {
	font-size: 60%;
	font-style: italic;
	padding-right: 5px;
	width: 160px;
	border-top: solid 1px;
	border-right: solid 1px;
	text-align: right;
}

.printLostCell {
	font-size: 60%;
	font-style: italic;
	padding-right: 5px;
	width: 160px;
	border-top: solid 1px;
	border-right: solid 1px;
	text-align: center;
}

.printPs {
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.printPsValue {
	float: left;
	width: 50px;
	border-bottom: 1px solid #000000;
}

.printRecon {
	clear: left;
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.printReconValue {
	float: left;
	width: 50px;
	border-bottom: 1px solid #000000;
}

.printSize {
	clear: left;
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.printSizeValue {
	float: left;
	width: 50px;
	border-bottom: 1px solid #000000;
}

.printSupply {
	clear: left;
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.printSupplyValue {
	float: left;
	width: 50px;
	border-bottom: 1px solid #000000;
}

.printMotivation {
	clear: left;
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.printMotivationValue {
	float: left;
	width: 50px;
	border-bottom: 1px solid #000000;
}

.printTaskType {
	clear: left;
	float: left;
	width: 150px;
	border-bottom: 1px solid #000000;
}

.printTaskTypeValue {
	float: left;
	width: 50px;
}

#printRoster {
	font-size: 70%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: realtive;
}

.printRosterTable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
	text-align: center;
}

.printRosterHeader {
	padding: 2px;
	border: 2px solid #000000;
}

.printCellHeader {
	padding: 1px;
	border: 2px solid #000000;
	letter-spacing: -1px;
}

.printCell {
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid #000000;
}

.printslot {
	max-width: 45px;
	max-height: 23px;
}

.printslotsingle {
	max-width: 90px;
	max-height: 45px;
}

.printoption {
	max-width: 20px;
	max-height: 20px;
}

.printorder {
	max-width: 20px;
	max-height: 20px;
}

.printRuleHeader {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 120%;
	font-weight: 800;
	border-bottom: 1px solid #000000;
}

.printRuleName {
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 5px;
	font-size: 90%;
	font-weight: 800;
}

.printRuleText {
	font-size: 70%;
	margin-left: 10px;
	padding: 5px;
}

.printAnnotationHeader {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 120%;
	font-weight: 800;
	border-bottom: 1px solid #000000;
}

.printAnnotation {
	clear: both;
}

.printAnnotationSignImg {
	float: left;
	padding-left: 20px;
	max-width: 15px;
	max-height: 15px;
}

.printAnnotationValueImg {
	float: left;
	max-width: 15px;
	max-height: 15px;
	padding-right: 20px;
}

.printAnnotationText {
	float: left;
	width: 90%;
	font-size: 70%;
}

.printSeparator {
	border-bottom: 1px solid #000000;
	width: 100%;
}