﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 79%;
	margin:0px;
	padding:0px;
}
#bodyContentPopup 
{
    position:absolute;
    left:5px;
    top:80px;
    margin-right:10px;
}
.warning, .warn 
{
    color:Red;
}
.displayNone
{
    display:none;
}
.pagerLabel 
{
  position:absolute;
  left:0px;
}
.input50 
{
    width:300px;
}
.input100  
{
    width:400px;
}
.input255  
{
    width:500px;
}
img 
{
    border:none;
}
.cal 
{
    padding:2px;
}
.box 
{
    padding:2px;
    margin:2px;
    border:solid 1px black;
}
.highlight 
{
    background-color:Yellow;
}
a.directConnect 
{
    display:block;
    margin:7px;
    padding:7px;
    border:solid 2px blue;
    text-align:center;
}
.bold 
{
    font-weight:bold;
}
.dashboardSubhead 
{
    font-weight:bold;
    font-size:1.2em;
}
.subtle 
{
    color:#CCCCCC;
}
#divTopBar 
{
    position:absolute;
    top:0px;
    left:0px;
    width:99%;
    height:60px;
}
#aTopBar 
{
    display:block;
}
#imgTopBar
{
    height:60px;
    width:99%;
}
.loginFieldData 
{
    font-weight:bold;
}
.tblAiry, .tblAiry tr, .tblAiry td
{
    padding:4px;
    margin:4px;
}
.tblBorder, .tblBorder tr, .tblBorder td  
{
    border: solid 1px gray;
    border-collapse:collapse;
}
.fieldNote
{
    font-style: italic;
    font-size: .8em;
    color: #009999;
}
