body /*the format for displaying global body text*/
{font-family:arial;
 font-weight:normal;
 color:black;
 font-size:10pt;} 
 
.borderline /*The gray borderline around tables*/
{background-color:#FEbE2cc; 
 border: 2px #636363 solid;}

.contentTitle /*the format for displaying the title of each content page*/
{font-family:arial;
 font-weight:bold;
 color:#A94444;
 font-size:16pt;} 
.contentTitle2 /*the format for displaying the title of each content page*/
{font-family:arial;
 font-weight:bold;
 color:#A94444;
 font-size:12pt;} 

a.adminNav /*the format for the nav menu for admin pages*/
{font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 text-decoration:none;
 color:#A94444;
 font-size:12pt;}

.actionStatus /*the format for displaying the status/result of an action*/
{font-family:arial;
 font-weight:bold;
 color:red;
 font-size:10pt;}

.footer /*the format for displaying the footer text*/
{font-family:arial;
 font-weight:normal;
 font-size:8pt;} 
 
a
{margin: 0;
 padding: 0; }
 
.error_line /*red text for failed db action*/
{font-size:10pt;
 color: red;
 font-family: arial;
 font-weight: bold;}
 
.success_line /*green text for successful db action*/
{font-size:10pt;
 color: #006633;
 font-family: arial;
 font-weight: bold;}
 
.deletetable /*green text for successful db action*/
{font-size:10pt;
 color: black;
 font-family: arial;
 font-weight: bold;}
 
.grayRow /*gray background for table rows*/
{font-family:arial;
 font-weight:bold;
 text-decoration:none;
 font-size:8pt;
 background-color: #E8E8E8;}
 
.productList /*gray background for table rows*/
{font-family:arial;
 font-weight:bold;
 text-decoration:none;
 font-size:8pt;}