body
		{
		background-color:#999999;
		}
		
.main_table 
		{
		z-index:200;
		position:absolute;
		top:0px;
		left:100px;
		width: 709px;
		background-image:url(../images/background_repeat.jpg);
		background-repeat:repeat-y;
		height: 225px;
		}

.block_table
		{
		background-color:#f1f1f1;
		}

.block_table_1
		{
		background-color:#f1f1f1;
		}
		
.block_1
		{
		background-repeat:no-repeat;
		line-height:10px;
		background-image:url(../images/block_corner_1.jpg);
		}
.block_2
		{
		background-repeat:no-repeat;
		line-height:10px;
		background-image:url(../images/block_corner_2.jpg);
		}
.block_3
		{
		background-repeat:no-repeat;
		line-height:10px;
		background-image:url(../images/block_corner_3.jpg);
		}
	
.block_4
		{
		background-position:right;
		background-repeat:no-repeat;
		line-height:10px;
		background-image:url(../images/block_corner_4.jpg);
		}
		
.block_4a
		{
		background-repeat:no-repeat;
		line-height:10px;
		background-image:url(../images/block_corner_4a.jpg);
		}
		
.block_4b
		{
		background-repeat:no-repeat;
		line-height:10px;
		background-image:url(../images/block_corner_4b.jpg);
		}
		
.block_repeat_y_left
		{
		background-image:url(../images/block_repeat.jpg);
		background-repeat:repeat-y;
		background-position:left;
		}
		
.block_repeat_y_right
		{
		background-image:url(../images/block_repeat.jpg);
		background-repeat:repeat-y;
		background-position:right;
		}		
		
.block_repeat_x_top
		{
		line-height:10px;
		background-image:url(../images/block_repeat.jpg);
		background-repeat:repeat-x;
		background-position:top;
		}

.block_repeat_x_bottom
		{
		line-height:10px;
		background-image:url(../images/block_repeat.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		}
		
.block_heading_left
		{
		background-repeat:no-repeat;
		line-height:26px;
		height:26px;
		width:20px; 
		background-image:url(../images/block_header_1.jpg);
		}

.block_heading_right
		{
		background-repeat:no-repeat;
		line-height:26px;
		height:26px;
		width:20px; 
		background-image:url(../images/block_header_2.jpg);
		}
		
.block_heading_repeat
		{
		color:#ffffff;
		font-family: Arial;
		font-weight:bolder;
		font-size:10px;
		background-repeat:no-repeat;
		line-height:20px;
		background-image:url(../images/block_header_repeat.jpg);
		background-repeat:repeat-x;
		}
				
.editable_region
		{
		background-image:url(../images/tbl_rpt.jpg);
		background-repeat:repeat-y;
		}

.block_heading
		{
		color:#333333;
		line-height:11px;
		font-family: Arial;
		font-weight:bolder;
		font-size:11px;
		}
		
.block_text
		{
		color:#666666;
		line-height:15px;
		font-family: Arial;
		font-weight:bolder;
		font-size:9px; 
		}
		
.block_text_black
		{
		color:#000000;
		line-height:12px;
		font-weight:500;
		font-family:Arial;
		font-size: 10px; 
		}

.block_text_spaced
		{
		color:#666666;
		font-family:Arial;
		font-size: 9px;
		line-height:10px; 
		}

.block_text_dark_spaced
		{
		color:#333333;
		font-family:Arial;
		font-size: 9px; 
		}
		
.line_size_small
		{
		line-height:4px;
		}

.line_size
		{
		line-height:7px;
		}
		
.line_size_medium
		{
		line-height:14px;
		}
		
.text_link
		{
		color:#000000;
		line-height:12px;
		font-family:Arial;
		font-size: 10px; 
		}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index:500;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 110;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 500px;
	background-color: #000;
	}