.ButtonBB
{
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.hidden
{
	display: none;	
}

.visible
{
	display: inline;
}

.center
{
	text-align: center;
}

.underline
{
	text-decoration: underline;
}

#cache
{
	width: auto;
	visibility: hidden;
}

.colorpicker
{
	
}

.div_help
{
	width: 305px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;	
}

.div_help_top, .div_help_bottom
{
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

.div_help_left, .div_help_right
{
	width: 11px;
	margin: 0px;
	padding: 0px;
}

.div_help_top
{
	height: 13px;
	font-size: 5pt;
	background-image: url('images/bulle_help_top.png');
}

.div_help_bottom
{
	height: 30px;
	background-image: url('images/bulle_help_bottom.png');	
	clear: both;
}

.div_help_mid_ie
{
	width: 100%;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('images/bulle_help_mid.png');
}

.div_help_mid_ff
{
	width: 285px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('images/bulle_help_mid.png');
}

/************************************************************************************/
/*									Windows											*/
/************************************************************************************/
.winBg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=60);
	opacity: 0.6;
	visibility: hidden;
}