body table
{
	width: 100%
}

.borderrighttitle
{
	border-right:0px solid white;
}
.borderlefttitle
{
	border-left:0px solid white;
}
.borderbottomtitle
{
	border-bottom:0px solid white;
}

.notvisibleprint
{
	display:none;
}

img
{
border-style: none
display:inline;
}

.visibleprint
{
	display:block;
}

.side { vertical-align:absbottom; display:inline }

/* =Hoverbox Code
----------------------------------------------------------------------

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
*/
.hoverbox img
{
	background: #fff; /*fff*/
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: #fff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}
/* 


Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.smalltextphoto {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .75em;	
	
	}
    
    .printMe {
	display: inline;
}

