.textInput { }  // empty class so can use jQuery to set focus
.selectOpen { }  // empty class so can use jQuery to set focus
.pctInput { }  // empty class so can use jQuery to set focus
.totalSpot { }  // empty class so can use jQuery to set focus
.font48px
{
	font: 48px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font36px
{
	font: 36px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font8px
{
	font: 8px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font11px
{
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font10px
{
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.smallfont
{
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font24px
{
	font: 24px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font20px
{
	font: 20px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.messageFont
{
	font: 24px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font16px
{
	font: 16px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.largeFont
{
	font: 16px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font14px
{
	font: 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.courier24px
{
	font: 24px "Courier New", Courier, monospace; 
	font-weight: normal;
}
.courier16px
{
	font: 16px "Courier New", Courier, monospace; 
	font-weight: normal;
}
.font12px
{
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font10px
{
	font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}
.font9px
{
	font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-weight: normal;
}

.mainText
{
	font: 16px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #0B0B61;
}

.columnHeader
{
	font: 24px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #8181F7;
	color: white;
}

.websiteColor
{
       color: #5F04B4;
}

.searchBGColor
{
       background-color: #E0E0F8;
}

.h50
{
    -webkit-appearance: none;
    height:50px;
    font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.tableMoney {
   padding-left: 20px;
   font: 16px "Courier New", Courier, monospace; 
   font-weight: normal;
}

.tableMoney24 {
   padding-left: 20px;
   font: 24px "Courier New", Courier, monospace; 
   font-weight: normal;
}
/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    width:100%;
    position:fixed;
    top:0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font: 16px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    font-weight: normal;

}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #555;}

-webkit-appearance:none;
