﻿
body, div, span, td, input 
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}

.mqBlue 
{
	color: #333399;
}

/* ------------------------------------------------------------------ menu */
.menuLink
{
    color: #0000ff;
    text-decoration: none;
    font-weight: bold;
}
.menuLink:hover
{
    text-decoration: underline;
}
.menuLinkSelected 
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

/* ----------------------------------------------- left hand side menu stuff */
.lhsTable 
{
	border-collapse: collapse;
	width: 100%;
}
.lhsTable td 
{
	padding: 8px;
	vertical-align: top;
/*	text-align: right;*/
}

.lhsHeader 
{
	font-weight: bold;
	color: Black;
}
.lhsLink 
{
	color: Black;
	text-decoration: underline;
}

.legendTable 
{
	width: 100px;
	border-collapse: collapse;
}
.legendTable td 
{
	vertical-align: middle; 
	text-align: center; 
	font-weight: bold; 
	padding: 4px
}

/* --------------------------------------------------------------- top stuff */
.topHeader 
{
	font-size: 15px;
	font-weight: bold;
	color: Black;
}

/* ------------------------------------------------------------------- grids */

.gridTable 
{
	border-collapse: collapse;	
}
.gridTable td 
{
	padding: 4px;
}
.gridTable th 
{
	font-size: 11px;	
	font-weight: bold;
	text-align: center;
}
