﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
}

/* new styles added 1/1/2014, s.berardi, to match updated formatting */

.table550border /* This has a border! */
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	width: 550px;
	border: solid 1px silver;
	margin-left: auto;
	margin-right: auto;
}

.table950border /* This has a border! */
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	width: 950px;
	border: solid 1px silver;
	margin-left: auto;
	margin-right: auto;
}

.table550 /* This has no border! */
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	width: 550px;
	border: solid 0px silver;
	margin-left: auto;
	margin-right: auto;
}

.table950 /* This has no border! */
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
	width: 950px;
	border: solid 0px silver;
	margin-left: auto;
	margin-right: auto;
}

.button 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.link 
{
	font-family: Verdana;
	font-size: 10pt;
	color: blue;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.link:link 
{	color: blue;
	text-decoration: none;
}

.link:visited 
{	color: blue;
	text-decoration: none;
}

.link:hover
{	color: #FF3300;
	text-decoration: none;
}

.link:active
{	color: #FF3300;
	text-decoration: none;
}

.h1 
{
	font-family: Verdana;
	font-size: 25pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.h2 
{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.p1 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.p2 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

.p3 /* applies padding to text boxes */
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	border: solid 1px #88A5C3;
	text-align: left;
	vertical-align: top;
	padding: 2pt 4pt 2pt 2pt;
}

.p4 /* applies padding to DDLs */
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	border: solid 1px #284775;
	text-align: left;
	vertical-align: top;
	padding: 2pt 2pt 2pt 2pt;
	
}

.ErrorMessage
{
	font-family: Courier, Arial, Sans-Serif;
	font-size: 10pt;
	color: #FF3300;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: top;
	border: none;
}

.ErrorStar
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #C00000;
	font-style: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: top;
}

/* end newly-added styles */

/* BEGIN older styles */

.subHeading 
{
	font-family: Courier New;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-style: ridge;
	border-bottom-width: 1pt;
	padding-top: 10pt;
}
.workQueArea 
{
	background-color: Yellow;
	border-style: ridge;
	border-width: 0px;
	text-align: center;
}
.workQueButtons 
{
	background-color: Yellow;
	border-style: ridge;
	border-width: 1px;
}
.bodyStyle 
{
	background-color:#FFFFFF;
}

.blackBoxCenterAligned
{
	border-color: Black;
	border-width: 1pt;
	text-align: center;
}
.blackBoxLeftAligned
{
	border-color: Black;
	border-width: 1pt;
	text-align: left;
}
.blackBoxYellowBackground
{
	border-color: #000000;
	background-color: #FFFFDD;
}
.alignCenter 
{	text-align: center;}

.errorMsg /* red */
{	color: #C00000;}

.noticeMsg /* blue */
{
	color: #476DB6;
	background-color: Yellow;
	/*text-decoration: underline;*/
	font-size: larger;
	height: 40px;
	vertical-align: bottom;
}

.noticeMsg2  /* blue */
{
	color: #476DB6;
	background-color: Yellow;
	/*text-decoration: underline;*/
	vertical-align: top;
	font-size: smaller;
}
.specialControl /* blue */
{	color: #476DB6;
	background-color: Yellow;
}

.tableTitle
{
	font-weight: bold;
	color: White;
	background-color: #333366;
}
.tableBody1
{
	background-color: #FFFFDD;
}
.tableBodyDebtor
{
	background-color: #D0D0D0;
}
.tableBodySecuredParty
{
	background-color: #FFFF99;
}
.alignCetner 
{
	text-align: center;
}
.alignRight 
{
	text-align: right;
}
.alignLeft 
{
	text-align: left;
}
.tablePostAppUpdateMenu
{
	width: 550px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width: 0;
	text-align: center;
}

