/*
-----------------------------------------------
Print Styles for all browsers
Project: ECS Federal Inc. Intranet
----------------------------------------------- */

/* Main Shell - increases font-size of body text, width of outer shell, and substitues 'verdana' with
a serif font */
body
{ background: white; text-align: left; border: 0; margin: 0; padding: 0; width: 7in; }
body, div, p, table, tr, td, ol, li, dl, dt, dd
{ font-family: Georgia, "Palatino", Times, serif; font-size: 10pt !important; color: black; }

#wrapper
{ width: auto; border: 0; border-top: 0; padding: 0; margin: 0; background: transparent; color: black; }
#pagebodywrapper, #pagebody
{ width: auto; margin: 0; padding: 0; border: 0; color: black; background: transparent; }


html
{ width: 100%; }
html p
{ line-height: 1.7em; text-align: left; margin: 0 0 1em 0; }

#main-content td.col3
{ width: 100%; border: none; }


/* Lists */
li
{ line-height: 1.7em; margin-bottom: .7em; }

#iso_docs
{ border: 1px solid #ccc; border-collapse: collapse; }
#iso_docs ul
{ margin: 0 0 0 .5em; padding: 0; }
#iso_docs th
{ color: #fff; border: 1px solid #ccc; padding: 12px; }
#iso_docs td
{ border: 1px solid #ccc; padding: 12px; }
#iso_docs th, td
{ line-height: 1.6em; }
tr, th, td
{ vertical-align: top; text-align: left; }

/* Headers */
h1, h2, h3, h4
{ font-family: "Trebuchet MS", Verdana, Lucida, Arial, sans-serif; margin-bottom: .5em; letter-spacing: 1pt; }

/* Image Display - hides unnecessary images on the page */
#header, #navigation, #footer, #skipnav, #sidenav, .clear, #column-3
{ display: none; }
img
{ display: block; margin-bottom: 1em; border: none; }

/* Links */
a:link, a:visited
{ color: #0000EE; background: transparent; font-weight: bold; text-decoration: underline; }
