/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*          -------------------------------------------------------                         */
/*          Choice Plumbing website version 1.0                                   */
/*          Author: Mark W. Robbins, Robbins Systems                                        */
/*          ©Copyright 2002 Robbins Systems, Tacoma WA.                                          */
/*          All Rights Reserved                                                             */
/*          -------------------------------------------------------                         */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body		{
			font			: 8pt Arial, Tahoma, Verdana;
			font-weight		: normal;
			font-style		: normal;
			cursor			: default;
			color			: #FFFFFF;
			text-decoration	: none;
			background-color: #FFFFFF;
			/* 
			background-color: #166C20;
			filter			: progid:DXImageTransform.Microsoft.Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=100,  FinishX=100, StartY=10, FinishY=0) 
			*/
			}
.Toolbar	{
			font			: 9pt verdana, arial;
			font-weight		: normal;
			font-style		: normal;
			text-decoration	: none;
			background-color: #004040;
			color			: #FFFFFF;
			border-bottom	: 1px solid #708090;
			border-right	: 1px solid #708090;
			border-top		: 1px solid #FFFFFF;
			border-left		: 1px solid #FFFFFF;
			}
a			{
			text-decoration	: none;
			}
a:link		{
			text-decoration	: none;
			font-weight		: bold;
			color			: #FFFFFF;
			}
a:visited	{
			text-decoration	: none;
			font-weight		: bold;
			color			: #FFFFFF;
			}
a:hover 	{
			text-decoration	: none;
			font-weight		: bold;
			color			: #000000;
			background-color: #99FF99;
			}
p			{
			margin-top		: 0.2em;
			margin-bottom	: 0.2em;
			}

td			{
			font-size		: 8pt;
			font-weight		: normal;
			font-style		: normal;
			}

.SiteCaption	{
			font			: 18pt Verdana, Tahoma, Arial;
			font-weight		: bold;
			font-style		: normal;
			color			: #FFFFFF;
			}

.Tagline	{
			font			: 10pt Arial, Tahoma, Verdana;
			font-weight		: bold;
			font-style		: italic;
			color			: #FFFFFF;
			}

.Raised		{
			border-bottom	: 1px solid THREEDDARKSHADOW;
			border-right	: 1px solid THREEDDARKSHADOW;
			border-top		: 1px solid BUTTONHIGHLIGHT;
			border-left		: 1px solid BUTTONHIGHLIGHT;
			}
.Inset		{
			border-bottom	: 1px solid BUTTONHIGHLIGHT;
			border-right	: 1px solid BUTTONHIGHLIGHT;
			border-top		: 1px solid THREEDDARKSHADOW;
			border-left		: 1px solid THREEDDARKSHADOW;
			}
.UserCaption	{
			font			: 0.8em "Trebuchet MS", Verdana, Tahoma, Arial;
			font-weight		: normal;
			font-style		: normal;
			}
input		{
			font			:	0.8em ms sans serif, arial;
			font-weight		:	normal;
			font-style		:	normal;
			}
select		{
			font			:	0.8em verdana, arial;
			font-weight		:	normal;
			font-style		:	normal;
			}
button		{
			cursor			: default;
			font			: 0.9em Tahoma, Arial, Verdana;
			/* font			: 0.8em ms sans serif, arial; */
			border			: 1px solid BUTTONFACE;
			padding-top		: 0px;
			margin-top		: 0px;
			margin-bottom	: 2px;
			behavior		: url("/css/mrPopBtn.htc");
			}
button.Tlbar {
			border			: 1px solid BUTTONFACE;
			height			: 2.2em;
			width			: 2.2em;
			}
img.btnIcon	{
			height			: 16px;
			width			: 16px;
			}
.BtnSpacer 	{
			width			: 0.8em;
			}
.BtnSpacerBar {
			margin-left		: 0.3em;
			width			: 0.2em;
			height			: 1.6em;
			border-left		: 1px solid BUTTONSHADOW;
			border-right	: 1px solid BUTTONHIGHLIGHT;
			}

.button 	{
			height			: 1.5em;
			width			: 7.5em;
			}
td 			{
			font			: 0.8em ms sans serif, arial;
			font-weight		: normal;
			font-style		: normal;
			}
th			{
			font			: 0.8em ms sans serif, arial;
			font-weight		: normal;
			text-align		: left;
			padding-left	: 2px;
			background-color: MENU;
			color			: MENUTEXT;
			border-bottom	: 1px solid BUTTONSHADOW;
			border-right	: 1px solid BUTTONSHADOW;
			border-top		: 1px solid BUTTONHIGHLIGHT;
			border-left		: 1px solid BUTTONHIGHLIGHT;
			}
.tdMenu		{
			width			: 1.6em;
			}
.tdSpacer	{
			width			: 0.7em;
			}
.MenuItem	{
			cursor			: hand;
			}

