/*===== CSS for Print Mode =======*/
@import url("reset.css");

html {height:100%; margin-bottom:1px; overflow-y:scroll;}
body {background-color:#fff; color:#000; font:normal normal normal 75%/125% arial,sans-serif; height:100%;line-height:150%;padding:10px;}

#overall {height:auto; margin:0 auto; text-align:left; width:98%;border: 1px dotted;padding: 10px;}
#overall h1{font-size: 25px;font-weight: bold;margin: 5px 0 10px;padding: 1px 1px 1px 0;}
#overall h2{font-size: 20px;font-weight: bold;margin: 5px 0 10px;padding: 1px 1px 1px 0;}
#overall h3{font-size: 15px;font-weight: bold;margin: 5px 0 10px;padding: 1px 1px 1px 0;}
#overall p{margin: 10px 0;}
#overall ul{margin-left:10px;}
#overall ul li{list-style:circle inside;}
#overall ul.actions{margin-top: -32px;padding: 0 10px;text-align: right;}
#overall ul.actions li {list-style:none;}

p,ul li,ol li,address,.category-desc,table,label,dt,dd{font-size:14px;line-height:150%;}
a{font-weight: bold;text-decoration:none;}

address{font-style:normal;}
.contact-address address span{display:block;}

.unseen,#line,#header ul, #breadcrumbs,.article-info-term,#close,.display-limit,#bottom,.pagination,#footer,#header-image {display: none;}

dl.article-info {margin:10px 0;}

#overall #mailtoForm{margin-top:10px;}
#overall #mailtoForm div.formelm label{clear: left;display: block;float: left;width: 90px;}
#overall #mailtoForm div.formelm input{margin:2px;}

/*===== Notice Message =====*/
#overall #system-message-container dl#system-message{background:#FF7777;border: 1px solid #FF0000;padding: 5px;text-shadow: 0 1px 0 #FF0000;}
#overall #system-message-container dl#system-message dt.notice{font-size: 140%;font-weight: bold;}