td {
	font-family: sans-serif;
	font-size: 11px;
}
.nav {
 display: none;
}
fieldset {
	padding: 10px;
}
body{
	font-family: sans-serif;
	font-size: 11px;
	background-color: white;
}
select{
	font-size: 11px;
	 border-bottom: black 1px solid;
 border-left: none;
 border-top: none;
 border-right: none;
}
form{
	margin: 0px
}
.gridcell{
 border-right: 1px ButtonShadow solid;
 border-bottom: 1px ButtonShadow solid;
 
}
.f_gridcell{
 border-right: 1px ButtonShadow solid;
 border-left: 1px ButtonShadow solid;
 border-bottom: 1px ButtonShadow solid;
}
.gridheader, .glass_button2, .f_gridheader{
border: black 1px solid;
color: black;
font-weight: bold;
background-color: #F0F0F0;
}
.gridheader2{
display: none;
}
.gridrow{
	 background-color: Window;
	 color: WindowText;
}
.s_gridrow{
	 background-color: Highlight;
	 color: ButtonHighlight;
}
.noshow, .printhide {
	display: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 border-bottom: black 1px solid;
 border-left: none;
 border-top: none;
 border-right: none;
}
.header {
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
   font-style: italic;
}
.tab{
display: none;
 }
.activetab{
 border: none;
}
.tabspace{
border-bottom: ThreedHighlight 1px solid;
}
.cont_tbl{
 border: 1px solid black;
 }
.glass_button, .dis_button{
	display: none;
}
.tbl_container{
	border: 2px inset;
}
.dis_gridrow{
font-weight: bold;
	background-color: #F0F0F0;
}
.pint{
display: inline;
}
.container{ 
height:auto !important
}
.reportcell{
background-color: #F4F4F4;
 border-right: 1px ButtonShadow solid;
 border-bottom: 1px ButtonShadow solid;
}
fieldset{
border:none;
}

/* Bootstrap upgrade styles */
.form-control{
	border-width: 0;
}
.bg-secondary {
	background-color: transparent !important;
}
button, nav, nav img, .input-group.date{
	display: none !important;
}
input, select{
	border-width: 0  !important;
}
table{
	width: 100%;
}
.container,.row{
	padding: 0;
	margin: 0;
}
tr{
	border-color: gray;
}