/* SPAC: Event Popup CSS */
/* Shannon-Rose Design 2010 */

body { text-align: left; background: #fff; }
/* Header styles */
div.seasonHeader { width: 100%; height: 33px; background-color: #000; }
div.seasonHeaderWrap { width: 335px; }
div.genreHeader { width: 100%; height: 29px; margin: 0 0 5px; }
.seasonHeader h2 { color: #d4d2ce; font: normal 18px/22px Georgia, "Times New Roman", Times, serif; margin: 4px 0 0 16px; float: left; display: inline; position: relative; width: 150px; }
.genreHeader h1 { color: #fff; font: normal 16px/20px Helvetica, Arial, sans-serif; padding: 5px 0 0 16px; position: relative; }
p.popupActions { width: 155px; float: right; display: inline; text-align: right; margin: 7px 0 0; }
a.printIcon, a.closeIcon { width: 65px; height: 19px; float: left; display: block; margin: 0 0 0 7px; background-position: 0 0; background-color: #000; background-repeat: no-repeat; }
a.printIcon:hover, a.closeIcon:hover { background-position: 0 100%; }
a.printIcon em, a.closeIcon em { display: none; }
a.printIcon { background-image: url(/imgs/popup/printIcon.gif); }
a.closeIcon { background-image: url(/imgs/popup/closeIcon.gif); }
/* Content styles */
div.event { margin: 13px 16px; border-bottom: 1px solid #cbcbcb; color: #000; padding: 0 0 13px; }
.event h2 { font: bold 16px/20px Helvetica, Arial, sans-serif; margin: 0; }
.event h1 { font: bold 14px/18px Helvetica, Arial, sans-serif; margin: 0 0 5px; }
.event p { font: normal 11px/15px Helvetica, Arial, sans-serif; margin: 0 0 2px; }
.event ul { margin: 8px 0; }
.event li { font: normal 11px/15px Helvetica, Arial, sans-serif; margin: 0 0 3px 20px; list-style-type: disc; }
p.buyTickets { width: 74px; height: 15px; display: block; margin: 5px 0 0; font: normal 9px/15px Arial, sans-serif; text-align: center; text-transform: uppercase; }
p.buyTickets a, p.buyTickets a:hover { text-decoration: none; color: #fff; display: block; width: 74px; height: 15px; }
h4 { border-bottom: 1px solid #888478; color: #888478; font: normal 10px/14px Arial, sans-serif; letter-spacing: 0.1em; margin: 5px 0; padding: 0 0 2px; text-transform: uppercase; }
h4.programDividerLine { font-size: 1px; line-height: 1px; }
