/*//////////////////////////////////////////////////////////////////////////////
//
// File: RW3.css
// Author: Temple Team
// Description: 
//
// Copyright (C) 1999-2002 RW3 Technologies, Inc. All rights reserved.
//
// Warning: The text, images, and programming code included here are protected 
// by copyright law.  Unauthorized reproduction or distribution through any 
// means may result in severe civil and criminal penalties, and will be 
// prosecuted to the maximum extent possible under the law.
//
//////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////
 Default html elements styles used by various pages and page elements
//////////////////////////////////////////////////////////////////////////////*/
body {
   font-family:arial;
   font-size:8pt;
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:0px;
   }
   
table {
   margin-left:0px;
   margin-right:0px;
   margin-top:0px;
   margin-bottom:0px;
   border-style:none;
   border-color:black;
   border-width:0px;
   }
tr {
   font-size:8pt;}
th {
   font-size:8pt;
   font-weight:bold;}
td {
   border-style:none;
   border-color:black;
   border-width:0px;
   font-size:8pt;
   }



/*
table {
   border-style:none;
   border-color:black;
   border-width:1px;
   border-collapse:collapse;
   clear:left;}
tr {
   font-size:8pt;}
th {
   font-size:8pt;
   font-weight:bold;}
td {
   border-style:none;
   border-color:red;
   border-width:1px;
   font-size:8pt;}
p {
   font-family:arial;
   font-size:9pt;}
select { 
   font-size:8pt;
   font-family:arial;
	border-style:none;} 
input {
   font-size:9;
   background-color:white;}
input.checkbox {
   font-size:9;
   background-color:white;
   border-style:none;
   margin:-4px;
   margin-bottom:-2px;}
span.required {
   color:blue;
   font-weight:bold;}
span.fielderror {
   color:red;
   padding-left:5px;}
td.alert {
   color:red;
   font-size:8pt;
   font-weight:bold;}
td.fielderror {
   color:red;
   font-weight:bold;}   
td.label {
   padding-right:5px;
   font-size:8pt;}
*/
/*//////////////////////////////////////////////////////////////////////////////
 Default styles for laying out top-level page elements on a page.
//////////////////////////////////////////////////////////////////////////////*/

td.main_0 {
   padding-left:15px; 
   padding-right:15px;}
td.main_1 {
   padding-right:15px; }



