﻿/*
Colour charts:
#FD9800 = orange
#FF6500 = orange
#D4D0C8 = grey (windows-like application colour)
#999999 = grey (light)
#343434 = dark brown
*/
.MainMenuArea
{
	float: left;
	position: relative;
	margin:0 0 0 0;
	background-color:#F27012;
	width: 100%;
}
.TopGroup
{
	float:left;
	margin:0 0 0 0;
	width:100%;
}
.TopGroup td
{
    vertical-align:middle;
    text-align:center;
}

.TopItem, .TopItemHover, .HomeItem, .HomeItemActive, .HomeItemHover, .TopItemActive, .TopItemActiveHover, .HomeItemNew, .HomeItemExisting, .TopItemNew, .TopItemExisting,
.IRItem, .IRItemActive, .IRItemHover,.IRItemNew, .IRItemExisting
{
	
	color: white;
	white-space: pre-wrap;
	text-align: center;
	/*padding: 6px 0;*/
	margin: 0 0 0 0;
	width: 196px;
	font-size: 11px;
	font-weight: bold;
	min-width:196px;
	/*background-image:url(/Images/CustomerSpecific/MenuDefault.gif);
	background-repeat:no-repeat;
	background-position:center left;*/
}

/*.TopItem td, .TopItemHover td, .HomeItem td, .HomeItemActive td, .HomeItemHover td, .TopItemActive td, .TopItemActiveHover td, .HomeItemNew td, .HomeItemExisting td, .TopItemNew td, .TopItemExisting td,
.IRItem td, .IRItemActive td, .IRItemHover td,.IRItemNew td, .IRItemExisting td
{
    width:20%;
}*/

.HomeItem
{
}
.TopItemHover, .TopItemActive, .HomeItemActive, .HomeItemHover
, .IRItemActive, .IRItemHover
{
	color:#58585A;
	/*background-image:url(/Images/CustomerSpecific/MenuSelected.gif);
	background-repeat:no-repeat;
	background-position:center left;*/
}
.HomeItemHover, .HomeItemActive
{
	cursor: pointer;
}
.IRItemHover
{
    cursor: pointer;
}
.TopItemHover, .TopItemActive
{
	cursor: pointer;
}
.TopItemHover td, .HomeItemHover td
{
    /*background-image:url(/Images/CustomerSpecific/MenuDefault.gif);*/
    text-decoration:underline;
    color:#FFFFFF;
}
.TopItemActive td, .HomeItemActive td, .IRItemActive td
{
	color:#58585A;
	background-color:#FFCC00;
}
.MenuGroup
{
	position: relative;
}
.MenuGroup tbody, .MenuGroup td
{
	position: relative;
}
.MenuGroup tr
{
	position: relative;
}
.SubItem, .SubItemHover, .SubItemActive, .SubItemExisting, .SubItemNew
{
	color: #373429;
	white-space: pre-wrap;
	text-align: left;
	padding: 4px 5px 4px 5px;
	margin: 0;
	width:122px;
	font-size: 12px;
}
.SubItemGroup
{
}
.SubItem
{
	background-color: #F2F2F2;
	border-top:solid 1px #E6E4E0;
	border-bottom:solid 1px #E6E4E0;
	height: 50px;
}
.SubItemHover, .SubItemActive
{
	background-color: #A09D93;
	cursor: pointer;
	color: #FFF;
	border-top:solid 1px White;
	border-bottom:solid 1px White;
	height: 50px;
}
.MenuBreak
{
	padding: 0px;
}
.HomeItemNew, .HomeItemExisting, .TopItemNew, .TopItemExisting, .SubItemExisting, .SubItemNew,
.IRItemNew, .IRItemExisting
{
	cursor: pointer;
	text-transform: capitalize;
	font-style: italic;
	background: #CCC;
	color: #000;
	letter-spacing: normal;
}
.SubItemActive img, .SubItem img, .SubItemHover img, .SubItemExisting img
{
	position: relative;
	float: left;
	height: 45px;
	width: 45px;
	padding: 2px 4px 2px 5px;
}
.SubItemActive, .SubItem , .SubItemHover, .SubItemExisting
{
	width: 260px;
	position: relative;
	float: left;
}
.SubItemExisting
{
	border-bottom: solid 1px #FFFFFF;
}
.SubItem td, .SubItem tr, .SubItemActive td, .SubItemActive tr, .SubItemHover td, .SubItemHover tr, .SubItem tr
{
	position: relative;
	float: left;	
}
.SubItem tr, .SubItemActive tr, .SubItemHover tr
{
	max-width: 260px;
}
.SubItem td, .SubItemActive td, .SubItemHover td
{
	position: relative;
	float: left;
	vertical-align: middle;
	width: auto;
}
.SubItem nobr, .SubItemActive nobr, .SubItemHover nobr, .SubItemExisting nobr
{
	position: relative;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 0 0 5px;
	width: 180px;
}
