/* GENERAL CSS */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #999999;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #030c75
}
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited {
	color: #ffffff;	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0099CC;
}
A.CommandButton:hover {
	color: #ffffff;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #006699;
}
TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}
TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
SMALL   {
    font-size:  8px;
}
BIG {
    font-size:  14px;
}
BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}
UL LI   {
    list-style-type: square ;
}
UL LI LI    {
    list-style-type: disc;
}
UL LI LI LI {
    list-style-type: circle;
}
OL LI   {
    list-style-type: decimal;
}
OL OL LI    {
    list-style-type: lower-alpha;
}
OL OL OL LI {
    list-style-type:    lower-roman;
}
HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}
.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* HWS CSS */
a:link, a:visited, a:active  {
    text-decoration:    underline;
    color:  #272727;
}
a:hover {
	color:  #272727;
	text-decoration: none;
}
.SelectedTab {
	color: #666;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
.SelectedTab a, .SelectedTab a:link, .SelectedTab a:active, .SelectedTab a:visited, .SelectedTab a:hover {
	color:#666;
	text-decoration: none;
}
.OtherTabs {
	color: #666;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
}
a.OtherTabs:link, a.OtherTabs:active, a.OtherTabs:visited {
	color:#666;
	text-decoration: none;
}
a.OtherTabs:hover {
    text-decoration: underline;
}
.LeftMenuItem {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	background-image: url(images/content/leftmenuItemsSeparator.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.LeftMenuItem a, .LeftMenuItem a:visited, .LeftMenuItem a:link {
	color: #030c75;
	text-decoration: none;
}
.LeftMenuItem a:hover {
	text-decoration: underline;
}
.LeftMenuItem img {
	border: 0px;
	margin-right: 8px;
}
.RightMenuItem {
	color: #030c75;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 7px;
	background-image: url(images/content/rightmenuItemsSeparator.jpg);
	background-position: bottom;
	text-align: left;
	background-repeat: no-repeat;
	width: 100%;
}
.RightMenuItem a, .RightMenuItem a:visited, .RightMenuItem a:link {
	text-decoration: none;
	color: #030c75;
}
.RightMenuItem a:hover {
	text-decoration: none;
	color: #666;
}
.RightMenuItem img {
	border: 0px;
	margin-right: 6px;
}
.BottomMenuItem {
	color: #666;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-decoration: none;
	padding-top: 4px;
}
.BottomMenuItem a, .BottomMenuItem a:visited, .BottomMenuItem a:link {
	color: #666;
	text-decoration: none;
}
.BottomMenuItem a:hover {
	text-decoration: underline;
}
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/back.jpg);
	padding-top: 3px;
	margin: 0px;
}
p, .Normal {
	color: #272727;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0px;
}
#pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #030c75;
	margin-top: 17px;
	margin-bottom: 9px;
	margin-left: -1px;
}
#pageTitle a, #pageTitle a:visited, #pageTitle a:link, #pageTitle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #030c75;
}
.imgNoborder {
	border: 0px;
}
.imgBorder {
	margin-right: 12px;
}
#wrapper {
	width: 784px;
}
#wrapper .top {
	height: 12px;
	background-image: url(images/outframe/outFrame_t.jpg);
	background-repeat: repeat-x;
}
#wrapper .top #left {
	float: left;
	width: 50%;
	text-align: left;
}
#wrapper .top #left img {
	height: 12px;
	width: 48px;
}
#wrapper .top #right {
	float: right;
	width: 50%;
	text-align: right;
}
#wrapper .top #right img {
	height: 12px;
	width: 48px;
}
#wrapper .left {
	width: 12px;
	background-image: url(images/outframe/outFrame_l.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}
