* {
	margin: 0;
	padding: 0;
}
html {
	background-image: url(images/im-bkg-tile.gif);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	background-color: transparent;
}
/*-- catch-all --*/
p {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
.boldText {
	font-size: 14px;
	font-weight: bold;
	color: #d61921;
}
/*-- catch-all --*/
img {
	border: 0;
}
.imageMarginRight {
	margin: 0px 0px 10px 10px;
}
.imageMargin {
	margin: 10px 0px 10px 0px;
}
.imageMarginTop {
	margin: 2px 0px 0px 0px;
}
/*-- form field style --*/
.searchButton {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
/* GENERIC */
H1  {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
	font-weight: bold;
	color: #004c95;
}
H2  {
    margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #003366;
	line-height: 1.2em;
}
H3  {
    margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: normal;
    color: #FFFFFF;
}
H4  {
    margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    color: #000000;
}
H5, DT  {
    margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
H6  {
    margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}
.iconMargin {
	float: left;
	margin: 0px 0px 10px 0px;
}
/*== custom text styles ==*/
.darkBlueBkg {
	background-color: #032D66;
}
.darkBlueText {
	color: #003366;
}
.darkRedText {
	color: #B6141B;
}
.bulletText {
	color: #B6141B;
    background-image: url(images/im-redline-bullet.gif);
    background-position: 0 2;
    background-repeat: no-repeat;
    padding: 0px 0px 10px 12px;
}
.bulletTextBlack {
	color: #000000;
    background-image: url(images/im-redline-bullet-blue.gif);
    background-position: 0 2;
    background-repeat: no-repeat;
    padding: 0px 0px 10px 12px;
}
.darkGreyText {
	color: #666871;
}
.redBkg {
	background-color: #D94040;
}
.lightGreyBkg {
	background-color: #E8E8E8;
}
.dateText {
	color: #5D87C0;
	font-weight: bold;
}
.WhiteText {
	color: #FFFFFF;
}
.greyText {
	color: #999999;
}
.centreText {
	text-align: center;
}
.uWayText {
	color: #263a80;
}
.csRollover a:link, .csRollover a:visited {
	display: block;
	height: 76px;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 26px 0px 0px 55px;
	background: url(images/but-serv-arrow-off.gif) no-repeat;
	text-decoration: none;
	text-align: left;
}
.csRollover a:hover, .csRollover a:active { 
	color: #ffffff;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	background: url(images/but-serv-arrow-on.gif) no-repeat;
	text-decoration: none;
	text-align: left;
}
.csRolloverOn a:link, .csRolloverOn a:visited, .csRolloverOn a:hover, .csRolloverOn a:active {
	display: block;
	height: 76px;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 26px 0px 0px 60px;
	background: url(images/but-serv-arrow-on.gif) no-repeat;
	text-decoration: none;
	text-align: left;
}
.eventTitle {
	color: #004c95;
	font-weight: bold;
}
.eventDate {
	color: #cc0000;
	font-weight: bold;
}
/* DIV styles */
#paraFloat {
	float: right;
	width: 301px;
	top: 0px;
	left: 0px;
	margin: 5px 0px 0px 8px;
}
#floatEnder {
	clear: both;
}
#articleHolder {
	position: relative;
	width: 744px;
	left: 0px;
	top: 0px;
}
#latestArticleArea {
	float: left;
	width: 362px;
	left: 0px;
	top: 0px;
	background: #6694bf url(images/im-latest-articles-title.gif) no-repeat;
}
#topArticleArea {
	float: left;
	width: 362px;
	left: 0px;
	top: 0px;
	background: #e82d36 url(images/im-top-articles-title.gif) no-repeat;
}
#articleDivider {
	float: left;
	width: 20px;
	left: 0px;
	top: 0px;
}
#articleContent {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 35px 7px 2px 7px;
}
#articleFooter {
	position: relative;
	left: 0px;
	top: 0px;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	border: none;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	width: 1000px;
	top: 0px;
	left: 0px;
	text-align: left;
}
#logoHolder {
	float: left;
	width: 250px;
	left: 0px;
	top: 0px;
	margin-bottom: 8px;
}
#languageHolder {
	float: right;
	padding: 0px;
	width: 600px;
	top: 0px;
	text-align: right;
}
#headerBar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	text-align: left;
	background: Transparent url(images/im-nav-bar-bkg.gif) repeat-x;
}
#bkgBar {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 15px;
	text-align: left;
	background: url(images/im-nav-base.gif) no-repeat;
}
#mainContent {
	float: left;
	width: 794px;
	left: 0px;
	margin-top: 17px;
	border: none;
	text-align: left;
}
#flash {
	position: relative;
	padding-left: 24px;
	top: 0px;
	border: none;
}
#mainContentHolder {
	position: relative;
	width: 760px;
	margin-top: 24px;
	text-align: left;
}
#mainContentArea {
	padding: 0px 0px 0px 24px;
}
#caseStudiesClients {
	position: relative;
	left: 0px;
	margin-top: 24px;
	text-align: left;
}
#caseStudiesClients h1 {
	background-image: url(images/im-case-studies-clients-tit.gif);
    background-repeat: no-repeat;
	width: 89px;
	height: 13px;
}
#caseStudiesClientsArea {
	position: relative;
	left: 0px;
	top: 24px;
	margin-bottom: 20px;
	text-align: left;
}
#breadCrumbArea {
	position: relative;
	padding-left: 24px;
	top: 0px;
	border: none;
}
#mainBodyArea {
	position: relative;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
	top: 0px;
	border: none;
	z-index: 1;
}
#rightContent {
	float: left;
	width: 206px;
	top: 0px;
	left: 0px;
	margin-top: 17px;
	text-align: left;
}
#inboundTitle {
	position: relative;
	top: 0px;
	background-image:  url(images/im-inbound-title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 186px;
	height: 23px;
}
#inboundText {
	position: relative;
	width: 186px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #e61a23;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
