﻿
table.App 
{
	width:100%;
}
table.App td, table.App th 
{
	border: solid 1px white;
    border-collapse: collapse;
    
}
table.App td 
{
	padding: 2px;
	vertical-align: top;
}
table.App td.note
{ font-size: 12px;
  font-style: italic; }

table.App th 
{   
	text-align: center;
	font-weight: bold;
	background-color: #eeeeee;	
	min-height: 25px;
	height: 25px;
	height: auto !important;
}
table.App th.main 
{
	font-size: 16px;
	height: 25px;
}
table.App th.sub 
{
	font-size: 14px;	
}
table.App td.lbl 
{
	background-color: #dddddd;
	width: 150px;
}
table.App td.lbl2 
{
    background-color: #dddddd;
    width: auto;
    font-weight: bold;
}
table.App td.lblWide 
{
	background-color: #dddddd;
	width: 550px;
}

table.App td.buttonCell 
{
	text-align: right;
	padding-right: 100px;
	
}

table.App .md 
{
	width: 150px;
}
table.App .lg 
{
	width: 200px;
}
table.App .xlg 
{
	width: 250px;
}

table.App .xxlg 
{
	width: 450px;
}
table.App .sm 
{ 
	width: 100px;
}
table.App .xsm 
{
	width: 60px;
}

table.App .txt 
{
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 2px;
}

input.ajax 
{
	background-image: url('../images/myaavsb/throbber.gif');
	background-position: 100% 2px;
	background-repeat: no-repeat;
}
input.load 
{
	
	background-position: 100% -18px;
	
}

input.ok 
{
	
	background-position: 100% -36px;
	
}

input.err 
{
	background-position: 100% -54px;
}