/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset{margin:0; padding:0;}

/* HTML ELEMENTS */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


body {
	background-color:#ffffff;
	color:#333333;
	font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	min-width: 800px;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
    padding-bottom: 6rem;
    min-height: 95%;
	line-height: 140%;
}

input[type='text']
{
width: 310px;
border-radius: 1px;
border:1px solid #999999;
size: 20px;
padding-left: 5px;
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

input[readonly] { 
    background: #CCC;  
}

input[type='checkbox']
{
top: -20px;
}

input[type='submit']
{
width: 150px;
border-radius: 1px;
border:1px solid #999999;
padding-left: 5px;
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

input[type='button']
{
width: 150px;
border-radius: 1px;
border:1px solid #999999;
padding-left: 5px;
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

input[type='password']
{
width: 310px;
border-radius: 1px;
border:1px solid #999999;
size: 20px;
padding-left: 5px;
font-size: 10px;

}

label
{
/*width: 150px; */
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.topheader {
	font-size: 14px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.dropdown {
border-radius: 1px;
border:1px solid #999999;
width: 310px;
padding-left: 1px;
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 2px 5px;
	width: 100%;
}

.greenbutton {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 2px 5px;
	width: 100%;
}

.redbutton {
    background-color: #FE2E2E; /* Red */
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 2px 5px;
	width: 100%;
}

.chikna {
	color: #FE2E2E; /* Red */
	font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	
	
}

.redfont {
	color: #FE2E2E; /* Red */
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.greenfont {
	color: #4CAF50; /* Green */
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.h1
{
font-size:28px;
}

.h2
{
font-size:18px;
}

.redfont a {
	color: #FE2E2E; /* Red */
	position: relative;
	text-decoration:none;
	
}

.redfont a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FE2E2E; /* Red */
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.redfont a:hover:before {
 width: 100%
  
}


a {
	position: relative;
	text-decoration:none;
	
}

.h9 a {
	line-height: 1.6;
}

a:hover {
	
}

a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover:before {
 width: 100%
  
}

.resulttable
{
	font-size: 12px;
	color:BLUE;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.footlinks {
	position: absolute;
	bottom: 40px;
	left: 0;
	/*line-height: 100%;
	/*padding: 1rem;*/
}

.foottext {
	position: absolute;
	font-family: "Georgia", Verdana, Times, serif;
	bottom: 0;
	left: 0;
	line-height: 100%;
	/*padding: 1rem;*/
}

.foottext_print {
	position: fixed;
	font-family: "Georgia", Verdana, Times, serif;
	right: 0;
	bottom: 0;
	text-align: right;
	line-height: 100%;
	/*padding: 1rem;*/
}

@media print
{
.noprint {display:none;}

.added {display:inline;}
}

@media screen
{
.nodisplay {display:none;}
}

.linkooo {
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;	
text-decoration: line-through;
cursor: pointer;
color: blue;
}