/* _lcid="1045" _version="4.0.0"
    _LocalBinding */

* {
	font-family:			verdana;
	font-size:				11pt;
	font-weight:			normal;
}

BODY
{
	background-image:		url(../bg_SlateBlue.gif);
}

FONT, .staticText {
	color:					#FFFFFF;
}

HR {
	color:					#666699;
}

.formHeading, .sectionHeading {
	font-weight:			bold;
}

.formHeading {
	font-size:				22pt;
	color:					#FFFFFF;
}

.sectionHeading {
	font-size:				14pt;
	color:					#FFFFFF;
	background-color:		#666699;
	width:					100%;
	padding:				2px 2px 2px 4px;
}

.button {
	color:					#FFFFFF;
	background-color:		#9999CC;
}

.dateButton, .customButton {
	color:					#FFFFFF;
	background-color:		#9999CC;
	margin-left:			2px;
	height:					21px;
}

.highlightField
{
	background-color:		#9999CC;
}

.highlightField FONT
{
	color:					#666699;
}

.hoverField
{
	background-color:		#AAAADD;
}

.hoverField FONT
{
	color:					#7777AA;
}

/* field-group of class stdButtonBar will display at top right of the form - use for action-buttons */

.stdButtonBar {
	position:				absolute;
	top:					0px;
	right:					-10px;
	height:					43px;
	padding-top:			10px;
	padding-right:			7px;
	padding-left:			5px;
}

/* other handy general-purpose classnames */

.boldface * {
	font-weight:			bold !important;
}
.italic * {
	font-style:				italic !important;
}
.bigtext * {
	font-size:				11pt !important;
}
.bigbold * {
	font-size:				11pt !important;
	font-weight:			bold !important;
}
.smalltext * {
	font-size:				8pt !important;
}
.boldtabs .activeTab {
	font-weight:			bold !important;
}
.boldtabs .inactiveTab {
	font-weight:			bold !important;
}

/* textarea shouldn't have a scrollbar unless it's got lots of content */

TEXTAREA {
 overflow:					auto;
}

/* Buttons have a hand cursor */

.button, .dateButton, .customButton {
	cursor:					hand;
}