.table .borderTop {
	border-top:4px solid #f5f1f1
}
.table .borderLeft {
	border-left:4px solid #f7f5f5
}
html {
	padding:0;
	margin:0
}
body {
	background-color:#BFAC88;
	color:#ffffff;
	padding-top:5px;
	padding-left: 20px;
	padding-right: 1px;
	margin-right: -15px;
}


h1 {
	font-size: 23px;
	text-align: left;
	line-height: 35px;
	margin-top: 8px;
}
#logo {
	position:absolute;
	width:32px;
	height:32px;
	margin-top:-170px;
	margin-left:488px
}
#table_wrapper {
	position:relative;
	padding-top:100%
}
#table_container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
		
}
.table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	height:100%
}
.table tr td:last-child {
	border-top:none!important;
	border-right:none!important;
	border-bottom:none!important
}
.table tr:last-child td {
	border-bottom:none!important;
	border-right:none!important;
	border-left:none!important
}
.table td {
	border:1px dashed #dccaa9;
	width:50px;
	min-height:10px;
	position:relative
}
.user-top {
	padding-bottom:20px;
	margin-top: -10px;
	margin-bottom: -20px;
}
.user-form {
	display:inline-block;
	position:relative;
	padding-right:20px
}
#print, .user-form button[type=reset] {
	cursor:pointer
}
#print {
	position:absolute;
	right:0;
	top:0;
	bottom:15px;
	width:85px
}
.user-form p {
	margin-top:0;
	margin-bottom:15px
}
.user-form button, .user-form input {
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	white-space:nowrap;
	vertical-align:middle;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:16px;
	margin-left:10px

}
.user-form input {
	width:120px;
	padding: 5PX;
	margin: 5PX;

}
.user-form .logo {
	position:absolute;
	left:100%;
	margin-left:15px;
	bottom:15px
}
#footer {
	text-align:left;
	font-size:.8em;
	letter-spacing:1px;
	opacity:.8;
	margin-top:-22px;
	margin-left: 10px;
		
}
a {
	color: #ffffff;
}