/* body{
    -moz-filter: grayscale(100%);
    /* IE 
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: gray;
    /* Chrome, Safari 
    -webkit-filter: grayscale(1);
    /* Firefox 
    filter: grayscale(1);
	
}
*/
body {
  background-color: #cccccc;
}

/* a:link {
  color: #000000;
  font-size: 11pt;
  text-decoration: none;
}
a:visited {
  color: #000000;
  font-size: 11pt;
  text-decoration: none;
}
a:active {
  color: #cccccc;
  font-size: 11pt;
  text-decoration: none;
} */
/* a:hover {
  background: #ab0707;
  color: #ffffff;
  font-size: 11pt;
  text-decoration: none;
} */
table {
  font-family: "Tahoma", "MS Sans Serif", "Microsoft Sans Serif";
  color: #000033;
  /* font-size: 10pt; */
}
table,
th,
td {
  border-radius: 5px;
}

.tableborder {
  border-right: #072a66 1px solid;
  padding-right: 0px;
  border-top: #072a66 1px solid;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  border-left: #072a66 1px solid;
  padding-top: 0px;
  border-bottom: #072a66 1px solid;
  background-color: #fff;
}
input {
  font-family: "MS Sans Serif", "Microsoft Sans Serif";
  font-size: 10pt;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

/* input[type=submit] {
    padding:5px 15px; 
   background:#80FF9F; 
	
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
} */
/* input[type="button"] {
  padding: 5px 15px;
  background: #80ff9f;

  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 10px;
  border-radius: 10px;
} */
/* input[type="button"]:hover {
  color: red;
  font-weight: bold;
} */
/* input[type=submit]:hover {
    color: red;
	font-weight:bold;
	} */
textarea {
  font-family: "MS Sans Serif", "Microsoft Sans Serif";
  font-size: 10pt;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.style2 {
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
}

.style3 {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.style4 {
  font-size: 10px;
  color: #33cccc;
}
.style5 {
  font-size: 15px;
  color: #0000ff;
  font-weight: bold;
}
.datable tr:hover {
  background-color: #cccccc;
  color: #0000ff;
}

.tabletr {
  background-color: #999999;
  border-top-color: #ff0000;
  border-right-color: #ff0000;
  border-bottom-color: #ff0000;
  border-left-color: #ff0000;
}
.Indisp {
  font-size: 15px;
  color: #ff0000;
  font-weight: bold;
}
.styleH {
  color: #0000ff;
  font-weight: bold;
  font-size: 14px;
}
.styleS {
  color: #ff6600;
  font-weight: bold;
  font-size: 12px;
}
.styleSS {
  color: #000000;
  font-size: 12px;
}
.styleHH {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}
.styleEdit {
  color: #0000ff;
  font-weight: bold;
  font-size: 18px;
}
.styleA {
  color: #0000ff;
  font-weight: bold;
  font-size: 18px;
}
.styleR {
  color: #ff0000;
  font-weight: bold;
  font-size: 18px;
}
.styletxt {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}

tr:nth-child(even) {
  background-color: #ffffff;
}
tr:nth-child(odd) {
  background-color: #ffffff;
}
tr:first-child {
  background-color: #ffffff;
}
