

.overlay_citrus {
	width:500px;
	height:500px;
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 	0.6;
	opacity: 0.6;
}

.citrus_caption{
	width:100%;
	font-weight:bold;
	color:#2B383F;
	font-size:10px;
}

.citrus_topBar {
  width: 100%;
  cursor:move;
}


.citrus_nw {
  background:  url(citrus/left-top.gif) no-repeat top  left;			
  width:9px;
  height:15px;
}

.citrus_n {
  background: transparent url(citrus/top-middle.gif) repeat-x 0 0;	
  height:15px;
}

.citrus_ne {
  background: transparent url(citrus/right-top.gif) no-repeat top right;			
  width:9px;	  
  height:15px;
}

.citrus_w {
  background: transparent url(citrus/frame-left.gif) repeat-y ;			
  width:9px;
  background-color:white;
}

.citrus_e {
  background: transparent url(citrus/frame-right.gif) repeat-y top right;			
  width:9px;
  background-color:white;	  
}

.citrus_sw {
  background: transparent url(citrus/bottom-left-c.gif) no-repeat 0 0;			
  width:9px;
  height:15px;
}

.citrus_s {
  background: transparent url(citrus/bottom-middle.gif) repeat-x 0 0;			
  height:15px;
}

.citrus_se {
  background: transparent url(citrus/bottom-right-c.gif) no-repeat top right;			
  width:9px;
  height:15px;
}

.citrus_sizer  {
  background: transparent url(citrus/button-resize.gif) no-repeat top right;			
  width:9px;
  height:15px;
}



.citrus_close_focus {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/button-close-focus.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;
}

.citrus_close {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/button-close.gif) no-repeat center center;			
	margin:0px 1px;
	cursor:pointer;

}

.citrus_minimize_focus {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/button-min-focus.gif) no-repeat center center;			
	margin:0px 1px;
	cursor:pointer;

}

.citrus_minimize {
	width: 25px;
	height: 6px;
	background:  url(citrus/button-min.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;

}

.citrus_maximize_focus {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/button-max-focus.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;

}
.citrus_maximize {
	width: 25px;
	height: 6px;
	background: transparent url(citrus/button-max.gif) no-repeat  center center;			
	margin:0px 1px;
	cursor:pointer;

}

.citrus_title {
	float:left;
	height:15px;
	font-size:13px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#FFFFFF;
	font-weight: bold;
}

.citrus_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#FDFDFD;
}


.citrus_message {
	font-size:12px;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.citrus_buttons {
	text-align:center;
	width:100%;
}

.citrus_buttons input {
	width:20%;
	margin:10px;
}

.citrus_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.citrus_topBar_icon {
	  background: transparent url(citrus/top-middle.gif) repeat-x 0 0;	
	  height:21px;
      background:#C7CBD1;
      padding: 5px;
      border:1px solid #8F9ACA;
      font-weight:bold;
	  color:#14316B;
	  font-size:10px;
}

.citrus_topBar_restore {
	width: 14px;
	height: 21px;
	background: transparent url(citrus/button-max-focus.gif) no-repeat 0 center;			
	cursor:pointer;
	
}

.citrus_topBar_iconButton {
     float: left;
}



