﻿.overlay_advanstar {
	background-color: #F6F6F6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.advanstar_nw {
	background: #003399;color: #FFD24F;
	border-left:solid 1px #F3E7C2;
	border-top:solid 1px #F3E7C2;
    height:1px;
    width:10px;
}

.advanstar_n 
{
  background: #003399;color: #FFD24F;
  border-top: solid 1px #F3E7C2;
  height:1px;
}
.advanstar_ne {
  background: #003399;color: #FFD24F;
  border-right: solid 1px #F3E7C2;
  border-top: solid 1px #F3E7C2;
  height:1px;
  width:10px;	  
}

.advanstar_w {
	background: #003399; 
	border-left: solid 1px #F3E7C2;
	width:7px;
}

.advanstar_e {
	background: #003399; 
	border-right: solid 1px #F3E7C2;
	width:7px;
}

.advanstar_sw {
	background: #003399; 
	border-left: solid 1px #F3E7C2;
	border-bottom: solid 1px #F3E7C2;
}

.advanstar_s {
	background: #003399; 
	border-bottom: solid 1px #F3E7C2;
}

.advanstar_se, .advanstar_sizer  
{
	 background: #003399; 
	 border-right: solid 1px #F3E7C2;
	 border-bottom: solid 1px #F3E7C2;
}

.advanstar_sizer {
	cursor:se-resize;	
}

.advanstar_close {
	width: 60px;
	height: 23px;
	background: transparent url(advanstar/btnBack.gif) no-repeat 0 0;			
	margin-top:5px;
	position:absolute;
	top:0px;
	right:5px;
	cursor:pointer;
	z-index:1000;
}

.advanstar_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(advanstar/button-min-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.advanstar_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(advanstar/button-max-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.advanstar_title {
	background: #003399; padding: 6px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000;
}

.advanstar_content {
	background: #003399;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

/* For alert/confirm dialog */
.advanstar_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.advanstar_message {
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.advanstar_buttons {
	text-align:center;
	width:100%;
}

.advanstar_buttons input 
{
    display:none;
	width:20%;
	margin:10px;
}

.advanstar_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.advanstar_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}


