body {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  font-family:"Segoe-UI", Tahoma;
  font-size: medium;
}
div#contentdiv {
  margin: 0px 15px 0px 15px;
}

input#loginButton{
    border: 1px solid #78B776 !important;
    background: #8ACB88 !important;
    color: #FFF !important;
    padding: 6px 126px !important;
    border-radius: 0px !important;
    box-shadow: 0 0 1px transparent !important;
    font-weight: 100 !important;
    text-shadow: none !important;
    margin-top: 20px;
}

p.maintitle {
font-size: larger;
font-family: "Segoe-UI", Arial, Helvetica, sans-serif;
font-weight: bold;
margin-top: 22px;
margin-left: 260px;
margin-bottom: 30px;
}
input.loginField {
/*  border: 1px solid #949EA7;     
  height: 30px;
  padding: 5px;
 */ 
}
div.errorMsg {
  color: #ff0000;
  font-style:italic;
}
div.loginFieldDiv {
 /* font-weight: bold; */
}
div.logindiv {
 /* border: 1px solid #949EA7;  */
 /* background-color: #CCF0FF; 
  margin: auto;
  padding: 15px;
  padding-bottom: 0px;
  width: 300px;
  */
}
table.authtable {
  border: 0px;
 /* font-weight: bold; */
  font-family: "Segoe-UI", Arial, Helvetica, sans-serif;
  font-size: smaller;
}
p.divlabel {
  font-size: large;
  font-family: "Segoe-UI", Arial, Helvetica, sans-serif;
  margin: 0px;
  /*text-decoration: underline; */
}
#maincontent {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 100px;
  overflow: auto;
}
#framecontent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-style:solid;
  border: 0px;
  border-top:2px solid #F0F0F0;
  background: #F0F0F0;
  overflow: auto;
}
div#resultWrapper {
  margin: 15px;
  visibility:hidden;
}
table.resultTable {
  border: 0px;
  width: 90%;
}
td.resultLabel {
  font-weight: bold;
/*  text-decoration: underline; */
  text-align:right;
  width: 1px;
}
div.classDiv {
  border: 1px solid #949EA7;
  background-color: white;
  padding: 0px 0px 0px 0px;
}
div.classHeading {
  padding: 5px 0px 5px 5px;
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
}
div.methodHeading {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  vertical-align:middle;
  padding: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
}
div.paramDiv {
  padding: 0px 0px 0px 50px;
}
a.simple {
  border: 0px;
}
img {
  border: 0;
}

div.executeForm {
  border: 1px solid #949EA7;
 /* background: #F2FBFD; */
  width: 90%;
}


.executeForm table {
  width: 90%;
  padding: 10px;
}

.paramTableHeader{
   height: 35px;
}
	
tr {
  height: 35px;
}
.paramTableHeader td {
  font-weight: bold;
  /*text-decoration: underline; */
}
.executeForm button {
  text-align: right;
     
}
td.thin {
  width: 1px;
}
input.long {
  width: 95%;
}

div.executeButtonDiv{
  text-align: right;
  padding: 5px;
}

.executeForm input {
    font-size: medium;
    font-family: "Segoe-UI", Arial, Helvetica, sans-serif;
    padding: 2px;
}

div.executeButtonDiv input {

     border: 1px solid #78B776 !important;
    background: #8ACB88 !important;
    color: #FFF !important;
    padding: 6px 26px !important;
    border-radius: 0px !important;
    box-shadow: 0 0 1px transparent !important;
    font-weight: 100 !important;
    text-shadow: none !important;
    margin-top: 10px;

}

* html body{ /*IE6 hack*/
  padding: 0 0 100px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
  height: 100%;
  width: 100%;
}


