.overlay_application {
	background-color: gray;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.application_nw {
	background: transparent url(application/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
}

.application_n {
  background: transparent url(application/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.application_ne {
  background: transparent url(application/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
}

.application_w {
  background: transparent url(application/frame-left.gif) repeat-y top left;			
  width:7px;
}

.application_e {
  background: transparent url(application/frame-right.gif) repeat-y top right;			
  width:7px;	  
}

.application_sw {
  background: transparent url(application/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.application_s {
  background: transparent url(application/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
}

.application_se, .application_sizer  {
  background: transparent url(application/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.application_sizer {
	cursor:se-resize;	
}

.application_close {
	width: 23px;
	height: 23px;
	background: transparent url(application/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.application_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(application/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.application_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(application/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.application_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.application_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.application_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.application_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.application_buttons {
	text-align:center;
	width:100%;
}

.application_buttons input {
	width:20%;
	margin:10px;
}

.application_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.application_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

.noteMacro{
	BORDER-RIGHT: #f0c000 1px solid;
	BORDER-TOP: #f0c000 1px solid;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	BORDER-LEFT: #f0c000 1px solid;
	BORDER-BOTTOM: #f0c000 1px solid;
	BACKGROUND-COLOR: #ffffce;
	TEXT-ALIGN: left;
	FONT-SIZE: 11px;
	color:#666666;
}

.noteMacro2{
	BORDER-RIGHT: #577FB1 1px solid;
	BORDER-TOP: #577FB1 1px solid;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	BORDER-LEFT: #577FB1 1px solid;
	BORDER-BOTTOM: #577FB1 1px solid;
	BACKGROUND-COLOR: #D8E6F8;
	TEXT-ALIGN: left;
	FONT-SIZE: 11px;
	color:#666666;
}

.noteMacro3{
	BORDER-RIGHT: #FF0000 1px solid;
	BORDER-TOP: #FF0000 1px solid;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	BORDER-LEFT: #FF0000 1px solid;
	BORDER-BOTTOM: #FF0000 1px solid;
	BACKGROUND-COLOR: #FCC6C6;
	TEXT-ALIGN: left;
	FONT-SIZE: 11px;
	color:#666666;
}

.noteMacroExcel{
	BORDER-RIGHT: #00FF00 1px solid;
	BORDER-TOP: #00FF00 1px solid;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	BORDER-LEFT: #00FF00 1px solid;
	BORDER-BOTTOM: #00FF00 1px solid;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: left;
	FONT-SIZE: 11px;
	color:#666666;
}

.noteMacroPrint{
	BORDER-RIGHT: #2064AC 1px solid;
	BORDER-TOP: #2064AC 1px solid;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 5px;
	BORDER-LEFT: #2064AC 1px solid;
	BORDER-BOTTOM: #2064AC 1px solid;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-ALIGN: left;
	FONT-SIZE: 11px;
	color:#666666;
}

.noteMacroLoader{
	BORDER-RIGHT: #6699FF 1px solid;
	BORDER-TOP: #6699FF 1px solid;
	BORDER-LEFT: #6699FF 1px solid;
	BORDER-BOTTOM: #6699FF 1px solid;
	TEXT-ALIGN: left;
	FONT-SIZE: 11px;
}
