BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

A
{
	text-decoration:none;
}

.applicationFont
{
	font-size: 12px;
	font-family: Arial;
}

.statusBar
{
	border-top: #8a867a 1px solid;
	border-bottom: #8a867a 1px solid;
	background-color: buttonface;
}

.documentView
{
	background-color: appworkspace;
}

.toolBar
{
	font-size: 12px;
	font-family: Arial;
	height: 32px;
	background-color: buttonface;
}

/* TABS BAR */
.tabBar
{
	border-top: #aca899 1px solid;
	background-color: buttonface;
}

.tabButton
{
	border-right: #aca899 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	background-color: buttonface;
}

.tabButtonHighlighted
{
	border-right: #000000 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	background-color: buttonshadow;
}

.tabFont
{
	font-size: 12px;
	font-family: Arial;
}

/* END TABS BAR */

.windowStyle
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
}

.windowTitleStyle
{
	padding-left: 5px;
	font-size: 12px;
	color: #ffffff;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	height: 20px;
	background-color: activecaption;
}

.windowViewStyle
{
	background-color: window;
}

/* TAB CONTROL */
.tabContainer
{
	border-bottom: buttonshadow 1px solid;
}

.tabControlView
{
	border-left: buttonshadow 1px solid;
	border-right: buttonshadow 1px solid;
	background-color: buttonface;
}

.tabControlButtonBar
{
	height:24px;
	border-left: buttonshadow 1px solid;
}

.tabControlButtonEmpty
{
	border-bottom: buttonshadow 1px solid;
}

.tabControlButton
{
	border-top: buttonshadow 1px solid;
	border-right: buttonshadow 1px solid;
	border-bottom: buttonshadow 1px solid;
	background-color: buttonface;
	padding-left:5px;
	padding-right:10px;
}

.tabControlButtonHighlighted
{
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-bottom: buttonface 1px solid;
	background-color: buttonface;
	padding-left:5px;
	padding-right:10px;
}

.tabControlButtonArea
{
	height:20px;
	background-color: buttonface;
}
/* END TAB CONTROL */

/* WAIT BAR */
.waitBar
{
	border-right: activeborder 1px solid;
	border-top: activeborder 1px solid;
	border-left: activeborder 1px solid;
	border-bottom: activeborder 1px solid;
}

.waitBarFill
{
	background-color: activecaption;
	position:relative;
}
/* END WAIT BAR */
.datePickerControl
{
	position:absolute;
	border-right: activeborder 1px solid;
	border-top: activeborder 1px solid;
	border-left: activeborder 1px solid;
	border-bottom: activeborder 1px solid;
	background-color: window;
	visibility:hidden;
	z-index:50;
}

.datePickerControlTitle
{
	color: captiontext;
	background-color: activecaption;
}
/* END DATE PICKER CONTROL */

.controlBackground
{
	background-color: buttonface;
}

.controlContainer
{
	border-right: buttonshadow 1px solid;
	border-top: buttonhighlight 1px solid;
	border-left: buttonhighlight 1px solid;
	border-bottom: buttonshadow 1px solid;
	background-color: buttonface;
}

/* TREE CONTROL */
.treeControlCell
{
	background-color: buttonhighlight;
}
/* END TREE CONTROL */