/*
   hyBook.css
 
   hyBook version 2006.07.01
   Copyright (c) 2006 by Dr. Herong Yang, http://www.herongyang.com/
   Modified by Jegan Bruno
*/



td {font-family: 'arial'; font-size: 10pt;}

p.hy_title {font-size: 12pt; font-weight: bold; color: #99CCFF}

table.hy_topic {margin-top: 4px; width: 800px; border: 1px solid #FF7900; text-align:left}
td.hy_topic_subject {background-color: #ddddff; font-weight: bold; text-align:left}
td.hy_topic_content {background-color: #eeeeff; padding: 8px 8px 8px 20px; text-align:left}

table.hy_list {margin-top: 4px; width: 800px; border: 1px solid black; text-align:left}
td.hy_list_item_lo {background-color: #ffffff}
td.hy_list_item_hi {background-color: #eeeeee}
p.hy_list_head {margin: 0px 0px 0px 0px;}
p.hy_list_body {margin: 0px 0px 0px 0px; padding: 8px 8px 8px 20px;}
td.hy_list_item_pg {background-color: #ddddff; font-weight: bold;}
tr.hy_list_button {background-color: #ddddff}

td.hy_other_subject {background-color: #ddddff; font-weight: bold;}
td.hy_other_content {background-color: #eeeeff;}
p.hy_other_item {margin: 0px 0px 0px 0px; padding: 4px 8px 4px 20px;}

table.hy_comment {margin-top: 4px; width: 800px; border: 1px solid #FF7900; background-color: #FFFFFF; text-align:left}
td.hy_comment_label {width: 100px; text-align: right;}

table.hy_error {margin-top: 4px; width: 800px; border: 1px solid red; background-color: #eeeeee; color: #ff0000;}
table.hy_notice {margin-top: 4px; width: 800px; border: 1px solid blue; background-color: #eeeeee; color: #0000ff;}
