﻿/*
    Copyright:      Copyright (c) Mindscape Solutions. All rights reserved.
    Filename:       GRF_SchedulePrint.css
    Created by:     Jason Van Vuren
    Created on:     2.7.2008

    Summary:
        Styles for the GRF SchedulePrint.aspx page.

    Revision:   Jason Van Vuren 2.7.2008
        Initial style creation.
*/

/* ----------  Styles by CLASS  ---------- */



/* ----------  Styles for OpenTextLayout content-region  ---------- */
div.content-region
{
    width: 100%;
    margin-left: 30px;
}

div.content-region h1
{
    font-family: 'trebuchet MS';
    font-size: 24px;
    color: #000;
    font-weight: bolder;
    text-align: left;
}

/* ----------  Styles for OpenTextLayout content-area  ---------- */
div.content-area
{
    width: 100%;
    height: 100%;
    font-family: verdana;
    font-size: 14px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    line-height: 1.2em;
    word-spacing: .1em;
}

div.content-area p
{
    width: 100%;
    text-align: left;
}

div.content-area br
{
    display: none;
}