/*

   Copyright (c) 2002 - 2024 Omnibus Point of Sale, Inc.
   All Rights Reserved.

   See http://www.omnibuspos.com/contact.phtml for the latest contact
   information

   624 West University Drive
   Suite 210
   Denton, Texas 76201

   214 538 4994

*/

body
{
   background-color: white;
}

A
{
   text-decoration: none;
   background: none;
   color: #6E0A78;
}

A:Visited
{
   text-decoration: none;
}

A:Active
{
   text-decoration: none;
   background: none;
   color: #6E0A78;
}

A:Hover
{
   background: none;
   color: #6E0A78;
}

form
{
}

hr
{
  color: #DECCE3;
}

img.centered
{
   display: block;
   margin-left: auto;
   margin-right: auto;
   border: none;
}

pre
{
   border: 24px solid #FFFFFF; /* ubuntu dark tan */
   background-color: #DECCE3;
   padding: 24pt;
   font-family: courier, monospace;
   white-space: pre;
   font-weight: bold;
   /* credit to http://help.ubuntu.com for documenting this within their CSS:
   begin css 3 or browser specific rules - do not remove!
   see: http://forums.techguy.org/archive/index.php/t-249849.html */
   white-space: pre-wrap;
   word-wrap: break-word;
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   /* end css 3 or browser specific rules */
}

@media print
{
   .hideIfPrinting
   {
      display: none;
   }
}


.darkRow
{
   background-color: #CC99CC;
}

.darkerRow
{
   background-color: #DECCE3;
}

.lightRow
{
	background-color: #FFFFFF;
}

.head1
{
	background: none;
	color: #6E0A78;
	font-size: 175%;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
}

.head2
{
	background: none;
	color: #6E0A78;
	font-size: 125%;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
}

.error
{
   background: none;
   color: #6E0A78;
   font-size: 18px;
   font-family: arial, helvetica, geneva, sans-serif;
   font-weight: bold;
}

.siteHeaderEdgeSpacer
{
   width: 1%;
}

.siteHeaderLink
{
   background-color: #DECCE3;
   text-align: center;
   width: 24%;
   font-weight: bold;
   margin: auto;
   align-items: center;
   padding: 0;
   padding-left: 0;
   padding-right: 0;
}

.siteHeaderSpacerLine
{
   background-color: #DECCE3;
}

.siteHeaderBase
{
   background-color: #DECCE3;
   list-style: none;
   display: flex;
   margin: auto;
   text-align: center;
   align-items: center;
   padding: 0;
   padding-left: 0;
   padding-right: 0;
   @media print
   {
         display: none;
   }
}

.siteHomepageContactLeftEndCap
{
   width: 70%;
   text-align: center;
}

.siteHomepageContactRightEndCap
{
   width: 10%;
   text-align: right;
}

.siteHomepageLearnLeftEndCap
{
   width: 40%;
   text-align: center;
}

.siteHomepageLearnRightEndCap
{
   width: 40%;
   text-align: right;
}

.siteHomepagePricingLeftEndCap
{
   width: 60%;
   text-align: center;
}

.siteHomepagePricingRightEndCap
{
   width: 20%;
   text-align: center;
}

.siteHomepageTrialLeftEndCap
{
   width: 50%;
   text-align: center;
}

.siteHomepageTrialRightEndCap
{
   width: 30%;
   text-align: center;
}

.siteHomepageLink
{
   text-align: center;
   font-weight: bold;
   width: 20%;
}

.siteHomepageLogo
{
   display: block;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.siteCopyrightRightsLineBase
{
   background-color: #DECCE3;
   list-style: none;
   display: flex;
   margin: auto;
   text-align: center;
   font-size: 60%;
   align-items: center;
   padding: 0;
   padding-left: 0;
   padding-right: 0;
   @media print
   {
      display: none;
   }
}

.siteCopyrightRightsLine
{
   background-color: #DECCE3;
   text-align: center;
   width: 100%;
   @media print
   {
      .hideIfPrinting
      {
         display: none;
      }
   }
}

.siteFooterEdgeSpacer
{
   width: 1%;
}

.siteFooterBase
{
   background-color: #DECCE3;
   list-style: none;
   display: flex;
   font-size: 60%;
   align-items: center;
   padding: 0;
   padding-left: 0;
   padding-right: 0;
   @media print
   {
      display: none;
   }
}

.siteFooterLink
{
   text-align: center;
   width: 7%;
}

.siteLearnTryBuyLink
{
	color: #6E0A78;
	font-size: 75%;
	font-family: arial, helvetica, geneva, sans-serif;
	font-weight: bold;
}

.siteTagLine
{
   font-size: 135%;
   font-style: italic;
   color: #6E0A78;
   text-align: left;
}

.siteNameLine
{
   font-size: 150%;
   font-weight: bold;
   font-family: arial, helvetica, geneva, sans-serif;
   letter-spacing: 0.5em;
   color: #6E0A78;
   text-align: center;
}

.orderedListItems
{
   list-style-position: inside;
}

.siteGenericTable
{
   padding: 0;
   border: none;
   width: 100%;
   border-spacing: 0pt;
}

.siteHorizontalLine
{
   width: 100%;
   color: #DECCE3;
   background-color: #DECCE3;
   border: none;
}

.siteTableRow
{
   width: 100%;
   border: none;
}

