/*
        WES CMS - PRINT.CSS
        AccessMQ
*/

body, html {
        margin: 10px;
        color: #000000;
        font-family: Verdana, Arial, sans-serif;
        line-height: 1.4;
}
strong { font-weight: bold; }
em { font-style: italic; }
h1 {
        font-weight: bold;
        font-size: 24px;
        border-bottom: 3px solid #cccccc;
        padding-bottom: 15px;
        margin-bottom: 5px;
}
h2, h3, h4, h5 { font-weight: bold; margin: 0 0 15px 0; }
h2, h3, h4 { font-size: 16px; }
h3  { text-transform: uppercase; }
h5 { font-size: 14px; }
img { border: 3px solid #cccccc; }
p { font-size: 12px; margin-bottom: 15px; }
ul, ol { margin: 5px 0 15px 15px; list-style-position: inside; line-height: 1.4; font-size: 12px; }
ul { list-style-type: circle; }
ul#nav_main, ul#quicklinks, ul.user, #footer ul li a { display: none; }
ul#nav_parent li, ul#nav_sub li, ul#breadcrumbs li, #footer ul li { display: inline; list-style-type: none; }
#footer span { display: none; }

table td { vertical-align: top; padding: 0; }
table td img { margin: 0 10px; }
/* FORMS */
fieldset { width: 400px;  padding: 5px 0; border: 0; }
fieldset legend { color: #7aa321; font-weight: bold; font-size: 14px; }
fieldset ul { margin: 0; padding: 0; list-style-type: none; }
fieldset ul li { background-image: none; padding-left: 0; clear: both; margin: 0 0 5px 0; }
fieldset ul li label { display: block; width: 150px; float: left; }
fieldset ul li span { width: 200px; float: right; padding-bottom: 10px; }
fieldset input, fieldset textarea, fieldset select { border: 1px solid #7a8754; background-color: #e6efc2 !important; }
fieldset input.text { width: 200px; }
fieldset input.text_short { width: 150px; }
fieldset textarea { width: 200px; }
cite { font-size: 10px; color: #666666; }
p.form-bottom { clear: both; text-align: right; width: 200px; }
p.form-button span.legend { font-style: italic; }
p.form-button button { background: #5e6e27; padding: 3px; color: #ffffff; font: 11px Verdana, Arial, sans-serif; text-transform: uppercase; }