
span.frontbox {
  display:none;
}

/* by default for all elements defined by the script :*/
#fbox_world, #fbox_bg, #fbox_progress, #fbox_fg, #fbox_fg_inner, #fbox_content, #fbox_spacer, #fbox_Bar, #fbox_Sys, #fbox_title, #fbox_navig, #fbox_content_img, #fbox_content_iframe {
  margin:0px;
  padding:0px;
  border-width:0px;   
}

/* for strict mode */
#fbox_content_img, #fbox_content_iframe {
  display:block;
}

/* now working with absolute positionned elements */

#fbox_bg, #fbox_progress, #fbox_fg {
  position: absolute;
  top: 0px;
  left: 0px;   
}

#fbox_bg{
  z-index:998;    
  background-color:#000000; 
}

#fbox_progress {  
  z-index:999;
  background-color:transparent;
}

#fbox_fg {
  z-index:1000;
  background-color: white;
  padding: 10px 10px 7px 10px;  
  border:solid #000000 0px;
margin-bottom: 100px;
}

/* non positionned elements */

#fbox_fg_inner {
  background-color:#FFFFFF; 
  float: left; 
  height: auto;
}

#fbox_content {
  padding: 20px 3px 20px 20px;
  background: #434582;
  float: left;
}

#fbox_spacer {
  height:10px;
  overflow:hidden; 
  background: #434582;
  /*background-image:url(spacer.gif);*/
}

#fbox_bar td{
  /*padding:3px 8px;*/
  background: white;
  width: 100%;
  display: block;
  float: left;
  margin: 0px;
}

#fbox_bar td, #fbox_sys, #fbox_title, #fbox_navig {
  color:black; 
  font-size: 12px;
  font-weight:normal;
  /*line-height: 1.45; */    
  font-family:Arial, Helvetica, sans-serif;
}

#fbox_sys, #fbox_navig {
  white-space:nowrap;
}

#fbox_sys {
  float:right;
  padding-right: 0px;
  padding-top: 10px;
}

#fbox_title {
  float:left; 
  background-color:whitesmoke;
  text-align:justify;
}

a#fbox_resize_a:link, a#fbox_resize_a:hover, a#fbox_resize_a:visited {
  text-decoration: none;
  color:#999999;
  font-weight: bold;  
  display: none;
}

a#fbox_close_a:link, a#fbox_close_a:hover, a#fbox_close_a:visited {
  text-decoration: none;
  color:#999999;
  font-weight: bold;
  background: transparent url(../images/closejs.jpg) no-repeat 0px 0px; 
 	padding: 10px 5px 3px 62px;  
 	float: right;
}

#fbox_navig {
  margin:0px;
  /*clear:left;*/
  float:left;
  padding: 0px;
  vertical-align: top; 
}

a#fbox_prev_a:link, a#fbox_prev_a:hover, a#fbox_prev_a:visited {
  text-decoration: none;
  font-weight: bold; 
  float: left;
  background: transparent url(../images/prepage.jpg) no-repeat 0px 0px;
 padding: 0px 0px 0px 0px;
  margin: 14px 10px 0px 0px	;
  /*display: block; */
  width: 21px; 
  height: 21px;
}

a#fbox_next_a:link, a#fbox_next_a:hover, a#fbox_next_a:visited {
  text-decoration: none;
  font-weight: bold; 
  background: transparent url(../images/nextpage.jpg) no-repeat 0px 0px;
  padding: 0px 0px 0px 0px;
	float: left;
	 margin: 14px 0px 0px 10px	;
	width: 21px; 
	 height: 21px;
	/*display: block;*/
}

#fbox_bar		{
	float: left;
	
	
	}
#fbox_title h5	{
	color: #efee91;
	font-size: 18px;
	font-family: arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
#fbox_title h4	{
	color: white;
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
#fbox_title	{
	background: #434582;
	margin-bottom: 0px; 
	padding: 14px 50px 20px 50px;
	width: 100%;
	color: white;
	display: block;
	float: left;
	vertical-align: top;
	}
#fbox_title p.text1	{
	color: white;
	font-size: 12px;
	font-family: arial;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	}
#fbox_title p.text2	{
	color: #efee91;
	font-size: 12px;
	font-family: arial;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	display: block;
	width: 100%;
	padding: 0px 0px 15px 0px;
	}
#fbox_resize_nbsp	{
	display: none;
	
	}
table.jctable1 td	{
	background: #434582;
	padding: 0px;
	margin: 0px;
	
	
	}
	
	#fbox_spacer {
	display: none;
	}
#paging_div	{
float: left;
padding: 0px;
margin: 17px 0px 0px 0px;
font-size: 11px;
font-family: arial;
color: #434582;


}