﻿/* ******************************************************************************
/*  This stylesheet is used solely for the rendering of in-page html used
/*  by the Historical Statute page.  All other styling for the TCAS website
/*  is accomplished by the style.css page.
/*
/*  Author: Dan Marquette
/*  Date:   Septemner 17, 2010
/*
/****************************************************************************** */

body {
}

.center 
{	text-align: center; }

.right
 {	text-align: right; }

.left
{	text-align: left; }

.justify
{	text-align: justify;  }

/* *************************************** */
/*  StatuteText for historical view        */
/*  Found in HistoricalStatutes.aspx page  */
/* *****************************************/

div #statuteText
{
    clear: both;
	font-family: Courier New,arial,helvetica,sans-serif;
    font-size: 12pt;
    margin-right: 1em;
    /*width: 100%;*/
}
div.left
{
    /*font-family: Courier New,arial,helvetica,sans-serif;*/
    font-size: 12pt;
    float: left;
    margin-bottom: .2em;
    width: 70%;
    text-align: left;
}
div.right
{
    /*font-family: Courier New,arial,helvetica,sans-serif;*/
    font-size: 12pt;
    float: right;
    margin-bottom: .2em;
    /*margin-left: 65%;*/
}
div.full
{
    clear: both;
    margin: 0pt;
    width: 100%;
}

p.sectionDisplay .sectionInfo
{
	font-family: Courier New,arial,helvetica,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}
p.statuteText 
{
    clear: both;
	font-family: Courier New,arial,helvetica,sans-serif;
    font-size: 12pt;
    margin-bottom: .2em;
    padding: 0px 10px 0px 5px;
}
/*

/*	The following code allows line breaking inside pre elements:	*/
pre 
{
    white-space: -moz-pre-wrap; 	/* Mozilla, supported since 1999 */
    white-space: -pre-wrap; 	/* Opera 4 - 6 */
    white-space: -o-pre-wrap; 	/* Opera 7 */
    white-space: pre-wrap; 		/* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    /*word-wrap:    break-word;*/ 		/* IE 5.5+ */
}

/*--- Body (end) ---*/

/*--- Printing styles ---*/

