/*
*	Copyright (C) 2011 Simplify Your Web, Inc. All rights reserved.
* 	GNU General Public License version 3 or later; see LICENSE.txt
*/

body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    font-size: 10pt;
    background-color: #fff !important;
    color: #000 !important;
}

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
    color: #000 !important;
    margin: auto !important;
}

p, blockquote {
    orphans: 3;
    widows: 3;
}

blockquote, ul, ol {
    page-break-inside: avoid;
}

h1, h2, h3, caption {
    page-break-after: avoid;
}

a {
    color: #000 !important;
    text-decoration: none !important;
}

a[href]:after {
	content: "" !important;
}

.hidden-print {
	display: none;
}

.pagination_cards,
.vcard,
.iconlinks,
.personlinks,
.picture_veil {
	display: none !important;
}

.innerperson {
    height: auto !important;
}

.picture_left .personinfo {
    padding: 0 0 0 10pt;
}

.picture_right .personinfo {
    padding: 0 10pt 0 0; 
}

.picture {
    border: 1pt dashed #CCC !important;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.col_iconlinks,
.col_vcard,
.col_links {
	display: none !important;
}
