@media print
{
	table {
		page-break-inside:avoid;
	}
	body {
		background: white;
		font-size: 12pt;
	}
	#Header {
		display: none;
	}
	#Footer {
		display: none;
	}
	.Help {
		display: none;
	}
}
body {
	overflow-y:scroll;
	height: 100%;
	width: 100%;
	margin: auto;
	padding: 0px;
	font-size: 14px;
	font-family: sans-serif;
	background-color: #C5C5C5;
	background-image:url('./images/Tiles.jpg');
	color: #000000;
}
h1 {
	font-size:22px;
	font-weight: bold;
	font-style: normal;
}
h2 {
	font-size:16px;
	font-weight: bold;
	font-style: normal;
}
.Help {
	min-height: 32px;
	width: 42em;
	border: 1px solid blue;
	margin: 0px;
	padding:10px 10px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('./images/LightBulb.png');
}
.Help ul {
	margin: 0px;
	padding-left: 0px;
}
:target {  
    background: #FFFF80;
} 
form:target {
	border: 2px #F0F000 outset;
} 
.NavButton {
	padding: 1em;
	font-size:12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFFFFF;
	vertical-align: top;
	min-width: 80px;
	min-height: 75px;
}
button {
	text-shadow: 0px 1px 0px #C0C0C0;
}
button:hover {
	text-shadow: 0px 1px 0px #FFFFFF;
}
input:focus:valid, textarea:focus:valid, select:focus:valid {
	outline: 2px #0f0 solid;
}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
	outline: 2px #f00 solid;
}
input[type="button"]:hover, input[type="file"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, select:hover {
	cursor: pointer;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="file"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #000000 inset;
}
input[type="text"], input[type="email"], input[type="file"], input[type="date"], input[type="time"], input[type="password"], textarea, select
{
	font-family: "Courier New";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: black;
	background-color: transparent;
	border: 1px #0066FF inset;
}
input[readonly], textarea[readonly], select[disabled], input[disabled] {
	color: #0066FF;
	background-color: transparent;
	border: 1px transparent solid;
}
div.status {
	position: fixed;
	top: 20%;
	height: 60%;
	left: 20%;
	width: 60%;
	overflow: auto;
	z-index: 999;
	background-color: #ffffff;
	padding:5px;
	font-size:15px;
	font-weight:bold;
	border: 5px outset gray;
}
#Popup {
	display: none;
	z-index: 1000;
	margin: 20px;
	background-color: #00A000;
	-moz-box-shadow: 3px 3px 4px #000; 
	-webkit-box-shadow: 3px 3px 4px #000; 
	box-shadow: 3px 3px 4px #000; 
}
.add {
	padding: 3px;
	width: 0px;
	color: #008000;
	background-color: #C0FF80;
	border: 1px #00FF00 solid;
}
.remove {
	padding: 3px;
	width: 0px;
	color: #800000;
	background-color: #FF8080;
	border: 1px #FF0000 solid;
}
.highlight {
	background-color: #F0F000;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #2946AD;
}
a:hover {
	text-decoration: none;
	color: #6B76B1;
}
.frame {
	display:inline-block;
	margin-right: 2em;
	margin-left: 2em;
}
.full {
	width: 100%;
}
table {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: transparent;
	border-collapse: collapse;
}
td {
	border-width: 0px;
	border-style: none;
	border-color: transparent;
	vertical-align: middle;
	padding: 0px;
}
table.data {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	margin: auto;
}
table.data td {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: black;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: black;
	padding: 4px;
}
table.data tr:nth-child(even) {
	background-color:#dfd;
}
table.data tr:nth-child(odd) {
	background-color:#fff;
}
th, .header {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	/*background-color: silver;*/
	background: -o-linear-gradient(silver, white, silver);
	background: -moz-linear-gradient(silver, white, silver);
	background: -webkit-linear-gradient(silver, white, silver);
	background: linear-gradient(silver, white, silver);
	vertical-align: middle;
	text-shadow: 0px 1px 0px #FFFFFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	width: 0;
}
.border {
	border: 1px #000000 solid;
}
.sep {
	border-top: black dotted 1px;
}
td.label {
	background-repeat: repeat-x;
	background-position: bottom; 
	width: 0px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}
