/* $Id: print.css,v 1.0 2007/01/09 17:54:00 rport Exp $ */

.ValidationFormContent
{
    margin: 2cm;
    max-width: 22cm;
    background-color: #fff;
    color: #000;
    font-family: "Times New Roman" , Garamond, serif;
    font-size: 11pt;
    background: transparent;
    width: 800px;
}

.ValidationFormContent h1
{
    font-family: "Times New Roman" , Garamond, serif;
    font-size: 16pt;
}

.ValidationFormContent h2
{
    font-family: "Times New Roman" , Garamond, serif;
    font-size: 14pt;
}

.ValidationFormContent h3
{
    font-family: "Times New Roman" , Garamond, serif;
    font-size: 13pt;
}

.ValidationFormContent .content
{
    color: #000;
    font-family: "Times New Roman" , Garamond, serif;
    font-size: 11pt;
    width: 800px;
}

.ValidationFormContent .submitted
{
    color: #000;
    font-family: "Times New Roman" , Garamond, serif;
    font-size: 10pt;
}

.ValidationFormContent .indented
{
    padding-left: 20pt;
}


.ValidationFormContent table, td, tr
{
    border-collapse: collapse;
    border-style: dotted;
    border-color: #000;
    border-width: 1px;
    padding: 3px;
}

.ValidationFormContent th
{
    background-color: #ccc;
}

.ValidationFormContent #primary, #secondary, #sidebar-left, #sidebar-right, #search, #tabs, #menu, #mission, #footer-wrapper
{
    visibility: hidden;
    display: none;
}

.ValidationFormContent .book-navigation, .tabs, .links, .breadcrumb, .taxonomy, .pager, .feed-icon, .forum-topic-navigation
{
    visibility: hidden;
    display: none;
}
