#database_list{
  border-collapse:collapse;
  width:100%;
}
#form_title{
  background-color:#000080;
}
#security_title{
  text-align:center;
  font-weight:bold;
}
td.database_head{
  padding:3px;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  width:20%;
  background-color:#CBD5FF;
}

td.database_content{
  padding:3px;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background-color:#FBFCFF;
}

tr.database_search_content{
  background-color:#B8DEEE;
}

td.database_search_content{
  text-align:center;
  font-weight:bold;
  width:20%;
}
td.database_search_content_comment{
  text-align:center;
  font-weight:bold;
}

#bookmark_icon{text-align:right;}

#search_result{
  background-color:#000080;
  border:1px solid #000080;
  color:#ffffff;
  font-weight: bold;
}
#hint{
  border:1px solid #949394;
}
span.figure{
  color:#FF0000;
  font-weight: bold;
}
p#backbutton{text-align:center;}

p#powered{
  text-align:center;
  font-size:10pt;
  font-family:verdana,arial,serif,tahoma;
}