body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 9pt;
	color: #556177;
	margin: 5px;
}

.Header {
	font-weight: bold;
}

table {
	background-color: #ffffff;
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #556177;
	font-style: normal;
	font-weight: normal;
	/* line-height:1.7em; */
}

td a {
    padding-left: 10px;
    padding-right: 10px;
    color: #556177;
    text-decoration: none;
}

td a:hover {
    color: #8894aa;
    text-decoration: underline;
}

td a.details {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid;
    background-color: #E0E8F0;
    color: #556177;
    text-decoration: none;
}

td a:hover.details {
    color: #8894aa;
    text-decoration: none;
}

th a {
    color: #ffffff;
    text-decoration: none;
}

th a:hover {
    text-decoration: underline;
}

/* input/form */
form {
    padding: 0px;
    margin: 0px;
}

input, select, textarea, .input {
	border: 1px solid #687787;
	color: #687787;
	background-color: #E0E8F0;
	font-family: Arial;
	Helvetica, sans-serif;
   font-size: 11px;
}

input.radio {
    border: 0px;
    padding: 2px;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #000000
}

input.checkbox{
  height: 12px;
  width: 12px;
  font-size: 14pt;
  background-color: #E0E8F0;
  padding: 0px;
}

input.checkbox:focus{
  border-top: 2px solid beige;
  border-left: 2px solid beige;
  border-right: 2px ridge #a99;
  border-bottom: 2px ridge #a99;

}

input.checkbox:active{
  padding:0;
  border-top: 2px ridge beige;
  border-left: 2px ridge beige;
  border-right: 2px ridge #ffc;
  border-bottom: 2px ridge #fcc;
  padding:0;
}

input.submit {
	border: 1px solid #687787;
	color: #485866;
	background-color: #E0E8F0;
	font-family: Arial;
	Helvetica, sans-serif;
    font-size: 11px;
	width: 100px;
}

/* tooltip */
.tooltip {
    FONT-family: courier;
    FONT-SIZE: 11px;
    TEXT-DECORATION: bold;
    border: 1px solid black;
    border-color: #687787;
    padding: 1px;
    background-color: #E0E8F0;
    color: #687787;
}

#dhtmltooltip {
    position: absolute;
    width: 300px;
    border: 1px solid;
    border-color: #687787;
    padding: 6px;
    background-color: #E0E8F0;
    visibility: hidden;
    z-index: 100;
}

table#poweredtable {
    float: left;
    width: 100%;
}

div#poweredby {
    color: black;
    font-family: arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    text-align: right;
}

div#poweredby a {
    color: #a61500;
    text-decoration: none;
}

div#poweredby a:hover {
    color: #8e1801;
    text-decoration: none;
}

div#poweredby a:visited {
    color: #a61500;
    text-decoration: none;
}
