@font-face {
    font-family: 'Aracne Regular';
    src: url('fonts/ARACNE_regular.eot');
    src: url('fonts/ARACNE_regular?#iefix') format('embedded-opentype'),
         url('fonts/ARACNE_regular.woff') format('woff'),
         url('fonts/ARACNE_regular.ttf') format('truetype'),
         url('fonts/ARACNE_regular.svg#AracneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html { 
	height: 100%; 
	overflow:auto; 
}

body {
    font-family: Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	height: 100%;
	font-size:75%;
}

select {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
}

table {	
	border-spacing: 0;		
}

#tblInfo, #tblTypes, #tblInstructions, #tblCodes, #tblCosts, #tblLogoOptions {
	box-shadow: 10px 10px 5px #888888;
	border-color: lightgray;
}

th:first-child, #tblInfo tr:first-child td:first-child {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    border-color: white lightgray lightgray white;
}

th:last-child {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    border-color: white white lightgray lightgray;
}

th:only-child{
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    border-color: white white lightgray white;
}

#tblCosts tr:first-child td:first-child {
	border-color: white white lightgray white;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(255,255,255)));
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 100%);
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 100%);
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 100%);
}

th, #tblInfo tr td:first-child, #tblTypes tr td:first-child, #tblCosts tr td:first-child {
	background: rgb(102,153,204);
	background: -moz-linear-gradient(top,  rgb(102,153,204) 0%, rgb(51,153,255) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(102,153,204)), color-stop(100%,rgb(51,153,255)));
	background: -webkit-linear-gradient(top,  rgb(102,153,204) 0%,rgb(51,153,255) 100%);
	background: -o-linear-gradient(top,  rgb(102,153,204) 0%,rgb(51,153,255) 100%);
	background: -ms-linear-gradient(top,  rgb(102,153,204) 0%,rgb(51,153,255) 100%);
	background: linear-gradient(to bottom,  rgb(102,153,204) 0%,rgb(51,153,255) 100%);	
}

#tblCodes tr:last-child td:first-child {	
	-moz-border-radius: 0 0 0 10px ;
    -webkit-border-radius: 0 0 0 10px ;
    border-radius: 0 0 0 10px;
    border-color: lightgray lightgray white white;
}

#tblCodes tr:last-child td:last-child {	
	-moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    border-color: lightgray white white lightgray;
}

.customheader {
	width: 100%;
	display:inline-block;	
}

.customimg {
	padding-left:50px;
	display:inline-block;
	vertical-align:middle;	
}

.custommenu {
	font-size: 100%;
	font-weight: bold;	
	display:inline-block;
	vertical-align:middle;	
	width:80%;
	text-align:center;
	height:50px;
}

.custommenu a {
	font-family:Arial, Helvetica, sans-serif;	
	text-decoration: none;	
	color:gray;
	height:53px;
	display:inline-block;
	vertical-align:middle;
}

.custommenu a:hover {
	border-width:3px;	
	border-bottom-style:solid;		
	border-color:gray;
	height:50px;
}

.custommenu .current {	
	border-width:3px;	
	border-bottom-style:solid;		
	display:inline-block;
	vertical-align:middle;
	height:50px;
} 

.custommenu .current a {
	color:black;
}

.ribbon {	
	background-color: #F9F9FF;	
	text-align:center;	
	height:40px;	
	border-top-style:solid;
	border-bottom-style:solid;
	border-color: #E9F1EA;
	border-width:1px;
}

.ribbon .text {
	font-size: 150%;
	color:#33CC00;
	font-weight:bold;	
	padding-top:10px;
}

.notify {
	background-color: #CCFFFF;
	width:65%;	
	text-align:center;	
	height:40px;	
	border-style:solid;
	border-color: #6699FF;
	border-width:1px;
}

.notify .text {
	font-family: Arial, Helvetica, sans-serif;	
	color:#6699FF;
	font-weight:bold;
	padding-top:10px;	
}

.preview {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:75%;
	position:absolute;
    left:80%;
    top:30%;
    width:197px;    
    height:350px;
    background-size:cover;
    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    -o-background-size:cover;            
    background-image:url('https://scanquest.epicappsolutions.com/images/notepad.jpg');
    border:1px solid black;
    box-shadow: 10px 10px 5px #888888;
}
tr.trPreview td {
border-bottom: 1px solid black;
}
.previewTitle
{
	padding-top:0.15cm;
}
.tblPreview
{
	padding-top:1cm;
	width:100%;
}
/*
input {
font-family: 'Aracne Regular', Arial, Helvetica, sans-serif;
font-size: 1.0em;
}
*/