﻿@charset "utf-8";
#blackout {
visibility: hidden;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: .8;
opacity: .8;
z-index: 9;
}
#divpopup{
position: fixed;
top: 50%;
left: 50%;
margin-top: -300px; /*half of the height plus a little to the top*/
margin-left: -380px; /*half of the width */
visibility: hidden;
display: none;
border: 1px solid #000;
background-color: #FFF;
color: #333;
padding: 0;
height: 150px;
width: 300px;
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#divpop_head{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #999999;
text-align:center;
padding:2px 0;
z-index:-1;
}
#close_pop{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
}
#close_pop a{
text-decoration:none;
color: #333;
}
#close_pop a:hover{
color:#FF0000;
}
#popvid_content{
clear:both;
padding: 0px;
}
#blackoutvid {
visibility: hidden;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: .8;
opacity: .8;
z-index: 9;
}
#divpopupvid{
position: fixed;
top: 50%;
left: 50%;
margin-top: -300px; /*half of the height plus a little to the top 200*/
margin-left: -300px; /*half of the width 400*/
visibility: hidden;
display: none;
border: 1px solid #d2d2d2;
background-color: #d2d2d2;
color: #d2d2d2;
padding: 0;
height: 560px;
width: 640px; /*800*/
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#divpopvid_head{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #999999;
text-align:center;
padding:2px 0;
z-index:-1;
}
#close_popvid{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
}
#close_popvid a{
text-decoration:none;
color: #333;
}
#close_popvid a:hover{
color:#FF0000;
}
#popvid_content{
clear:both;
padding: 0px;
}

/* THESE ONES BELOW ARE FOR THE NEWS POPUP WHEN FIRST VISITING THE SITE */

#blackout1 {
visibility: hidden;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: .8;
opacity: .8;
z-index: 9;
}
#divpopup1{
position: fixed;
top: 50%;
left: 50%;
margin-top: -400px; /*half of the height plus a little to the top*/
margin-left: -40px; /*half of the width */
visibility: hidden;
display: none;
border: 1px solid #000;
background-color: #FFF;
color: #333;
padding: 0;
height: 150px;
width: 300px;
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#divpop1_head1{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #999999;
text-align:center;
padding:2px 0;
z-index:-1;
}
#close_pop1{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
}
#close_pop1 a{
text-decoration:none;
color: #333;
}
#close_pop1 a:hover{
color:#FF0000;
}
#popvid_content1{
clear:both;
padding: 0px;
}
#blackoutvid1 {
visibility: hidden;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: none;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: .8;
opacity: .8;
z-index: 9;
}
#divpopupvid1{
position: fixed;
top: 50%;
left: 50%;
margin-top: -350px; /*half of the height plus a little to the top 200*/
margin-left: -400px; /*half of the width 400*/
visibility: hidden;
display: none;
color: #d2d2d2;
padding: 0;
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#divpopvid_head1{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #999999;
text-align:center;
padding:2px 0;
z-index:-1;
}
#close_popvid1{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
}
#close_popvid1 a{
text-decoration:none;
color: #333;
}
#close_popvid1 a:hover{
color:#FF0000;
}
#popvid_content1{
clear:both;
padding: 0px;
}
