body {
  margin: 8px 8px 8px 8px;
  background: #fcfedd;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}
td.formlabel {
  text-align: right;
  padding-right: 3px;
}
.formlabel sup {
  color: red;
  font-size: 100%;
  vertical-align: bottom;
}
.formerror {
  color: #f99;
}

input[type="submit"],input[type="reset"],input[type="button"] {
  background: #153636;
  color: white;
  border-color: black;
}


h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
}
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 115%;
  font-weight: bold;
  text-decoration: none;
  margin: 0em 0em 1em 0em;
}
a:link {
  color: black;
  text-decoration: underline;
}
a:visited {
  color: black;
  text-decoration: underline;
}
a:active {
  color: #00f;
  text-decoration: underline;
}
a:hover {
  color: #00b;
  text-decoration: underline;
}

.textContent {
  background-color: #efedf9;
  padding: 1.5em;
  border: 2px solid #000000;
  margin: 0.5em 1em 0.5em 1em;
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
}
.textContent p {
  padding: 0em;
  margin-top: 0em;
}


#clearFloat {
  clear: both;
}


#errormsg {
  background: #FDD;
  border: 1px solid red;
  padding: 10px;    
  color: black;
  text-align: left;
}
#errormsg p {
  padding: 0px;
  margin: 0.1em;
}
#errormsg h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em
}

#message {
  background: #2a777f;
  border: 1px solid black;
  padding: 10px;
  text-align: left;
  color: white;
}
#message h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em
}
#message a:link {
  color: white;
  text-decoration: underline;
}
#message a:visited {
  color: white;
  text-decoration: underline;
}
#message a:active {
  color: #bbf;
  text-decoration: underline;
}
#message a:hover {
  color: #bbf;
  text-decoration: underline;
}

#headerBG {
  position: relative;
  background-image: url(/images/header_bg.gif);
  background-repeat: repeat;
  width: 100%;
  height: 126px;
}
#headerIMG{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 724px;
  height: 92px;
}
#headerContact {
  float: right;
  position: relative;
  top: 65px;
  margin-right: 5px;
}
#headerContact p {
  text-align: right;
  margin: 0em;
  font-size: 11px;
  color: white;
  font-weight: normal;
}
#headerContact a {
  color: white;
  text-decoration: none;
}
#headerSearch{
  position: absolute;
  top: 83px;
  left: 7px;
  padding: 0px;
  margin: 0px;	
}
#headerSearchText{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 2px 2px 0px 2px;
  border: 1px solid black;
  background-color: white;
  margin: 0px;
}
#headerSearchGo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid black;
  background-color: #CCC;
  color: black;
  padding: 0px;
  position: relative;
  top: -1px;
  margin: 0px;
}
#headerSearch input.blur{
  color: #999;
}
#headerASearch{
  position: relative;
  left: 66px;
  top: -6px;
}
#headerASearch a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: underline;
}
.headerBTN{
  position: absolute;
  height: 21px;
  top: 83px;
}
.btnHelp{
  width: 58px;
  left: 452px;
}
.btnMyClipBin{
  width: 94px;
  left: 524px;
}
.btnLogin{
  width: 66px;
  left: 628px;
}
.rdmsg{
  background-color: #fffff1;
  border: 1px solid black;
  position: absolute;
  left: 580px;
  top: 70px;
  width: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 5px;
}

#footer {
  width: 100%;
  text-align: center;
  padding-top: 1em;
  clear: both;
}
#footerline {
  width: 60%;
  border: 0px;
  height: 1px;
  background-color: black;
}
#footer a {
  font-size: 13px;
  padding: 0 0.5em 0 0.5em;
}
#footer a:link {
  text-decoration: none;
}
#footer a:visited {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer a:active {
  text-decoration: underline;
}

.boundBox {
  border: 1px solid black;
  background: #2a777f;
  margin-top: 10px;
  color: white;
}
.boundBoxLabel {
  position:relative;
  top: -10px;
  left: 10px;
  text-align: center;
  background: #2a777f;
  padding: 3px 10px 0px 10px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.boundBox a:link {
  color: white;
  text-decoration: underline;
}
.boundBox a:visited {
  color: white;
  text-decoration: underline;
}
.boundBox a:active {
  color: #bbf;
  text-decoration: underline;
}
.boundBox a:hover {
  color: #bbf;
  text-decoration: underline;
}


#ajaxLoader{
  background-image: url('/images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  width:100%;
  height:20px;
}
#ajaxBox {
  position: relative;
  z-index:1001;
  margin-top: 10px;
  display: none;
  padding: 8px;
}
#ajaxClose {
  float: right;
  margin-right: -8px;
  margin-left: 3px;
  padding-bottom: 4px;
  margin-top: 0px;
  text-align: center;
}