.highslidepopup-html {
    background-color: white;
}
.highslidepopup-html-blur {
}
.highslidepopup-html-content {
	position: absolute;
    display: none;
}
.highslidepopup-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslidepopup-credits,
a.highslidepopup-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslidepopup-credits:hover,
a.highslidepopup-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslidepopup-wrapper {
	background-color: white;
}
.highslidepopup-wrapper .highslidepopup-html-content {
    width: 600px;
    padding: 5px;
}
.highslidepopup-wrapper .highslidepopup-header div {
}
.highslidepopup-wrapper .highslidepopup-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslidepopup-wrapper .highslidepopup-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslidepopup-wrapper .highslidepopup-header ul li.highslidepopup-previous, .highslidepopup-wrapper .highslidepopup-header ul li.highslidepopup-next {
	display: none;
}
.highslidepopup-wrapper .highslidepopup-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslidepopup-wrapper .highslidepopup-header a:hover {
	color: black;
}
.highslidepopup-wrapper .highslidepopup-header .highslidepopup-move a {
	cursor: move;
}
.highslidepopup-wrapper .highslidepopup-footer {
	height: 11px;
}
.highslidepopup-wrapper .highslidepopup-footer .highslidepopup-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(graphics/resize.gif);
}
.highslidepopup-wrapper .highslidepopup-body {
}
.highslidepopup-move {
    cursor: move;
}


/* These must be the last of the highslidepopup rules */
.highslidepopup-display-block {
    display: block;
}
.highslidepopup-display-none {
    display: none;
}
.highslidepopup-resize {
	cursor: nw-resize;
}


/* control bar */
.highslidepopup-controls {
	width: 195px;
	height: 40px;
	background: url(graphics/controlbar3.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslidepopup-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(graphics/controlbar3.gif) right -90px no-repeat;

}
.highslidepopup-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslidepopup-controls a {
	background-image: url(graphics/controlbar3.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslidepopup-controls a.disabled {
	cursor: default;
}
.highslidepopup-controls a.disabled span {
	cursor: default;
}
.highslidepopup-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}




/* highslidepopup*/
.newsletterbuttonpopup_highslidepopup {
	/*width:100%;*/
	border:0px solid #000000;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}
.newsletterbuttonpopup_highslidepopup p  {
	text-align:center;
}
.newsletterbuttonpopup_highslidepopup a#toggle, .newsletterbuttonpopup_highslidepopup p a.highslidepopup{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}


