@import "./facybox_urls.css";

#facybox {
	position: absolute;
	top: 0;
	left: 0;
	margin: -20px 0 0 -20px;
	z-index: 999999;
	text-align: left;
	padding:0px;
	min-width: 40px;
	min-height: 40px;
	 -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:10px solid rgba(44,19,66,0.47);
}
#facybox .w,  #facybox .e, #facybox  .nw,
#facybox .ne, #facybox .sw, #facybox .se {
	min-height: 18px;
	min-width: 13px;
}
#facybox .n, #facybox .s {
	background-repeat: repeat-x;
	height: 18px;
}
#facybox .w, #facybox .e {
	background-repeat: repeat-y;
}

#facybox .nw, #facybox .ne, #facybox .sw, #facybox .se,
#facybox a.next, #facybox a.prev,
#facybox .closek #facybox .loading {
	background-repeat: no-repeat;
}

#facybox a.next {
  background-position: 9999px 50%;
}

#facybox a.prev {
  background-position: -9999px 50%;
}
#facybox a.prev:hover{
	background-position: 0 50%;
}
#facybox a.next:hover{
	background-position: 100% 50%;
}

#facybox .close {
	position: absolute;
	top: 10px;
	right: 7px;
	display: block;
	width: 19px;
	height: 19px;
}
#facybox .close:hover{
	background-position:0 -19px;
}
#facybox .prev,
#facybox .next{
	display: block;
	position: absolute;
	cursor: pointer;
}

#facybox .navigation .counter{
	background: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -33px;
	left: -10px;
	padding: 2px 0;
	font-size: 11px;
}

#facybox .loading {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  text-align: center;
}

#facybox .popup {
  position: relative;
}

#facybox table {
  border-collapse: collapse;
}

#facybox td {
  border-bottom: 0;
  padding: 0;
}

#facybox .body {
 
  background: transparent;
  width: auto;
}

#facybox .loading {
  text-align: center; background-color:white;
}

#facybox .image {
  text-align: center;
  line-height: 0;
}

#facybox img {
  border: 0;
  margin: 0;
}

#facybox .footer {
	position: absolute;
	top: 28px;
	left: 23px;
	padding: 0;
	width: 90%;
}

#facybox .footer img {
  vertical-align: middle;
}

#facybox .tl, #facybox .tr, #facybox .bl, #facybox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facybox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facybox_hide {
  z-index:-100;
}

.facybox_overlayBG {
  background-color:#39006d;
  z-index: 9999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=44)";
  /* IE 5-7 */
  filter: alpha(opacity=44);
  /* Netscape */
  -moz-opacity: 0.44;
  /* Safari 1.x */
  -khtml-opacity: 0.44;
  /* Good browsers */
  opacity: 0.44;
}
#facybox .header{
	height:45px;
	background-color:white;
	border-bottom:1px solid #EEEEEE;
	text-align:left;
	padding-left:10px;
	font-family: 'Conv_RopaSans-Regular';
	padding-top: 10px;
}
#facybox .header h1{
	margin:0;padding:0; padding-top:5px;
	text-align:left;
	font-weight:bold;
	font-family: "Conv_RopaSans-Regular", sans-serif;
	color: #251931;
	font-size: 30px;
	text-align: left;
	margin-bottom: 30px;
	font-style: italic;
}
#message{
	position:absolute;
	top:10px;
	width:300px;
	height:20px;
	right:44px;
	text-align:right;
	
}
#message .error{color:red;}
#facybox .content{padding:10px;background-color:white;}