.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */
  
  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }
  
  /* Border */

  .boxy-wrapper { empty-cells: show; }
	.boxy-wrapper .top-left,
	.boxy-wrapper .top-right,
	.boxy-wrapper .bottom-right,
	.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
	
	.boxy-wrapper .top-left { background: url('../images/boxy-nw.png'); }
	.boxy-wrapper .top-right { background: url('../images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { background: url('../images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { background: url('../images/boxy-sw.png'); }
	
	/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
	/* NB: these must be absolute paths or URLs to your images */
	.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/alt//images/boxy-nw.png'); }
	.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/alt//images/boxy-ne.png'); }
	.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/alt//images/boxy-se.png'); }
	.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/app_themes/alt//images/boxy-sw.png'); }
	
	.boxy-wrapper .top,
	.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	.boxy-wrapper .left,
	.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
	/* Title bar */
	
	.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
	  .boxy-wrapper .title-bar.dragging { cursor: move; }
	    .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
	    .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
	/* Content Region */
	
	.boxy-inner { background: transparet; padding: 0 }
	.boxy-content { padding: 15px; }
	
	/* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }




/* ---------------pop-up */

.pop-up {
	position:absolute; 
	/*top:20px;
	left:15%;*/
	z-index:1000; 
}

.pop-up-wraper{
	width:100%;
	position:relative;
}

.star-shape{
	position:relative;
	overflow:hidden;
	padding:10px 0;
	width:100%;
}

.star-shape .warning, .star-shape .greybox, .star-shape .greenbox, .star-shape .bluebox{
	position:relative;
	overflow:hidden;
	padding:4px 0;
	width:100%;
}

.pop-up-close{
	position:absolute;
	z-index:1001;
	display:block;
	top:-1px;
	right:-3px;
	background-image:url(/app_themes/alt/images/pop-up-close.png);
	width:40px;
	height:40px;
	cursor:pointer;
}

.star-shape .pop-up-content{
	background:#ffffff;
	border-left:6px solid #000000;
	border-right:6px solid #000000;
	padding:15px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.star-shape .warning-content{
	background:#fffcf0;
	border-left:2px solid #ffcb15;
	border-right:2px solid #ffcb15;
	padding: 0px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.star-shape .greybox-content{
	background:#f5f5f5;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	padding:0 10px 10px 10px;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#000000;
}

.star-shape .greenbox-content{
	background:#eaffe2;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	padding:0 10px 10px 10px;
	background-image:url(/app_themes/alt/images/box-bkg-green.jpg);
	background-position:bottom;
	background-repeat:repeat-x;

}
.star-shape .bluebox-content{
	background:#e2f1ff;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	padding:0 10px 10px 10px;
	background-image:url(/app_themes/alt/images/box-bkg-blue.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.star-shape .cn{
	position:absolute;
	width:20px;
	height:20px;
	left:-10px;
	top:-10px;
}
.star-shape .warb, .star-shape .greyb, .star-shape .greenb, .star-shape .blueb{
	position:absolute;
	width:8px;
	height:8px;
	left:-4px;
	top:-4px;
}
.star-shape .cn.tr, .star-shape .warb.tr, .star-shape .greyb.tr, .star-shape .greenb.tr, .star-shape .blueb.tr, 
.star-shape .cn.br, .star-shape .warb.br, .star-shape .greyb.br, .star-shape .greenb.br, .star-shape .blueb.br  {
	margin-left:100%;
}

.star-shape .cn.bl, 
.star-shape .warb.bl,
.star-shape .greyb.bl,
.star-shape .greenb.bl,
.star-shape .blueb.bl,
.star-shape .cn.br, 
.star-shape .warb.br,
.star-shape .greyb.br,
.star-shape .greenb.br,
.star-shape .blueb.br
{
	top:auto;
}

.star-shape .cn{
	background:url(/app_themes/alt/images/star-shape.png);
}

.star-shape .warb{
	background:url(/app_themes/alt/images/warningbox.jpg) no-repeat;
}

.star-shape .greenb{
	background:url(/app_themes/alt/images/greenbox.jpg) no-repeat;
}

.star-shape .blueb{
	background:url(/app_themes/alt/images/bluebox.jpg) no-repeat;
}

.star-shape .greyb{
	background:url(/app_themes/alt/images/greybox.jpg) no-repeat;
}

.star-shape .cn.tl, .star-shape .warb.tl, .star-shape .greyb.tl, .star-shape .greenb.tl, .star-shape .blueb.tl, 
.star-shape .cn.bl, .star-shape .warb.bl, .star-shape .greyb.bl, .star-shape .greenb.bl, .star-shape .blueb.bl {
	width:100%;
} 

.pop-up-content h2 {
	font-size:20px;
	width:100%;
	color:#191919;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.pop-up-content .ok_check{
	margin-bottom:-5px; padding-right:5px;
}

.pop-up-content p, .greenbox-content p, .bluebox-content p{
	padding:5px 0 0 0;
	width:100%;
	color:#666666;
}
p.label{
	font-size:11px;
	font-weight:bold;
}


.pop-up-content p.pad_t_0 {
	padding:0 0 0 0;
}

.warning-content h2{
	color:#c3181f;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}
.warning-content p{
	padding:0;
}

.pop-up-content .line{
	width:100%;
	border-bottom:1px solid #e5e5e5;
	height:15px;
	overflow:hidden;
  background-color: #ffffff;
}

.pop-up-content .line_dark{
	width:100%;
	border-bottom:1px solid #bbc8d5;
	height:15px;
	overflow:hidden;
}

.pop-up-content a.b_button, .pop-up-content a.r_button, .pop-up-content a.g_button{
	display: block;
	height: 33px;
	margin-right:10px;
	padding-left: 4px;
	font-size: 16px;
	font-weight: bold;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url('/app_themes/alt/images/button_blue_l.png') no-repeat left 0;
}

.pop-up-content a.b_button span, .pop-up-content a.r_button span, .pop-up-content a.g_button span{ 
	display: block;
	float:left;
	height: 33px;
	padding-right: 4px;
	background: url('/app_themes/alt/images/button_blue_r.png') no-repeat right 0;}

.pop-up-content a.b_button span span, .pop-up-content a.r_button span span, .pop-up-content a.g_button span span{
	display: block;
	float:left;
	height: 33px;
	white-space:pre;
	padding: 0px 10px;
	background-image: url('/app_themes/alt/images/button_blue_m.png');
	background-repeat: repeat-x;
	background-position: right top;
	cursor: pointer;
	line-height:33px;
	vertical-align:middle;
	}

.pop-up-content a.r_button{
	background: url('/app_themes/alt/images/button_red_l.png') no-repeat left 0;
}
.pop-up-content a.r_button span{
	background: url('/app_themes/alt/images/button_red_r.png') no-repeat right 0;
	}
.pop-up-content a.r_button span span{
	background-image: url('/app_themes/alt/images/button_red_m.png');
}
.pop-up-content a.g_button{
	background: url('/app_themes/alt/images/button_green_l.png') no-repeat left 0;
}
.pop-up-content a.g_button span{
	background: url('/app_themes/alt/images/button_green_r.png') no-repeat right 0;
	}
.pop-up-content a.g_button span span{
	background-image: url('/app_themes/alt/images/button_green_m.png');
}

.pop-up-content a.r_button:hover, 
.pop-up-content a.r_button span span:hover, 
.pop-up-content a.b_button:hover, 
.pop-up-content a.b_button span span:hover,
.pop-up-content a.g_button:hover, 
.pop-up-content a.g_button span span:hover{

	background-position:left bottom;
}
.pop-up-content a.b_button span:hover, .pop-up-content a.r_button span:hover, .pop-up-content a.g_button span:hover{
	background-position:right bottom;
}

.pop-up-content a.inactive, .pop-up-content a.inactive span span{
	background-position: 0% 100%;
}
.pop-up-content a.inactive span{
	background-position:100% 100%;
}

.pop-up-content .big_b_button{
	display: block;
	height: 47px;
	padding-left: 4px;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url('/app_themes/alt/images/big_blue_button_l.png') no-repeat left 0;
}

.pop-up-content .big_b_button span.wrap{ 
	display: block;
	height: 47px;
	padding-right: 4px;
	background: url('/app_themes/alt/images/big_blue_button_r.png') no-repeat right 0;
	overflow: hidden;
	}

.pop-up-content .big_b_button span.big_b_button_text{
	display: block;
	width:auto;
 	height: 47px;
	white-space:pre;
	padding-left:40px;
	background-image: url('/app_themes/alt/images/big_blue_button_m.png');
	background-repeat: repeat-x;
	background-position: right top;
	cursor: pointer;
	line-height:47px;
	vertical-align:middle;
	}


.pop-up-content a.big_b_button span span img{
	vertical-align:middle;
	line-height:47px;
	margin-right:10px;
}

.pop-up-content .p_textbox{
	display: block;
	float:left;
	height: 32px;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: url('/app_themes/alt/images/popup_txtbox_l.png') no-repeat left 0;
}

.pop-up-content .p_textbox .popup_txtbox_r 
{
  background:url("/app_themes/alt/images/popup_txtbox_r.png") no-repeat scroll right 0 transparent;
  display:block;
  float:left;
  height:32px;
  padding-right:4px;
}

.pop-up-content .p_textbox span input{
	display: block;
	float:left;
	width:330px;
 	height: 18px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	white-space:pre;
	color:#999999;
	font-weight:bold;
	padding: 5px;
	border:0px;
	border-bottom:2px solid #d4d4d4;
	border-top:2px solid #d4d4d4;
	vertical-align:middle;	
	}
	
.pop-up-content .grey{
	background-position: 0% 0% ;
	}
.pop-up-content .wyellow{
	background-position: 0% 50% ;
	}
.pop-up-content .disabled{
	background-position: 0% 100% ;
	}

.pop-up-content .grey span{
	background-position: 100% 0% ;
	}
.pop-up-content .wyellow span{
	background-position: 100% 50%;
	
	}
.pop-up-content .disabled span{
	background-position: 100% 100% ;
	}

.pop-up-content .wyellow span input{
	border-bottom:2px solid #ffcb15;
	border-top:2px solid #ffcb15;
}
.pop-up-content .disabled span input{
	background-color:#efefef;
}

.pop-up-buttons{
	padding-top: 10px;
}

.pop-up-buttons.pad_t_42 {
	padding-top: 42px;
}

.warningbox{
	padding-top:15px;
}
.asterisk{
	color:#ffcb15;
	font-weight:bold;
	font-size:17px;
	display:block;
	position:relative;
	margin-right:-10px;
	float:left;
	margin-top:-2px;
}
.asterisk_color{
	padding-left:3px;
	color:#ffcb15;
	font-weight:bold;
	font-size:17px;
}
.warning_border {
	border:1px solid #ffcb15;
}

.check_box {
	padding-top:10px; 
	font-size:11px;
	width:100%;	
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
.check_box .border{
	border:1px solid #ffcb15;
	float:left; 
	position:relative;
	margin:0;
	height:13px;
	width:13px;
	overflow:hidden;
	display:inline-block;
}
.check_box input{
	display:inline-block;
	float:left;
}
.check_box span{
	display:inline-block;
	float:left;
	padding:0 15px 0 5px;
	margin-top:-3px;

}
.check_box a, a.popup_blue_link{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2285c5;
  float: left;
}

.statusMsg a.popup_blue_link{
  float: none;
}

.check_box span a, span a.popup_blue_link
{
  float: none;
}

.check_box a:hover, a.popup_blue_link:hover{
	text-decoration:underline;
	color:#2285c5;
	}
	
.check_box.pad_t_10
{
  padding-top: 10px;
}	
	
.check_box.pad_t_20
{
  padding-top: 20px;
}
	
.check_white{
	float:left;
	display:block;
	height:32px;
	width:32px;
	margin-top:-38px;
	margin-left:10px;
	background-image:url('/app_themes/alt/images/check_big_blueb.png');
}

.circle_white{
	background-image:url('/app_themes/alt/images/ajax-loader-blue.gif');
	float:left;
	display:block;
	height:32px;
	width:32px;
	margin-top:-38px;
	margin-left:10px;
}

.check_dark, .circle_dark{
	float:left;
	display:block;
	height:32px;
	padding-left:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	vertical-align:middle;
	line-height:32px;
	white-space:pre;
	background-image:url('/app_themes/alt/images/check_dark.png');
	background-repeat:no-repeat;
}
.circle_dark{
	background-image:url('/app_themes/alt/images/ajax-loader-blue.gif');
}

.col_310_l h2, .col_310_r h2{
	padding:15px 0 5px 0;
	font-size:16px;
}
ins {
	text-decoration:none;
}

.lbl_t{
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	padding:10px 0 5px 0;
}
.lbl_t_l{
	display:inline-block;
	padding:10px 70px 5px 5px;
	color:#999999;
	font-weight:bold;
	font-size:11px;
}

.lbl_motionsrute, .lbl_motionsrute_big {
	display:inline-block;
	padding:5px 0 0 0;
	width:70px;
	color:#666666;
	font-weight:bold;
	font-size:13px;
}
.lbl_motionsrute_big {
	width:180px;
}
.lbl_motionsrute_l{
	padding:5px 0 0 0;
	display:inline-block;
	color:#448ccb;
	font-size:13px;
	font-weight:bold;
}

/* ------------------------------ end pop-up alex */
