
/* HIGHSLIDE POPUP
-----------------------------------------------------------------------------
*/
.highslide-wrapper {
	background: #FFFFFF;
}
.highslide-header {
	background: #001447 url(../images/popup_header.gif) repeat-x;
}
.highslide-header a:link, .highslide-header a:active, .highslide-header a:visited {
	color: #9DA4b8;
}
.highslide-header a:hover {
	color: #9da4b8;
}
.highslide-header H1 {
	color: #FFFFFF;
}
.highslide-close a {
	background: url(../images/popup_close.gif) no-repeat 0px 2px;
}
.highslide-move a {
	background: url(../images/popup_move.gif) no-repeat 0px 2px;
}

/* HIGHSLIDE POPUP
-----------------------------------------------------------------------------
*/
.highslide-html-content {
	position: absolute;
    display: none;
	text-align: left;
}
.highslide-loading {
    display: block;
	font-size: 8pt;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;   
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
.highslide-wrapper .highslide-html-content {
    width: 250px;
	font-size: 10px;
	line-height: 11px;
}
.highslide-wrapper .highslide-header {
	margin: 5px 5px 0px 5px;
	padding: 5px 5px 0px 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
}
.highslide-wrapper .highslide-header a {
	font-size: 9px;
	font-weight: normal;
	padding-left: 11px;
	text-decoration: none;
	margin-left: 5px;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-body {
	padding: 10px;
	position: relative;
}
.highslide-clipReport-loader, highslide-clipReport-success, highslide-clipReport-failure {
	padding: 10px;
}
.highslide-clipReport-loader {
	text-align: center;
}
.highslide-header H1 {
	padding: 25px 0px 5px 0px;
	font-size: 12px;
}
.highslide-body P {
	margin-bottom: 5px;
}
.popup_icon_home {
	text-indent: 17px;
}
.highslide-move {
    cursor: move;
}
.highslide-wrapper .button_right {
	height: 30px;
}
/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
