<!-- // start 

/* 	

	Version 3.7

	Client Style Variables
	When editing variables be certain to note if the original variable is enclosed in double quotes.

	Most variables require double quotes, however, some variables must be used without double quotes 
	in order to work in different types of browsers.
	
	Styles function differently, or not at all, depending on the browser.
	As a result, some style changes may not appear in certain browsers or operating systems.

	If in doubt, save a copy of this file before making changes.
	
 */




/* 

	############# General global styles: ############### 
	
*/



//  global page width: percent or pixels

	var page_width = "100%";  



//  global horizontal page alignment: left; right; center

	var page_alignment = "left";  



//  global width of results page margins (results table distance from edge of browser window) size: pixels

	var page_margins = 5;  



//  global page background color: six character hex code

	var page_background_color = "#ffffff";  



//  global header title font color: six character hex code

	var header_title_font_color = "#666666";  



//  global header title font size: pixels

	var header_title_font_size = 28;  



//  global header title font type: arial; verdana; helvetica; etc

	var header_title_font_type = "arial";  



//  global header title font weight: bold; normal

	var header_title_font_weight = "bold";  



//  global header background color: six character hex code

	var header_background_color = "#cccc99";  



//  global navigation background color (not for my favorites): six character hex code

	var navstrip_background_color = "#666666";  
	
	

//  my favorites navigation background color: six character hex code	

	var my_fav_navstrip_background_color = "#cccc99";  
	
	
	
//  horizontal lines color: six character hex code

	var horizontal_rule_color = "#666666";  
	
	

//  secondary navigation background color: six character hex code	

	var subnav_color = "#cccc99";  






/* 

	############# Results pages styles: ############# 
	
*/



//  results tables width: percent or pixels

	var table_width = "100%";



//  results tables background color: six character hex code

	var table_background_color = "#ffffff";  
	
	

//  results tables main (outer) border on or off: 1 = on; 0 = off

	var outer_table_border = 1;  



//  results tables main (outer) border color: six character hex code

	var outer_table_bordercolor = "#9e9e86";  



//  results tables inner borders on or off: 1 = on; 0 = off

	var inner_table_border = 0;  



//  results tables inner border color: six character hex code

	var inner_table_bordercolor = "#666666";  



//  results tables image border on or off: 1 = on; 0 = off

	var image_border = 0; 
	
	
	
//  results tables image background color: six character hex code

	var image_background_color = "#ffffff";  



//  results tables image border style: none; solid; dashed

	var image_border_style = "none";  
	
	

//  results tables cellspacing (distance between cells) size: pixels

	var table_cellspacing = 2;



//  results tables cellpadding (margins within cells) size: pixels

	var table_cellpadding = 2;



//  horizontal lines on or off: 1 = on; 0 = off

	var hrrows = 1;  
	
	
	
//  horizontal alignment of text in results table cells: left; right; center
 
	var text_table_align = "left"; 



//  vertical alignment of text in results table cells: top; bottom; middle
 
	var text_table_valign = "top";
	
	
	
//  horizontal alignment of checkboxes in results table cells: left; right; center

	var checkbox_table_align = "left";



//  vertical alignment of checkboxes in results table cells: top; bottom; middle

	var checkbox_table_valign = "top";
	
	

//  horizontal alignment of images in results table cells: left; right; center

	var image_table_align = "center";



//  vertical alignment of images in results table cells: top; bottom; middle

	var image_table_valign = "middle";
	
	

//  results tables font type: arial; verdana; helvetica; etc

	var resultstext_type = "verdana"; 
	 


//  results tables font color: six character hex code

	var resultstext_color = "#000000";  
	


//  results tables font size: pixels

	var resultstext_size = 11;  
	


//  item viewers text horizontal alignment: left; center; right

	var item_viewer_text_align = "center";  



//  item viewers text color: six character hex code
	
	var item_viewer_text_color = "#000000";  



//  item viewers text size: pixels

	var item_viewer_text_size = 11;  



//  item viewers text type: arial; verdana; helvetica; etc

	var item_viewer_text_type = "verdana";  






/* 

	############# Main content styles: ############# 
	
*/



//  global text color: six character hex code

	var maintext_color = "#000000";  



//  global text size: pixels

	var maintext_size = 11;  



//  global text type: arial; verdana; helvetica; etc

	var maintext_type = "verdana";  



//  global link color: six character hex code

	var link_color = "#0000ff";  



//  global link style: none; underline

	var link_underline = "none";  



//  global link hover color (onMouseOver): six character hex code

	var link_hover_color = "#ff0000";  



//  global link hover style (onMouseOver): none; underline

	var hover_link_underline = "underline"; 
	 


//  global red text color: six character hex code

	var red_color = "#ff0000";  




/* 

	############# Navigation styles: ############# 
	
*/



//  home page go text color: six character hex code

	var gotext_color = "#cccc99";  



