
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Normal {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.Small{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.TopRow {
	height: 70px;
}
.BottomRow {
	height: 18px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #909090;
	text-align: right;
	padding-right: 4px;
	padding-left: 4px;
}
.MainTable {
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
	width: 100%;
}
/*-- content pane                  --*/ 
.ContentPane { padding: 5px;

}

a.BREADCRUMBS_object
{
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
a.BREADCRUMBS_object:hover
{
	color: #FFF;
	font-style: normal;
	text-decoration: underline;
}
a.BREADCRUMBS_object:active
{
	font-style: normal;
	color: #FFF;
	text-decoration: underline;
}
a.BREADCRUMBS_object:visited
{
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
.VLine {
	background-image: url(images/bckgrounds/verticalline.gif);
	width: 3px;
}
.VLineLight {
	background-image: url(images/bckgrounds/verticallinelight.gif);
	width: 3px;
}

.CopyRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}

/*-- login and user token idle         --*/ 
.USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active , a.LOGIN_object, LOGIN_object:visited
{color: #FFF; font-weight:normal; text-transform: uppercase;}
 a.LOGIN_object, a.LOGIN_object:visited
 {color: #000; font-weight:normal; text-transform: uppercase;}
.SkinObject
{color: #7e7676; font-weight:normal; text-decoration: none; }
a.SkinObject:hover
{color: #000; font-weight:normal; text-decoration: none; }

.SearchBox INPUT{
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #F2E7D9;
	text-transform: uppercase;
	margin: 0px;
	height: 17px;
	border: 1px solid #FFFFFF;
	padding: 1px 3px;
	width:150px;
	background-color: #7D4D15;
}
.SearchBox {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}
.OuterTable {
	background-color: #FFFFFF;
}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/



/*-- box that holds the menu              --*/ .MainMenu_MenuContainer {background-color: #eeeced;  width: 100%; }
/*-- this is items on the main menu       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem {cursor: pointer; font-size: 11px;font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; vertical-align: middle; color: #6A6A6A; background:#eeeced; padding: 0px 8px 0px 2px; height: 18px; }
/*-- submenu (flyout) items hover         --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel {cursor: pointer; font-size: 11px;font-family: Arial, Helvetica, sans-serif; color: #222; background: #CCCCCC; padding: 0px 8px 0px 2px; height: 18px; text-transform: uppercase;}
/*-- menuitems idle                       --*/ .MainMenu_Idle {cursor: pointer; background-color:#eeeced;vertical-align: middle;color: #666;padding: 0; height: 18px; }
/*-- menuitems over                       --*/ .MainMenu_Selected {cursor: pointer; background-color:#CCCCCC;padding: 0; color:#000000;}
/*-- not needed - main menu               --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- menuitems active         --*/ 			   .MainMenu_Active, .MainMenu_BreadcrumbActive {cursor: pointer; background-color:#CCCCCC;color: #666; padding: 0; height:18px; font-weight: bold;}

/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar          --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding      --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

