

/*************************************************** POPPED WINDOW - GENERAL STYLES */

#pop-overlay { background-color: #000000; display: block; height: 0px; left: 0px; position: absolute; top: 0px; width: 100%; z-index: 90; }

#pop-container { display: block; left: 0px; position: absolute; width: 100%; z-index: 100; }

#pop-header-container,
#pop-content-container,
#pop-footer-container { margin: 0 0 0 0; overflow: hidden; /* fixes IE7 background repeat bug */ }

#pop-content-container-ie { display: none; }

/* Popped window functions - Close, Print, Tip */
#pop-window-functions a#close:hover,
#pop-window-functions a#print:hover,
#pop-window-functions a#tip:hover { background-position: 0px -27px; }

/* Special treatment for popped page headers */

#pop-content-container h1 { color: #333333; font-size: 1.675em; font-weight: normal; line-height: 1.075em; padding: 0 0 8px 0; }

