﻿/*
 * $Id: $
 * 
 * For use with CV page.
 * 
 */

body.cv {
	background-color: #cccccc;
	color: black;
	font-family: Georgia, Garamond, Helvetica, Arial, Sans-serif;
	padding: 32px;
}

span.emailAddress {
	unicode-bidi: bidi-override;
	direction: rtl;
}

div.menu {
	white-space: nowrap;
}

a.menu {
	font-size: 0.75em;
	font-family: Helvetica, Arial, Serif;
	font-weight: bold;
	text-decoration: none;
}

ul {
	margin-top: 0px;
}

table.frame {
	border-width: 0px;
/*	table-spacing: 0px;
	table-padding: 0px;
*/
	height: 480px;
}

td.menuframe {
	padding-top: 16px;
	padding-right: 16px;
	vertical-align: top;
	border-right: 1px solid #aaaaaa;
}

td.contentframe {
	padding-left: 16px;
	vertical-align: top;
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
}

a.personlink {
	text-decoration: none;
}

img {
	border-width: 0;
}

div.printbutton {
	border-width: 0;
	padding-left: 8px;
}

div.warning {
	font-size: 10px;
	font-family: Tahoma, Sans-serif;
	color: #900;
	position: absolute;
	top: 8px;
	left: 8px;
}

@media print {
	div.printbutton {
		display: none;
	}
	
	div.personimage {
		display: none;
	}
}

div.page {
	position: relative;
	padding: 16px;
	border: 1px solid #999;
	background-color: #fff;
	color: black;
}

div.header {
	padding: 4px 4px 0 4px;
	font-family: Lucida Console, Courier New, Monospace;
	font-size: 0.80em;
	background-color: white;
	color: #666666;
}

div.persondata {
	font-size: 1.25em;
	padding-left: 16px;
	padding-bottom: 8px;
}
	.persondata.name {
		font-weight: bold;
	}

div.personimage {
	position: absolute;
	z-index: 1;
/*
	top: -24px;
	right: -16px;
*/	
	top: -32px;
	right: 0px;
}

div.personimage {
	width: 160px;
}

div.personclip {
	position: absolute;
	z-index: 2;
	top: -64px;
	right: 72px;
}

div.pagetext {
	font-size: 1em;
}

span.year {
	font-family: Georgia;
}

img.png {
	behavior: url(/library/pngbehavior.htc);
}