#globalWarehouseTitle {
	position: relative;
	top: 0px;
	background-image:  url(images/im-global-warehouse-title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 186px;
	height: 23px;
}
#globalWarehouseText {
	position: relative;
	width: 186px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #e61a23;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
#rightContentFooter {
	position: relative;
	width: 186px;
	top: 0px;
	left: 0px;
	border-top: 1px solid #e61a23;
	margin: 1px 0px 0px 0px;
}
#warehousingTitle {
	position: relative;
	top: 0px;
	background-image:  url(images/im-warehousing-title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 186px;
	height: 23px;
}
#warehousingText {
	position: relative;
	width: 186px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #e61a23;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
#outboundTitle {
	position: relative;
	top: 0px;
	background-image:  url(images/im-outbound-title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 186px;
	height: 23px;
}
#outboundText {
	position: relative;
	width: 186px;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #e61a23;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
#footerArea {
	position: relative;
	width: 1000px;
	left: 0px;
	top: 0px;
	background: #7588b7 url(images/im-footer-bkg.jpg) no-repeat;
}
#footerLeft {
	float: left;
	width: 600px;
	left: 0px;
	top: 0px;
}
#footerLeftContent {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 83px 0px 20px 41px;
}
#footerRight {
	float: left;
	width: 400px;
	left: 0px;
	top: 0px;
}
#footerRightContent {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 53px 30px 5px 209px;
}
#loginTextArea {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 7px;
	text-align: center;
	background-color: #FFFFFF;
}
#pageHolder {
	position: relative;
	width: 744px;
	left: 0px;
	top: 0px;
}
#floatImageRightHolder {
	float: right;
	width: 250px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 10px;
}
#floatImage {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 2px;
}
#floatImageTextHolder {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 7px;
	background: #014c8c;
	text-align: center;
}
#floatImageTextHolderLeft {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 7px;
	background: #014c8c;
	text-align: left;
	margin: 10px 0px 10px 0px;
}
#paddedText {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 7px 0px 7px;
	text-align: left;
}
#csNavArea {
	position: relative;
	width: 744px;
	height: 76px;
	left: 0px;
	top: 0px;
}
#csNavArrow01 {
	position: absolute;
	width: 246px;
	z-index: 50;
	left: 50px;
}
#csNavArrow02 {
	position: absolute;
	width: 246px;
	z-index: 40;
	left: 246px;
}
#csNavArrow03 {
	position: absolute;
	width: 246px;
	z-index: 30;
	left: 446px;
}
#csPageCopy {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 20px;
}
#floatTextBox {
	float: right;
	width: 360px;
	height: 300px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 10px;
	background: #6bb4d6 url(images/im-content-box-bkg-tile.gif) no-repeat;
}
#floatTextBoxLarge {
	float: right;
	width: 360px;
	height: 333px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 10px;
	background: #6bb4d6 url(images/im-content-box-bkg-tile.gif) no-repeat;
}
#floatTextBoxScale {
	float: right;
	width: 360px;
	height: 480px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 10px 10px;
	background: #6bb4d6 url(images/im-content-box-bkg-tile.gif) no-repeat;
}
#floatTextBoxContent {
	left: 0px;
	top: 0px;
	padding: 10px;
}
.rightImage {
	float: right;
	margin: 0px 0px 10px 10px;
}
#uWayBox {
	float: left;
	width: 177px;
	left: 0px;
	top: 0px;
}
#uWayImages {
	position: relative;
	width: 744px;
	left: 0px;
	top: 0px;
}
#uWayDivider {
	float: left;
	width: 12px;
	left: 0px;
	top: 0px;
}
#uWayContent {
	left: 0px;
	top: 0px;
	text-align: center;
	height: 150px;
	background: #6bb4d6 url(images/im-content-box-bkg-tile.gif) no-repeat;
	margin-top: 10px;
}
#uWayBlueBox {
	padding: 8px;
}
#customersLeftArea{
	float: left;
	width: 522px;
	left: 0px;
	top: 0px;
}
#customersRightArea{
	float: left;
	width: 190px;
	left: 0px;
	top: 0px;
}
#customersDivider {
	float: left;
	width: 32px;
	height: 830px;
	left: 0px;
	top: 0px;
	background: url(images/im-customers-divider-bkg.gif) repeat-y;
}
#customersSubArea{
	float: left;
	width: 255px;
	left: 0px;
	top: 0px;
}
#splashArea {
	width: 1000px;
	left: 0px;
	top: 0px;
	text-align: center;
	background: #ffffff url(images/im-splash-bkg.gif) repeat-x;
}
#splashImage {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}
#splashImage img{
	border: 1px solid #000000;
	margin-top: 20px;
}
#splashEnglish, #splashJapanese {
	float: left;
	width: 500px;
	left: 0px;
	top: 0px;
}
#splashEnglish {
	text-align: right;
}
#splashJapanese {
	text-align: left;
}
#splashEnglish img {
	margin-right: 75px;
}
#splashJapanese img {
	margin-left: 75px;
}
#eventsAreaLeft, #eventsAreaRight {
	float: left;
	width: 360px;
	left: 0px;
	top: 0px;
}
#eventsAreaRight {
	padding-left: 24px;
}
#articleHolder {
	position: relative;
	width: 744px;
	left: 0px;
	top: 0px;
}
#latestArticleArea {
	float: left;
	width: 362px;
	left: 0px;
	top: 0px;
	background: #6694bf url(/Portals/3/images/im-latest-articles-title.gif) no-repeat;
}
#topArticleArea {
	float: left;
	width: 362px;
	left: 0px;
	top: 0px;
	background: #e82d36 url(images/im-top-articles-title.gif) no-repeat;
}
#articleDivider {
	float: left;
	width: 20px;
	left: 0px;
	top: 0px;
}
#articleContent {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 35px 7px 2px 7px;
}
#articleFooter {
	position: relative;
	left: 0px;
	top: 0px;
}
#inboundTitle h1,
#warehousingTitle h1,
#outboundTitle h1,
#globalWarehouseTitle h1,
#strapline h1 span,
#caseStudiesClients h1 span {
	display:none;
}
/* bullets 
#redLineBullets ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#redLineBullets li {
	background-image: url(/Portals/0/Skins/tb-ugc-skin/images/im-redline-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 10px;
}
*/
/*== main menu styles ==*/
/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background: Transparent;
	height: 21px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 21px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #405673; 
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: Transparent 0px solid; 
	border-bottom: #c1c0c0 1px solid; 
	border-top: #c1c0c0 1px solid; 
	border-right: Transparent 0px solid;
	background: Transparent;
	padding: 5px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background: #c1c0c0; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border: none;
}
.MainMenu_MenuBreak {
	border-left: Transparent 0px solid; 
	border-bottom: Transparent 0px solid; 
	border-top: Transparent 0px solid; 
	border-right: Transparent 0px solid;
	background: Transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	border-left: #c1c0c0 0px solid; 
	border-bottom: #c1c0c0 1px solid; 
	border-top: #c1c0c0 1px solid; 
	border-right: #c1c0c0 0px solid;
	background: #ffffff;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
	padding: 5px;
}
.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_RootMenuArrow {
	display: none;
}
/*== module menu styles ==*/

