/* 
 * OPSM Main StyleSheet
 */

.opsm-sidebar-banner { position: relative; }
.opsm_popup { display: none; position: absolute; width: 300px; height: 200px; top: 68px; left: 0px; z-index: 1000; }
  .opsm_popup > .opsm_popup_content { background-color: #FFFFCC; border: 1px solid #000000; padding: 5px 10px 5px 10px; height: 100px; width: 270px; position: relative; box-shadow: 0 5px 15px #000000; -moz-box-shadow: 0 5px 15px #000000; -webkit-box-shadow: 0 5px 15px #000000; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
  .opsm_popup > .opsm_popup_content:after { content: ' '; height: 0; width: 0; position: absolute; border: 15px solid transparent; border-bottom-color: #000000; left: 20%; top: -30px; }
  .opsm_popup > .opsm_popup_content > p { padding-top: 0px; margin-top: 6px; font-size: 8pt; }
  .opsm_popup > .opsm_popup_content > p.title { font-size: 12pt; color: #CC3300; margin-bottom: 2px; margin-top: 6px; }
  .opsm_popup > .opsm_popup_content > p.footer { font-size: 10pt; margin-bottom: 2px; margin-top: 6px; }