//  home page go text size: pixels

	var gotext_size = 10;  



//  home page go text type: arial; verdana; helvetica; etc

	var gotext_type = "verdana";  



//  horizontal alignment of navigation text: left; right; center

	var nav_align = "left";  



//  navigation text color: six character hex code

	var nav_font_color = "#ffffff";  



//  navigation text size: pixels

	var nav_font_size = 10;  



//  navigation text type: arial; verdana; helvetica; etc

	var nav_font_type = "helvetica";  


//  navigation text font weight (depends on size and type to show): bold; normal

	var nav_font_weight = "bold";  



//  smaller thumbnail text color: six character hex code

	var thumbnail_color = "#0000ff";  



//  smaller thumbnail text size: pixels

	var thumbnail_size = 9;  



//  smaller thumbnail text type: arial; verdana; helvetica; etc

	var thumbnail_type = "arial";  





/* 

	############# Collapsing menu styles: ############# 
	
*/



//  monograph and document menu text color: six character hex code

	var dyna_menu_color = "#000000";  



//  monograph and document sub menu text color: six character hex code

	var dyna_sub_menu_color = "#000000";  



//  monograph and document menu text size: pixels

	var dyna_menu_size = 10;  



//  monograph and document menu text type: arial; verdana; helvetica; etc

	var dyna_menu_type = "arial";  



//  monograph and document sub menu text size: pixels

	var dyna_sub_menu_size = 9;  



//  monograph and document sub menu text font weight (depends on size and font type to show): bold; normal

	var dyna_menu_font_weight = "bold";  






/* 

	############# Form styles: ############# 
	
*/



//  global form fields background color: six character hex code

	var form_background_color = "#ffffff";  



//  global forms text color: six character hex code

	var form_text_color = "#000000";  



//  global buttons border style (adds a pixel to each side): none; solid; dashed

	var button_border_style = "none";  



//  global buttons text color: six character hex code

	var button_font_color = "#ffffff";  



//  global buttons text font weight (depends on size and font type to show): bold; normal

	var button_font_weight = "bold";  



//  global buttons status (on) color: six character hex code

	var status_font_color = "#000000";  



//  global buttons status (not available) color: six character hex code

	var notthere_font_color = "#bbbbbb";  



//  global buttons text size: pixels

	var button_font_size = 10;  



//  global buttons text type: arial; verdana; helvetica; etc

	var button_font_type = "verdana";  



 //  global buttons background color: six character hex code
 
	var button_background_color = "#999966"; 



//  global search buttons color: six character hex code

	var search_button_color = "#666666";  



//  global buttons border color (needs border style to be set): six character hex code

	var button_border_color = "#666666";  






/* 

	############# added style for version 3.6: ############# 
	
*/


// Advanced Search Page


// Advanced Search Page CheckBox Limit: list boxes are displayed if the number of collections is greater than the number specified

	var CheckBoxLimit = 20;
	
	
// Advanced Search Page collections search limit: limits the number of collections allowed in a single search to prevent exceeding the maximum allowable URL string length

	var CollectionLimit = 40;	



// Results Page


// single item view field name cell width: pixel
	
	var tdmetawidth = "200";
	


// Slide Show Page


//  slide show page background color: six character hex code
	
	var slideshow_page_background_color ="#ffffff";
	

//  slide show page image background color: six character hex code
	
	var slideshow_image_background_color ="#ffffff";
	

//  slide show page cellpadding (margins within cells) size: pixels
	
	var slideshow_table_cellpadding = 0;
	

//  slide show page cellspacing (distance between cells) size: pixels
	
	var slideshow_table_cellspacing = 0;
	
	
//  slide show text color: six character hex code

	var slideshow_maintext_color = "#000000";
	
	
//  slide show link color: six character hex code

	var slideshow_link_color = "#0000ff";	
	
	
//  slide show navigation background color: six character hex code

	var slideshow_subnav_color = "#cccc99"; 	
	
	
//  slide show tables inner border color: six character hex code

	var slideshow_inner_table_bordercolor = "#666666"; 
	
	
//  slide show buttons text color: six character hex code

	var slideshow_button_font_color = "#ffffff";  
	
	
//  slide show buttons background color: six character hex code
 
	var slideshow_button_background_color = "#999966";
		
		
//  slide show form fields background color: six character hex code

	var slideshow_form_background_color = "#ffffff";
	

//  slide show forms text color: six character hex code

	var slideshow_form_text_color = "#000000";  
	
	
//  slide show tables main (outer) border color: six character hex code

	var slideshow_outer_table_bordercolor = "#ffffff";

	
	
	
/* 

	############# Added Variables for Version 3.7: ############### 
	
*/


// zoom and pan tool background colors

	var zoom_tool_color = "#cccccc";

	var zoom_tool_separator_color = "#999999";


// end -->		
	

