/*
   hyBook.css
 

*/

body {background-color: #a0a0a0; font-family: 'arial'; font-size: 10pt;}

td {font-family: 'arial'; font-size: 10pt;}

p.hy_title {font-size: 16pt; font-weight: bold;}

table.hy_topic {margin-top: 4px; width: 500px; border: 1px solid black;}
tr.hy_topic_subject {background-color: #ddddff; font-weight: bold;}
tr.hy_topic_content {background-color: #eeeeff;}

table.hy_list {margin-top: 4px; width: 500px; border: 1px solid black;}
tr.hy_list_item_lo {background-color: #ffffff}
tr.hy_list_item_hi {background-color: #eeeeee}
tr.hy_list_button {background-color: #ddddff}

table.hy_comment {margin-top: 4px; width: 500px; border: 1px solid black; background-color: #eeeeee;}
td.hy_comment_label {width: 100px; text-align: right;}

table.hy_error {margin-top: 4px; width: 500px; border: 1px solid red; background-color: #eeeeee; color: #ff0000;}
table.hy_notice {margin-top: 4px; width: 500px; border: 1px solid blue; background-color: #eeeeee; color: #0000ff;}
