﻿/* General */
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 2mm 2mm 2mm 2mm;
	display: block;
}

TR
{
	vertical-align:top;
}

/* Individual parts of the master page */
.tableMaster
{
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	vertical-align:top
}

.tableMasterTopRow
{
	height: 128px;
}

.tableMasterTopRowTable
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 24pt;
	font-weight: bold;
	color: #191970;
}

.tableMasterMain
{
	width:100%;
	height:100%;
}

.tableMasterMainRow
{
	vertical-align:top;
}

.tableMasterMainMenuColumn
{
	width:200px;
	vertical-align:top;
}

.tableMasterBottomRow
{
	font-size: 8pt;
	text-align: center;
	height: 20px;
}

/* Others */
IMG.bells
{
	 margin-right:10px;
}

.gridViewHeader
{
	border-bottom:solid 1px black;
}

.gridViewFooter
{
	border-top:solid 1px black;
}