﻿/* CUSTOM STYLING --------------------- */

#Header
{
	width: 100%;
	background: #003366 url( '../Images_2/Header_Background.gif' ) no-repeat top center;
}

#Logo
{
	float: left;
	width: 126px;
	height: 71px;
	margin-left: 10px;
}

#ClientLogo
{
	float: left;
	height: 71px;
	margin-left: 20px;
}

#ClientWelcomeMessage
{
	float: left;
	height: 71px;
	margin-left: 20px;
}

#SubNavigationArea
{
	float: right;
	height: 30px;
	background: #0066cc url( '../Images_2/SubNavigation_Background.gif' ) repeat-x;
}

#SubNavigationLinks
{
	margin-top: 3px;
}

#SubNavigationLinks td
{
	padding-right: 15px;
}

#SubNavigationLinks a,
#SubNavigationLinks a:link,
#SubNavigationLinks a:active,
#SubNavigationLinks a:visited,
#SubNavigationLinks a:hover
{
	text-decoration: none;
}

#SubNavigationLeftEdge
{
	float: left;
	width: 9px;
	height: 30px;
	background: #0066cc url( '../Images_2/SubNavigation_LeftEdge.gif' ) no-repeat center left;
}

#NavigationListArea
{
	height: 26px;
	background-color: #6699CC;
}

#NavigationList
{
	height: 26px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-bottom: solid 1px #99CCFF;
}

#NavigationList td.BorderTop
{
	border-top: solid 1px #99CCFF;
}
	
#NavigationList ul
{
	height: 22px;
	display: inline;
}

#NavigationList ul li
{
	display: inline;
	height: 22px;
	margin-right: 40px;
	margin-top: 2px;
}

#Footer
{
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #CC0000;
	border-top: solid 2px #006699;
	border-bottom: solid 2px #006699;
	margin-top: 10px;
}

#Footer td
{
	font-size: 10px;
}

#Footer a
{
	font-size: 10px;
	padding: 0px;
}

.Copyright
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 10px;
}

.HeaderDate
{
	margin-right: 10px;
}

.ValidationSummary
{
	color: White;
	font-weight: bold;
	background-color: Maroon;
	padding: 5px 10px 6px 10px;
}

a,
a:link,
a:visited,
a:Active,
a:Hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

/* WAREHOUSES MENU STYLING -------------------- */

.RadMenu
{ 
	/*float:right !important; */
	background-image: none;
}

.RadMenuItem, 
.RadMenuItem:link, 
.RadMenuItem:active, 
.RadMenuItem:hover
{
	/*margin-bottom: 7px;*/
	cursor: pointer !important;
}

.RadMenuListItem, 
.RadMenuListItem:link, 
.RadMenuListItem:active, 
.RadMenuListItem:hover
{
	background-color: #6699CC;
	padding: 5px 10px 5px 10px;
	border-right: solid 1px #99CCFF;
	border-top: solid 1px #99CCFF;
	cursor: pointer !important;
}

.RadMenuSubListItem, 
.RadMenuSubListItem:link, 
.RadMenuSubListItem:active, 
.RadMenuSubListItem:hover
{
	background-color: #6699CC;
	padding: 5px 10px 5px 10px;
	border-left: solid 1px #99CCFF;
	border-bottom: solid 1px #99CCFF;
	cursor: pointer !important;
}

/* GENERIC STYLING -------------------- */

html body
{
	overflow: auto;
}

BODY 
{
	SCROLLBAR-FACE-COLOR: #0052A4;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #003399;
	SCROLLBAR-ARROW-COLOR: #cc3300;
	SCROLLBAR-TRACK-COLOR: #0066CC;
	SCROLLBAR-DARKSHADOW-COLOR: #000066;
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	overflow: auto;
}

.bodytext, p, tr, td, table, li, ul, blockquote 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
}

.h1 
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.h2, a.h2:link, a.h2:visited, a.h2:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;	
}

.headline 
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration	:none;
	font-weight: bold;
}

.newssummary 
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: normal;
	font-weight: bold;
}

.listbox 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: normal;
	font-weight: normal;
}

.tfheader 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

/*
a:link, a:visited, a:active 
{
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	TEXT-DECORATION:underline ;
	font-weight: bold;
	text-transform: none;
}

a:hover 
{
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	COLOR: #f8f8f8;
	TEXT-DECORATION: none;
	font-weight: bold;
	text-transform: none;
}
*/
.sideline 
{
	border-left-color: #99CCFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

.menuline 
{
	border-right-color: #99CCFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

.4menuline 
{
	border: 1px solid #99CCFF;
}

.topbotline 
{
	border-top-color: #99CCFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
}

.topline 
{
	border-top-color: #99CCFF;
	border-top-width: 1px;
	border-top-style: solid;
}

.bottomline 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-color: #99CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.menubottom, a.menubottom:link, a.menubottom:visited, a.menubottom:active 
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
}

a.menubottom:hover 
{
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	line-height: 15px;
}

.calendar 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: normal;
	font-weight: bold;
}