/*
   hyBook.css
 
   hyBook version 2006.07.01
   Copyright (c) 2006 by Dr. Herong Yang, http://www.herongyang.com/
*/

body {background-image: url(imagenes/fondos/fondo4.jpg); 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: 558px; border: 1px solid black;}
td.hy_topic_subject {background-color: #ddddff; font-weight: bold;}
td.hy_topic_content {background-color: #eeeeff; padding: 8px 8px 8px 20px;}

table.hy_list {margin-top: 4px; width: 558px; border: 1px solid black;}
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: 558px; border: 1px solid black; background-color: #eeeeee;}
td.hy_comment_label {width: 100px; text-align: right;}

table.hy_error {margin-top: 4px; width: 558px; border: 1px solid red; background-color: #eeeeee; color: #ff0000;}
table.hy_notice {margin-top: 4px; width: 558px; border: 1px solid blue; background-color: #eeeeee; color: #0000ff;}

