﻿.text
{
	font-family: Verdana;
	font-size: 9pt;
	color: Black;
}

.titleheader
{
	font-family: Verdana;
	font-size: 24pt;
	color: Black;
}

.header
{
	font-family: Verdana;
	font-size: 24pt;
	color: Black;
}

.header1
{
	font-family: Verdana;
	font-size: 14pt;
	color: Black;
}

.header2
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}
.header3
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: Black;
}
.border
{
	border: 1px solid black;
}

.textbox
{
	width: 20.0em;
}

.bordercell
{
	border: 1px solid black;
	vertical-align: text-top;
	padding-left: 5px;
}

.borderleftcell
{
	border-left: 1px solid black;
}

.productbordercell
{
	border: 1px solid black;
	vertical-align: text-top;
	text-align: center;
}

.mainmenu
{
	font-family: Verdana;
	font-size: 9pt;
	color: Black;
	background-color: #ffffff;
	padding-left: 5px;
}

.textpadding
{
	padding-left: 10px;
}

.textpadding1
{
	padding-left: 20px;
}

.tooltip
{
	margin: 8px;
	padding: 8px;
	border: 1px solid black;	
	position: absolute;
	z-index: 2;
	font-family: Verdana;
	font-size: 9pt;
	color: Black;
	background-color: #FFFBF0;

}

@font-face {
    font-family: 'BTFontRegular';
    src: url('../../Fonts/BTFont_Rg.ttf') format('truetype');
}

@font-face {
    font-family: 'BTFontBold';
    src: url('../../Fonts/BTFont_Bd.ttf') format('truetype');
}

@font-face {
    font-family: 'BTFontExtraBold';
    src: url('../../Fonts/BTFont_ExBd.ttf') format('truetype');
}

@font-face {
    font-family: 'BTFontLight';
    src: url('../../Fonts/BTFont_Lt.ttf') format('truetype');
}
