/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*          -------------------------------------------------------                         */
/*          Choice Plumbing website version 1.0                                   */
/*          Author: Mark W. Robbins, Robbins Systems                                        */
/*          ©Copyright 2002 Robbins Systems, Tacoma WA.                                          */
/*          All Rights Reserved                                                             */
/*          -------------------------------------------------------                         */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body		{
			font			: 10pt "Trebuchet MS", Verdana, Tahoma, Arial;
			font-weight		: normal;
			font-style		: normal;
			cursor			: default;
			color			: #3D3D3D;
			background-color: #FFFFFF;
			text-decoration	: none;
			}
p			{
			margin-top		: 4px;
			margin-bottom	: 4px;
			}

OL	 		{
			margin-top		: 2px;
			margin-bottom	: 2px;
			margin-left		: 25px;
			}
UL	 		{
			margin-top		: 2px;
			margin-bottom	: 2px;
			margin-left		: 25px;
			}
OL.LeftCol	{
			margin-left		: 20px;
			}
UL.LeftCol	{
			margin-left		: 15px;
			}
li			{
			font-weight		: normal;
			font-style		: normal;
			}

th			{
			font-size		: 10pt;
			font-weight		: bold;
			font-style		: normal;
			background		: #0086C6;
			color			: #FFFFFF;
			}

td			{
			font			: 10pt "Trebuchet MS", Verdana, Tahoma, Arial;
			font-size		: 10pt;
			font-weight		: normal;
			font-style		: normal;
			}
td.LeftCol	{
			background-color : #FFFFCC;
			color			 : #004040;
			font			 : 8pt arial;
			font-weight		 : normal;
			}
td.RightCol	{
			background-color : #FFFFCC;
			color			 : #004040;
			font			 : 8pt arial;
			font-weight		 : normal;
			}

.Toolbar	{
			color			: #000000;
			background-color: #CCCCCC;
			border-bottom	: 1px solid #708090;
			border-right	: 1px solid #708090;
			border-top		: 1px solid #F5F5F5;
			border-left		: 1px solid #F5F5F5;
			}

caption		{
			font-size		: 10pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #003366;
			}

h1.PageTitle	{
			font-size		: 15pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #663333;
			margin-bottom	: 4px;
			}

h1			{
			font-size		: 13pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #663333;
			margin-bottom	: 4px;
			}

h2			{
			font-size		: 12pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #663333;
			margin-bottom	: 4px;
			}

h3			{
			font-size		: 11pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #663333;
			margin-bottom	: 3px;
			}

h4			{
			font-size		: 10pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #663333;
			margin-bottom	: 3px;
			}

h5			{
			font-size		: 9pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #663333;
			margin-bottom	: 2px;
			}
	
h6			{
			font-size		: 8pt;
			font-weight		: bold;
			font-style		: normal;
			color			: #663333;
			margin-bottom	: 2px;
			}
h6.ColItem	{
			font			: bold 8pt arial;
			color			: #000000;
			margin-bottom	: 0px;
			}

.tdMenu		{
			width			: 16px;
			}
.tdSpacer	{
			width			: 7px;
			}
.MenuItem	{
			cursor			: hand;
			}

a:link		{
			text-decoration	: underline;
			color			: #663333;
			}
a:visited	{
			text-decoration	: underline;
			color			: #663333;
			}
a:hover 	{
			text-decoration	: none;
			color			: #663333;
			background-color: #CCFFFF
			}
a.highlit:link		{
			text-decoration	: underline;
			color			: #FFFFFF;
			}
a.highlit:visited	{
			text-decoration	: underline;
			color			: #FFFFFF;
			}
a.highlit:hover 	{
			text-decoration	: none;
			color			: #663333;
			background-color: #CCFFFF
			}
textarea	{
			font			: 10pt ms sans serif, arial;
			font-weight		: normal;
			font-style		: normal;
			}
select		{
			font			: 10pt ms sans serif, arial;
			font-weight		: normal;
			font-style		: normal;
			}

input		{
			font			: 10pt ms sans serif, arial;
			font-weight		: normal;
			font-style		: normal;
			}
input.Numeric {
			text-align		: right;
			}
input.Date {
			text-align		: right;
			}

button		{
			cursor			: default;
			font			: 10pt "ms sans serif", arial;
			border			: 0px solid #DFDFDF;
			padding-top		: 0px;
			margin			: 1px;
			}
pre			{
			font			: 10pt lucida console, ms sans serif, arial;
			}

.SmallText	{
			font			: 7pt arial;
			}

.MediumText	{
			font			: 8pt arial;
			}
.footer 	{
			font			: 8pt verdana, arial;
			font-weight		: normal;
			font-style		: normal;
			color			: #800000;
			}

.help		{
			font			: 8pt verdana, arial;
			font-weight		: normal;
			font-style		: normal;
			color			: #000000;
			text-decoration	: none;
			}

.ListBox 	{
			border-bottom	: 1px solid #F5F5F5;
			border-right	: 1px solid #F5F5F5;
			border-top		: 1px solid #708090;
			border-left		: 1px solid #708090;
			background		: #FFFFFF;
			font			: 10pt ms sans serif, arial;
			overflow		: auto;
			cursor			: default;
			}
.Raised		{
			border-bottom	: 1px solid #708090;
			border-right	: 1px solid #708090;
			border-top		: 1px solid #F5F5F5;
			border-left		: 1px solid #F5F5F5;
			}
	
.Inset		{
			border-bottom	: 1px solid #F5F5F5;
			border-right	: 1px solid #F5F5F5;
			border-top		: 1px solid #708090;
			border-left		: 1px solid #708090;
			}
