body
{
    margin: 0px 0px 0px 0px;
    background-color: white;
    width: 100%;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
    color: black;
}
.inputtest
{
	background:#888888 url(img/text_texture.gif);
}
.code_notes
{
	background:#ccffcc;
	font-style:italic;
	font-size:12pt;
	border:dashed 4px #880000;
}
.form_header
{
	background: url(img/header_texture.gif);
	border-bottom:solid 3px black;
	border-top:solid 3px black;
	text-align:center;
	font-size:20pt;
	font-weight:bold;
}

.bold 
{
    font-weight:bold;
}

.button_notext /*used*/
{
	background:#888888 url(img/button_texture.gif);
	font-weight: bold;
}
.button_notext_gv /*used*/
{
	background:#888888 url(img/button_texture.gif);
	font-size: smaller;
}
.label_grid /*used*/
{
	font-size:12px;
	font-family: Arial;
	color: Black;
}
.label_form
{
	font-size:14px;
	font-weight: bold;
	font-family: Arial;
	color: Black;
}





.button_label
{
	font-size:12pt;
	color:#000066;
	font-weight:bold;
}
.button_label_small
{
	font-size:9pt;
	color:#000066;
	font-weight:bold;
}
.label_form_large
{
	font-size:16px;
	font-family: Arial;
	color: Blue;
}
.label_form_header /*used*/
{
	font-size:18px;
	font-family: Georgia;
	color: Black;
}
.form_panel
{
	border:solid 1px #440000;
	background:#eeeeee;
}
.form_panel_header
{
	font-size:12pt;
	color:#660000;
	font-weight:bold;
}

.sub_form_header
{
	background: url(img/subheader_texture.gif);
	border-bottom:solid 2px black;
	border-top:solid 2px black;
	text-align:center;
	font-size:14pt;
	font-weight:bold;
}
.subform_bg
{
	background:#eeeeee;
	border:solid 1px #000000
}

.back_button
{
	background:#888888 url(img/button_texture.gif);
	font-weight:bold;
	color:#555577;
	font-size:12pt;
}
.download_button
{
	background:#888888 url(img/button_texture.gif);
	font-weight:bold;
	color:#007700;
	font-size:12pt;
}
.upload_button
{
	background:#888888 url(img/button_texture.gif);
	font-weight:bold;
	color:#0000aa;
	font-size:12pt;
}
.delete_button
{
	background:#888888 url(img/button_texture.gif);
	font-weight:bold;
	color:#aa0000;
	font-size:12pt;
}

.gdb_tree_style
{
	border: solid 2px #000066;
	background:#eeeeee;
}

.data_grid
{
	overflow:auto;
	width:800px;
	background:#999999;
	border: solid 3px #000000;
}
.dg_itemstyle
{
	height:20px;
	background:#ffffff;
	font-size:10pt;
	color:Black;
}
.dg_altitemstyle
{
	height:20px;
	background:#eef0ff;
	font-size:10pt;
	color:Black;
}
.dg_headerstyle
{
	height:20px;
	background:#999999;
	color:White;
	font-size:10pt;
	
}
.dg_pagerstyle
{
	background:#999999;
	font-size:10pt;
	color:White;
}
.loadbar
{
	text-align:center;
	font-weight:bold;
	visibility:hidden;
	border:solid 2px #550000;
	background:#e1ffe1;
}
td
{
	white-space:nowrap;
	
}
#GVPanel {
	Height:595px; overflow:Auto;
	z-index: 105;
    left: 37px;
	position: absolute;
	top: 107px;
	width: 860px;
	border:Solid Black 1px;
}	

 #btnSortPIN{	 
	 Height: 22px;
	 z-index: 102;
	 left: 36px;
	 position: absolute; 
	 top: 85px; 
	 width:107px; 
 }
#btnSortPropertyAddress {height:22px; 
	z-index: 103;
	left: 142px;
	position: absolute;
	top: 85px;
	width:320px;
}
#btnSortOwner{ 
	height:22px; 
	z-index: 104;
    left: 461px; 
	position: absolute; 
	top: 85px;
	width:438px;
}
#ddlPlat {
	width: 267px;
}