.MenuBar
{
	background-color: #65866b;
	border-top: solid 1px #a1bba6;
	border-bottom: solid 2px black;
}

.MenuBarLink
{
	color: #a1bba6;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #65866b;
	padding: 2px;
}

.MenuBarLink:hover
{
	color: White;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #a1bba6;
}

.MenuBarText
{
	font-size: 11px;
	text-decoration: none;
}

.PageTitle
{
	font-size: 14px;
	font-weight: bold;
}

.LoginTitle
{
	color: #65866b;
	font-size: 14px;
	font-weight: bold;
}

.PageTitlePanel
{
	background-color: #eeeeee;
	background-image: url(/images/pg_title_bkg.jpg);
	background-repeat: repeat-x;
	height: 24px;
}

.FooterBar
{
	border-top: solid 1px gray;
	padding-left: 5px;
	padding-right: 5px;
}

.RootMenu
{
	background-color: #65866b;
	border: 1px solid #65866b;
	padding: 3px;
	text-decoration: none;
	color: #a1bba6;
}

.RootMenuHover
{
	border: 1px solid white;
	color: white;
}

.RootMenu:hover
{
	color: White;
}

.DynamicMenu
{
	background-color: #a1bba6;
	padding: 0px;
	border: 1px solid #65866b;
}

.MenuItem
{
	width: 200px;
	background-color: #a1bba6;
	color: Black;
	border: 1px solid #a1bba6;
}

.MenuItem:hover
{
	color: White;
}

.MenuItemHover
{
	border: 1px solid white;
	color: White;
}

.aXTable_BodyText
{
	font-size: 11px;
}

.aXTable_OddRowCell
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.aXTable_EvenRowCell
{
	padding-top: 4px;
	padding-bottom: 4px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h3
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5f4880;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.FooterLinks
{
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
.firstletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
p {
	margin: 0px;
	padding: 0px;
}
.FooterLinks a {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.FooterLinks a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #710043;
	text-decoration: underline;
}

.CommonTasksTable
{
}

.CommonTasksHeaderCell
{
	padding: 3px;
	background-color: #a1bba6;
}

.CommonTasksHeaderText
{
	color: #65866b;
}

.CommonTasksContentCell
{
	padding: 6px;
	border: 1px solid #a1bba6;
}

.ActionLink
{
	text-decoration: none;
	border: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #dddddd;
	padding: 3px;
	color: gray;
}

.ActionLink:hover
{
	text-decoration: none;
	border: 1px solid #cb7518;
	color: #cb7518;
}

.aXTabBar_ActionLink
{
	text-decoration: none;
/*	border: 1px solid #edb77d; */
	border: 1px solid #bbbbbb;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background-color: #eeeeee;
	padding: 3px;
	color: gray;
	margin: 3px;
}

.aXTabBar_ActionLink:hover
{
	text-decoration: none;
	border: 1px solid #c86c09;
	color: #c86c09;
}

.aXSaveBar_Table
{
	background-color: #eeeeee;
	padding: 3px;
}

.aXSaveBar_LeftCell
{
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.aXSaveBar_RightCell
{
	padding: 7px;
	text-align: right;
}

.aXTabBar_Table
{
	background-color: #eeeeee;
/*	height: 24px;*/
}

.aXTabBar_TabLeftCellInactive
{
	background-image: url('/images/tab_left_i.gif');
}

.aXTabBar_TabMiddleCellInactive
{
	background-image: url('/images/tab_mid_i.gif');
}

.aXTabBar_TabRightCellInactive
{
	background-image: url('/images/tab_right_i.gif');
}

.aXTabBar_TabLeftCellActive
{
	background-image: url('/images/tab_left_a.gif');
}

.aXTabBar_TabMiddleCellActive
{
	background-image: url('/images/tab_mid_a.gif');
}

.aXTabBar_TabRightCellActive
{
	background-image: url('/images/tab_right_a.gif');
}

.aXTabBar_TabTextInactive
{
	color: #999999;
}

.aXTabBar_TabTextInactive:hover
{
	color: #c86c09;
}

.ValidationErrorTable_Table
{
	border: 1px solid #FFB316;
	background-color: #fce9c1;
	margin-bottom: 12px;
}

.ActionTable
{
	background-color: #efefef;
}

.PanelTableHeaderCell
{
	background-color: #ccccdd;
	padding: 2px;
	color: #666699;
}

.PanelTableEvenCell
{
	background-color: #eeeef4;
	padding: 2px;
}

.PanelTableOddCell
{
	padding: 2px;
}

.aXPanelGrid_PanelTitleText
{
	font-weight: bold;
	color: #666699;
}

.aXPanelGrid_SizerCell
{
	border-left: 1px solid #eeeef4;
}

.TableBottomCap
{
	border-left: 1px solid #ccccdd;
	border-right: 1px solid #ccccdd;
	border-bottom: 1px solid #ccccdd;
	height: 30px;
}

a:hover
{
	color: #cb7518;
}

.TabLabel
{
	color: Black;
	text-decoration: none;
}

.TabLabel:hover
{
	text-decoration: underline;
}

.TabLabel:visited
{
	color: Black;
	text-decoration: none;
}

.Tip
{
	border: 1px solid #cccccc;
	padding: 4px;
	color: #bbbbbb;
}

.Tip:hover
{
	border: 1px solid #cccccc;
	background-color: #eeeeff;
	padding: 4px;
	color: Black;
}

.UserInfoName
{
	font-weight: bold;
	font-size: 13px;
}

.UserInfoCompany
{
	font-weight: bold;
}

.UserInfoCaption
{
}

.UserInfoInfo
{
}

.MessageSubject
{
	font-size: 13px;
}

.SaveBarCell
{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
}

.CropFrame
{
	position: absolute;
	border: 1px solid red;
}

.CropHandle
{
	cursor: nw-resize;
}

.MoveHandle
{
	cursor: move;
}

.HomePageMenuCell
{
	padding: 8px;
	border: 1px solid #a1bba6;
	background-color: #d8e2da;
}

A.HomePageMenu
{
	color: #65866b;
	font-weight: bold;
}

A.HomePageMenu:visited
{
	color: #65866b;
	font-weight: bold;
}

A.HomePageMenu:hover
{
	color: #cb7518;
}

.aXTable_Table
{
	border: 1px solid #dddddd;
}

.SectionHead
{
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	padding: 2px;
}