td.labelBack {
	background-color: #E2D6AC;
	background-image: url('./images/FolderBack.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 0px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}
.labelBack div {
	white-space: nowrap;
	font-size: 30px;
	height: 47px;
	padding-top: 3px;
	overflow: hidden;
}
.label div {
	white-space: nowrap;
	font-size: 30px;
	height: 94px;
	padding-top: 3px;
	overflow: hidden;
}
.clip {
	overflow: hidden;
}
.pad {
	padding: 5px;
}
.pad2 {
	padding: 2px;
}
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.middle {
	margin: auto;
}
.center {
	text-align: center;
}
.top {
	vertical-align: top;
}
.paper {
	margin-right: 32px;
	margin-left: 32px;
	border-width: 2px;
	border-style: outset;
	border-color: silver;
	background-color: white;
	min-height: 375px;
	min-width: 850px;
	padding: 20px;
	text-align: center;
}
.partyPicture {
	border-width: 2px;
	border-style: outset;
	border-color: silver;
	background-color: white;
	padding: 10px 10px 40px;
	position: relative;
	text-align: center;
	min-height: 200px;
	min-width: 200px;
	left: -5px;
	top: -10px;
}
.partyPicture:hover + .partyClip {
	display: none;
}
.partyClip {
	position: relative;
	z-index: 999;
	margin-left: -80px;
	margin-top: -25px;
}
div.bottom {
	height: 50px;
	width: 100%;
	background-image: url('./images/FolderBottom.png');
}
.leftTab {
	background-image: url('./images/LeftTab.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 46px !important;
	min-width: 46px;
	max-width: 46px;
	height: 50px !important;
	min-height: 50px;
	max-height: 50px;
}
.leftTabBack {
	background-image: url('./images/LeftTabBack.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 46px !important;
	min-width: 46px;
	max-width: 46px;
	height: 50px !important;
	min-height: 50px;
	max-height: 50px;
}
.folder {
	background-color: #FBEFC5;
	background-image: url('./images/Folder.png');
}
.rightTab {
	background-image: url('./images/RightTab.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 46px !important;
	min-width: 46px;
	max-width: 46px;
	height: 50px !important;
	min-height: 50px;
	max-height: 50px;
}
.rightTabBack {
	background-image: url('./images/RightTabBack.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 46px !important;
	min-width: 46px;
	max-width: 46px;
	height: 50px !important;
	min-height: 50px;
	max-height: 50px;
}
.nowrap {
	white-space: nowrap;
}
table.data tr + tr:hover {
	text-shadow: 1px 1px 0px #0050E0;
	background-color: #00A0E0;
	color: white;
}
table.data tr + tr:hover a {
	text-shadow: 1px 1px 0px white;
	background-color: #00A0E0;
	color: #2946AD;
}
table.data tr + tr:hover *:not(button) {
	border-color: silver;
}
.clickable:hover {
	cursor: pointer;
}
.inActive {
	border-width: 1px !important;
	border-style: dotted !important;
	border-color: silver !important;
	font-style: italic !important;
	color: #808080;
	opacity:0.6;
}
.inActive:hover {
	opacity:1.0;
}
.required {
	font-weight: bold !important;
	color: #C00000 !important;
}
.formLayout {
	display: inline-block;
	background-image: url('./images/PaperTile.jpg');
	border: silver outset 1px;
	text-align: left;
	padding: 10px;
	margin: 12px;
	vertical-align: top;
}
.formLayout label, .formLayout div, .formLayout input, .formLayout textarea, .formLayout select, .formLayout button {
	display: block;
	float: left;
	margin: 5px 3px;
}
.formLayout label {
	width: 12em;
	text-align: right;
	clear: left;
}
.formLayout br, .formLayout form {
	clear: left;
}