/* CSS Document */
/*
#ownlinksDiv {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  border: 1px #FFC000 solid;
  background-color: #FFEAC1;
  padding: 3px;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#ownlinksDiv a:link, #ownlinksDiv a:visited {
  display: inline;
  width: auto;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  padding: 1px 2px 1px 2px;
  border: 1px #FFC000 solid;
  margin: 0px 2px 0px 2px; 
}

#ownlinksDiv a:hover {
  display: inline;
  width: auto;
  font-weight: normal;
  background-color: #FDFDE1;
  color: #000000;
  text-decoration: none;
  padding: 1px 2px 1px 2px;
  border: 1px #FF0000 solid;
  margin: 0px 2px 0px 2px; 
}

#ownlinksDiv img, #ownlinksDiv img {
  border: none;
  vertical-align: top;
}

#ownlinksHead {
  font-weight: bold; 
}
*/

#ownlinksTable {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  border: 1px #FFC000 solid;
  background-color: #FFEAC1;
  padding: 3px;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#ownlinksTable td {
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#ownlinksHelp {
  width: 120px;
  text-align: right;
}

#ownlinksTable a:link, #ownlinksTable a:visited {
  display: inline;
  width: auto;
  height: 20px;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  padding: 1px 2px 1px 2px;
  border: 1px #FFC000 solid;
  margin: 0px 2px 0px 2px; 
}

#ownlinksTable a:hover {
  display: inline;
  width: auto;
  height: 20px;
  font-weight: normal;
  background-color: #FDFDE1;
  color: #000000;
  text-decoration: none;
  padding: 1px 2px 1px 2px;
  border: 1px #FF0000 solid;
  margin: 0px 2px 0px 2px; 
}

#ownlinksTable img, #ownlinksTable img {
  border: none;
  vertical-align: top;
}

#ownlinksHead {
  font-weight: bold; 
  height: 20px;
  padding: 1px 2px 1px 2px;
  margin: 0px 2px 0px 2px; 
}

/* setownlinks */

body#setownlinks {
  width: 580px;
  height: 180px;
  margin: 10px;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
}

#setownlinksFormTable {
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px #FFC000 solid;
  background-color: #FFEAC1;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#setownlinksFormTable td {
  text-align: center;
}

input.setownlinksForm {
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px #FFC000 solid;
  background-color: #FFF;
}

input.setownlinksFormSubmit {
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 3px #FFCC69 outset;
  background-color: #FDDC9D;
}

span.setownlinksFormHeader {
  font-style: normal;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

div#setownlinksResult {
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px #FFC000 solid;
  background-color: #FFEAC1;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

div#setownlinksResult p {
  margin: 10px;
}
