﻿/*Mobi Styles*/
body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #40A839;
}
.mobi_maincontent
{
}

.mobi_mainheader
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
}

.mobi_fieldlabel
{
	font-weight: bold;
	font-size: 8pt;
}

.mobi_fieldsublabel
{
	font-size: 8pt;
}

.mobi_logo
{
	width: 320px;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

.mobi_grid
{
	background-color: #018927;
	font-size: 8pt;
}

.loading
{
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/images/loader.gif') 50% 50% no-repeat;
    overflow: hidden;
    display: block;
}