body
{
	background-color: #FFFFFF;
	margin: 0px;
}

textarea
{
	width: 100%;
	height: 200;
	border: 1px solid #7f7f7f;
	background-color: #FFFFFF;
}

.dateeditcalendar
{
	visibility: hidden;
	z-index:100000;
	position: absolute;

	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

	width: 200;

	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	background-color: #DDDDDD;

 	padding: 0px;
}

.calendarOutput
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

	width: 200;
	height: 156;

	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	background-color: #DDDDDD;

 	padding: 0px;
}

.calendarTable
{
	table-layout: fixed;
	padding: 0px;
	border-spacing: 0px;
	margin: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	width:100%;
}

.calendarMonthCell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #000055;
	padding: 3;
}

.calendarWeekCell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #CCCCCC;
	text-align:center;
}

.calendarDayCell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	text-align:center;
}

.calendarDayCellOver
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-align:center;
	color: #0000FF;
}

.calendarEmptyCell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	height: 20;
}


.tabs
{
	table-layout: fixed;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
	border-collapse: collapse;
	height: 30px;
	width:100%;
}

.tabscell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

 	padding: 0px;

	height: 30px;
}

.tabsstack
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #CCCCCC;

	padding: 10px
}

.lineedit
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	width: 100%;
	padding: 0;
	background: #FFFFFF;
	border: 0px;
}

.lineedittable
{
	height: 24px;
	width: 100%;

	background: #FFFFFF;
	border: 1px solid #7f7f7f;
	border-collapse: collapse;
}

.lineeditcell
{
	width: 100%;
	padding: 3;
	background: #FFFFFF;
}

.combobox
{
	width: 100%;
	border-collapse: collapse;
}

.comboboxcell
{
	height: 24;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	padding: 0;
	background: #FFFFFF;
}

.comboboxbtcell
{
	height: 24;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	padding: 0;
}

.comboboxtxt
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	height: 24px;
	width: 100%;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #7f7f7f;
}

.comboboxlist
{
	border: 1px solid #7f7f7f;
	overflow:auto;
	visibility: hidden;
	z-index:100000;
	height: 100;
	background-color:#FFFFFF;
	position: absolute;
}

.listbox
{
	border: 1px solid #7f7f7f;
	overflow:auto;
	background-color: #FFFFFF;
}

.listboxitem
{
	height: 24;
	width: 100%;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	background-color:  #FFFFFF;
	color:  #000000;
	border: 1px solid #FFFFFF;
	cursor:default;
}

.listboxitemover
{
	height: 24;
	width: 100%;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	background-color:  #FFFFFF;
	color:  #000000;
	border: 1px dashed #7f7f7f;
	cursor:default;
}

.listboxitemselected
{
	height: 24;
	width: 100%;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	background-color: #2266BB;
	color: #FFFFFF;
	border: 1px solid #2266BB;
	cursor:default;
}

.listboxitemoverselectedns
{
	height: 24;
	width: 100%;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	background-color: #2266BB;
	color: #FFFFFF;
	border: 1px dashed #FFFFFF;
	cursor:default;
}

.listboxitemoverselectedie
{
	height: 24;
	width: 100%;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	background-color: #2266BB;
	color: #FFFFFF;
	border: 1px dashed #2266BB;
	cursor:default;
}

.lv
{
	border: 1px solid #7f7f7f;
	background-color: #FFFFFF;
	overflow:auto;
}

.lvheaderdiv
{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #333333;
	background-color: #DDDDDD;

	padding: 0px;

	position:relative;
	top:0px;
}

.lvheadertab
{
	table-layout: fixed;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
	border-collapse: collapse;
	width:0px;
}

.lvheadercell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	
	border-left: 1px solid #EEEEEE;
	background-color: #DDDDDD;

 	padding-left: 7px;

	height: 22px;
}

.lvheaderhandler
{
	background-color: #DDDDDD;

	height: 22px;
	cursor: w-resize;
	width: 10px;
}

.lvheaderhandlercell
{
	border-right: 1px solid #333333;
	background-color: #DDDDDD;

	height: 22px;
	width: 10px;
}

.lvitemtab
{
	table-layout: fixed;
	padding: 0px;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
	border-collapse: collapse;
	width:0px;
}

.lvitemcell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DDDDDD;

	padding: 4px;
	padding-left: 4px;
}

.lvitemcellcontent
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
}

.lvitemcellselected
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DDDDDD;

	padding: 4px;
	padding-left: 4px;

	background-color: #2266BB;
	color: #FFFFFF;
}

.lvitemcellcontentselected
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

	background-color: #2266BB;
	color: #FFFFFF;
}

.tvitemcell
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;

	padding: 3px;
	padding-left: 7px;
}

.lb
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	cursor: default;
	width:100%;
}

.lbclick
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	cursor: pointer;
}

.dialog
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	border-collapse: collapse;
	cursor:default;
	height:100%;
	width:100%;
}

.bt
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	border-collapse: collapse;
	cursor: pointer;
	height: 24px;
	width:100%;
}

.menubar
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #333333;
	background-color: #DDDDDD;
	height: 22;
	color: #000000;
	cursor:default
}

.menubartable
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	border-collapse: collapse;

	background-color: #DDDDDD;
	color: #000000;
	height: 20;
	cursor:default
}

.menubaritem
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	background-color: #DDDDDD;
	color: #000000;
	padding: 0;

	cursor: default;
}

.menubaritemover
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	background-color: #2266BB;
	color: #FFFFFF;
	padding: 0;

	cursor: default;
}

.menu
{
	position:absolute;
	top:0;
	left:0;
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	background-color:  #FFFFFF;
	color:  #000000;
	cursor:default;
	z-index:100000;

}

.menuitem
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	background-color:  #FFFFFF;
	color:  #000000;
	cursor:default;
}

.menuitemover
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	background-color: #2266BB;
	color: #FFFFFF;
	cursor:default;
}

.toolbar
{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #333333;
	background-color: #DDDDDD;
	color: #000000;
	cursor:default;
}

.toolbartable
{
	border-collapse: collapse;
	height: 36;
	cursor:default;
}

.toolbaritem
{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 0;
	cursor: default;
}

.toolbaritemover
{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #333333;
	padding: 0;
	cursor: default;
}

.toolbaritemmousedown
{
	border-top: 1px solid #333333;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #333333;
	border-right: 1px solid #EEEEEE;
	padding: 0;
	cursor: default;
}

.dataconnector
{
	position: absolute;
	visibility: hidden;
}

.grid
{
	border-collapse: collapse;
}

.gridcell
{
	padding: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	white-space: nowrap;
	cursor: default;
}

p, td
{
	font-family: Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10px;
	white-space: nowrap;
	cursor: default;
}
