body, td, th
{
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
    font-size: 13px;
    color: #787878;
    text-align: left;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.popup
{
    font-size: 11px;
    margin: 0px;
    color: #3f3f3f;
    font-family: 'Segoe UI', 'Century Gothic', Helvetica;
    background-color: #FFFFFF;
}

.tblFormCellOne
{
	width: 130px;
	text-align: left;
}

.tblFormCellTwo
{
	width: 10px;
}

.tblDotted
{
	width: 100%;
	border-right: #a9a9a9 1px dotted;
	border-top: #a9a9a9 1px dotted;
	border-left: #a9a9a9 1px dotted;
	border-bottom: #a9a9a9 1px dotted;
}

a:link {
	color: #00355E;
	text-decoration: none;
}

a:visited {
	color: #00355E;
	text-decoration: none;
}

a:hover {
	color: #007399;
	text-decoration: underline;
}

a:active {
	color: #00355E;
}

hr
{
	width: 100%;
	color: #ffcc33;
	height: 1px;
}

form {
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 11px;
}

.textUpload
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	padding-left: 2px;
	border-left: #a9a9a9 1px solid;
	padding-top: 2px;
	border-bottom: #a9a9a9 1px solid;
	background-color: white;
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 11px;
}

.input_def
{
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 12px;
}

.textarea_def {
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 11px;
}

.select_def {
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 12px;
}

ul {
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 11px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 11px;
}

ol {
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 11px;
	list-style-type: decimal;
	list-style-position: outside;
}

.textMenu
{
    font-size: 13px;
    font-weight: bold;
}

.textOrange
{
	font-size: 12px;
	color: #ff6633;
}

.textTitle
{
    font-family: 'Segoe UI', 'Century Gothic', Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #990000;
}

.textCaption {
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 10px;
}

.textField
{
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.textPOSReceipt
{
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 15px;
	font-weight: bold;
}

.textRFV
{
    font-family: 'Segoe UI', 'Century Gothic', Helvetica;
    font-size: 11px;
    color: red;
}

.textError
{
	font-family: 'Segoe UI', 'Century Gothic', Helvetica;
	font-size: 11px;
	color: #C00000;
}

.textBox
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.0em;
    margin: 0px 0 0px 0;
    padding: 5px;
}

.msgBox {
	border-right: #a8c4da 1px solid;
	border-top: #a8c4da 1px solid;
	padding-left: 3px;
	border-left: #a8c4da 1px solid;
	padding-top: 3px;
	border-bottom: #a8c4da 1px solid;
	background-color: #edffff;
}

.gridHeader
{
	font-weight: bold;
	color: #3f3f3f;
	height: 22px;
	border-bottom: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
}

.cssMenuTable
{
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
}

.cssSubMenuTable
{ 
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
	background-color: #c9c9c9; 	
	elevation: above;
}

.cssSubMenuLayer
{
	position: absolute;
	visibility: hidden;
	table-layout: auto;
	border-right: white 1px solid;
	border-top: white 1px solid;
	margin: 0px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.cssSubMenu
{
	width: 150px;
	height: 18px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.cssMenu
{
	width: 110px;
	height: 17px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-right: #a9a9a9 1px solid;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.cssMenuSeparator
{
    width: 100%;
    color: #a9a9a9;
    height: 1px;
}

input, textarea, select {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.1em;
        margin: 0 0 0 0;
        padding: 5px;
        font-family: 'Segoe UI', 'Century Gothic', Helvetica;
    }

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
    input:focus, textarea:focus {
        border: 1px solid #e80c4d;
    }

    input[type="checkbox"] {
        background: transparent;
        border: 0;
        margin: 5px;
        width: auto;
    }

    input[type="radio"] {
        background: transparent;
        border: 0;
        margin: 5px;
        width: auto;
    }

    input[type="submit"], input[type="button"], button {
        border-style: none;
        background-color: transparent;
        cursor: pointer;
        font-weight: bold;
        width: 115px;
        background-position-x: 3px;
        background-position-y: 1px;
        background-image: url('Images/fieldsets/button-02-normal.png');
        background-repeat: no-repeat;
        text-align: center;
        vertical-align: middle;
        height: 40px;
        color: #555555;
    }

    input[type="submit"]:hover, input[type="button"]:hover, button:hover {
        background-image: url('Images/fieldsets/button-02-hover.png');
        color: #888888;
    }

    input[type="submit"]:active, input[type="button"]:active, button:active {
        background-image: url('Images/fieldsets/button-02-click.png');
        color: #888888;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-family: 'Century Gothic', Helvetica;
        font-size: 1.0em;
        padding: 0px;
        margin: 0px;
    }