html, body {
	height: 95%;
	scrollbar-face-color: #dedede;
	scrollbar-base-color: #f5f5f5;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #f5f5f5;
	scrollbar-shadow-color: #ebf5ff;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-3dlight-color: #c3c3c3;
	scrollbar-darkshadow-color: #9d9d9d;
}

div#fancy_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	background: gray URL(block.png) repeat-x; 
	opacity: 0.7;
	filter: Alpha( Opacity = 70 );
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_loading {
	
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFFFFF;
	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 {
	display: none;
	position: absolute;
    top: 15%;
    left: 20%;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: auto;
    background: transparent;
}

div#fancy_inner {
	position:relative; 		
	width:100%;
	height:100%;
  	background: #FFFFFF;
	border: 1px solid #000000;
	
}

div#fancy_content {
	margin: 0;
	z-index: 100;
 	position: relative;
	text-align:left;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
 
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
}
  
span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

div#fancy_bg {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	position: absolute;
	left:-1px;
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	position: absolute;
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	position: absolute;
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	position: absolute;
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	position: absolute;
	right:-1px;
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	position: absolute;
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	position: absolute;
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	position: absolute;
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
}

div#fancy_title div {
	color: #FFFFFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
.fancy_title{
	color: #FFFFFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}
div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}

#TB_iframeContent{
	border: none;
	overflow: hidden;
}


.fb_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 30;
	background: #AAAAAA URL(block.png) repeat-x; 
	opacity: 0.8;
	filter: Alpha( Opacity = 80 );
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.fb_outer{
	 
	display: none;
	z-index: 1110;
    margin: 0;
    background: transparent;    
}

.fb_outer .fb_loading{
	position: absolute;
	top:40%;
	left:30%;
	height: 40px;
	width: 300px;
	cursor: wait;
	overflow: hidden;
	background: transparent url('loadingAnimation.gif') no-repeat;
}

.fb_outer .fb_inner{
	border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
	
   	/* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.fb_outer .fb_content{
	z-index: 100;
}
.fb_outer .fb_bottom{
	height: 20px;
	background: orange;
	border-top: 1px blue solid;
}

.fb_outer .fb_iframe{
	border: none;
	overflow: hidden;
}


.fb_out{
	position: absolute;
	overflow:hidden;
	z-index: 2006; 
	display: none;
	 
    margin: 0;
    background: transparent; 
}

 .fb_table{
 	overflow:hidden;
	position: absolute;
	border: medium none ; 
	margin: 0pt; 
	padding: 0pt; 
	visibility: visible; 
	border-collapse: collapse; 
	z-index: 2007; 
	background: #FFFFFF;
}

 .fb_tbody{
	border: medium none ; 
	margin: 0pt; 
	padding: 0pt;
}

 .fb_tr01{
	border: medium none ; 
	margin: 0pt; 
	padding: 0pt; 
	height: auto;
}
.fb_td{
	overflow:hidden;
	border: medium none ; 
	margin: 0px; 
	padding: 0px; 
	line-height: 0px; 
	font-size: 0px; 
	z-index: 2008; 
	-moz-background-clip: -moz-initial; 
	-moz-background-origin: -moz-initial; 
	-moz-background-inline-policy: -moz-initial; 
}

.close_01{
	cursor:pointer;
	position:absolute;
	right:-5px;
	top:-1px;
	z-index: 2009; 
}
.close_02{
	cursor:pointer;
	z-index: 2009;
	float: right; 
}

.fb_td01{
	background: transparent url(rounded-white.png)  repeat scroll 0px 0px;
	 height: 20px; width: 20px;
}
.fb_td01_ie6{
	background: transparent url(rounded-white.png)  repeat scroll 0px -50px; 
	height: 1px; 
	width: 1px;
}

.fb_td02{
	background: transparent url(rounded-white.png) repeat scroll 0px -40px; 
	 height: 20px; width: 20px;
}
.fb_td02_ie6{
	background: transparent url(rounded-white.png) repeat scroll 0px -50px; 
	height: 1px; 
	width: 1px;
}

.fb_td03{
	 background: transparent url(rounded-white.png) repeat scroll -20px 0px; 
	 height: 20px; width: 20px;
}
.fb_td03_ie6{
	 background: transparent url(rounded-white.png) repeat scroll 0px -50px; 
	height: 1px; 
	width: 1px;
}

.fb_td04{
	background: transparent url(rounded-white.png) repeat scroll 0px -80px; 
	 height: 20px; width: 20px;
}
.fb_td04_ie6{
	background: transparent url(rounded-white.png) repeat scroll 25px -100px; 
	height: 1px; 
	width: 1px;
}

.fb_td05{
	background: #FFFFFF;
	color: #000000;
	font-size: 14px;
	border: 1px #EEEEEE solid;
}

.fb_td06{
	background: transparent url(rounded-white.png) repeat scroll -20px -80px; 
	height: 20px; width: 20px;
}
.fb_td06_ie6{
	background: transparent url(rounded-white.png) repeat scroll 25px -100px; 
	height: 1px; 
	width: 1px;
}

.fb_td07{
	border: medium none ; 
	background: transparent url(rounded-white.png) repeat scroll 0px -20px; 
	 height: 20px; width: 20px;
}
.fb_td07_ie6{
	border: medium none ; 
	background: transparent url(rounded-white.png) repeat scroll 0px -50px; 
	height: 1px; 
	width: 1px;
}

.fb_td08{
	background: transparent url(rounded-white.png) repeat scroll 0px -60px; 
	height: 20px; width: 20px;
}
.fb_td08_ie6{
	background: transparent url(rounded-white.png) repeat scroll 0px -50px;
	border-top:1px dotted #AAAAAA; 
	height: 1px; 
	width: 1px;
}

.fb_td09{
	background: transparent url(rounded-white.png) repeat scroll -20px -20px; 
	 height: 20px; width: 20px;
}
.fb_td09_ie6{
	background: transparent url(rounded-white.png) repeat scroll 0px -50px; 
	height: 1px; 
	width: 1px;
}
