
/****************************************************
 * =print
 * 
 * All generic styles for the market service
 * 
 ***************************************************/

body{
	background: none;
}

.leftColumn, .menuTop, .loginButton, .menu, .blockTopRight, .blockBottomLeft, .blockBottomCenter, .blockBottomRight, .blockTopLeft, .menuBorder, .footerCenter{
	display: none;
}

.logo a h1 span.hide span{
	display:none;
}

.logo a h1 span.hide {
	display: inline;
}


.logo a h1 img {
	margin: 0px; 
	padding: 0px;
}

a:link:after, a:visited:after {content:"";}

.content, .blockTopCenter, .container, .footer{
	padding: 0px; 
	margin: 0px;
	height: auto;
	float: none;
	width: auto;
	background: none;
	background-color: white;
	overflow: visible;
	clear: both;
}

.logo{
	background:none;
}

.content, .footer{
	font-size: 1.3em;
	padding-left: 1em;
	padding-right: 1em;
}
.blockTopCenter{
	min-height: auto;
}

.footer, .content{
	border-top: 3px solid gray;
	margin-top: 2em;
	padding-top: 2em;
}


/****************************************************
 * =inventor profiles template
 * 
 * All generic styles for the inventor profile template
 * 
 ***************************************************/
 
div.profileImage
 	{
 	width: 200px;
 	height: 270px;
 	float: left;
 	position: relative;
 	margin-right: 0.5em;
 	margin-bottom: 0.5em;
 	}
 	
div.profileImage img
 	{
 	width: 200px;
 	height: 270px;
 	border: none;
 	position: absolute;
 	}

div.profileName
	{
	display: none;
	width: 188px;
	height: 32px;
	padding: 6px 8px 4px 4px;
	margin-top: 224px;
	color: #fff;
	text-align: right;
	position: absolute;
	font: bold 14px/14px arial, helvetica, san-serif;
	background-color: #fff;
	}

body div.ruler
	{
	position: absolute;
	width: 20px;
	height: 262px;
	}


/* div.ruler ------- This is the new one
	{
	position: absolute;
	width: 46px;
	height: 45px;
	margin-top: 173px;
	margin-left: 145px;
	background: url(/media/gfx/suf_stamp.png) 0px 0px no-repeat;
	border-top: none
	}
*/


