.overlay_riverock {
/*  background-color: #093260;*/
/*	background-color: #fff;*/
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

/*.riverock_nw {
  background: transparent url(riverock/panel-corners-dlg.png) no-repeat scroll 0%;          
  background-position:0px 0px;
  height:10px;
  width:10px;
}

.riverock_n {
  background: transparent url(riverock/panel-top-dlg.png) repeat-x scroll left top;
  height:10px;
}

.riverock_ne {
  background: transparent url(riverock/panel-corners-dlg.png) no-repeat scroll 0%;          
  background-position:0px -11px;
  height:10px;
  width:15px;
}
*/

/*.riverock_w {
  background: transparent url(riverock/panel-left-dlg.png) repeat-y scroll left top;
  width:10px;
}

.riverock_e {
  background: transparent url(riverock/panel-right-dlg.png) repeat-y scroll left top;
  width:15px;     
}
*/
/*.riverock_sw {
  background: transparent url(riverock/panel-corners-dlg.png) no-repeat scroll 0%;
  background-position:0px -22px;
  height:15px;
  width:10px;
}

.riverock_s {
  background: transparent url(riverock/panel-bottom-dlg.png) repeat-x scroll left top;
  height:15px;
}

.riverock_se, .riverock_sizer  {
  background: transparent url(riverock/panel-corners-dlg.png) no-repeat scroll 0%;
  background-position:0px -38px;
  height:15px;
  width:15px;
}
*/
.riverock_sizer {
	cursor:se-resize;	
}

.riverock_close {
	width: 23px;
	height: 23px;
	background: transparent url(riverock/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.riverock_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(riverock/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.riverock_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(riverock/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.riverock_title {
	float:left;
	height:10px;
	font-size:14px;
	text-align:center;
/*	margin-top:2px; */
	width:100%;
/*  color:#123456;*/
}

.riverock_content {
	overflow: auto;
/*  color: #000;*/
	font-family: "Verdana",Arial,Helvetica,sans-serif;
    font-size: 100%;
/*  background-color:#FFF9D8; /* #FDFDFD; */*/
}

/* For alert/confirm dialog */
.riverock_window {
/*  border:1px solid #F00;  
    background: #FFF;
*/	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.riverock_message {
	font-family: "Verdana",Arial,Helvetica,sans-serif;
    font-size: 100%;
/*	text-align:center;*/
	width:100%;
	height: 82%;
/*	margin-bottom: 4px; */
/*	overflow: auto;*/	/* rrt customization */
}

.riverock_buttons {
	display: none;		/* rrt customization */
	text-align: center;
	width: 100%;
	height: 0px;	/* rrt customization */
	overflow: auto;
}

.riverock_buttons input {
	width:20%;
	margin:10px;
}

.riverock_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
/*  background: #FFF url('alert/progress.gif') no-repeat center center*/
}

.riverock_wired_frame {
/*  background: #FFF;*/
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


