@charset "utf-8";

/**
 * @title       App Printer CSS
 * @copyright   Copyright (C) 2010, Stuart Silvester
 * @package     Croshall Engineering Asset Manager 2
 * @author      Stuart Silvester
 * @version     1.0
 */

body {
    background-color: #FAFAFA;
    font-family: Verdana, Geneva, sans-serif;
    font-size:62.5%;
    margin: 0px;
    color:#333;
}
h1:before{
    content:'Crosshall Engineering - ';
}
#headerNav, #debug-box, #debug, #searchMotor, #searchBerth, #searchGearbox, .searchToolbar, .sidewrap, #onPageHelp{
    display: none;
}
a{
    color: #000000;
    font-weight: bold;
}
#footer
{
    position: fixed;
    bottom: 20px;
}
#site-by
{
    position: fixed;
    bottom: 5px;
}
table .center{
    text-align: center;
}
div.halfWidth
{
    width: 49%;
}
div.floatLeft
{
    float: left;
}
div.floatRight
{
    float: right;
}
div .cb{
    clear: both;
}
table.gen td {
    background-color: #FAFAFA;
    vertical-align: top;
    padding: 2px;
    border-bottom: #CCCCCC 1px solid;
    vertical-align: middle;
}
table.gen {
    width: 100%;
}
table.gen th {
    background-color: #CCCCCC;
    font-weight: bold;
    height: 22px;
    color: #FFF;
    padding-left: 2px;
    text-align: center;
    border-bottom: #000000 1px solid;
}
/* page numbers */
div#page_links{
    text-align: right;
    line-height: 2em;
}
div#page_links a {
    line-height: 1.5em;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-left: 1px;
    text-decoration: none;
}
div#page_links a{
    display: none;
    color: #000;
}
div#page_links a#selected{
    font-weight: bold;
    display: inline;
}