#wrapper .left img {
	height: 185px;
	width: 12px;
}
#wrapper .right {
	width: 12px;
	background-image: url(images/outframe/outFrame_r.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: right;
}
#wrapper .right img {
	height: 185px;
	width: 12px;
}
#wrapper .bottom {
	height: 12px;
	background-image: url(images/outframe/outFrame_b.jpg);
	background-repeat: repeat-x;
}
#wrapper .bottom #left {
	float: left;
	width: 50%;
	text-align: left;
}
#wrapper .bottom #left img {
	height: 12px;
	width: 48px;
}
#wrapper .bottom #right {
	float: right;
	width: 50%;
	text-align: right;
}
#wrapper .bottom #right img {
	height: 12px;
	width: 48px;
}
#wrapper .bottomItems {
	padding-right: 11px;
	padding-left: 12px;
	padding-top: 1px;
}
#wrapper .bottomItems .BottomNavigationPane {
	text-align: left;
	float: left;
	width: 60%;
}
#wrapper .bottomItems .copyright {
	text-align: right;
	float: right;
	width: 40%;
}
#structure {
	vertical-align: top;
	text-align: center;
	width: 760px;
}
#structure #enclose {
	background-color: #FFF;
	width: 760px;
}
#structure .banner {
	background-image: url(images/banner/bnr_back.jpg);
	background-repeat: no-repeat;
	height: 135px;
	float: none;
}
#structure .banner #left {
	width: 326px;
	float: left;
	height: 135px;
}
#structure .banner #logo {
	width: 200px;
	height: 38px;
	margin-top: 47px;
	margin-left: 42px;
	float: none;
}
#structure .banner #logo img {
	width: 200px;
	height: 38px;
	border: 0px;
}
#structure .banner #topItems {
	width: 224px;
	height: 21px;
	float: right;
	margin-top: 29px;
	background-image: url(images/content/topItemsBack.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #9c9c9c;
	text-transform: capitalize;
}
#structure .banner #topItems #home {
	margin-top: 6px;
	width: 60px;
	background-image: url(images/icons/iconDivider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	float: left;
}
#structure .banner #topItems #home img {
	margin-right: 8px;
	margin-left: 8px;
}
#structure .banner #topItems #sitemap {
	margin-top: 6px;
	width: 78px;
	background-image: url(images/icons/iconDivider.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	float: left;
}
#structure .banner #topItems #sitemap img {
	margin-right: 8px;
	margin-left: 8px;
}
#structure .banner #topItems #contactus {
	width: 86px;
	height: 15px;
	margin-top: 6px;
	float: left;
}
#structure .banner #topItems #contactus img {
	margin-right: 8px;
	margin-left: 8px;
}
#structure .banner #topItems a, #topItems a:link, #topItems a:active, #topItems a:visited {
	color: #9c9c9c;
	text-decoration: none;
}
#structure .banner #topItems a:hover {
	color: #9c9c9c;
	text-decoration: underline;
}
#structure .banner #right {
	width: 434px;
	float: right;
	height: 135px;
}
#structure .blueLine {
	background-color: #030c75;
	height: 2px;
}
#structure .menuItems {
	font-family: Tahoma, Verdana;
	height: 31px;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/content/menuItemsBack.jpg);
	background-repeat: repeat-x;
	background-position: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-left-style: solid;
	text-transform: uppercase;
	padding-left: 73px;
}
#structure .menuItems #about {
	width: 106px;
	text-align: left;
	background-image: url(images/content/menuItemsDivider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
}
#structure .menuItems #products {
	width: 72px;
	text-align: left;
	background-image: url(images/content/menuItemsDivider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
#structure .menuItems #services {
	width: 65px;
	text-align: left;
	background-image: url(images/content/menuItemsDivider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin-right: 15px;
}
#structure .menuItems #keyindustries {
	width: 102px;
	text-align: left;
	background-image: url(images/content/menuItemsDivider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin-right: 15px;
}
#structure .menuItems #tracking {
	width: 70px;
	text-align: left;
	background-image: url(images/content/menuItemsDivider.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin-right: 15px;
}
#structure .menuItems #quotation {
	width: 129px;
	text-align: left;
	float: left;
	margin-right: 15px;
}
#structure .menuItems a, .menuItems a:link, .menuItems a:active, .menuItems a:visited {
	color: #030c75;
	text-decoration: none;
}
#structure .menuItems a:hover {
	color: #666;
	text-decoration: none;
}
#structure .mainpageLeft {
	vertical-align: top;
	width: 144px;
	padding-top: 10px;
	padding-right: 13px;
	padding-left: 17px;
	padding-bottom: 20px;
}
#structure .mainpageLeft #separator {
	background-image: url(images/content/separator.jpg);
	background-repeat: repeat-x;
	width: 144px;
	height: 1px;
	margin-top: 21px;
	margin-bottom: 17px;
	background-position: right;
}
#structure .mainpageLeft #separator img {
	height: 1px;
	width: 1px;
}
#structure .mainpageCenter {
	vertical-align: top;
	width: 326px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 20px;
}
#structure .mainpageCenter #WelcomeTitle {
	margin-top: 20px;
	margin-bottom: 9px;

}
#structure .mainpageCenter .ContentPane {
	padding-bottom: 18px;
}
#structure .mainpageCenter #separator {
	height: 1px;
	text-align: left;
	background-image: url(images/content/separator.jpg);
	background-repeat: repeat-x;
	background-position: 4px;

}
#structure .mainpageCenter #separator img {
	height: 1px;
	width: 1px;
}
#structure .mainpageCenter #FeaturedProductsTitle {
	margin-top: 17px;
	margin-bottom: 13px;
}
#structure .mainpageCenter .FeaturedProductsPane {
	margin-bottom: 17px;
}
#structure .mainpageRight {
	vertical-align: top;
	width: 190px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 20px;
}
#structure .mainpageRight #WhatWeOfferTitle {
	margin-top: 20px;
	margin-bottom: 4px;
}
#structure .mainpageRight .WhatWeOfferPane {
	margin-bottom: 20px;
}
#structure .mainpageRight #LatestNewsTitle {
	width: 190px;
	margin-top: 17px;
	margin-bottom: 4px;
}
#structure .mainpageRight .LatestNewsPane {
	width: 190px;
	margin-bottom: 9px;
}
.LatestNewsTitle {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #030c75;
}
.LatestNewsDate {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.LatestNewsMore {
	border: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}
#structure .mainpageRight #separator {
	height: 1px;
	text-align: left;
	background-image: url(images/content/separator.jpg);
	background-repeat: repeat-x;
	background-position: 4px;

}
#structure .mainpageRight #separator img {
	height: 1px;
	width: 1px;
}
#structure .2panelRight {
	vertical-align: top;
	width: 551px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 20px;
}
#structure .2panelRight .ContentPane {
	margin-bottom: 21px;
}
#structure .2panelRight #separator {
	height: 1px;
	text-align: left;
	background-image: url(images/content/separator.jpg);
	background-repeat: repeat-x;
	background-position: 4px;
}
#structure .3panelRight {
	vertical-align: top;
	width: 190px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#structure .3panelRight .RightNavigationPane {
	margin-bottom: 21px;
}
#structure .3panelRight .RightContentPane {
	margin-top: 21px;
}
#structure .3panelRight #separator {
	height: 1px;
	text-align: left;
	background-color: #9d9d9d;
}
#structure .3panelRight #separator img {
	height: 1px;
	width: 1px;
}
#structure .dnn {
	width: 760px;
}
#structure .dnn .ContentPane {
	padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 17px;
	text-align: center;
}
#structure .divider {
	width: 1px;
	border-top-width: 20px;
	border-bottom-width: 21px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	background-color: #9d9d9d;
}

