.navLink
{
	font-family: Arial;
	font-size: 11px;
	color: #968F8F;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
}
a.navLink:link
{
	font-family: Arial;
	font-size: 11px;
	color: #968F8F;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
	text-decoration: none;
}
a.navLink:visited
{
	font-family: Arial;
	font-size: 11px;
	color: #968F8F;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
	text-decoration: none;
}
a.navLink:active
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
	text-decoration: none;
}
a.navLink:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
	text-decoration: none;
}
.adminMenuLabel
{
	color: #909090;
	font-family: Arial;
	font-size: 11px;
}

/* MENU */

.MainMenuGroup
{
	cursor: hand;
}

.ChildMenuGroup
{
	cursor: hand;
	background-color: #1D0F0F;
}

.MainMenuItem
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #968F8F;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
}

.MainMenuItemOver
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	cursor: hand;
}

.MainMenuItemClicked
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	height: 22px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	cursor: hand;
}

.MainMenuSeparator
{
	height: 4px;
	width: 12px;
	font-size: 2px;
}

.ChildMenuSeparator
{
	height: 2px;
	font-size: 2px;
}

.ChildMenuItem
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #968F8F;
	height: 18px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	width: 120px;
}

.ChildMenuItemOver
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	height: 18px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	width: 120px;
}

.ChildMenuItemClicked
{
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	height: 18px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	width: 120px;
}


/*	FORM: */

.formButton
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #586369;
	border: 1px ridge #DEDEDE;
	height: 22px;
	background-image: url('/admin/images/bgFormButton.png');
	background-repeat: repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.formButtonRS
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #586369;
	border: 1px ridge #DEDEDE;
	height: 22px;
	background-image: url('/admin/images/bgFormButton.png');
	background-repeat: repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}

.formButtonLS
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #586369;
	border: 1px ridge #DEDEDE;
	height: 22px;
	background-image: url('/admin/images/bgFormButton.png');
	background-repeat: repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 10px;
}

.formText
{
	color: #586369;
	font-family: Tahoma;
	font-size: 8pt;
}
.formText:link
{
	color: #000000;
	text-decoration: none;
}
.formText:visited
{
	color: #000000;
	text-decoration: none;
}
.formText:active
{
	color: #000000;
	text-decoration: none;
}
.formText:hover
{
	color: #000000;
	text-decoration: underline;
}

.formBox
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #586369;
	border: 1px ridge #DEDEDE;
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.formArea
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #586369;
	border: 1px ridge #DEDEDE;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.formOption
{
	color: #586369;
	font-family: Tahoma;
	font-size: 8pt;
	border: 0px;
	background-color: Transparent;
}

.formDate
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #586369;
	border: 0px;
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 2px;
	background-color: Transparent;
}

.formError
{
	color: #785961;
	font-family: Tahoma;
	font-size: 8pt;
	margin-left: 0px;
	padding-left: 5px;
}
.formError:link
{
	color: #985961;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 5px;
}
.formError:visited
{
	color: #985961;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 5px;
}
.formError:active
{
	color: #985961;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 5px;
}
.formError:hover
{
	color: #985961;
	text-decoration: underline;
	margin-left: 0px;
	padding-left: 5px;
}

.formTableTitle
{
	font-family: Arial;
	font-size: 19px;
	color: #000000;
}
.formTableIntro
{
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.formTable
{
	border-width: 0px;
	padding:2px 10px 2px 0px;
}
.formTableRow
{
	border-width: 0px;
	padding:inherit;
}
.formTableCell
{
	border-width: 0px;
	padding:inherit;
}