.style1 {font-size: large; color:white; margin:20px 0 20px 0;}
.style1b {font-size: large; margin:20px 0 20px 0; color: white;}
.style1a {font-size: large; margin:20px 0 20px 0; color:#FFFF00;}
.style2 {text-align: center; font-size: large; color: yellow;}
.style3 {font-size: medium; color:white; margin:auto;display:inline;vertical-align:baseline;width: 300px;}
.category {font-size: medium; color:white; margin:auto;display:inline;vertical-align:baseline;}
.style4 {margin:20px 0 10px 0;}
.gth {font-size: medium; color:white;align: center;}
.gth2 {font-size: medium; color:white;align: left;text-align: left;}
.container {
	background-color:#0E90D2;
}
body {
	ui-body: b;
}
.tdspace{
	padding: 5px;	
}
.tdspace2{
	padding: 5px;
	text-align: left;	
}
.tdsubcat{
	padding: 5px;
	width: 224px;	
}

.tdnumber{
	font-size:medium;
	color: white;
	padding: 5px;
	text-align: right;
	width: 100px;
}
.tdregno{
	font-size:medium;
	color: white;
	padding: 5px;
	text-align: left;
	width: 100px;
}
.tddescrip{
	font-size:medium;
	color: white;
	padding: 5px;
	width: 480px;
	text-align: left;
}

.tdcheck{
	width:40px;
	padding: 5px;
}
.bodyclass{

	width:600px;

	height:150px;

	margin:auto;

	}
.totals{
	font-size:medium;
	color: white;
	padding: 5px;
	text-align: right;
	width: 580px;	
}
table, th, td {
	border: 1px solid white;
	margin: auto;
	padding: 10px;
}
.table2, .th2, .td2 {
	border: 1px solid gray;
}
.nfscheck {font-size: medium; color:white; margin:auto;display:inline;vertical-align:baseline; width:40px;}
.delete {
	font-size: medium; 
	color: #DDDDDD; 
	margin:auto;
	display:inline;
	vertical-align:baseline; 
	width:80px; 
	height: 27px;
	cursor: pointer;
}
.reprint {font-size: medium; color:white; margin:auto;display:inline;vertical-align:baseline; width:140px; height: 27px;}
.subcat {font-size: medium; color:white; margin:auto;display:inline;vertical-align:baseline; width: 224px;}
.skill {font-size: medium; color:white; margin:auto;display:inline;vertical-align:baseline; width: 80px;}
.table1 {
	padding: 20px;
	border-spacing: 20px;
	max-width: 700px;
	border: 1px solid gray;
}
.pdir {
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}
.myheader { height: 160px;}
.addButton {
	width: 120px;
	height: 30px;
	float: left;
	margin: 10px 10px;
}
.traddButton {
	width: 120px;
	height: 30px;
	float: left;
	margin: 15px 0px;
}
.trdoneButton {
	width: 120px;
	height: 30px;
	float: left;
	margin: 10px 0px;
}
.doneButton {
	width: 120px;
	height: 30px;
	float: left;
	margin: 10px 10px;
}
.trprintButton {
	width: 120px;
	height: 30px;
	float: left;
	margin: 10px 0px;
}
.printButton {
	width: 120px;
	height: 30px;
	float: left;
	margin: 10px 10px;
}

.error {
    width:400px;
    height:20px;
    height:auto;
/*    position:absolute;
    top:200px;
    left:35%; */
    margin-left:-50px;
    background-color: #380000;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
.error2 {
    width:200px;
    height:20px;
    height:auto;
    position:absolute;
    left:20%;
    margin-left:-100px;
    bottom:10px;
    background-color: #380000;
    color: #F0F0F0;
    font-family: Calibri;
    font-size: 20px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
input:disabled {
	background: #222222;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


