Body {
	background-color: white;
}

.ControlPanel, .PagingTable {
	background-color: #FFFFFF;
	border-bottom-color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #003366;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #003366;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #003366;
	border-top-style: solid;
	border-top-width: 1px;
	color: #000000;
	height: 64px;
	width: 100%;
}

.SkinObject {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}

A.SkinObject:link {
	color: #000000;
	text-decoration: none;
}

A.SkinObject:visited {
	color: #000000;
	text-decoration: none;
}

A.SkinObject:active {
	color: #000000;
	text-decoration: none;
}

A.SkinObject:hover {
	color: #000000;
	text-decoration: none;
}

.Head {
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
}

.SubHead {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.SubSubHead {
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.Normal,.NormalDisabled {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.NormalDisabled {
	color: Silver;
}

.NormalBold {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.NormalRed {
	color: #ff0000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_Node {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.TreeMenu_NodeSelected {
	background-color: #dcdcdc;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
	color: #000000;
	text-decoration: none;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited {
	color: #000000;
	text-decoration: none;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active {
	color: #000000;
	text-decoration: none;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover {
	color: #ff0000;
	text-decoration: none;
}

.FileManager {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	height: 400px;
}

.FileManager_ToolBar {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 25px;
}

.FileManager_Explorer {
	background-color: White;
	border-style: solid;
	border-width: 1px;
	height: 100%;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.FileManager_FileList {
	background-color: White;
	border-style: solid;
	border-width: 1px;
	height: 100%;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	overflow: auto;
}

.FileManager_MessageBox {
	background-color: White;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	text-align: center;
	vertical-align: middle;
}

.FileManager_Header {
	background-color: #9EBFF6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #E7E7FF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}

.FileManager_Pager {
	background-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
}

.FileManager_StatusBar {
	background-color: #dedfde;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	height: 25px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

.FileManager_Item {
	background-color: #F8F8F8;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-top-width: 1px;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManager_AltItem {
	background-color: #EEEEEE;
	border-style: none;
	color: Black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManager_SelItem {
	background-color: #99ffff;
	border-style: none;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.FileManagerTreeNode {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.FileManagerTreeNodeSelected {
	background-color: #dcdcdc;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
	color: #000000;
	text-decoration: none;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
	color: #000000;
	text-decoration: none;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
	color: #000000;
	text-decoration: none;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
	color: #ff0000;
	text-decoration: none;
}

.Wizard {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	height: 400px;
	width: 650px;
}

.WizardButton {
	background-color: gainsboro;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.WizardHeader {
	background-color: #ffffcc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 40px;
}

.WizardFooter {
	background-color: #ccffcc;
	border-top-style: solid;
	border-top-width: 1px;
	height: 25px;
	text-align: right;
}

.WizardBody {
	height: 325px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.WizardHelp {
	background-color: #ccffff;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 9pt;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 180px;
}

.WizardHelpText {
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	height: 300px;
	overflow: auto;
	width: 180px;
}

.WizardText {
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

.Help {
	background-color: #ffff99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.CommandButton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

A.CommandButton:link {
	color: #000000;
	text-decoration: underline;
}

A.CommandButton:visited {
	color: #000000;
	text-decoration: underline;
}

A.CommandButton:active {
	color: #000000;
	text-decoration: underline;
}

A.CommandButton:hover {
	color: #ff0000;
	text-decoration: underline;
}

.StandardButton {
	background-color: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

H1 {
	color: #666644;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
}

H2 {
	color: #666644;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
}

H3 {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

H4 {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

H5, DT {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

H6 {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

TFOOT, THEAD {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
}

TH {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	vertical-align: baseline;
}

A:link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration: none;
}

A:active {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #ff0000;
	text-decoration: underline;
}

SMALL {
	font-size: 8px;
}

BIG {
	font-size: 14px;
}

BLOCKQUOTE, PRE {
	font-family: Lucida Console, monospace;
}

UL LI {
	list-style-type: square;
}

UL LI LI {
	list-style-type: disc;
}

UL LI LI LI {
	list-style-type: circle;
}

OL LI {
	list-style-type: decimal;
}

OL OL LI {
	list-style-type: lower-alpha;
}

OL OL OL LI {
	list-style-type: lower-roman;
}

HR {
	color: dimgrey;
	height: 1pt;
	text-align: left;
}

.ModuleTitle_MenuContainer {
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 0px;
}

.ModuleTitle_MenuBar {
	background-color: Transparent;
	cursor: hand;
	height: 16;
}

.ModuleTitle_MenuItem {
	background-color: Transparent;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

.ModuleTitle_MenuIcon {
	background-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	cursor: hand;
	height: 21;
	text-align: center;
	width: 15;
}

.ModuleTitle_SubMenu {
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0px;
	cursor: hand;
	filter: progid;
	z-index: 1000;
}

.ModuleTitle_MenuBreak {
	background-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	background-color: #C1D2EE;
	color: black;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

.ModuleTitle_MenuArrow {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0px;
	cursor: hand;
	font-family: webdings;
	font-size: 10pt;
}

.ModuleTitle_RootMenuArrow {
	cursor: hand;
	font-family: webdings;
	font-size: 10pt;
}

.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuBar {
	background-color: Transparent;
	cursor: hand;
	height: 16;
}

.MainMenu_MenuItem {
	background-color: Transparent;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

.MainMenu_MenuIcon {
	background-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	cursor: hand;
	height: 21;
	text-align: center;
	width: 15;
}

.MainMenu_SubMenu {
	background-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0px;
	cursor: hand;
	filter: progid;
	z-index: 1000;
}

.MainMenu_MenuBreak {
	background-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #EEEEEE;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #EEEEEE;
	border-top-style: solid;
	border-top-width: 1px;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #C1D2EE;
	color: black;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

.MainMenu_MenuArrow {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 0px;
	cursor: hand;
	font-family: webdings;
	font-size: 10pt;
}

.MainMenu_RootMenuArrow {
	cursor: hand;
	font-family: webdings;
	font-size: 10pt;
}

.HeadBg {
	background-color: #CCCCCC;
}

.TabBg {
	background-color: black;
}

.SelectedTab {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}

A.SelectedTab:link {
	color: white;
	text-decoration: none;
}

A.SelectedTab:visited {
	color: #eeeeee;
	text-decoration: none;
}

A.SelectedTab:active {
	color: #eeeeee;
	text-decoration: none;
}

A.SelectedTab:hover {
	color: #cccccc;
	text-decoration: none;
}

.OtherTabs {
	color: white;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
}

A.OtherTabs:link {
	color: white;
	text-decoration: none;
}

A.OtherTabs:visited {
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:active {
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:hover {
	color: #cccccc;
	text-decoration: none;
}

.PagingTable {
	height: 33px;
}

.LabelEditOverClass {
	cursor: pointer;
	text-decoration: underline overline;
}

.LabelEditTextClass {
	background-color: Transparent;
	border-style: solid;
	border-width: 1px;
}

.LabelEditWorkClass {
	background-color: Transparent;
	border-style: solid;
	border-width: 0px;
}