na/*     Main Body and HTML styles...*/
html,body,td,th,p,li {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #575757;
  font-size: x-small;
}

img.xx { /* overrides alignment set in pages */
  vertical-align:bottom
}

td,th,p,li { 
  xtext-align: left; 
}

html {
  background-color : #ffffff; border: 0 solid #000000; 
  scrollbar-face-color: #ffffff; 
  scrollbar-highlight-color: #ffffff; 
  scrollbar-shadow-color: #3d3d3d; 
  scrollbar-3dlight-color: #8c8c8d; 
  scrollbar-arrow-color: #3d3d3d; 
  scrollbar-track-color: #f5f5f5; 
  scrollbar-darkshadow-color: #bcbcbc;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;	
}

body {
  font-family: verdana, arial;
  font-size: x-small;
  font-weight: normal;
  color: #575757;
  background-color: #ffffff;
}

#site {
  text-align: center;
}

h1 {
    color: #ff3b39;
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #ff3b39;
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

h3 {
	color: #3b388e;
	font-family: verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: verdana, arial;
	font-size: small;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

xx.textarea {
  width: 120px; border: 1px solid #BEBFBF; color: #575757; font-size: 12px;
}

xx.select {
  width: 124px; border: 1px solid #BEBFBF; color: #575757; font-size:x-small
}

.checkbox {
  border: 0px solid #BEBFBF;
}

.dottedLine {
  background-image:url(../pix/icons/dottedRed.gif);
  background-repeat:repeat-x;
  background-position:left;
  height:1px;
  font-size:0px;
  float:left;
  width:403px;
}

.clearBoth {
	clear:both;
	font-size: 0px;
	margin:0px;
	padding:0px;
}

.nothing {}

/*  Site Structure Styles - control main work areas and structure of site  */

#contentHolder {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0px;
xxfont-size:1em;
}

#contentBorder {
	border-left: 1px solid #3e3b91;
	border-right: 1px solid #3e3b91;
	text-align: left;
	float:left;
	width: 778px;
	padding: 0px;
	xbackground-image:url(../images/leftbar/leftbarBg.gif); 
	background-position:left top; 
	background-repeat:repeat-y;
}

#mainContent {
	float: left;
	width: 597px; /* was 586 */
	vertical-align: top;
	margin: 0px;
	xtext-align: left;
	padding:9px 0 9px 9px;
}

.mainWorkArea {
	padding:10px;
}

/* ---------------------------------*/
/*    Header                        */
/* -------------------------------- */

#header {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-color: #ffffff;
	background-image:url(../pix/header/headerbg.gif);
	height:109px;
}

