.overlay_bare
{
	background-color: #006166;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
}

.bare_nw
{
	width: 12px;
	height: 42px;
	background-color: #e7edf1;
}

.bare_n
{
  height: 42px;
  width: 100%;
  background-color: #e7edf1;
}

.bare_ne
{
  width: 12px;
  height: 42px;
  background-color: #e7edf1;
}

.bare_e
{
  width: 12px;
  height: 100%;
  background-color: #e7edf1;
}

.bare_w
{
  width: 12px;
  height: 100%;
  background-color: #e7edf1;
}

.bare_sw
{
  width: 12px;
  height: 12px;
  background-color: #e7edf1;
}

.bare_s
{
  height: 12px;
  width: 100%;
  background-color: #e7edf1;
}

.bare_se
{
  width: 12px;
  height: 12px;
  background-color: #e7edf1;
}

.bare_sizer
{
  width: 0px;
  height: 0px;
  display: none;
}

.bare_close
{
	width: 92px;
	height: 19px;
	position:absolute;
	top:12px;
	right:12px;
	cursor:pointer;
	z-index:1000;
	background-color: transparent;
	background-image: url(../images/front_end/popup_button__close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bare_minimize
{
  width: 0px;
  height: 0px;
  display: none;
}

.bare_maximize
{
  width: 0px;
  height: 0px;
  display: none;
}

.bare_title
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #2B5968;
	text-decoration: none;
	position: absolute;
	left: 12px;
	top: 12px;
}

.bare_content
{
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: Black;
  background: White;
}

/* For bare/confirm dialog */
.bare_window
{
  background: #FFF;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.bare_message
{
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A4447;
	text-decoration: none;
	padding-bottom:10px;
	position: absolute;
	left: 12px;
	top: 12px;
}

.bare_buttons
{
	text-align:center;
	width:100%;
}

.bare_buttons input
{
	width:20%;
	margin:10px;
}

.bare_progress
{
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
  background: #FFF url(/images/bare/progress.gif) no-repeat center center
}
