/* CSS Document */
div#fancy_overlay {

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-color: #000;

	display: none;

	z-index: 30;
	border: #3a7128;

}



* html div#fancy_overlay {
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');

}




div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;

}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
	height:90%;
	width:90%;
    padding: 10px 18px 40px 10px;
    margin: 0 0 0 6%;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	height:90%;
	width:90%;
	background:#FFF;
	border: 2px solid  #3a7128;
	font-family:Tahoma,Arial,Times;
    font-size:small;
}



div#fancy_content {

	margin: 0;
	width:300%;
	height:100%;
	z-index: 100;
	position: absolute;

}



div#fancy_div {

	background: #000;

	color: #FFF;

	height: 100%;

	width: 100%;

	z-index: 100;
 padding: 5px 20px 5px 5px;
}



img#fancy_img {

	position: absolute;

	top: 0;

	left: 0;

	border:0; 

	padding: 0; 

	margin: 0;

	z-index: 100;

	width: 100%;

	height: 100%;

}



div#fancy_close {

	position: absolute;
	bottom:-54px;

	right: -10px;

	height: 45px;

	width: 45px;

	background: url('fancy_closebox_avt.png') top left no-repeat;

	cursor: pointer;

	z-index: 181;

	display: none;
}

#fancy_frame {

	position:absolute;

	width: 98%;

	height: 100%;

	display: none;

}



#fancy_ajax {

	width: 100%;

	height: 100%;

	overflow: auto;

}


a#fancy_left {

	left: 0px; 

}



a#fancy_right {

	right: 0px; 

}



span.fancy_ico {

	position:absolute;

	top:50%;

	margin-top:-15px;

	width: 40px;

	height: 40px;

	z-index: 112; 

	cursor: pointer;

	display: block;

}





a#fancy_left:hover {

  visibility: visible;

}



a#fancy_right:hover {

  visibility: visible;

}



a#fancy_left:hover span {

	left: -15px; 

}



a#fancy_right:hover span {

	right: -15px; 

}





div#fancy_title {

	position: absolute;

	bottom:-52px;

	left: -2px;
	width:100%;

	z-index: 100;
    
	display: none;
	padding: 0  0px  0px 0px;
	border: 2px solid #3a7128;
}



div#fancy_title div {

	color: #FFF;
	font:  17px  Arial;
	font-weight:bold;
	padding: 0 0px 0 10px;

}



div#fancy_title table {

	margin:0;
	padding: 0 0px 0 0;
    width: 100%;
}



div#fancy_title table td {

	padding: 0;
	margin:0;
    border:0;
	vertical-align: middle;

}




td#fancy_title_main {

height: 50px;
padding: 0;
margin:0 auto;
border:0;
width: 100%;
background: #3a7128;
text-align:left;

}

