@charset "utf-8";
/* CSS Document */

#page_navigation a{
	padding:3px 6px;
	border:1px solid #FFF;
	text-decoration:underline;
	background-color:#9bd4fe;
	margin:2px;
	color:black;
	font-weight:bold;
	font-size:13px;
	line-height:20px; /* need this to make sure the number and border are visible in IE */
}
#page_navigation a:hover{
	border:1px solid #000;
	text-decoration:none;
	background-color:#FFF;
}
#prev_page_navigation a{
	padding:0px;
	margin:0px;
	text-decoration:none
}
#next_page_navigation a{
	padding:0px;
	margin:0px;
	text-decoration:none;
}
#imageGalleryContent {
	/* Change these values to fit the containing website. Remember to check iestyle.css! */
	max-width: 610px;
}

#imageGalleryContent table{
	display:inline-block;
	width:120px;
	height:113px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	table-layout: fixed;
	margin:0 auto;
	text-align:center;
	padding:10px 0px 0px 10px; /* only works for FF */
	line-height:inherit;
}
/*

#imageGalleryContent table{
	display:inline-block;
	width:105px;
	height:113px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	table-layout: fixed;
	margin:6px;
	padding:0;	
	line-height:inherit;
}

*/
#imageGalleryContent table a{
	color:#FFF;
}
#imageGalleryContent table a:hover{
	color:#CCC;
}
#imageGalleryContent img{
	padding:5px 5px 5px 5px;
	margin:0 0 0 12px;
	background-color:#C1CCD5;
}
#imageGalleryContent img:hover{
	background-color:#fff;
}

.active_page{
	background:darkblue;
	color:#9bd4fe !important;
	line-height:24px; /* need this to make sure the number and border are visible in IE */
}
#page_navigation .active_page{ /* need to target the active page this way (instead of '.active_page') to remove the underline */
	text-decoration:none;
	background-color:#333;
	font-size:16px;
}

#testButton{
/* Invisible in beginning to prevent error if javascript is not installed/active */
visibility:hidden;
}