.logo { float:left; width:291px;}
.homeLinks { color:#FFFFFF; font-size:x-small; font-weight:bold; float:right; width:479px; text-align:right; padding-right:10px; margin-top:21px;}
.homeLinks a:link { color:#FFFFFF;}
.homeLinks a:visited { color:#FFFFFF;}
.homeLinks a:hover { color:#FFFFFF;}
.homeLinks a:active { color:#FFFFFF;}
.searchLinks { float:right; width:479px; text-align:right; padding-right:10px; margin-top:32px;}
.searchLinks img { vertical-align:top; margin-top:3px}
.searchLinks form { margin:0px; padding:0px;display:inline;}
.searchLinks input{ margin-bottom:3px;}
html>body .searchLinks input{ margin-bottom:5px;}

/* ---------------------------------*/
/*    Left Bar                      */
/* -------------------------------- */

#leftBar {
	vertical-align: top;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 172px;
	background-color:transparent;	
}

.leftNav_depth_1{
	text-align:left;
	margin: 2px;
	margin-bottom:10px;
	padding: 2px;
	padding-left:16px;
	width: 140px;
}

.leftNav {
  text-align:left;
  margin: 2px;
  margin-bottom:10px;
  padding: 3px;
  padding-left:10px;
  xwidth: 155px;
  background-image:url(../pix/icons/arrowRed.gif);
  background-position:3px 8px;
  background-repeat:no-repeat;	
}

.leftNav a:link {color:#3b388e;}
.leftNav a:visited {color:#3b388e;}
.leftNav a:hover {color:#ff3836;}
.leftNav a:active {color:#3b388e;}

.leftNav_depth_1 a:link {color:#3b388e;}
.leftNav_depth_1 a:visited {color:#3b388e;}
.leftNav_depth_1 a:hover {color:#ff3836;}
.leftNav_depth_1 a:active {color:#3b388e;}

.leftItem {
  margin-bottom:10px;
  background-color:#f8f8ff;
  margin-bottom: 10px;
  border-right: 1px solid #b7b7c9;
  border-bottom: 1px solid #b7b7c9;
}

.Login { margin-top:2px; margin-bottom:2px;  background-color:#e5e4e4; font-size:x-small; font-weight:bold; }
.Login table{ margin-top:2px; margin-bottom:2px; font-size:x-small; font-weight:bold; margin-left:5px; width:166px}
.Login td{  font-size:x-small; font-weight:bold; background-color:#e5e4e4;}
.Login td a:link {  font-size:xx-small; color:#575757; text-decoration:underline; font-weight:normal}
.Login td a:visited {  font-size:xx-small; color:#575757; text-decoration:underline; font-weight:normal}
.Login td a:hover {  font-size:xx-small; color:#575757; text-decoration:underline; font-weight:normal}
.Login td a:active {  font-size:xx-small; color:#575757; text-decoration:underline; font-weight:normal}

/*  Related Members  */
.relatedMembers { background-color:#f4f4f4; padding:2px; padding-left:14px; margin-top:2px; margin-bottom:2px; font-size:x-small}
.relatedMembers a:link {font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;}
.relatedMembers a:visited {font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;}
.relatedMembers a:hover {font-weight:bold; text-decoration:none; color:#434888; font-size:x-small;}
.relatedMembers a:active {font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;}

/*  Typical Projects  */
.typicalProjects { background-color:#f4f4f4; padding:4px; padding-right:2px; padding-left:14px; margin-top:2px; margin-bottom:2px; font-size:x-small}
.typicalProjects a:link {font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;}
.typicalProjects a:visited {font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;}
.typicalProjects a:hover {font-weight:bold; text-decoration:none; color:#434888; font-size:x-small;}
.typicalProjects a:active {font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;}

/* ---------------------------------*/
/*    Footer                        */
/* -------------------------------- */

#footer {
	clear: both;
	margin: 0px;
	padding: 5px;
	width: 768px;
	background-color:#ffffff;
	border: 1px solid #3e3b91;
	float:left;
	font-size:x-small;
}

.footerText {width:520px; float:left; margin-top:10px;}
.footerText a:link{ color:#575757}
.footerText a:visited{ color:#575757}
.footerText a:hover{ color:#575757; text-decoration:underline}
.footerText a:active{ color:#575757}


/* ---------------------------------*/
/*    Popup Windows                 */
/* -------------------------------- */

#popupTab {
	margin: 2px;
	padding: 0px;
	position: relative;
	top: 1px;
	z-index: 101;
	float:left;
}

#popupTab img {
	float:left;
}

.popupTabContentOld {
	position:relative; 
	top:-2px;
	/*border: 1px solid #0098c1;*/
	border: 1px solid #ffffff;
	float:left;
	padding: 20px;
	margin:2px;	
	background-color: #ffffff;
	/*background-color: #bfe1f3;*/
	border-top:0px;
	z-Index: 105;
}

.popupTabContent {
	position:relative; 
	top:-2px;
	float:left;
	padding: 5px;
	margin:2px;	
	border-top:0px;
	z-Index: 105;
}

/* ---------------------------- */
/*    Link Styles	        */
/* ---------------------------- */

a:link	{	font-weight:bold; text-decoration:none; color:#3b388e; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}
a:active	{	font-weight:bold; text-decoration:none; color:#3b388e; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}
a:hover		{	font-weight:bold; text-decoration:none; color:#3b388e; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}
a:visited	{	font-weight:bold; text-decoration:none; color:#3b388e; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}

/* ---------------------------------------------------- */
/*    Miscellaneous -  Cursor styles, font weight etc.. */
/* ---------------------------------------------------- */

.titleHelp {cursor: help;}

bold	{	font-weight: bold;}

italic	{	font-style: italic;}

.underline { 	text-decoration:underline}


/* --------------------------------------------------- */
/*    Alignment Styles -  Left align, floatRight etc  */
/* -------------------------------------------------- */


.clear {clear:both;  height:1px;  overflow:hidden;  }
  
.alignLeft {text-align:left}

.alignCenter {text-align:center}

.alignRight {text-align:right}

.floatLeft {float: left;}

.floatRight {float:right}

.hidden {display:none;}


/* ---------------------------------------- */
/*    TAB Styles -  Used via Tabs function  */
/* -----------------------------------------*/

.mainTabs {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	top: 1px;
		z-index: 101;
}

.mainTabs h2 {
	margin: 0px;
	font-size: xx-small;
	float: left;
	padding: 4px;
	text-align: center;
	margin-right: 2px;
	width: 140px;
	border: solid 1px #0089D0;
	color: #000000;
	font-weight: bold;
}

.mainTabs h2 a {
	display: block;
	padding: 4px;
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}

.mainTabs h2 a:hover {
	color: #000000;
	background-color: #DDF2F9;
	font-size: xx-small;
}

.mainTabs h2 a:visited {
	color: #000000;
	font-size: xx-small;
	text-decoration: none;
}

.mainTabs h2.selNav {
	background-color: #94AE71;
	border-bottom: 1px solid #DDF2F9;
	background-color: #DDF2F9;
	font-size: xx-small;
}

.mainTabs h2.accessDenied {
	background-color: #E7E7E7;
	background-color: #7B7C7D;
	font-size: xx-small;
}

#mainTabArea {
	font-size: xx-small;
	border: solid 1px #0089D0;
	background-color: #DDF2F9;
	padding: 5px;
	text-align:left;
	width: 610px ;
}

#mainTabAreaHeader {
	font-size: xx-small;
	border: solid 1px #0099CC;
	background-color: #F8FEF9;
	padding: 5px;
	text-align:left;
	margin-bottom: 5px;
}

#mainTabAreaHeader h2 {
	font-size: small;
}

/* ------------------- */
/*  Homepage Centre    */
/* ------------------- */

.centreContent {
  width:414px; /* was 403 */
  float:left;
  margin-right:10px; /* was 8 */
}

p { /* was just .centerContent */
  margin-bottom:10px;
}

.title {
  margin-top:10px;
  margin-bottom:10px;
  width:403px;
  font-size:18px;
  color:#352887
}

html>body .title {
  float:left
}

.newsItem {
  border:1px solid #b7b7c9;
  background-color:#f8f8ff;
  float:left
}

.newsItem td {
  background-color:#f8f8ff;
}

.newsItem td a {
  color:#3c3e90;
  font-weight:bold
}
.newsItem img {
  border:1px solid #666262;
}

.newsListing  ul {
  text-align:left;
  margin: 0px;
  list-style:none;
  voice-family: \"\\\"}\\\"\";
  voice-family: inherit;
  list-style-position: outside;
  vertical-align: middle;
  padding: 0px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-left: 5px; 
}
 
html>body .newsListing  ul { padding-bottom: 10px; float:left; border:0px solid red; margin-bottom:0px; margin-bottom:2px; margin-left: 5px; width:498px  }

.newsListing li  {
padding-top:3px;
padding-bottom:3px;
padding-left:14px;
background-color:transparent;
background-image:url(../pix/icons/arrowRed.gif);
background-position:5px 7px;
background-repeat:no-repeat;
}

.newsListing li a:link {
	font-weight:bold; text-decoration:none; color:#3b388e; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;
	
}
.newsListing li a:visited {
	font-weight:bold; text-decoration:none; color:#3b388e;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;
	
}
.newsListing  li a:hover {
	font-weight:bold; text-decoration:none; color:#ff3836;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;
	
}
.newsListing  li a:active {
	font-weight:bold; text-decoration:none; color:#3b388e;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;
	
}

.viewAll { background-image:url(../images/buttonBg.gif); background-repeat:repeat-x; background-position:top; float:left; padding-top:4px; padding-right:4px}

.viewAll a{ font-size:x-small; font-weight:bold; color:#ff3638; }

.eventsListing {
  border: #b7b7c9 1px solid; 
  background-color:#f8f8ff;
}

.eventsListing ul {
  padding-bottom: 10px;
  float:left;
  margin-bottom:2px;
  margin-left: 5px;
  width:350px;
}

.eventsListing li  {
  xpadding-top:3px;
  xpadding-bottom:8px;
  padding: 3px 0;
  background-color:transparent;
}

.eventsListing li a:link, .eventsListing li a:visited {
  font-weight:bold;
  text-decoration:none;
  color:#575757;
  font-size:x-small;
}

.eventsListing li a:hover, .eventsListing li a:active {
  font-weight:bold;
  text-decoration:none;
  color:#ff3638;
  font-size:x-small;	
}

.announcementItem { border:1px solid #b7b7c9; background-color:#f4f4f4; float:left; padding:10px; font-weight:bold; font-size:x-small; width:381px; margin-bottom:15px;height:60px;}
.announcementItem a { color:#e5262b}

/* ------------------------------------------ */
/*    Right Section  */
/* ------------------------------------------ */

.centreRight { width:173px; float:left}

.msc-img {width:171px; height:171px;}
.membersShowcase { background-color:#eae9e9; margin-top:2px; margin-bottom:1px; font-size:x-small}
.membersShowcase table { border:1px solid #eae9e9; width:172px; }
.membersShowcase td {padding:5px;}
.membersShowcase td a { color:#3c3e90; font-weight:bold}
.darkBlueFooter { background-image:url(../images/rightbar/darkBlueFooter.gif); height:18px; text-align:right; padding-top:3px; padding-right:22px; margin-bottom:15px; background-position:bottom; background-color:#3c3e90; background-repeat:no-repeat}
.darkBlueFooter a:link { color:#FFFFFF; font-size:x-small; font-weight:bold}
.darkBlueFooter a:visited { color:#FFFFFF; font-size:x-small; font-weight:bold}
.darkBlueFooter a:hover { color:#FFFFFF; font-size:x-small; font-weight:bold; text-decoration:underline;}
.darkBlueFooter a:active { color:#FFFFFF; font-size:x-small; font-weight:bold}

.newsletters { background-color:#ebf1fc; margin-top:2px; margin-bottom:1px; font-size:x-small}
.newsletters ul { margin:0px; padding:0px}
.newsletters ul li { background-image:url(/images/rightbar/dottedBtNewsletters.gif); background-position:bottom; background-repeat:repeat-x; padding:10px 15px 10px 15px; list-style:none}
.newsletters ul li a:link	{	font-weight:bold; text-decoration:none; color:#3b388e; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}
.newsletters ul li a:visited	{	font-weight:bold; text-decoration:none; color:#3b388e;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}
.newsletters ul li a:hover		{	font-weight:bold; text-decoration:none; color:#ff3836;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}
.newsletters ul li a:active	{	font-weight:bold; text-decoration:none; color:#3b388e;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;	}



.spotlight { background-color:#f4f4f4; margin-top:2px; margin-bottom:1px; font-size:x-small}
.spotlight  ul {
 text-align:left;
 margin: 0px;
 list-style:none;
 voice-family: \"\\\"}\\\"\";
 voice-family: inherit;
 list-style-position: outside;
 vertical-align: middle;
 padding: 0px;
 padding-bottom: 10px;
margin-left: 5px; 
 
}
 
.spotlight li  {
padding-top:5px;
padding-bottom:5px;
background-color:transparent;

}

.spotlight li a:link {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}
.spotlight li a:visited {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}
.spotlight  li a:hover {
	font-weight:bold; text-decoration:none; color:#434888; font-size:x-small;
	
}
.spotlight  li a:active {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}
.lightBlueFooter { background-image:url(../images/rightbar/lightBlueFooter.gif); height:18px; text-align:right; padding-top:3px; padding-right:22px; margin-bottom:15px; background-position:bottom; background-color:#bac7e2; background-repeat:no-repeat}
.lightBlueFooter a:link { color:#434888; font-size:x-small; font-weight:bold}
.lightBlueFooter a:visited { color:#434888; font-size:x-small; font-weight:bold}
.lightBlueFooter a:hover { color:#434888; font-size:x-small; font-weight:bold; text-decoration:underline;}
.lightBlueFooter a:active  { color:#434888; font-size:x-small; font-weight:bold}

.plainLightBlueFooter { background-image:url(../images/rightbar/plainLightBlueFooter.gif); height:18px; text-align:right; padding-top:3px; padding-right:22px; margin-bottom:15px; background-position:bottom; background-color:#bac7e2; background-repeat:no-repeat}


.redHeader { background-image:url(../images/rightbar/redHeader.gif); height:26px; text-align:left; padding-top:5px; padding-bottom:5px; padding-left: 14px; background-position:top; background-color:#c1131e; background-repeat:no-repeat; color:#ffffff; font-size:x-small; font-weight:bold}

.sponsors { background-color:#f4f4f4; margin-top:2px; margin-bottom:1px; font-size:x-small;padding:5px;}
.sponsors  ul {
 text-align:left;
 margin: 0px;
 list-style:none;
 voice-family: \"\\\"}\\\"\";
 voice-family: inherit;
 list-style-position: outside;
 vertical-align: middle;
 padding: 0px;
 padding-bottom: 10px;
margin-left: 5px; 
 
}
 
.sponsors li  {
padding-top:3px;
padding-bottom:3px;
padding-left:14px;
background-color:transparent;
background-image:url(../pix/icons/arrowRed.gif);
background-position:5px 7px;
background-repeat:no-repeat;

}

.sponsors li a:link {
	font-weight:normal; text-decoration:none; color:#575757; font-size:x-small;
	
}
.sponsors li a:visited {
	font-weight:normal; text-decoration:none; color:#575757; font-size:x-small;
	
}
.sponsors  li a:hover {
	font-weight:normal; text-decoration:none; color:#434888; font-size:x-small;
	
}
.sponsors  li a:active {
	font-weight:normal; text-decoration:none; color:#575757; font-size:x-small;
	
}

.sponsorLogo { background-color:#FFFFFF; text-align:center; border:0px solid #f4f4f4}

.redFooter { background-image:url(../images/rightbar/redFooter.gif); height:21px; margin-bottom:15px; background-position:bottom; background-color:#bac7e2; background-repeat:no-repeat}

/* ------------------------------------------ */
/*    members homepage	  */
/* ------------------------------------------ */

.memberDetails {
 border-bottom:3px solid #ff3634; float:left; width:567px; /*was 586*/
 margin-bottom:10px;
}
.logout {height:17px; background-image:url(../images/members/logoutArea.gif); background-position:left; background-repeat:no-repeat; width:177px; padding-top:6px; padding-left:10px; float:left}
.logout a{ color:#FFFFFF; font-weight:bold; font-size:x-small}
.memberWelcome { color:#3c3e90; font-weight:bold; float:left; font-size:x-small; width:228px; padding-top:6px;}
.memberBasket{ color:#3c3e90; font-weight:bold; float:left; font-size:x-small;}
.memberBasket a:link{ color:#3c3e90; font-weight:bold; font-size:x-small;}
.memberBasket a:visited{ color:#3c3e90; font-weight:bold; font-size:x-small;}
.memberBasket a:hover{ color:#3c3e90; font-weight:bold; font-size:x-small; text-decoration:underline}
.memberBasket a:active{ color:#3c3e90; font-weight:bold; font-size:x-small;}

/* ----------------------------------------------- */
/*    sectors					   */
/* ----------------------------------------------- */

.sectorsListing ul {text-align:left;
 margin: 0px;
 list-style:none;
 voice-family: \"\\\"}\\\"\";
 voice-family: inherit;
 list-style-position: outside;
 vertical-align: middle;
 padding: 0px;
 padding-bottom: 10px;
margin-left: 5px; 
margin-bottom:10px
 
}
 
.sectorsListing li  {
padding-top:3px;
padding-bottom:3px;
padding-left:14px;
background-color:transparent;
background-image:url(../pix/icons/arrowRed.gif);
background-position:5px 7px;
background-repeat:no-repeat;
font-weight:bold;

}

.sectorsListing li a:link {
	 text-decoration:underline; color:#ff3b39; font-size:x-small;
	
}
.sectorsListing li a:visited {
     text-decoration:underline; color:#ff3b39; font-size:x-small;
	
}
.sectorsListing  li a:hover {
	text-decoration:underline; color:#ff3b39; font-size:x-small;
	
}
.sectorsListing  li a:active {
	 text-decoration:underline; color:#ff3b39; font-size:x-small;
	
}

.relatedArticlesHeader { float:left; }
.relatedArticlesHeader td{ background-color:#777575; color:#FFFFFF; font-weight:bold; padding:3px;}

.relatedArticlesItem { border-bottom:1px solid #e9e9e9; float:left; margin-bottom:10px;}
.relatedArticlesItem td a{ color:#3c3e90; font-weight:bold; font-size:11px}

.projectShowcaseHeader { float:left; }
.projectShowcaseHeader td{ background-color:#cecdcd; color:#393838; font-weight:bold; padding:3px;}

.projectShowcaseItem { border-bottom:1px solid #e9e9e9; float:left; margin-bottom:10px;}
.projectShowcaseItem td a:link{ color:#3c3e90; font-weight:bold; font-size:11px}
.projectShowcaseItem td a:visited{ color:#3c3e90; font-weight:bold; font-size:11px}
.projectShowcaseItem td a:hover{ color:#3c3e90; font-weight:bold; font-size:11px}
.projectShowcaseItem td a:active{ color:#3c3e90; font-weight:bold; font-size:11px}

/* ----------------------------------- */
/*    sectors rightbar  */
/* -------------------------------------- */

.sectorPages { color:#3c3e90; background-color:#eae9e9; margin-top:2px; margin-bottom:1px; font-size:x-small; font-weight:bold}

.sectorPages select { width:160px; color:#3c3e90; font-weight:normal}

.latestNews { background-color:#f4f4f4; margin-top:2px; margin-bottom:1px; font-size:x-small}
.latestNews  ul {
 text-align:left;
 margin: 0px;
 list-style:none;
 voice-family: \"\\\"}\\\"\";
 voice-family: inherit;
 list-style-position: outside;
 vertical-align: middle;
 padding: 0px;
 padding-bottom: 10px;
}
 
.latestNews li  {
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
background-color:transparent;
border-bottom:1px solid white;

}

.latestNews li  img{
padding-right:5px;

}

.latestNews li a:link {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}
.latestNews li a:visited {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}
.latestNews  li a:hover {
	font-weight:bold; text-decoration:none; color:#434888; font-size:x-small;
	
}
.latestNews  li a:active {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}

.greyFooter { background-image:url(../images/rightbar/greyFooter.gif); height:18px; text-align:right; padding-top:3px; padding-right:22px; margin-bottom:15px; background-position:bottom; background-color:#bac7e2; background-repeat:no-repeat}
.greyFooter a { color:#ffffff; font-size:x-small; font-weight:bold}

.FAQS { font-weight:bold; background-color:#f4f4f4; margin-top:2px; margin-bottom:1px; color:#575757; padding:5px}

.redText { color:#e5262b}

/*Listing And Detail Pages*/

.listingResults { width: 545px; border-bottom:1px solid #E9E9E9; padding-left:10px;padding-top:10px;padding-left:10px; font-size:x-small; color:#545454;}
html>body .listingResults {Float: left;width: 550px;margin-top:0px;}

.listingResults img { Float: left;  padding:0px; padding-left:0px; margin-right:10px;}
.listingResultsicon  img{  border-right:0px solid #e9e9e9; padding:0px; margin:0px;}
html>body .listingResultsText { float:left; width: 350px; }

.listingResultsimg { Float: left;  padding:0px; padding-right:0px; margin-right:10px; border:0px solid red }
.listingResultsText { width:300px;float:left; padding:0px; font-size:x-small; color:#545454; margin-left:0px; padding-left:20px; padding-right:0px;}
html>body .listingResultsText { float:left; width: 350px; }

.listingResults a:link {font-size: 11px; font-weight:bold; color:#28526c}
.listingResults a:visited {font-size: 11px; font-weight:bold; color:#28526c}
.listingResults a:hover {font-size: 11px; font-weight:bold; color:#28526c}
.listingResults a:active {font-size: 11px; font-weight:bold; color:#28526c}



.searchListing {width: 555px; font-size:x-small; color:#545454; margin-left:10px; margin-top:10px;}

.searchListing td{ padding-top:5px; padding-bottom:5px}

.listSearch { width:200px; height:20px;}
.txtSearch { width:195px;}
.dateSearch { width:40px;}

.listingpages { background-color:#3C3E90; color:#FFFFFF; font-size:x-small; margin-left:10px; margin-top:10px; padding:2px; width: 540px;}
html>body  .listingpages {width: 558px;}

.pageNumbers li a.pagingBoxSel:link  {color:#FF3B39; font-weight:bold; border-color:#FFF;background-color:#FFF}
.pageNumbers li a.pagingBoxSel:visited {color:#FF3B39; font-weight:bold; border-color:#FFF;background-color:#FFF}
.pageNumbers li a.pagingBoxSel:hover {color:#FF3B39; font-weight:bold; border-color:#FFF;background-color:#FFF}
.pageNumbers li a.pagingBoxSel:active {color:#FF3B39; font-weight:bold; border-color:#FFF;background-color:#FFF}

.pageNumbers { margin-top:3px;}

.pageNumbers ul {  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  
}
.pageNumbers li{ color: #FFFFFF; list-style:none; list-style-type: none; font-size: 10px; background-color:transparent; margin: 0px; padding: 0px;  float:left; margin-right: 3px;  text-decoration:none ;
}
.pageNumbers li a{ color: #FFFFFF; list-style:none; list-style-type: none; font-size: 10px; background-color:#bababa; margin: 0px; padding: 0px; display:block; text-decoration:none }

.pageNumbers li a:link{color: #FF3B39; background-color:#E5E4E4; border: 3px solid #E5E4E4; border-left: 5px solid #E5E4E4; border-right: 5px solid #E5E4E4; text-decoration:none }
.pageNumbers li a:visited{color: #FF3B39; background-color:#E5E4E4; border: 3px solid #E5E4E4; border-left: 5px solid #E5E4E4; border-right: 5px solid #E5E4E4; text-decoration:none }
.pageNumbers li a:hover{color: #FF3B39; background-color:#E5E4E4; border: 3px solid #E5E4E4; border-left: 5px solid #E5E4E4; border-right: 5px solid #E5E4E4; text-decoration:none }
.pageNumbers li a:active{color: #FF3B39; background-color:#E5E4E4; border: 3px solid #E5E4E4; border-left: 5px solid #E5E4E4; border-right: 5px solid #E5E4E4; font-weight:normal; text-decoration:none } 


.whiteText  { color: #FFFFFF }
.redText  { color: #FF2B2B; }

.darkbg  { color: #FFFFFF; background-color : #666666}
.medbg  { color: #000000 ; background-color : #CCCCCC}
.lightbg  { color: #000000 ; background-color : #E8E8E8}
.lighterbg  { color: #000000 ; background-color : #F3F3F3}

.medBlueTable {border:  solid 1  #666666;  background-color :#CCCCCC}
.lightBlueTable {border:  solid 1  #666666;  background-color :#E8E8E8}

.darkgreybg  { color: #ffffff; background-color : #808080}
.greybg  { color: #000000; background-color : #E6E6E6}
.lightGreyBg {   background-color :#E7E7E7}


.lightGreyTable 
{
    border: 1px solid #7B7C7D;  
    background-color :#E7E7E7;
}


.listingType { float:left; background-color:#777575; color:#FFFFFF; font-size:x-small; font-weight:bold; padding:5px; border-right: 2px solid white; width:210px; }
.listingArea { float:left; background-color:#777575; color:#FFFFFF; font-size:x-small; font-weight:bold; padding:5px; border-right: 2px solid white; width:220px}
.listingDate { float:left; background-color:#777575; color:#FFFFFF; font-size:x-small; font-weight:bold; padding:5px; border-right: 2px solid white; width:79px}



/****** Search button ****/

.searchButton {cursor:pointer;background:transparent;border:0px;color:#FFF;font-weight:bold;font-size:x-small;font-family: Verdana, Arial, Helvetica, sans-serif;width:45px}

/* ------------------------------------------------ */
/*    form	  */
/* ------------------------------------------------ */


.headerBar { text-align: left; width:578px; height:14px; border:0px solid red; color:#FFFFFF; background-color:#3b388e; padding:4px; font-size:12px; font-weight:bold}
html>body .headerBar { height:16px;}

.headerBarIntro { text-align: left; width:578px; height:35px; border:0px solid red; color:#FFFFFF; background-color:#3b388e; padding:4px; font-size:16px; font-weight:bold}
html>body .headerBarIntro { height:36px;}

.formText { color:#6f6f6f; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; padding:10px 10px 10px 10px; }
.formText ul {	list-style-type: none;}


.formFooter { border-top:3px solid #FF3634; width:565px; background-color:#f2f5f6; color:#6f6f6f; font-size:x-small; padding: 10px; }
html>body .formFooter { margin-left:1px;}

.formMid { border-top:3px solid #FF3634; border-bottom:3px solid #FF3634; width:565px; background-color:#f2f5f6; color:#6f6f6f; font-size:x-small; padding: 10px; }
html>body .formMid { margin-left:1px;}


.form { padding:10px; border:0px solid red; padding-left:0px; padding-right:0px;}
.form table{ border:0px solid red;}

.form td{ padding:5px; color:#545454; font-weight:bold}

.formtextfield{ width:280px; color:#545454;}

.lightfont { font-weight:normal}


/* -------------------------------------- */
/*    Manage Forms	  */
/* -------------------------------------- */

.manageForm  {  padding:10px}
.manageForm table {  border: 1px solid #e0e0e0; margin-bottom:10px}

.manageForm th { background-color:#f43837; color:#FFFFFF; font-size: 10px; font-weight:bold; padding:5px; border: 1px solid #e0e0e0;}

.manageForm tr { }

.manageForm td { border: 1px solid #e0e0e0; padding:5px; color:#545454; font-size:9px;}

.manageForm  a:link {color:#545454; font-weight:bold; text-decoration:none}
.manageForm  a:visited {color:#545454; font-weight:bold; text-decoration:none}
.manageForm  a:hover {color:#545454; font-weight:bold; text-decoration:uunderline}
.manageForm  a:active {color:#545454; font-weight:bold; text-decoration:none}

.blueline { text-align: left; width: 598px; font-size:11px; color:#FFFFFF; height:1px; padding:0px; font-size:12px; font-weight:bold; border-top: 1px solid #28526c}

.formDate{ padding:10px; border:0px solid red; padding-left:40px; padding-right:40px;}
.formDate table{ border:0px solid red;}

.formDate td{ padding:5px; color:#545454; font-weight:bold}

.formDatetextfield{ width:100px; color:#545454;}
.uploadtextfield{ width:170px; color:#545454;}



.listResults { width: 545px; font-size:x-small; color:#545454;margin-left:10px;padding:8px;border:1px solid #E9E9E9;margin-bottom:10px;}
html>body .listResults { Float: left;margin-top:0px;width: 545px;}

.listResultsimg { Float: left;  padding:0px; padding-right:0px; margin-right:10px; border:0px solid red }

.listResultsicon img{border-right:0px solid #e9e9e9; padding:0px; margin:0px;}
.listResultsicon {font-size: 11px;}
.listResultsText { width:410px;float:left; padding:0px; font-size:x-small; color:#545454; margin-left:0px; border-left:1px solid #E9E9E9; padding-left:20px; padding-right:0px;padding-top:10px;}
html>body .listResultsText { float:left; width: 350px; }

.listResults a:link {font-size: 11px; font-weight:bold; color:#3b388e}
.listResults a:visited {font-size: 11px; font-weight:bold; color:#3b388e}
.listResults a:hover {font-size: 11px; font-weight:bold; color:#3b388e}
.listResults a:active {font-size: 11px; font-weight:bold; color:#3b388e}


.documentDownloadNews {border:1px solid #AEA997;padding:3px;}


.moreInfo { background-color:#EAE9E9; margin-top:2px; margin-bottom:1px; font-size:x-small}
.moreInfo  ul {
 text-align:left;
 margin: 0px;
 list-style:none;
 voice-family: \"\\\"}\\\"\";
 voice-family: inherit;
 list-style-position: outside;
 vertical-align: middle;
 padding: 0px;
 padding-bottom: 10px;
 
 
}
 
.moreInfo li  {
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
background-color:transparent;
border-bottom:1px solid white;

}

.moreInfo li  img{
padding-right:5px;

}

.moreInfo li a:link {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}
.moreInfo li a:visited {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}
.moreInfo  li a:hover {
	font-weight:bold; text-decoration:none; color:#434888; font-size:x-small;
	
}
.moreInfo  li a:active {
	font-weight:bold; text-decoration:none; color:#575757; font-size:x-small;
	
}



/* ------------------------------------------- */
/*   Site Search */
/* ------------------------------------------- */


.siteSearchHeader 
{
    width:500px;
    margin-bottom:10px;
    padding:3px;

}

.siteSearchHeaderText 
{
    color:#FFF;
    width:300px;
    float:left;

}

.siteSearchHeaderLink 
{
    color:#FFF;
    width:55px;
    float:right;

}

.siteSearchHeaderLink a:link			{  text-decoration: none; font-size: 10px; color: #FFF; font-weight: normal; margin-left: 0px}
.siteSearchHeaderLink a:visited		{  text-decoration: none; font-size: 10px; color: #FFF; font-weight: normal; margin-left: 0px }
.siteSearchHeaderLink a:hover			{  text-decoration: none; font-size: 10px; color: #FFF; font-weight: normal; margin-left: 0px }
.siteSearchHeaderLink a:active			{  text-decoration: none; font-size: 10px; color: #FFF; font-weight: normal; margin-left: 0px}



/* --------------- */
/*    Sectors   */
/* ------------ */

.sitepage { float:left; width: 400px; border:0px solid red;}
.sitepage img { padding-bottom: 10px; }
.sitepage p { color:#545454; font-size:x-small; padding-bottom: 10px;}
.sitepage a { color:#3c3e90; font-weight:bold}
.sitepage table th {background-color: #FFFFFF; margin: 0px; padding: 0px;}


.sectors { float:right; width:160px; border:0px solid red;}

.Stripe { font-size:11px; color:#FFFFFF; font-weight:bold; padding:5px; background-color:#FF3634; }

.sector1 {
	text-align:left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	background-color:#eae9e9;
	
	
}

html>body .sector1 { }

.sector1  ul {
	text-align:left;
	margin: 0px;
	margin-left:0px;
	margin-right:0px;
	list-style:none;
	voice-family: \"\\\"}\\\"\";
	voice-family: inherit;
	list-style-position: outside;
	vertical-align: middle;
	padding: 0px;
	background-color:#eae9e9;
	margin-bottom:0px;
	
	
}

.siteSearchHeader {background-color:#FF3B39;color:#FFFFFF}

html>body .sector1  ul { padding-bottom: 0px }

.sector1 li  {
padding-top:7px;
padding-bottom:7px;
padding-left:5px;
border-bottom: 1px solid #575757;
background-color:#FFF;
background-position:5px 10px;
background-repeat:no-repeat;
height:15px;
}

html>body .sector1  li { height:auto; }

.sector1 li a:link {
	font-weight:bold;
	font-size:9px;
	text-decoration: none; 
	color: #3c3e90; 
	
}
.sector1 li a:visited {
	font-weight:bold;
	font-size:9px;
	text-decoration: none; 
	color: #3c3e90; 
	
}
.sector1  li a:hover {
	font-weight:bold;
	font-size:9px;
	text-decoration: underline; 
	color: #3c3e90; 
	
}
.sector1  li a:active {
	font-weight:bold;
	font-size:9px;
	text-decoration: none; 
	color: #3c3e90; 
	
}

/* ---------------------------------*/
/*    DISCUSSION FORUM - START      */
/* -------------------------------- */

#generalSearchBox {
	position: absolute;
	top: 202px;
	left: 580px;
	width: 180px;
	border: solid 2px #000000;
	background-color: #E2E2E2;
	color: #000000;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
}

#generalSearchBox1 {
	position: absolute;
	top: 202px;
	left: 580px;
	width: 180px;
	border: solid 2px #000000;
	background-color: #E2E2E2;
	color: #000000;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
}

#optionsMenu {
	position: absolute;
	top: 202px;
	left: 580px;
	width: 180px;
	border: solid 2px #000000;
	background-color: #E2E2E2;
	color: #000000;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
}


A.plainLink:link		{  text-decoration: none; font-size: 11px; color: #5D5D5D  }
A.plainLink:active	{  text-decoration: none; font-size: 11px; color: #5D5D5D  }
A.plainLink:visited	{  text-decoration: none; font-size: 11px; color: #5D5D5D  }
A.plainLink:hover		{  text-decoration: underline; font-size: 11px; color: #5D5D5D  }

A.plainLinkSml:link		{  text-decoration: none; font-size: 10px; color: #5D5D5D  }
A.plainLinkSml:active		{  text-decoration: none; font-size: 10px; color: #5D5D5D  }
A.plainLinkSml:visited	{  text-decoration: none; font-size: 10px; color: #5D5D5D  }
A.plainLinkSml:hover		{  text-decoration: underline; font-size: 10px; color: #5D5D5D  }

A.plainLinkWhite:link		{  text-decoration: none; font-size: 11px; color: #FFFFFF  }
A.plainLinkWhite:active	{  text-decoration: none; font-size: 11px; color: #FFFFFF  }
A.plainLinkWhite:visited	{  text-decoration: none; font-size: 11px; color: #FFFFFF  }
A.plainLinkWhite:hover		{  text-decoration: underline; font-size: 11px; color: #FFFFFF  }

A.plainLinkWhiteSml:link		{  text-decoration: none; font-size: 10px; color: #FFFFFF  }
A.plainLinkWhiteSml:active	{  text-decoration: none; font-size: 10px; color: #FFFFFF  }
A.plainLinkWhiteSml:visited	{  text-decoration: none; font-size: 10px; color: #FFFFFF  }
A.plainLinkWhiteSml:hover		{  text-decoration: underline; font-size: 10px; color: #FFFFFF  }


/*.submitButton {color:#5D5D5D; cursor:pointer; width:70px; height:19px; border-style: solid; border-width:1px; border-color: #666666; background-color: #E8E8E8;  text-align:center}*/

.SubHeaderText { font-family: verdana,arial; font-size:14px; text-decoration: none; font-weight: bold}
.userNameText { font-family: verdana,arial; font-size:11px; text-decoration: none; font-weight: bold}

.whiteText  { color: #FFFFFF }
.redText  { color: #FF2B2B; }

.darkbg  { color: #FFFFFF; background-color : #666666}
.medbg  { color: #000000 ; background-color : #CCCCCC}
.lightbg  { color: #000000 ; background-color : #E8E8E8}
.lighterbg  { color: #000000 ; background-color : #F3F3F3}

.medBlueTable {border:  solid 1  #666666;  background-color :#CCCCCC}
.lightBlueTable {border:  solid 1  #666666;  background-color :#E8E8E8}

.darkgreybg  { color: #ffffff; background-color : #808080}
.greybg  { color: #000000; background-color : #E6E6E6}
.lightGreyBg {   background-color :#E7E7E7}


.lightGreyTable 
{
    border: 1px solid #7B7C7D;  
    background-color :#E7E7E7;
}


.normalText { font-family: verdana, arial; font-size: 11px; text-decoration: none; }
.medText { font-size: 12px; text-decoration: none; }
.smalltext { font-size: 10px; text-decoration: none; }
.smallertext { font-size: 9px; text-decoration: none; }

.tableBoxSmall { font-family: arial; font-size: 7px; text-decoration: none; color:#0055A3; }
.tableBoxMed { font-family: verdana; font-size: 8.5px; text-decoration: none;color:#0055A3; }
.tableBoxBorder {border:  solid 1 #0055A3;  background-color :#F4F9FD; color:#ffffff;}

.titleHelp {cursor:help}

.clsPartRight
{
	background-color: #CCCCCC;background-image: url(\'/images/icons/arrowUp.gif\');background-repeat:no-repeat; background-position:  right top; cursor:pointer; font-family:  verdana, arial; font-size: 10px
}

.clsPartRightHidden
{
	background-color: #CCCCCC; background-image: url(\'/images/icons/arrowDown.gif\'); background-repeat:no-repeat; background-position:  right top; cursor:pointer; font-family:  verdana, arial; font-size: 10px
}

.clsPartRightDisabled
{
	background-color: #E2E2E2; 
	background-image: url(\'/images/icons/arrowNone.gif\'); 
	background-repeat:no-repeat; 
	background-position:  right top; 
	color: #C1C1C1; 
	font-family:  verdana, arial; 
	font-size: 10px;
	cursor: not-allowed;
	
}


IMG.clsMinimize
{
	visibility:hidden;
}

.scrollbar { background-color : #ffffff; border:0  solid #808080; 
SCROLLBAR-FACE-COLOR: #ffffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #3d3d3d; 
SCROLLBAR-3DLIGHT-COLOR: #8c8c8d; 
SCROLLBAR-ARROW-COLOR: #3D3D3D; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
}
.scrollbarBorder { background-color : #ffffff; border:1  solid #808080; 
SCROLLBAR-FACE-COLOR: #ffffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #3d3d3d; 
SCROLLBAR-3DLIGHT-COLOR: #8c8c8d; 
SCROLLBAR-ARROW-COLOR: #3D3D3D; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
}


.forumsMainTable
{
   width:100%;

}

.forumsMainTable th
{
  font-size: 11px; 
  font-weight: bold; 
  color: #ffffff 

}



.tableGrey {
	color: #000000;
	border: solid 1px #a8aeb5;
	padding: 0px;

	border-left: 0px;
	border-bottom: 0px;
}

.tableGrey td,th {
	font-size: 10px;
	padding:4px;
}
.tableGrey th 
{
    font-weight:bold;
    background-color: #a8aeb5;
    color:white;
}

.tableGrey .lightRow 
{
    background-color: #e9eaeb;
}
.tableGrey .lighterRow 
{
    background-color: #f2f3f4;
}


.codeBox 
{
    background-color: #f2f3f4;
    border:0px;
}

.nowrap { white-space: nowrap }
	
/* ---------------------------------*/
/*    DISCUSSION FORUM  - END       */
/* -------------------------------- */	

/* ---------------------------------*/
/*     ECOMMERCE  - BEGIN           */
/* -------------------------------- */	


.alleventsBarmain {
	margin: 0px;
	padding: 0px;
	height:9px;
	background-color:#848382;
	color:#FFFFFF;
	font-size:9px;	
	
}

.alleventsHeader {
	margin: 0px;
	padding: 5px;
	height:10px;
	background-color:#EDEDED;
	color:#848382;
	font-size:10px;	
	font-weight: bold;
	
}

.alleventsFooter {
	margin: 0px;
	padding: 0px;
	height:20px;
	background-color:#EDEDED;
	color:#FFFFFF;
	font-size:10px;	
	font-weight: bold;
	
}

html>body .alleventsFooter { height: 23px;}

.alleventsTitle, .alleventsTitle a:link, .alleventsTitle a:visited, .alleventsTitle a:hover, .alleventsTitle a:active  {
	
	color:#848382;
	font-size:11px;	
	font-weight: bold;
	padding-left: 0px;
	
}



.discountedPrice 
{
   color:red;
   font-weight:normal;
}

.originalPrice 
{
   text-decoration:line-through;
   font-weight:normal;   
}

.basketPrice 
{
   font-weight:normal;   
}

.specialOfferTag 
{
  cursor:help;
  font-weight:bold;
  font-size:9px;
  padding-left:4px;
  padding-top:2px;
  padding-bottom:2px;
  color:#CE0606;
  background-image:url(/images/arrow_icon.gif);
  background-repeat:no-repeat;
  background-position: 56px 1px;         
}

.specialOfferStart{
    background-color:#ff3634;
    width:160px;
    padding-left:4px;
    padding-top:2px;
    padding-bottom:2px;
    color:#ffffff;  
}

.specialOfferEnd
{
    height:1px;
    font-size:0px;
    background-color:#e5e4e4;
    width:145px;
    padding-left:4px;
    color:White; 
    margin-bottom:4px;   
}

.specialOfferProducts td
{
    padding:4px;
}

.basket {
	margin:15px 0px 15px 0px;
	padding: 0px;
	width: 171px;
	font-weight:bold;
	color: #3c3e90;
	background-image: url(../images/basket/bkgd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.basket table{
	background-image:url(../images/basket/blue_horizontal_dots.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.basket th{	color: #6F6F6F;}

.basket td{
	font-weight:bold;
	color: #6F6F6F;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#ffffe1;	
}

.basketTop {
	background-image:url(/images/basket/shopping_basket_top.gif);
	background-repeat:no-repeat;
	width: 171px;
	height: 25px;
	margin-top: 0px;
}

.basketBottom {
	background-image:url(/images/basket/shopping_basket_footer.gif);
	background-repeat:no-repeat;
	width: 164px;
	height: 21px;
	text-align:right;
	padding-top: 4px;
	padding-right: 7px;
}

.itemDescription {
    font-size:10px;
    font-weight:bold;
    color:#3c3e90;
}

.basketTotal {
    width:98%;
    color:#575757;
    text-align:right;
    padding-right: 3px;
    padding-top:8px;
    padding-bottom: 8px;
}

.basketMessage {
    background-color:#ffffe1 ;
    text-align:left;
    font-size:8px;
    padding-top:8px;
    padding-bottom: 8px;
    padding-left:5px;   
}

/* ---------------------------------*/
/*    Shop                       */
/* -------------------------------- */

#contentHolderShop {
	border: 0px solid red;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding: 0px;
	background-image:url(../images/ecommerce/shop_bg.gif);
	background-repeat:repeat-y;
}

#contentShop {
	float: left;
	width: 778px;
	border-left: 1px solid #3c3e90;
	border-right: 1px solid #3c3e90;
	vertical-align: top;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	
}

.shopImage {
    background-image: url(../images/ecommerce/shop_banner.gif);
    background-repeat:no-repeat;
    background-position:left;
    width:770px;
    height:50px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.shopGreyTitle {
    background-color:#e5e4e4;
    height: 21px;
    margin:2px 4px 1px 4px;
    font-size: 12px;
    font-weight:bold;
    color:#515457;
    padding-left: 5px;
    padding-top: 2px;
}

.leftboxLogin {float:left; width:406px; margin-left: 15px; margin-top: 28px; padding-bottom: 20px;}
.rightboxLogin {float:right; width:320px; padding-right: 15px; margin-top: 28px; }

.loginBoxHeader {
	width: 406px;
	height: 29px;
	margin-bottom: 2px;
	background-color:#7F9DB9;
	font-size:14px;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	font-weight:bold;
}

html>body .loginBoxHeader { height: 24px;}


.loginBox {
	width: 406px;
	background-color:#E5EAF0;
	font-size:10px;
	color:#4F4F4F;
	padding-left: 5px;
	padding-top: 5px;
	font-weight:bold;
}

.loginBox table{
	background-color:#E5EAF0;
	font-size:10px;
	color:#4F4F4F;
}

.loginBox td{
	background-color:#E5EAF0;
	font-size:10px;
	color:#4F4F4F;
	padding: 3px;
}

.redText { font-size:10px; color:#B90101}
.blueText { font-size:10px; color:#3c3e90}

.shopInput{
    width: 160px;
    color:#707072;
    font-size:11px;
    border: 1px solid #7F9DB9;
}

.shopState {
    width: 160px; 
    color:#707072; 
    font-size:10px; 
    border: 1px solid #7F9DB9; 
    margin-top:-5px; 
    margin-left:-5px; 
    z-index:125; 
    position:relative; 
    top:-3px; 
    left:-13px; 
    width:162px
}

.countryIFrame{
    width: 200px;
    color:#707072;
    font-size:11px;
    border: 0px;
}

html>body .shopState {left:-4px; }

.registerRight {

	width: 310px;
	font-size:14px;
	color:#4F4F4F;
	font-weight:bold;
	padding-top: 5px;
	
}

.shopText {
	font-size: 10px;
	color:#4F4F4F;
	line-height: 16px;
}

.register table {

	margin-top: 0px;
	
}

html>body .register table {margin-top: 20px;}

.crumbtrail {
    float:left;
    margin-left: 10px;
    margin-top: 10px;
    font-size:10px;
    color: #7F8183;
    padding-right: 10px;
    background-image:url(../images/ecommerce/crumb_arrow.gif);
    background-position:right;
    background-repeat:no-repeat;
}

.orderBoxArea 
{

    width:726px; 
    margin-left: 20px; 
    margin-top: 40px; 
    margin-bottom: 20px;
    padding-bottom: 5px;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
}
html>body .orderBoxArea {margin-left: 16px;}


.orderConfBoxHeader {

	width: 766px;
	height: 20px;
	margin-bottom: 2px;
	margin-left:5px;
	background-color:#3c3e90;
	font-size:12px;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	font-weight:bold;
	

}

html>body .orderConfBoxHeader { height: 20px; width: 766px; margin-left: 5px;}



.orderBoxHeader {

	width: 720px;
	height: 23px;
	margin-bottom: 2px;
	background-color:#3c3e90;
	font-size:12px;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	font-weight:bold;
	

}

html>body .orderBoxHeader { height: 24px; width: 710px; margin-left: 17px;}


.addressesArea{
	width: 720px;
	background-color:#f5f5f5;
	font-size:10px;
	color:#4F4F4F;
	font-weight:bold;
	padding:2px;
}

html>body .addressesArea { width: 720px; margin-left: 0px; margin-bottom: 20px}

.leftareaBox { float:left; width: 358px; background-color:#f5f5f5;margin-bottom: 2px}
.rightareaBox {float:right; width: 357px; background-color:#f5f5f5;margin-bottom: 2px}

.leftaddressTitle { font-size: 11px; color:#4F4F4F; font-weight:bold; margin-left: 27px; margin-top: 10px; }
.rightaddressTitle { font-size: 11px; color:#4F4F4F; font-weight:bold; margin-left: 10px; margin-top: 10px;  }

.leftaddressBox table{	
	width: 320px;
	background-color:#ffffff;
	font-size:10px;
	color:#4F4F4F;
	margin-left: 27px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:8px;
	height:152px;
}

.leftaddressBox td{
	background-color:#ffffff;
	font-size:10px;
	color:#4F4F4F;
	padding: 1px;
		
}

.rightaddressBox table{
	
	width: 320px;
	background-color:#ffffff;
	font-size:10px;
	color:#4F4F4F;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding:8px;
	height:152px;	
}

.rightaddressBox td{

	background-color:#ffffff;
	font-size:10px;
	color:#4F4F4F;
	padding: 1px;
		
}


.addressHeader
{   
    float:left;
    height:12px;
    font-weight:bold;
    color:#ffffff;
    padding-left:5px;
    padding-bottom:6px;
    padding-top:6px;
    width:670px;
    background-color:#3c3e90;
}

.addressFooter
{   
    border: 1px dotted #cccccc;
    margin-bottom:15px;
    padding-top:2px;
}

.addressOptions
{   
    float:right;
    vertical-align:middle;
}



.basketbox 
{
    border:1px solid #d9e2f3;    
	float:left;
	border-top: 2px solid #ffffff;
	margin-top: 0px;
}

.basketbox table{
background-color:#d9e2f3
}

.basketbox th{
    background-color:#3c3e90;
    height: 29px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}


.basketbox td{
    padding: 5px;
    font-size: 10px;
}

.whiteHeader {
	font-size:14px;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	font-weight:bold;	
}

.largeShopText { font-size: 11px; color:#4F4F4F; }
.smallShopText { font-size: 10px; color:#4F4F4F; }

.postageTotal{
	float:left;
	border: 1px solid #d9e2f3;
	margin-top: 1px;
	background-color:#FFFFFF;
	width: 720px;
}

html>body .postageTotal {margin-left: 18px; width: 712px;}


.total{
    float:left;
    border: 1px solid #d9e2f3;
    margin-top: 1px;
    background-color:#E5EAF0;
    width: 720px;
}

html>body .total {margin-left: 18px; width: 712px; margin-bottom: 10px;}

.pageBoxArea { width:715px; margin-left: 30px; padding-bottom: 20px; background-color:#ff00ff}
html>body .pageBoxArea {margin-left: 33px; width:715px;}

.pageBoxArealeft { width:358px; margin-left: 30px; margin-top: 40px;  background-color:#99FF33}
html>body .pageBoxArea {margin-left: 33px;}

.pageBoxArearight { float: right; width:357px; margin-top: 40px;  background-color:#99FF33; }
html>body .pageBoxArea {}


.orderBoxHeadersplit {
	width: 720px;
	height: 29px;
	margin-bottom: 2px;
	background-color:#3c3e90;
	font-size:14px;
	color:#FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	font-weight:bold;
	background-image:url(../images/ecommerce/headersplit_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}

html>body .orderBoxHeadersplit { height: 24px; width: 710px; margin-left: 17px;}

.basketItemFooter
{
    background-color: #ffffff;
    border-bottom: 1px dotted #cccccc;
}

.registrationArea{
	width: 720px;
	background-color:#E5EAF0;
	font-size:10px;
	color:#4F4F4F;
	padding-left: 0px;
	padding-top: 0px;
	font-weight:bold;
	background-image:url(../images/ecommerce/mainsplit_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
}

html>body .registrationArea { width: 715px; margin-left: 17px; margin-bottom: 20px}


.addAddressArea{
	width: 720px;
	background-color:#E5EAF0;
	font-size:10px;
	color:#4F4F4F;
	padding-left: 0px;
	padding-top: 0px;
	font-weight:bold;
	background-position:left;
	background-repeat:repeat-y;
}

html>body .addAddressArea { width: 715px; margin-left: 17px; margin-bottom: 20px}


.splitdetailsBox table{
	width: 660px;
	font-size:10px;
	color:#4F4F4F;
	margin-left: 27px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.splitdetailsBox td{
	font-size:10px;
	color:#4F4F4F;
	padding: 3px;	
}

.invoiceContainer
{
  width:776px; 
  margin-left:0px;
}

.invoiceImage {
    background-image: url(../images/ecommerce/shop_banner.gif);
    background-repeat:no-repeat;
    background-position:left;
    height:50px;
    margin-left: 14px;
    margin-top: 3px;
    margin-bottom: 1px;
}

.invoiceGreyTitle {
    background-color:#e5e4e4;
    height: 23px;
    margin-left: 4px;
    margin-top: 3px;
    margin-bottom: 1px;
    font-size: 13px;
    font-weight:bold;
    color:#4F4F4F;
    padding-left: 5px;
    padding-top: 2px;
}


.invoiceAddress1Container {
    width:250px;
    float:left;
    margin-left:10px;
    margin-top:20px;
}

.invoiceAddress2Container  {
    width:250px;
    float:right;
    margin-top:20px;
}

.invoiceAddress1Detail 
{
    border:1px solid #000000;
    padding:5px;
}

.invoiceAddress2Detail  
{
    border:1px solid black;
    padding:5px;
}

.invoiceBoxArea 
{ 
    width:600px; 
    margin-left: 10px; 
    margin-top: 40px; 
    padding-bottom: 20px;
}

.invoiceBox {
	float:left;
	border-top: 2px solid #ffffff;
	margin-top: 0px;
}

.invoiceBox table{
    background-color:#e5e4e4}

.invoiceBox th{
    background-color:#ffffff;
    height: 29px;
    color:#e5e4e4;
    font-size:10px;
    font-weight:bold;
}

.invoiceBox td{
    background-color:#ffffff;
    padding: 5px;
    font-size: 10px;
}


.invoiceFooter {

    float:left;
	width: 700px;
	height: 18px;
	background-color:#3c3e90;
	font-size:10px;
	color:#FFFFFF;
	padding-right: 5px;
	padding-top:2px;
	margin-left: 2px;
}

html>body .invoiceFooter { height: 18px; width: 700px; margin-left: 5px;}

.invoiceFooterButton {

    float:left;
	width: 58px;
	height: 17px;
	background-color:#3c3e90;
	font-size:10px;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:3px;
	margin-left:3px;
	cursor:pointer;
}

html>body .invoiceFooterButton { height: 17px; width: 58px; margin-left: 3px;}

.termsAndConditions
{
    margin-top:15px;
}
/* ================================ */
.eventsearchArea {padding: 0px: width:567px}

.eventsearchArea ul { 
    margin-left: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.eventsearchArea li { 
    display: inline;
    list-style-type: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.searchResultsArea {margin-top: 5px; margin-bottom: 5px;}

.searchResultsArea td{border: 1px solid #EAECEC;
padding: 15px;}

.searchFooter td {
    background-color:#FFFFFF;
    padding: 2px;
    border: 0px;
    height: 0px;
}

.searchFooter a:link			{  text-decoration: none; font-size: 10px; color: #6F6F6F; font-weight: normal;}
.searchFooter a:visited		{  text-decoration: none; font-size: 10px; color: #6F6F6F; font-weight: normal; }
.searchFooter a:hover			{  text-decoration: none; font-size: 10px; color: #6F6F6F; font-weight: normal; }
.searchFooter a:active			{  text-decoration: none; font-size: 10px; color: #6F6F6F; font-weight: normal;}

/* .header {width:567px} why needed? */

.documentDownloadProjects {border:1px solid #D6D5D5;margin:5px;padding:10px;}
.documentDownloadProjects ul {margin:0px;padding:0px 0px 0px 10px;}
.documentDownloadProjects ul li { background-image:url(\'/images/icons/arrowRed.gif\');background-repeat:no-repeat;background-position:0px 6px;list-style:none;padding-left:8px;}

.documentDownloadProjects img {vertical-align:middle}

.eventOptionsPanel{    margin-top:2px;}

.eventOptionsPanel table{    background-color: #ECEFF4;    width:100%;}
.eventOptionsPanel td{    background-color: #ffffff;    padding-left:5px;}

.eventOptionsPanel .optionImage{
    float:right;
    margin-right:2px;
    margin-top:1px; 
    margin-bottom:1px;
}

.eventOptionsPanel .optionText{
    float:right; 
    margin-top:1px;
    padding-right:8px;
}

.productThumbnailPanel { /* used for event image */
    padding:5px;
    width:102px;
    text-align:center;
}

/* ================================ */

/* horizontal nav */
.nav1 {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
.nav1 ul {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
.nav1 li {
  display: inline;
  float: left;
  background: #B9c7e2;
  margin-right: 1px;
  list-style-type: none;
  text-align: center;
  height: 25px;
}
.nav1 li a, .nav1 li a:visited {
  float: left;
  color: #3C3E90;
  padding: 6px 2px;
  text-decoration: none;
}
.nav1 li a:hover {
  background-color: #3C3E90;
  font-weight: bold;
  color: #FFFFFF;
}
.nav1 li.selected {
  display: inline;
  float: left;
  margin: 0; 
  margin-right: 1px;
  list-style-type: none;
  text-align: center;
  height: 25px;
}
.nav1 li.selected a, .nav1 li.selected a:visited {
  float: left;
  color: #FFFFFF;
  background-color: #3C3E90;
  padding: 6px 2px;
  text-decoration: none;
}
.nav1 li.selected a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.left-header {
  background-color: #9495c2;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  xheight: 25px;
}

.login {
  padding:4px;
}

.login p {
  font-size: 10px;
  font-weight: bold;
}

.searchLinks { float:right; width:479px; text-align:right; padding-right:10px; margin-top:21px;}
.searchLinks img { vertical-align:top; margin-top:20px}
.searchLinks form { margin-top:8px; padding:0; display:inline;}
.searchLinks input{ margin-top:5px; padding:0}

.title-box {
  border:1px solid #b7b7c9;
  height:20px;
  margin-top:10px; margin-bottom:0px;
  background-color: #f4f4f4;
  padding:4px;
  font-size:16px;
}

.centreContent .titletxt {
  float:left;
  color:#3C3E90;
}

.centreContent .view-all {
  float: right;
}

.centreContent .view-all input {
  font-size: 9px
}

.leftNav a, .leftNav a:hover, .leftNav a:visited {
  font-size: 10px;
}

.centreRight a, .centreRight a:hover, .centerRight a:visited {
  font-size: 10px;
}

.newsletters a, .newsletters a:hover, .newsletters a:visited {
  font-size: 10px;
}

.xeventsListing a, .eventsListing a:hover, .eventsListing a:visited {
  font-size: 10px;
}

#contentBorder {
	xbackground-image:url(../images/leftbar/leftbarBgxx.gif);
}
.newsletters2 {xfont-size:x-small}
.newsletters2 ul {margin:0px; padding:0px}
.newsletters2 ul li {margin:0; background-position:bottom; padding:4px 5px; list-style:none}
.newsletters2 ul li a {font-weight:bold;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
.newsletters2 ul li a:link	{text-decoration:none; color:#3b388e;}
.newsletters2 ul li a:visited	{text-decoration:none; color:#3b388e;}
.newsletters2 ul li a:hover	{text-decoration:none; color:#ff3836;}
.newsletters2 ul li a:active	{text-decoration:none; color:#3b388e;}

.rightItem {
  background-color:#f8f8ff;
  margin-bottom: 10px;
  border-left: 1px solid #b7b7c9;
  border-bottom: 1px solid #b7b7c9;
}

.radio-sel {
  display:inline;
  padding:1px 4px;
  height: 25px;
  xborder: 1px solid #b7b7c9; /* some issue with FF */
  background-color: #f8f8ff;
}

/* =============================*/

td.btn{background:#666666; width:95; height:25; text-align:center}
td.btnsel{background:black; width:95; height:25; text-align:center}
td.spacer{background:#CCCCCC; width:5}
tr.list{background:#B9c7e2}
a.btn{font-weight:bold; font-size:12px; color:white; width=100%}
a.btn:hover{font-weight:bold; font-size:12px; color:yellow; width=100%}
a.heading {font-size:18px}
.selector {
  font-family: webdings; background-color: #56BCC4; padding: 0pt;
  width: 1em; text-align: center; cursor: default
}
.selected {
  background-color: #999999;
}
a.route:link, a.route:visited {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; font-style: normal; font-weight: bold;
  text-decoration: none;
}

a.route:active, a.route:hover {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; font-style: normal; font-weight: bold;
  text-decoration: underline;
}

td.route {
  background-image: url(../pix/header/button_grey_80x40.gif);
  background-repeat: no-repeat;
  width: 78px; height: 40px;
}
