/*CSS style - Core Design Scriptegrator plugin for Joomla! 1.5*/
.highslide-container DIV
{
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-body #form-login-remember LABEL
{
	/*+placement:float-left 0px -20px;*/
	float: left;
	position: relative;
	left: 0px;
	top: -20px;
}
.highslide-body INPUT#cd_login_loginbutton
{
	/*+placement:float-left -129px -13px;*/
	float: left;
	position: relative;
	left: -129px;
	top: -13px;
}
.highslide-container TABLE
{
	background: none;
}
.highslide
{
	outline: none;
	text-decoration: none;
}
.highslide IMG
{
	border: 2px solid #C0C0C0;
}
.highslide:hover IMG
{
	border-color: #808080;
}
.highslide-active-anchor IMG
{
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor IMG
{
	border-color: #000000;
	visibility: visible;
	cursor: default;
}
.highslide-image
{
	border-width: 2px;
	border-style: solid;
	border-color: #FFFFFF;
	background: #808080;
}
.highslide-wrapper, .highslide-outline
{
	background: #FFFFFF;
}
.glossy-dark
{
	background: #111;
}
.highslide-image-blur
{
}
.highslide-number
{
	font-weight: bold;
	color: #808080;
	font-size: 0.9em;
}
.highslide-caption
{
	display: none;
	font-size: 1em;
	padding: 5px;
/*background: white;*/
}
.highslide-heading
{
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming
{
	position: absolute;
	background: #000000;
}
A.highslide-full-expand
{
	background: url(../graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-loading
{
	display: block;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 22px;
	background-image: url(../graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
A.highslide-credits, A.highslide-credits I
{
	padding: 2px;
	color: #C0C0C0;
	text-decoration: none;
	font-size: 10px;
}
A.highslide-credits:hover, A.highslide-credits:hover I
{
	color: #FFFFFF;
	background-color: #808080;
}
.highslide-move, .highslide-move *
{
	cursor: move;
}
.highslide-viewport
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay
{
	display: none;
}
.hidden-container
{
	display: none;
}
/*Example of a semitransparent, offset closebutton*/
.closebutton
{
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(../graphics/close.png);
/*NOTE! For IE6, you also need to update the highslide-ie6.css file.*/
}
/****************************************************************************
Styles for the HTML popups
Remove these if you are not using Highslide HTML
****************************************************************************/
.highslide-maincontent
{
	display: none;
}
.highslide-html
{
	background-color: #FFFFFF;
}
.highslide-html-content
{
	display: none;
	width: 400px;
	padding: 0 5px 5px;
}
.highslide-header
{
	padding-bottom: 5px;
}
.highslide-header UL
{
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header UL LI
{
	display: inline;
	padding-left: 1em;
}
.highslide-header UL LI.highslide-previous, .highslide-header UL LI.highslide-next
{
	display: none;
}
.highslide-header A
{
	font-weight: bold;
	color: #808080;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header A:hover
{
	color: #000000;
}
.highslide-header .highslide-move A
{
	cursor: move;
}
.highslide-footer
{
	height: 16px;
}
.highslide-footer .highslide-resize
{
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../graphics/resize.gif) no-repeat;
}
.highslide-body
{
}
.highslide-footer .highslide-resize SPAN
{
	display: none;
}
.highslide-resize
{
	cursor: nw-resize;
}
