body, p, td, a, input
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

body
{
	background-color : #ffffff;
	margin : 0 0 0 0;
	color: #000000;
}

A:link, A:visited, A:active
{
	color: #0000ff;
	text-decoration: underline;
}

A:hover
{
	color: #000000;
	background-color : #66ccff;
}

.JurisdictionTitle
{
	font-family: Times New Roman;
	color: #000000;
	font-size: 32px;
	font-weight: bold;
}

.TabSmallTitleBlue
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9999cc, endColorstr=#000033);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000033),
	color-stop(1, #9999CC)
	);
	background-image: -o-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -moz-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -webkit-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -ms-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: linear-gradient(to bottom, #000033 0%, #9999CC 100%);
}

.TabSmallTitleRed
{
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc3333, endColorstr=#660000);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #CC3333),
	color-stop(1, #660000)
	);
	background-image: -o-linear-gradient(bottom, #CC3333 0%, #660000 100%);
	background-image: -moz-linear-gradient(bottom, #CC3333 0%, #660000 100%);
	background-image: -webkit-linear-gradient(bottom, #CC3333 0%, #660000 100%);
	background-image: -ms-linear-gradient(bottom, #CC3333 0%, #660000 100%);
	background-image: linear-gradient(to bottom, #CC3333 0%, #660000 100%);
}

.TabSmallTitleGreen
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #000033;
	height: 16px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#33cc33, endColorstr=#006600);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #33CC33),
	color-stop(1, #006600)
	);
	background-image: -o-linear-gradient(bottom, #33CC33 0%, #006600 100%);
	background-image: -moz-linear-gradient(bottom, #33CC33 0%, #006600 100%);
	background-image: -webkit-linear-gradient(bottom, #33CC33 0%, #006600 100%);
	background-image: -ms-linear-gradient(bottom, #33CC33 0%, #006600 100%);
	background-image: linear-gradient(to bottom, #33CC33 0%, #006600 100%);
}

.TabSmallTitleYellow
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffcc00, endColorstr=#996600);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFCC00),
	color-stop(1, #996600)
	);
	background-image: -o-linear-gradient(bottom, #FFCC00 0%, #996600 100%);
	background-image: -moz-linear-gradient(bottom, #FFCC00 0%, #996600 100%);
	background-image: -webkit-linear-gradient(bottom, #FFCC00 0%, #996600 100%);
	background-image: -ms-linear-gradient(bottom, #FFCC00 0%, #996600 100%);
	background-image: linear-gradient(to bottom, #FFCC00 0%, #996600 100%);
}

.TabSmallTitlePurple
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc66ff, endColorstr=#660099);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #CC66FF),
	color-stop(1, #660099)
	);
	background-image: -o-linear-gradient(bottom, #CC66FF 0%, #660099 100%);
	background-image: -moz-linear-gradient(bottom, #CC66FF 0%, #660099 100%);
	background-image: -webkit-linear-gradient(bottom, #CC66FF 0%, #660099 100%);
	background-image: -ms-linear-gradient(bottom, #CC66FF 0%, #660099 100%);
	background-image: linear-gradient(to bottom, #CC66FF 0%, #660099 100%);
}

.TabSmallTitleTRQ
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color : #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00ff99, endColorstr=#006699);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #00FF99),
	color-stop(1, #006699)
	);
	background-image: -o-linear-gradient(bottom, #00FF99 0%, #006699 100%);
	background-image: -moz-linear-gradient(bottom, #00FF99 0%, #006699 100%);
	background-image: -webkit-linear-gradient(bottom, #00FF99 0%, #006699 100%);
	background-image: -ms-linear-gradient(bottom, #00FF99 0%, #006699 100%);
	background-image: linear-gradient(to bottom, #00FF99 0%, #006699 100%);
}

.TabSmallTable
{
	border: solid 1px #666666;
}

.TabSmallTableOpaque
{
	border: solid 1px #333333;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  	filter: alpha(opacity=80);
  	-moz-opacity: 0.8;
  	-khtml-opacity: 0.8;
  	opacity: 0.8;

}

.TabSmallTableCell
{
	padding: 5px 5px 5px 5px;
}

.PageHeader
{
	background-color: #ffffff;
	/* Change background from white-grey (ffffff-cccccc) to white-red (ffffff-ff0000) */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ff0000);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FF0000),
	color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FF0000 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FF0000 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FF0000 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FF0000 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FF0000 0%, #FFFFFF 100%);
}

.PageHeaderALT
{
	background-color: #ffffff;
	/* Change background to white-salmon  */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ff9966);
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #FFFFFF),
	color-stop(1, #FF9966)
	);
	background-image: -o-linear-gradient(right, #FFFFFF 0%, #FF9966 100%);
	background-image: -moz-linear-gradient(right, #FFFFFF 0%, #FF9966 100%);
	background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #FF9966 100%);
	background-image: -ms-linear-gradient(right, #FFFFFF 0%, #FF9966 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #FF9966 100%);
}

.PageHeaderESL
{
	background-color: #ffffff;
	/* Change background to white-green #99ff66 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#99ff66);
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #FFFFFF),
	color-stop(1, #99FF66)
	);
	background-image: -o-linear-gradient(right, #FFFFFF 0%, #99FF66 100%);
	background-image: -moz-linear-gradient(right, #FFFFFF 0%, #99FF66 100%);
	background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #99FF66 100%);
	background-image: -ms-linear-gradient(right, #FFFFFF 0%, #99FF66 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #99FF66 100%);
}

.PageHeaderOAK
{
	background-color: #ffffff;
	/* Change background to white-turquoise. */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#339999);
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #FFFFFF),
	color-stop(1, #339999)
	);
	background-image: -o-linear-gradient(right, #FFFFFF 0%, #339999 100%);
	background-image: -moz-linear-gradient(right, #FFFFFF 0%, #339999 100%);
	background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #339999 100%);
	background-image: -ms-linear-gradient(right, #FFFFFF 0%, #339999 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #339999 100%);
}

.PageHeaderROC
{
	background-color: #ffffff;
	/* Change background  to white-purple  */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#cc33cc);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #FFFFFF),
		color-stop(1, #CC33CC)
	);
	background-image: -o-linear-gradient(right, #FFFFFF 0%, #CC33CC 100%);
	background-image: -moz-linear-gradient(right, #FFFFFF 0%, #CC33CC 100%);
	background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #CC33CC 100%);
	background-image: -ms-linear-gradient(right, #FFFFFF 0%, #CC33CC 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #CC33CC 100%);
}

.PageHeaderSTL
{
	background-color: #ffffff;
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #FFFFFF),
	color-stop(1, #CCCCCC)
	);
	background-image: -o-linear-gradient(right, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(right, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #CCCCCC 100%);
		background-image: -ms-linear-gradient(right, #FFFFFF 0%, #CCCCCC 100%);
	background-image: linear-gradient(to right, #FFFFFF 0%, #CCCCCC 100%);

	/* Change background to white-grey (ffffff-cccccc)  */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#cccccc);
	
}

.PageTitle
{
	padding: 2px 10px 1px 10px; 	white-space: nowrap; font-size : 14pt; font-weight: normal; font-style: italic;
    color : #666699;
    background-color : #cccccc;
	/* Change background from white-grey (ffffff-cccccc) to white-red (ffffff-ff0000) */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#cccccc);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #CCCCCC)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
}

.PageMessageSuccess
{
	padding: 2px 0px 2px 0px;
    font-size : 8pt;
    font-weight: bold;
    color : #009900;
}

.PageMessageFailure
{
	padding: 2px 0px 2px 0px;
    font-size : 8pt;
    font-weight: bold;
    color : #990000;
}

.RequiredField
{
	color: #cc0000;
	padding-left: 2px;
	padding-right: 2px;
}

.MenuBar
{
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color : #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9999cc, endColorstr=#000033);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #9999CC),
	color-stop(1, #000033)
	);
	background-image: -o-linear-gradient(bottom, #9999CC 0%, #000033 100%);
	background-image: -moz-linear-gradient(bottom, #9999CC 0%, #000033 100%);
	background-image: -webkit-linear-gradient(bottom, #9999CC 0%, #000033 100%);
	background-image: -ms-linear-gradient(bottom, #9999CC 0%, #000033 100%);
	background-image: linear-gradient(to bottom, #9999CC 0%, #000033 100%);
}

A.MenuBarLink:link, A.MenuBarLink:visited, A.MenuBarLink:active
{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

A.MenuBarLink:hover
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.AccountSubMenuBar
{
	text-align: center;
	vertical-align: middle;
	background-color : #666699;
}

A.AccountSubMenuBarLink:link, A.AccountSubMenuBarLink:visited, A.AccountSubMenuBarLink:active
{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

A.AccountSubMenuBarLink:hover
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.DataGridHeader
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #003366;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0066cc, endColorstr=#003366);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #003366),
	color-stop(1, #0066CC)
	);
	background-image: -o-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -moz-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -webkit-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -ms-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: linear-gradient(to bottom, #003366 0%, #0066CC 100%);
}

.DataGridSuccessHeader
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #003366;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00cc66, endColorstr=#006633);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #006633),
	color-stop(1, #00CC66)
	);
	background-image: -o-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: -moz-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: -webkit-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: -ms-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: linear-gradient(to bottom, #006633 0%, #00CC66 100%);
}

.DataGridFailureHeader
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #003366;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc3300, endColorstr=#660000);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #660000),
	color-stop(1, #CC3300)
	);
	background-image: -o-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: -moz-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: -webkit-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: -ms-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: linear-gradient(to bottom, #660000 0%, #CC3300 100%);
}

.DataGridOrphanHeader
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	background-color: #003366;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc9900, endColorstr=#663300);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #663300),
	color-stop(1, #CC9900)
	);
	background-image: -o-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: -moz-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: -webkit-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: -ms-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: linear-gradient(to bottom, #663300 0%, #CC9900 100%);
}

.DataGridPaging
{
	background-color: #005599;
	font-size: 11px;
	font-weight: bold;
}

.DataGridSuccessPaging
{
	background-color: #009966;
	font-size: 11px;
	font-weight: bold;
}

.DataGridFailurePaging
{
	background-color: #993300;
	font-size: 11px;
	font-weight: bold;
}

.DataGridOrphanPaging
{
	background-color: #996600;
	font-size: 11px;
	font-weight: bold;
}

.FilterHeader
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#9999cc, endColorstr=#000033);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000033),
	color-stop(1, #9999CC)
	);
	background-image: -o-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -moz-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -webkit-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -ms-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: linear-gradient(to bottom, #000033 0%, #9999CC 100%);
}

.GridHeader
{
	background-color: #000099;
    color: #FFF;
    font-size : 8pt;
    font-weight : bold;
    height : 20;
    border-style : ridge;
}

.GridHeaderCell
{
	background-color: #000033;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#6666cc, endColorstr=#000033);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000033),
	color-stop(1, #6666CC)
	);
	background-image: -o-linear-gradient(bottom, #000033 0%, #6666CC 100%);
	background-image: -moz-linear-gradient(bottom, #000033 0%, #6666CC 100%);
	background-image: -webkit-linear-gradient(bottom, #000033 0%, #6666CC 100%);
	background-image: -ms-linear-gradient(bottom, #000033 0%, #6666CC 100%);
	background-image: linear-gradient(to bottom, #000033 0%, #6666CC 100%);
}

.CellUnderline
{
	border-bottom: solid 1px #cccccc;
}

.InformationTable
{
	border: solid 1px #000033;
	margin-bottom: 10px;
}	

.ConfirmationTable
{
	border-right: #000033 1px solid;
	border-top: #000033 1px solid;
	margin-bottom: 10px;
	border-left: #000033 1px solid;
	border-bottom: #000033 1px solid;
	background-color: #ffff99;
}	

.InformationTableTitle
{
	color: #ffffff;
	text-align: center;
	background-color: #000033;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0066cc, endColorstr=#003366);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #003366),
	color-stop(1, #0066CC)
	);
	background-image: -o-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -moz-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -webkit-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -ms-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: linear-gradient(to bottom, #003366 0%, #0066CC 100%);
}
	
.InformationTableTitleEscrow
{
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	/*padding-left: 120px;*/
	background-color: #000033;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0066cc, endColorstr=#003366);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #003366),
	color-stop(1, #0066CC)
	);
	background-image: -o-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -moz-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -webkit-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: -ms-linear-gradient(bottom, #003366 0%, #0066CC 100%);
	background-image: linear-gradient(to bottom, #003366 0%, #0066CC 100%);
}
.InformationTableSuccessTitle
{
	color: #ffffff;
	text-align: center;
	background-color: #000033;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00cc66, endColorstr=#006633);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #006633),
	color-stop(1, #00CC66)
	);
	background-image: -o-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: -moz-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: -webkit-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: -ms-linear-gradient(bottom, #006633 0%, #00CC66 100%);
	background-image: linear-gradient(to bottom, #006633 0%, #00CC66 100%);
}	

.InformationTableFailureTitle
{
	color: #ffffff;
	text-align: center;
	background-color : #000033;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc3300, endColorstr=#660000);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #660000),
	color-stop(1, #CC3300)
	);
	background-image: -o-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: -moz-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: -webkit-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: -ms-linear-gradient(bottom, #660000 0%, #CC3300 100%);
	background-image: linear-gradient(to bottom, #660000 0%, #CC3300 100%);
}	

.InformationTableOrphanTitle
{
	color: #ffffff;
	text-align: center;
	background-color: #000033;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#cc9900, endColorstr=#663300);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #663300),
	color-stop(1, #CC9900)
	);
	background-image: -o-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: -moz-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: -webkit-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: -ms-linear-gradient(bottom, #663300 0%, #CC9900 100%);
	background-image: linear-gradient(to bottom, #663300 0%, #CC9900 100%);
}	

.LedgerTableData
{
	border: solid 1px #333333;
}	

.FilterButton
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #0000cc;
	filter: progid;
	border: 1px solid #0000cc;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#66ccff',EndColorStr='#006699');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #006699),
	color-stop(1, #66CCFF)
	);
	background-image: -o-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: -moz-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: -webkit-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: -ms-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: linear-gradient(to bottom, #006699 0%, #66CCFF 100%);
	cursor: hand;
	width: 70px;
}

.ClearButton
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #0000cc;
	filter: progid;
	border: 1px solid #0000cc;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#66ccff',EndColorStr='#006699');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #006699),
	color-stop(1, #66CCFF)
	);
	background-image: -o-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: -moz-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: -webkit-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: -ms-linear-gradient(bottom, #006699 0%, #66CCFF 100%);
	background-image: linear-gradient(to bottom, #006699 0%, #66CCFF 100%);
		cursor: hand;
		width: 70px;
}

.SaveButton
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00cc00',EndColorStr='#006600');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #006600),
	color-stop(1, #00CC00)
	);
	background-image: -o-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -moz-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -webkit-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -ms-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: linear-gradient(to bottom, #006600 0%, #00CC00 100%);
	cursor: hand;
	width: 70px;
}

.AdvSearchButton
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#9999ff',EndColorStr='#000099');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000099),
	color-stop(1, #9999FF)
	);
	background-image: -o-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -moz-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -webkit-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -ms-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: linear-gradient(to bottom, #000099 0%, #9999FF 100%);
	cursor: hand;
	width: 70px;
}

.DeleteButton
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#cc0000',EndColorStr='#660000');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #660000),
	color-stop(1, #CC0000)
	);
	background-image: -o-linear-gradient(bottom, #660000 0%, #CC0000 100%);
	background-image: -moz-linear-gradient(bottom, #660000 0%, #CC0000 100%);
	background-image: -webkit-linear-gradient(bottom, #660000 0%, #CC0000 100%);
	background-image: -ms-linear-gradient(bottom, #660000 0%, #CC0000 100%);
	background-image: linear-gradient(to bottom, #660000 0%, #CC0000 100%);
	cursor: hand;
	width: 70px;
}

.NavButton
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#9999ff',EndColorStr='#000099');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000099),
	color-stop(1, #9999FF)
	);
	background-image: -o-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -moz-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -webkit-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -ms-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: linear-gradient(to bottom, #000099 0%, #9999FF 100%);
	cursor: hand;
	width: 70px;
}

.NavButtonWide
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#9999ff',EndColorStr='#000099');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000099),
	color-stop(1, #9999FF)
	);
	background-image: -o-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -moz-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -webkit-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: -ms-linear-gradient(bottom, #000099 0%, #9999FF 100%);
	background-image: linear-gradient(to bottom, #000099 0%, #9999FF 100%);
	cursor: hand;
	width: 150px;
}

.ActionButton
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00cc00',EndColorStr='#006600');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #006600),
	color-stop(1, #00CC00)
	);
	background-image: -o-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -moz-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -webkit-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -ms-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: linear-gradient(to bottom, #006600 0%, #00CC00 100%);
	cursor: hand;
}

.ActionButtonEscrowSubmit
{
	color: #ffffff;
	font-weight:  bold;
	background-color: #000000;
	padding: 5px 10px 5px 10px;
	margin-left: 203px;
	margin-top: 15px;
	margin-bottom: 15px;
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#00cc00',EndColorStr='#006600');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #006600),
	color-stop(1, #00CC00)
	);
	background-image: -o-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -moz-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -webkit-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: -ms-linear-gradient(bottom, #006600 0%, #00CC00 100%);
	background-image: linear-gradient(to bottom, #006600 0%, #00CC00 100%);
	cursor: hand;
}


.SearchButton
{
	width: 23px;
	color: #ffffff;
	font-size: 9px;
	font-weight:  bold;
	background-color: #000000;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;	
	filter: progid;
	border: 1px solid #000000;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#9999ff',EndColorStr='#000099');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #000099)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #000099 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #000099 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #000099 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #000099 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #000099 100%);
	cursor: hand;
}

.AddRemoveButton
{
	color: #ffffff;
	font-weight:  bold;
	font-size: 11px;
	background-color: #000033;
	padding: 2px 2px 2px 2px;
	border-width: 0px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#9999cc',EndColorStr='#000033');
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #000033),
	color-stop(1, #9999CC)
	);
	background-image: -o-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -moz-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -webkit-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: -ms-linear-gradient(bottom, #000033 0%, #9999CC 100%);
	background-image: linear-gradient(to bottom, #000033 0%, #9999CC 100%);
	cursor: hand;
}

.UploadButton
{
    font-size : 8pt;
    font-weight : normal;
    background-color: #f6f6f6;
}

.TextBox
{
	border: solid 1px #333333;
	font-size: 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f6f6f6;
}

.TextBoxInset
{
	border-style: inset;
	font-size: 11px;
	color: #000000;
	background-color: #f6f6f6;
}

.Listbox
{
	border: solid 1px #333333;
	font-size: 11px;
	color: #000000;
	background-color: #f6f6f6;
}

.HideHTMLElement
{
	display: none;
}

.ShowHTMLElement
{
	display: inline;
}

.HelpHeader
{
	font-size: 11pt;
	font-weight: bold;
	border-bottom: solid 1px #999999;	
}

.HelpTitle
{
	font-size: 9pt;
	font-weight: bold;
	border-bottom: solid 1px #999999;	
	background-color: #cccccc;
}