.overlay_becms_oddc {
	background-color: #2d2708;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.becms_oddc_nw {
  background: transparent url(becms_oddc/left-top.gif) no-repeat 0 0;			
  width:20px;
  height:36px;
}

.becms_oddc_n {
  background: #fcfcf7 url(becms_oddc/top-middle.gif) no-repeat top right;
  height:36px;
}

.becms_oddc_ne {
 background: transparent url(becms_oddc/right-top.gif) no-repeat 0 0;
  width:20px;
  height:36px;
}

.becms_oddc_w {
  background: transparent url(becms_oddc/frame-left.gif) repeat-y top left;			
   width:20px;
}

.becms_oddc_e {
  background: transparent url(becms_oddc/frame-right.gif) repeat-y top right;			
   width:20px;	  
}

.becms_oddc_sw {
  background: transparent url(becms_oddc/bottom-left-c.gif) no-repeat 0 0;			
  width:20px;
  height:10px;
}

.becms_oddc_s {
  background: transparent url(becms_oddc/bottom-middle.gif) repeat-x 0 0;			
  height:10px;
}

.becms_oddc_se, .becms_oddc_sizer  {
  background: transparent url(becms_oddc/bottom-right-c.gif) no-repeat 0 0;			
  width:20px;
  height:10px;
}

.becms_oddc_sizer {
	cursor:se-resize;	
}

.becms_oddc_close {
	width: 26px;
	height: 32px;
	background: transparent url(becms_oddc/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:2px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.becms_oddc_minimize {
	display:none;
	width: 23px;
	height: 23px;
	background: transparent url(becms_civam/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.becms_oddc_maximize {
	display:none;
	width: 23px;
	height: 23px;
	background: transparent url(becms_civam/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.becms_oddc_title {
	float:left;
	color: #dc894a;
	text-align:left;
	width:100%;
	height:25px;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	border-bottom:#d4c26a 1px solid;
	font-family:Arial, Helvetica, sans-serif;
}

.becms_oddc_content {
	background: url(becms_oddc/bg_pop.jpg) #fcfcf7 repeat top right;
	overflow:auto;
	color: #625826;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* For alert/confirm dialog */
.becms_oddc_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.becms_oddc_message {
    font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.becms_oddc_buttons {
	text-align:center;
	width:100%;
}

.becms_oddc_buttons input {
	width:20%;
	margin:10px;
}

.becms_oddc_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.becms_oddc_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


