.overlay_cambria {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.cambria_nw {
	background: transparent url(cambria/left-top.gif) no-repeat 0 0;
  width:10px;
  height:25px;
}

.cambria_n {
  background: transparent url(cambria/top-middle.gif) repeat-x 0 0;
  height:25px;
}

.cambria_ne {
  background: transparent url(cambria/right-top.gif) no-repeat 0 0;
  width:10px;
  height:25px;
}

.cambria_w {
  background: transparent url(cambria/frame-left.gif) repeat-y top left;
  width:7px;
}

.cambria_e {
  background: transparent url(cambria/frame-right.gif) repeat-y top right;
  width:7px;
}

.cambria_sw {
  background: transparent url(cambria/bottom-left-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;
}

.cambria_s {
  background: transparent url(cambria/bottom-middle.gif) repeat-x 0 0;
  height:7px;
}

.cambria_se, .cambria_sizer  {
  background: transparent url(cambria/bottom-right-c.gif) no-repeat 0 0;
  width:7px;
  height:7px;
}

.cambria_sizer {
	cursor:se-resize;
}

.cambria_close {
	width: 23px;
	height: 23px;
	background: transparent url(cambria/button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.cambria_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(cambria/button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.cambria_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(cambria/button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.cambria_title {
	/*height:14px;*/
	font-size:13px;
	text-align:center;
	vertical-align:top;
	width:100%;
	color:#fff;
}

.cambria_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.cambria_window {
	border:1px solid #F00;
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.cambria_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.cambria_buttons {
	text-align:center;
	width:100%;
	overflow:visible;
}

.cambria_buttons input {
	width:20%;
	margin:10px;
}

.cambria_buttons input.dialogButton {
	width: auto;
	margin: 0 7px 0 0;
	padding: 5px 10px 5px 7px;
	line-height: 17px; /* Safari */
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	color: buttontext  !important;
	background: whitesmoke;
	font: normal normal bold 10px/13px sans-serif;
	text-decoration: none;
	cursor: pointer;
	overflow: visible;
}

.cambria_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.cambria_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


