@charset "utf-8";
/* CSS Document */

.popup-hidden {display: none; }

.popup-hidden2 {display: none; }

.popup-visible{
    display:block;
    position:absolute;
    top:5px;
	right:8px;
	width:280px;
	height:48px;
	color: #818181;
	margin:auto;
	z-index:50;
	}
.popup-visible2{
    display:block;
    position:absolute;
    top:5px;
	right:5px;
	width:320px;
	height:48px;
	color: #818181;
	margin:auto;
	z-index:50;
	}
.topbar{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
font-weight:bold;
}
.topbar :hover{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
font-weight:bold;
background-image: url(../images/topbar/bgtopbarhover.gif);
}
.topbar2{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:center;
font-weight:bold;
background-image:url(../images/topbar/bgtopbaract.jpg);
}

.topbar2 a{
text-decoration:none;
color:#000000;
}
.topbar2 a:hover{
text-decoration:none;
color:#000000;
}

.topbar a{
text-decoration:none;
color:#FFFFFF;
}
.topbar a:hover{
text-decoration:none;
color:#FFFFFF;
}
