/* CSS Document */

a:link .announcementTextBackground {background-color:black; padding:2px;line-height:120%}
a:link .announcementTextBlueBackground {background-color:blue; padding:2px;line-height:120%}

a:link .announcementTextBackgroundSmall {background-color:black; padding:1px;}
a:link h3 .announcementTextBackground {line-height:120%}
a:link h3 .announcementTextBackgroundSmall {font-size:11pt;line-height:12pt}
a:link p .announcementTextBackground, a:link p .announcementTextBlueBackground {line-height:140%}
a:hover .announcementTextBackground, a:hover .announcementTextBlueBackground {background-color:transparent}
a:hover .announcementTextBackground1  {background-color:black}
.announcementBox a {color:white; text-decoration:none}
.announcementBox a:hover {color:white;
background-image:url(images/video_banners/dark_screen.png);
background-size:contain;
background-position:center;
background-repeat:repeat
}
@media screen and (hover: none)
{
a:link .announcementTextBackground, a:link .announcementTextBlueBackground {background-color:transparent}
.announcementBox a {
background-image:url(images/video_banners/dark_screen.png);
background-size:contain;
background-position:center;
background-repeat:repeat
}
}

a.linked_block {display:block;text-decoration:none;padding:0.3em 0}
a.linked_block_np {display:block;text-decoration:none;padding:0}
a.linked_block_sqp {display:block;text-decoration:none;padding:0.3em}