/* Styles for use in displaying a Roadblock advertisement */

#DivShim { position: absolute; border: 0; z-index: 990; display: none; height: 100%; width: 100%; }

p.close { text-transform: uppercase; background: black; color: white; margin: 0; padding: 5px 12px; font: 12px arial; text-align: left; }
p.close a { font-weight: bold; color: white; }
p.close a.xButton { border: 1px outset white; width: 1em; font-family: verdana; text-align: center; padding: 0 2px; }
p.close a.xButton:hover { text-decoration: none; }
p.close a.xButton:active { border-style: inset; }
#showCount { display: none; text-transform: none; position: absolute; top: 5px; right: 5px; }
.introstitialAd { width: 300px; margin: 100px auto 0; text-align: left; padding: 0; }
#roadblockcontainer
{
	position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; display: none; text-align: center; z-index: 991; 
}

#roadblock
{
	position: relative; top: 0; z-index: 3; margin: 0 auto; padding: 0; background: #fff url(/images/printLogo.gif) no-repeat 10px 35px; height: 400px; text-align: center; 
}

#roadblockbackground
{
	background: white; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; margin: 0; padding: 0;
}
