/*
Written by John McNeil
Copyright John McNeil & Co., Inc. 2006
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This license is included in the file LICENSE.txt which should be included with this software.
*/

#rlPageEditor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


#rlPageEditor h1{
	font-size:16pt;
	}

#rlPageEditor h2{
        font-size:14pt;
       }

#rlPageEditor h3{
        font-size:12pt;
        }

#rlPageEditor h4{
        font-size:10pt;
        }

#rlPageEditor h5{
        font-size:9pt;
        }

#rlPageEditor h6{
        font-size:8pt;
        }

#rlPageEditor p{
        font-size:8pt;
        }

#rlPageEditor address{
        font-size:8pt;
        }

#rlPageEditor pre{
        font-size:8pt;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        }

#rlPageEditor th{
        font-size:8pt;
        }

#rlPageEditor tr.columnLabels th{
        font-size:8pt;
        }

#rlPageEditor td{
        font-size:8pt;
        padding: 2px;
        /*text-align: center; */
	}

#rlPageEditor table{
        border-collapse:collapse;
        }

#rlPageEditor tr.rEven td{
	background-color: #dde2ff;
       /* background-color: #ddeeff;*/
        }

#rlPageEditor tr.rOdd td{
        background-color: #f0f4ff;
        }

#rlPageEditor span.thingTemplate {
	font-style: italic;
	color: maroon;
}