/*--------------------------------------------------------------------------
Latest News
--------------------------------------------------------------------------*/

.news-container {
	width: 190px;
}
.news-container-detail {
	width: 533px;
	margin-bottom: -6px;
}
.news-container-detailfull a,
.news-container-detailfull a:link,
.news-container-detailfull a:active,
.news-container-detailfull a:visited {
	font-family: Tahoma, Arial;
 	font-size: 11px;
	color: #030c75;
	font-weight: bold;
	width: 533px;
	margin-bottom: 9px;
}
.news-container-title a,
.news-container-title a:link,
.news-container-title a:active,
.news-container-title a:visited {
	font-family: Tahoma, Arial;
 	font-size: 11px;
	color: #030c75;
	font-weight: bold;
	padding-bottom: 5px;
}
.news-container-title-detail {
	font-family: Tahoma, Arial;
 	font-size: 11px;
	color: #030c75;
	font-weight: bold;
}
.news-container-title-detailfull {
	font-family: Tahoma, Arial;
 	font-size: 11px;
	color: #030c75;
	font-weight: bold;
}
.news-container-text {
	padding-bottom: 9px;
}
.news-container-text-detailfull {
	padding-top: 2px;
	padding-bottom: 9px;
}
.news-container-date {
	font-family: Tahoma, Arial;
 	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.news-container-date-detail {
	font-family: Tahoma, Arial;
 	font-size: 11px;
	color: #ACA380;
}
.news-container-date-detailfull {
	font-family: Tahoma, Arial;
 	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.news-container-buttons {
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
}
.news-container-buttons a,
.news-container-buttons a:link,
.news-container-buttons a:active,
.news-container-buttons a:visited {
	width: auto;
	font-size: 9px;
	white-space: nowrap;
	text-decoration: none;
	background-color: #F5F0E0;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 9px;
	padding-bottom: 4px;
	margin: auto;
	border: 1px solid #E2DBC0;
	float: left;
}
.news-container-buttons a:hover {
	background-color: #E8E1C6;
	display: block;
}
.news-container-buttons-detailfull {
	color: #CCC;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 18px;
}
.news-container-buttons-detailfull a,
.news-container-buttons-detailfull a:link,
.news-container-buttons-detailfull a:active,
.news-container-buttons-detailfull a:visited {
	width: 45px;
	font-size: 9px;
	white-space: nowrap;
	text-decoration: none;
	background-color: #cccccc;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 9px;
	padding-bottom: 4px;
	margin: auto;
	border: 1px solid #999999;
	display: block;
}
.news-container-buttons-detailfull a:hover {
	background-color: #dad7d7;
	display: block;
}
p.thankyou {
	padding: 10px;
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 548px;
	color: #001e64;
	margin-top: 20px;
	margin-bottom: 20px;
}
p.thankyou span {
	font-size: 14px;
}