/*-- container for module menus --*/
.ModuleTitle_MenuContainer {	
}
/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}
/*-- menu items --*/
.ModuleTitle_MenuItem {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: #555;
	font-size: 12px;
	background: transparent;
	font-weight: normal; 
	font-style: normal; 
	border: #f3f3f3 1px solid;
	padding: 1px 8px 2px 0px;
	height: 14px;
}
/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #f3f3f3;
	border: #555 1px solid;
	padding: 1px;
}
/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #f3f3f3;
	background: #4B6F9B;
	border: #476A96 1px solid;
	padding: 1px 8px 2px 0px;
	height: 14px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon  {
	display: none;
}
.vert span{
	display:block;
	text-align: center;
	vertical-align: text-bottom;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
	color: #555;
	white-space: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

/*-- default links --*/
a:link, a:visited, a:active {
	color: #D94040;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a:hover {
	color: #D94040;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.CommandButton:link, a.CommandButton:visited {
	color: #476A96;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.CommandButton:hover {
	color: #333;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	color: #ccc;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
a.FooterLink:hover {
	color: #fff;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #000000;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.Normal:hover {
	color: #000000;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.darkRedLink:link, a.darkRedLink:visited, a.darkRedLink:active {
	color: #B6141B;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.darkRedLink:hover {
	color: #B6141B;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	color: #284F75;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.BreadcrumbLink:hover {
	color: #B6141B;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.breadcrumbText {
	color: #284F75;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active  {
	color: #FFFFFF;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.LoginLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.newsLink:link, a.newsLink:visited, a.newsLink:active  {
	color: #FFFFFF;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.newsLink:hover {
	color: #FFFFFF;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.linksLink:link, a.linksLink:visited, a.linksLink:active  {
	color: #FFFFFF;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.linksLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.WhiteTextLink:link, a.WhiteTextLink:visited, a.WhiteTextLink:active  {
	color: #FFFFFF;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.WhiteTextLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a.greyLink:link, a.greyLink:visited {
	color: #999999;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a.greyLink:hover, a.greyLink:active {
	color: #999999;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a.darkGreyLink:link, a.darkGreyLink:visited {
	color: #666871;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a.darkGreyLink:hover, a.darkGreyLink:active {
	color: #666871;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a.TopLink:link, a.TopLink:visited, a.TopLink:active {
	color: #333;
	text-decoration: none;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
a.TopLink:hover {
	color: #333;
	text-decoration: underline;
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/*== text styles ==*/
/*-- for all basic text --*/
.Normal {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	color: #000000;
	text-decoration: none;
}
.NormalWhite {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	color: #ffffff;
	text-decoration: none;
}
.NormalAddress {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	color: #000000;
	text-decoration: none;
}
.SubHead {
	color: #555;
	font-weight: bold;
}
/*-- for highlighted text --*/
.NormalRed {
	color: #900;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/*-- for bold text --*/
.NormalBold {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}
.CopyrightText {
	color: #ccc;
}
/*-- dnn seems to apply this class to all input boxes --*/
.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
/*-- prevents borders from showing up in form tables --*/
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}
/* -- Inventua Sidemenu -- */
.MenuHdr
{ 
  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  padding-left: 1px;
  font-weight: normal;
  padding-bottom: 2px; 
  background-color: transparent;
  padding-top: 2px;
  cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-left: 5px;
  font-weight: normal;
  padding-bottom: 2px;
  background-color: transparent;
  padding-top: 2px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Visited, 
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active, 
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver 
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited, 
.MenuHdr A:Link 
{
  color: #FFFFFF;
  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: default;
  cursor: pointer; 
}
.MenuItemMouseOver, .MenuItemMouseOver A:Hover {
  color: #FFFFFF;
  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: default;
  cursor: pointer; 
}

.MenuItemAbout A, .MenuItemAbout A:Active, .MenuItemAbout A:Visited, 
.MenuItemAbout A:Link, .MenuItemAboutMouseOver A, .MenuItemAboutMouseOver A:Active, 
.MenuItemAboutMouseOver A:Visited, .MenuItemAboutMouseOver 
  A:Link, .MenuHdrAbout A, .MenuHdrAbout A:Active, .MenuHdrAbout A:Hover, .MenuHdrAbout A:Visited, 
.MenuHdrAbout A:Link 
{
  color: #004C95;
  font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  cursor: default;
  cursor: pointer; 
}
.MenuItemAbout {
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	text-decoration: none;
    color: #004C95;
    padding-left: 12px;
    background-image: url(images/im-red-bullet.gif);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-top: 1px;
    padding-bottom: 10px;
}
.MenuItemAboutMouseOver {
    font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
	text-decoration: underline;
    color: #004C95;
    padding-left: 12px;
    background-image: url(images/im-red-bullet.gif);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-top: 1px;
    padding-bottom: 10px;
}
/* Tables and Data Grids */
.FileGrid_Container, .FileGrid_Container td
{
 font-weight:  normal;
 font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 border-collapse: collapse;
 margin-bottom: 30px;
 font-size: 11px;
 line-height: 1.4em;
 color: #555;
}
.FileGrid_Header, .FileGrid_Header td, .FileGrid_Header a, .FileGrid_Header a:link,
.FileGrid_Header a:visited, .FileGrid_Header a:hover
{
	background-color:#333333;
	/*border: solid 2px #ffffff;*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}
.FileGrid_AlternatingItem
{
	background-color: #cccccc;
}
.FileGrid_Item
{
	background-color: #ffffff;
}
.Head {
   font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size:  18px;
   font-weight: normal;
   color: #000000;
}
.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}