.mainBodyDlg {
			font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
			background: white;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;			 
			margin-top: 0px;
		}

.mainTableDlg {
			cursor: default;
			background: #D4D0C8;
			border-width: 1px;
			border-style: ridge double double ridge;
			border-color: #808080 #808080 #808080 #808080;
		}

.listheader {
	cursor: default;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: #808080;
	color: white;
	height: 22px;
}

.text	{
			font: icon;
			color: #000000;
			top: 0px;
		}
		
input	{
			font: icon;
			color: #000000;
		}

select	{
			font: icon;
			color: #000000;
		}
		
.button {
		  font-size: 11px;
		  color: #000000;
		  background:  #D4D0C8;
		  cursor: hand;
		  width: 75px;
		}

.w200	{
		  position: relative;
		  width: 200px;
		}

