@charset "UTF-8";

/* CSS Document */

/* GENERAL ------- */

body {
  background: url(/images/bg-page.png) repeat-x scroll 0 0 #e6e8e9;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

/* MAIN LAYOUT/containers----------------------- */
#container {
  width: 966px;
  margin: 0 auto;
}

#container a {
  text-decoration: none;
}

#container .header {
  width: 966px;
  height: 154px;
  position: relative;
}

#container #content {
  min-height: 300px;
}

#container .content h1 {
  font-size: 26px;
}

#container .content h2 {
  font-size: 20px;
}

/* -- TOP/MENU --*/
.logo a {
  background: url(/images/logo.png);
  width: 209px;
  height: 85px;
  position:absolute;
  top: 17px;
  left: 0;
  text-indent: -999em;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

/* ---- MENU ------------------------------------ */
ul#menu {
  padding: 0;
  margin:0;
  position:absolute;
  top: 12px;
  right: 222px;
  z-index: 11;
}

ul#menu li {
  list-style-type: none;
  float: left;
}

ul#menu li a {
  top: 0px;
  margin: 0;
  padding: 0;
  display: block;
  height: 65px;
  background: url(/images/menu.png) no-repeat;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
}

ul#menu li#documents a {
  width: 147px;
  background-position: 0 0;
}

ul#menu li#news a {
  width: 76px;
  background-position: -147px 0;
}

ul#menu li#events a {
  width: 77px;
  background-position: -223px 0;
}

ul#menu li#equipment a {
  width: 117px;
  background-position: -308px 0;
}

ul#menu li#networking a {
  width: 130px;
  background-position: -425px 0;
}

/* -- MENU HOVERS ---- */
ul#menu li#documents a:hover {
  width: 147px;
  background-position: 0 -65px;
}

ul#menu li#news a:hover {
  width: 76px;
  background-position: -147px -65px;
}

ul#menu li#events a:hover {
  width: 77px;
  background-position:-223px -65px;
}

ul#menu li#equipment a:hover {
  width: 117px;
  background-position:-308px -65px;
}

ul#menu li#networking a:hover {
  width: 130px;
  background-position: -425px -65px;
}

/* -- CURRENT PAGE IDs for body tag ---------- */
#documentspage ul#menu li#documents a {
  width: 147px;
  background-position: 0 -65px;
}

#newspage ul#menu li#news a {
  width: 76px;
  background-position: -147px -65px;
}

#eventspage ul#menu li#events a {
  width: 77px;
  background-position: -223px -65px;
}

#equipmentpage ul#menu li#equipment a {
  width: 117px;
  background-position: -308px -65px;
}

#networkingpage ul#menu li#networking a {
  width: 130px;
  background-position: -425px -65px;
}

/* ---- Upper MENU ----------------------------- */
ul#menu-upper {
  padding: 0px;
  margin:0;
  position:absolute;
  z-index:0;
  top: 11px;
  right: -37px;
}

ul#menu-upper li {
  list-style-type: none;
  float: left;
}

ul#menu-upper li a {
  top: 0px;
  margin: 0;
  padding: 0;
  display: block;
  height: 41px;
  background: url(/images/menu-upper.png) no-repeat;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
}

ul#menu-upper li#about a {
  width: 94px;
  background-position: 0 0;
}

ul#menu-upper li#whynorex a {
  width: 104px;
  background-position: -94px 0;
}

ul#menu-upper li#contact a {
  width: 86px;
  background-position: -199px 0;
}

/* -- Upper MENU HOVERS ---- */

ul#menu-upper li#about a:hover {
  width: 94px;
  background-position: 0 -40px;
}

ul#menu-upper li#whynorex a:hover {
  width: 104px;
  background-position: -94px -40px;
}

ul#menu-upper li#contact a:hover {
  width: 86px;
  background-position: -199px -40px;
}

/* -- Upper menu CURRENT PAGE IDs for body tag --  */

#aboutpage ul#menu-upper li#about a {
  width: 94px;
  background-position: 0 -40px;
}

#whynorexpage ul#menu-upper li#whynorex a {
  width: 104px;
  background-position: -94px -40px;
}

#contactpage ul#menu-upper li#contact a {
  width: 86px;
  background-position: -199px -40px;
}

/* --- Top of page Search Bar -------------------------------- */
#topsearch {
  width: 532px;
  height:66px;
  position: relative;
  top:84px;
  left:210px;
  color:#fff;
}
input { font-family: Arial, Helvetica, sans-serif !important;
}

.searchfield {
  background-color:#FFFFFF;
  border: 0;
  width:416px;
  height:18px;
  margin:0;
  padding:2px;
  float: left;
}

div.chckbx {
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 0 6px;
}

/* SECTION TOP STYLES --------------------------------- */

#section-top {
  background: url(/images/bg-section-top.png) no-repeat #fff;
  width:960px;
  height:240px;
  margin: 10px auto;
}

#section-top .text {
  width: 620px;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 14px;
  float:left;
  margin-left:10px;
}

#section-top .text a {
  color: #fff;
  text-decoration:underline;
}

#section-top .text a:hover {
  text-decoration:none;
}

/* section top without sub nav area  */
#section-top-sm {
  background: url(/images/bg-section-top.png) no-repeat #fff;
  background-position: 0 -240px;
  width:960px;
  height:200px;
  margin: 10px auto;
  font-weight: bold;
  font-size: 12px;
}

#section-top-sm .text {
  width: 610px;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 14px;
	float:left;
	margin-left: 10px;
}

#section-top-sm .text a {
  color: #fff;
  text-decoration:underline;
}

#section-top-sm .text a:hover {
  text-decoration:none;
}
#section-top-sm .home-img1 {
  background: url(/images/sec-home1.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

/* Home */
#section-top .home-img1 {
  background: url(/images/sec-home1.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

#section-top .home-img2 {
  background: url(/images/sec-home2.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

#section-top .home-img3 {
  background: url(/images/sec-home3.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

#section-top .home-img4 {
  background: url(/images/sec-home4.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

#section-top .home-text {
  width: 600px;
  height:118px;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 14px;
  float:left;
  margin-left:10px;
}

#section-top .home-text a {
  color: #fff;
  text-decoration:underline;
}

#section-top .home-text a:hover {
  color: #fff;
  text-decoration:none;
}

/* Documents */
#section-top-sm .documents-img {
  background: url(/images/sec-docs.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

/* Results */
#section-top .results-img {
  background: url(/images/sec-results.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}
/* Download cart */
#section-top-sm .results-img {
  background: url(/images/sec-results.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

/* News */
#section-top-sm .news-img {
  background: url(/images/sec-news.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

/* Events */
#section-top-sm .events-img {
  background: url(/images/sec-home4.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

/* Equipment */
#section-top-sm .equipment-img {
  background: url(/images/sec-equipment.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

/* Networking */
#section-top-sm .ntwrk-img {
  background: url(/images/sec-home2.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}

/* About */
#section-top .about-img {
  background: url(/images/sec-about.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}
/* Why Norex */
/* uses home-img3 class */

/* Contact */
#section-top .contact-img {
  background: url(/images/sec-contact.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}
/* Profile */
#section-top .profile-img {
  background: url(/images/sec-profile.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}
#section-top-sm .profile-img {
  background: url(/images/sec-profile.png) no-repeat;
  width:314px;
  height:184px;
  float:left;
  margin: -4px 0px 1px 4px;
}


/* section titles text styles*/
.section-title {
  background: url(/images/sec-titles.png) no-repeat;
  width:460px;
  height:34px;
  float:left;
  margin-left:10px;
  margin-top:15px;
}

#section-title {
  background: url(/images/sec-titles.png) no-repeat;
  width:460px;
  height:34px;
  float:left;
  margin-left:10px;
  margin-top:15px;
}

.home-title1.section-title {
  background-position: 0 1px;
}

.home-title2.section-title {
  background-position: 0 -339px;
}

.home-title3.section-title {
  background-position: 0 -374px;
}

.home-title4.section-title {
  background-position: 0 -410px;
}

.results-title#section-title {
  background-position: 0 -36px;
}

.docs-title#section-title {
  background-position: 0 -72px;
}

.news-title#section-title {
  background-position: 0 -106px;
}

.events-title#section-title {
  background-position: 0 -140px;
}

.equipment-title#section-title {
  background-position: 0 -174px;
}

.networking-title#section-title {
  background-position: 0 -208px;
}

.about-title#section-title {
  background-position: 0 -242px;
}

.why-title#section-title {
  background-position: 0 -276px;
}

.contact-title#section-title {
  background-position: 0 -310px;
}
.cart-title#section-title {
  background-position: 0 -442px;
}
/* top SECTION SUB MENUS styles */

#section-sub-home {
  width: 400px;
  float:left;
  margin-left:235px;
	margin-top: 4px;
}

ul#sub-home-tabs {
  padding: 0;
  margin:0;
}

ul#sub-home-tabs li {
  list-style-type: none;
  float: left;
}

ul#sub-home-tabs li a {
  top: 0px;
  margin: 0;
  padding: 0;
  display: block;
  width: 96px;
  height: 80px;
  background: url(/images/home-icons.png) no-repeat;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
}

ul#sub-home-tabs li#one a {
  background-position: 0 0;
}

ul#sub-home-tabs li#two a {
  background-position: -96px 0;
}

ul#sub-home-tabs li#three a {
  background-position: -192px 0;
}

ul#sub-home-tabs li#four a {
  background-position: -288px 0;
}

/* hover */
ul#sub-home-tabs li#one a:hover {
  background-position: 0 -160px;
}

ul#sub-home-tabs li#two a:hover {
  background-position: -96px -160px;
}

ul#sub-home-tabs li#three a:hover {
  background-position: -192px -160px;
}

ul#sub-home-tabs li#four a:hover {
  background-position: -288px -160px;
}

/* Tab Selected */
ul#sub-home-tabs li#one.on {
  width: 96px;
  height: 79px;
  background: url(/images/home-icons.png) no-repeat;
  background-position: 0 -80px;
  top: 0px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
}

ul#sub-home-tabs li#two.on {
  width: 96px;
  height: 79px;
  background: url(/images/home-icons.png) no-repeat;
  background-position: -96px -80px;
  top: 0px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
}

ul#sub-home-tabs li#three.on {
  width: 96px;
  height: 79px;
  background: url(/images/home-icons.png) no-repeat;
  background-position: -192px -80px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
}

ul#sub-home-tabs li#four.on {
  width: 96px;
  height: 79px;
  background: url(/images/home-icons.png) no-repeat;
  background-position: -288px -80px;
  top: 0px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -999em;
  font-size: 0;
  overflow: hidden;
}

/* Interior pages Sub menus styles */
#section-sub {
  width: 960px;
  height: 54px;
  clear:both;
}

#section-sub span {
  margin: 0;
  padding: 20px 14px;
  color:#fff;
  float: left;
}
#section-sub .item {
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 0 -48px;
  height: 37px;
  margin: 0 20px 0 0;
  padding: 20px 0 0 24px;
  color: #fff;
  float: left;
}

#section-sub .linked-item a {
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 0 -48px;
  height: 37px;
  margin: 0 20px 0 0;
  padding: 20px 0 0 24px;
  color: #fff;
  float: left;
}

#section-sub .linked-item a:hover {
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 0 -103px;
  color:#a1c27d;
}

#section-sub .ltblue {
  color:#b1d8ef;
}

#section-sub .prevnext {
  color: #fff;
  width:300px;
	height:30px;
  float:right;
  padding-top:20px;
	font-size: 14px;
	margin-right: 16px;
}

#section-sub img.prev {
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 1px -162px;
  width: 10px;
  height: 14px;
  border: none;
  margin: 0 4px 0 0;
}

#section-sub img.next {
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: -10px -161px;
  width: 10px;
  height: 14px;
  border: none;
  margin: 0 0 0 6px;
}
#section-sub a {
  color:#fff;
}
#section-sub a:hover.prev_page {
  color:#a1c27d;
}
#section-sub span.prev_page, img {
	color: #fff; vertical-align:text-top;
}
#section-sub a:hover.next_page {
  color:#a1c27d;  vertical-align:text-top;
}
#section-sub span.next_page {
	color: #fff;
}
#section-sub span.gap  {margin:0 6px 0 0; padding: 0; float:none !important;}
#section-sub span.disabled {margin: ; padding: 0; float:none !important;}
#section-sub span.current { background-color:#000033; text-decoration:none; font-weight: bold; color:#b1d8ef; margin: 0; padding:0 4px; float:none !important;}


/* ---TABS Shared tile and bottom styles------------------- */

#tabs-tile {
  background: url(/images/tabs-tile.png) repeat-y;
  padding: 10px 20px;
}


#tabs-btm {
  height:6px;
  background: url(/images/home-tabs.png) no-repeat;
  background-position: 0 -64px;
  clear:both;
}

#tabs-tile p {
  font-size: 14px;
  line-height: 19px;
  margin:0;
  padding:6px 0;
}


#tabs-tile h1 {
  font-size: 18px;
  color: #333333;
  margin:0;
  padding:6px 0;
}
#tabs-tile h2 {
  font-size: 17px;
  color: #333333;
  margin:0;
  padding:6px 0;
}

#tabs-tile h3 {
  font-size: 17px;
  color: #555555;
  margin:0;
  padding:6px 0;
}
#tabs-tile h4 {
  font-size: 16px;
  color: #333333;
  margin:0;
  padding:2px 0;
}

#tabs-tile h5 {
  font-size: 15px;
  color: #333333;
  margin:0;
  padding:6px 0 0 0;
}

#tabs-tile a {
  text-decoration: underline;
  color:#113254;
}

#tabs-tile a:hover {
  text-decoration: none;
  color:#113254;
}

#tabs-tile ul {
  padding-top:0;
  padding-bottom:0;
  margin-top:0;
  margin-bottom:10px;
  list-style: none;

}

#tabs-tile li {
  padding-top:0;
  padding-bottom:0;
  font-size: 14px;
  line-height:17px;
  margin-top:8px;
}

#tabs-tile form {
 margin:0;
 padding:0;
}

a.tabtop-link { margin: 6px 2px; float: right; color: #7ca255;}
a:hover.tabtop-link { color: #333;}


/* generic 50% width column for content in "tab-tile" class */
.halfcolumn {
  width: 460px;
  float: left;
}


/* Home Tabs area styles */
#home-tabs {
  width: 960px;
}

#home-tabs-top {
  height:55px;
  background: url(/images/home-tabs.png) no-repeat;
  background-position: 0 0;
}

#home-tabs-tile {
  background: url(/images/tabs-tile.png) repeat-y;
  padding: 20px;
}

.homeevents {
  width: 460px;
  float: left;
}

.homenews {
  width: 460px;
  float: left;
}

.homenews p,
.homeevents p {
  width: 400px;
  color:#444;
  font-weight: normal;
  font-size:13px;
  line-height: 17px;
  padding:0 0 6px 0;
  float: left;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #EcEcEc;
}

.homenews a,
.homeevents a {
  color:#a1c17c !important;
  font-weight:bold;
}

.homenews img,
.homeevents img {
  border: none;
  float: left;
}

.homenews a:hover,
.homeevents a:hover {
  color:#113254;
}

img.webforum {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 0;
  width:32px;
  height:32px;
  margin-right: 10px;
  border: none;
}

img.roundtable {
  background: url(/images/icons.png) no-repeat ;
  background-position: 0 -32px;
  width:32px;
  height:32px;
  margin-right: 10px;
  border: none;
}
img.workshops {
  background: url(/images/icons.png) no-repeat ;
  background-position: 0 -418px;
  width:32px;
  height:32px;
  margin-right: 10px;
  border: none;
}
img.newarticle {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -65px;
  width:32px;
  height:32px;
  margin-right: 10px;
  border: none;
}

img.newdoc {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -97px;
  width:32px;
  height:32px;
  margin-right: 10px;
  border: none;
}

.pdf {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -352px;
  width:32px;
  height:32px;
  margin-top: -8px;
  display: block;
}
.ms-word {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -223px;
  width:32px;
  height:32px;
  margin: -8px 3px 0 3px;
  display: block;
}
.ms-excel {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -256px;
  width:32px;
  height:32px;
  margin: -8px 3px 0 3px;
  display: block;
}
.ms-powerpoint {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -288px;
  width:32px;
  height:32px;
  margin: -8px 3px 0 3px;
  display: block;
}
.ms-visio {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -320px;
  width:32px;
  height:32px;
  margin: -8px 3px 0 3px;
  display: block;
}
.ms-project {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -448px;
  width:32px;
  height:32px;
  margin: -8px 3px 0 3px;
  display: block;
}
.compressed {
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -480px;
  width:32px;
  height:32px;
  margin: -8px 3px 0 3px;
  display: block;
}
.type {
  color: #444444;
  font-weight:bold;
}
.identifier a {
  color: #444444 !important ;
  font-weight:bold ;
}

.descrip {
  color:#113254;
  font-weight:bold;
}

.date {
  color:#999999;
  font-weight:bold;
}

/* News Tab area styles--------------------------------- */
#news-tabs {
  width: 960px;
  background: -38px 0px;
}

#news-tabs-top {
  height:55px;
  background: url(/images/news-tabs.png) no-repeat;
  background-position: 0 0;
}

/* Events Tab area styles--------------------------------- */
#events-tabs {
  width: 960px;
}

#events-tabs-top {
  height:55px;
  background: url(/images/events-tabs.png) no-repeat;
  background-position: 0 0;
}

.events-web {
  width: 280px;
  float: left;
  margin-right: 26px;
}

.events-roundtable {
  width: 280px;
  float: left;
  margin-right: 26px;
}

.events-workshops {
  width: 280px;
  float: left;
  margin-right: 26px;
}

.events-web a {
  color: #0f2548;
}

.events-roundtable a {
  color: #0f2548;
}

.events-workshops a {
  color: #0f2548;
}

.events-web a:hover {
  text-decoration: underline;
}

.events-roundtable a:hover {
  text-decoration: underline;
}

.events-workshops a:hover {
  text-decoration: underline;
}

#tabs-tile .events-web h2 {
  background: url(/images/icons.png) no-repeat #fff;
  background-position: 0 0;
  height:32px;
  padding: 0 0 0 36px;
  line-height:32px;
}

#tabs-tile  .events-roundtable h2 {
  background: url(/images/icons.png) no-repeat #fff;
  background-position: 0 -32px;
  height:32px;
  padding: 0 0 0 36px;
  line-height:32px;
}

#tabs-tile  .events-workshops h2 {
  background: url(/images/icons.png) no-repeat #fff;
  background-position: 0 -416px;
  height:32px;
  padding: 0 0 0 36px;
  line-height:32px;
}

.events-web p {
  font-size: 12px;
  line-height: 18px;
  color:#666;
}
#tabs-tile .archive-webforum {
	margin:26px 42px;
	float: left;
}
.events-roundtable p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

.events-workshops p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
/* Web Forums Tab ------------------------------------------- */
#webforums-tabs {
  width: 960px;
}

#webforums-tabs-top {
  height:55px;
  background: url(/images/webforum-tabs.png) no-repeat;
  background-position: 0 0;
}
/* Roundtables Tab ------------------------------------------- */
#roundtables-tabs {
  width: 960px;
}

#roundtables-tabs-top {
  height:55px;
  background: url(/images/roundtables-tabs.png) no-repeat;
  background-position: 0 0;
}
/* Equipment Tab area styles--------------------------------- */
#equipment-tabs {
  width: 960px;
}

#equipment-tabs-top {
  height:55px;
  background: url(/images/equipment-tabs.png) no-repeat;
  background-position: 0 0;
}

/* Networking Tab area styles--------------------------------- */
#networking-tabs {
  width: 960px;
}

#networking-tabs-top {
  height:55px;
  background: url(/images/networking-tabs.png) no-repeat;
  background-position: 0 0;
}

/* Search Results Tab area styles--------------------------------- */
#results-tabs {
  width: 960px;
  position:relative;
}

.results-tabs-top {
  height:55px;
  background: url(/images/results-tabs.png) no-repeat;
  background-position: 0 0;
	
}

.results-tabs-top-eventson {
  height:55px;
  background: url(/images/results-tabs.png) no-repeat;
  background-position: 0 -61px;
}

.results-tabs-top-eventson a.resultslist {
  width:150px;
  height:36px;
  margin:0;
  background-position: 0 -61px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  font-size: 0;
}

.results-tabs-top-eventson a:hover.resultslist {
  background: url(/images/results-tabs.png) no-repeat;
  background-position: 0 -154px;
}

.results-tabs-top a.events {
  width:130px;
  height:36px;
  margin:0 0 0 169px;
  background: url(/images/results-tabs.png) no-repeat;
	background-position: -169px -116px;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  font-size: 0;
}

.results-tabs-top a:hover.events {
  background: url(/images/results-tabs.png) no-repeat;
  background-position: -169px -154px;
}
.results-tabs-top .noevents {
  background: url(/images/results-tabs.png) no-repeat;
  background-position: -169px -154px;
	display: block;
  text-indent: -999em;
  overflow: hidden;
  font-size: 0;
	width:130px;
  height:36px;
  margin:0 0 0 169px;
}
 
span.count {
  width:26px;
  height: 26px;
  font-size: 12px;
  color:#385478;
  position:absolute;
  top: 16px;
  left: 258px;
}

span.count-zero {
  width:26px;
  height: 26px;
  font-size: 12px;
  color:#a7a9aa;
  position:absolute;
  top: 16px;
  left: 258px;
}
.results h3{
	color:#113254 !important;
	font-size: 14px !important;
	margin: 0 !important; padding: 0 !important;
}
.results p {
	font-size: 12px !important;
	margin: 0 !important; padding: 0 !important;
}
.results td {
	border-right: 1px solid #CCC;
	font-size: 12px !important;
}
#title-row td {
	height: 60px;
	border-bottom: 1px solid #CCC;
	border-left: 0;
}
.alt-row {
	background-color: #E8E8E8;
}

.alt-row p{
	background-color: #E8E8E8;
}

.sort {
  text-align: center;
  text-decoration: none;
}

.sort-current {
  color: #000 !important;
}
a.sort-current img {
	visibility:hidden;
}
/* for the paginator on the first page of results */
.disabled {
	opacity: .5;
}


/* Documents Tab area styles--------------------------------- */
#doc-tabs {
  width: 960px;
}

#doc-tabs-top {
  height:55px;
  background: url(/images/doc-tabs.png) no-repeat;
  background-position: 0 0;
}

/* ------------ DOCUMENT CATEGORIES LINKS START ------------ */

.doc-nav-top {
  height: 39px;
  width: 660px;
  margin: 20px 0 0 0;
  padding: 0 0 2px 0;
  background: #ffffff url(/images/doc-cat-top.jpg) no-repeat ;
}
.doc-nav-top h4 {text-align: right;}

.doc-nav {
  width: 294px;
  float:left;
}

#tabs-tile .doc-nav ul {
  width: 284px;
  padding: 0 5px;
  background: #4C5252;
  margin: 0px;
}

html>body #tabs-tile .doc-nav ul li {
  padding: 0 0 1px 0;
  margin: 0;
  position:relative;
  line-height: 38px;
  list-style: none;
  height: 38px;
 *height: 35px !important; /* IE 7 Hack */
}

#tabs-tile .doc-nav ul li.bottom {
  padding: 1px 0 5px 0;
}

.doc-nav ul li a {
  position: absolute;
  display:block;
  width: 293px;
  top: 0px;
  left: 2px;
  background: url(/images/doc-cat-tabs.png) no-repeat 0px 0px;
  z-index: 5;
  height:38px;
  line-height:38px;
  font-size: 15px;
  font-weight: bold;
  color: #2B2B2B;
  padding: 0 0 0 10px;
}

.doc-nav ul li a:hover {
  background: url(/images/doc-cat-tabs.png) 0px -38px;
}

.doc-subnav {
  float: right;
  width: 600px;
  margin-top: 62px;
}

#tabs-tile .doc-subnav ul {
  padding:1px 0 0 0;
  margin:0;
  clear:both;
  height:38px;
  display: block;
}

#tabs-tile .doc-subnav ul li {
  padding: 7px 10px 7px 10px;
  float: left;
  list-style: none;
  height: 24px;
  margin:0;
  line-height:24px;
}

#tabs-tile .doc-subnav ul li a span {
  margin: 0px;
  padding-right: 10px;
	width: 100px;
  height:24px;
  display:block;
}

#tabs-tile .doc-subnav ul li a {
  padding-left: 10px;
  font-size: 13px;
  color: #2B2B2B;
  display:block;
  height:24px;
  line-height:24px;
  cursor:pointer;
}

.doc-subnav ul li a:hover span {
  background: url(/images/right-tab.jpg) no-repeat right 0px;
}

.doc-subnav ul li a:hover {
  background: #7AA054 url(/images/left-tab.jpg) no-repeat left top;
  color: #FFFFFF;
}

.doc-subnav ul li a.active span {
  background: url(/images/right-tab.jpg) no-repeat right 0px;
}

.doc-subnav ul li a.active {
  background: #7AA054 url(/images/left-tab.jpg) no-repeat left top;
  color: #FFFFFF;
}

/* -- NO TABS Interior page style -- */
#notabs {
  width: 960px;
}

#notabs-top {
  height:6px;
  background: url(/images/home-tabs.png) no-repeat;
  background-position: 0 -70px;
}

/* About Tab area style */
.staff { background:#f1f1f1; border: 1px solid #ccc;width: 420px; height: 160px; margin: 10px;padding: 10px;}
.staff img { width: 100px; height: 134px; border: none; float: left; margin: 0 8px 0 0;}


/* ---------------   partial member list page ---------------------------------------------------------- */

#tabs-tile .partial_member_list_column {
  width:303px;
  float:left;

  }

#tabs-tile .partial_member_list_column ul {
 list-style:none;
 padding:10px 10px 0 15px;
 margin:0;
}

#tabs-tile .partial_member_list_column li {
  font-size:13px;
  line-height:15px;
}
/* ---------------  C - WebForum Form page ---------------------------------------------------------- */



table.webforum_list {
 margin: 0px;
 width:500px;
 border-bottom: solid 1px #888;
}

table.webforum_list th {
 font-size:12px;
 line-height:15px;
 color:#fff;
 padding: 3px 6px 3px 0;
 background-color:#3a3f3f;
 text-align:left;
}

table.formtable td table.webforum_list td {
 font-size:12px;
 line-height:15px;
 color:#555;
 padding: 3px 6px 3px 0;
}


table.formtable td table.webforum_list tr.webforum_question_row td {
 padding: 3px 6px 8px 0;
 font-size:11px;
 line-height:15px;
}

table.formtable td p.webforum_list_instructions {
 width:600px; 
 font-size:12px !important;
 line-height:15px !important;
 padding:10px 0 10px 0 !important;
}

table.webforum_list tr.oddrow td {
  background-color:#fff;
}

table.webforum_list tr.evenrow td {
  background-color:#eee;
}


/* ---------------  K - Equipment Marketplace page ---------------------------------------------------------- */


.equipment_marketplace_column {
 width:410px;
 float:left;
}


table.searchformtable {
 margin: 15px 0 0 0px;
}

table.searchformtable td {
 font-size:15px;
 line-height:16px;
 color:#333;
 padding: 3px;
 font-weight:bold;
}

table.searchformtable input {
 height:23px; 
}

/* BUTTONS --------------------------------------- */
a.btn-grn {
  width: 100px;
  height: 19px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 0 0;
  margin: 0 0 2px 7px;
  padding: 4px 0 0 0;
  color: #fff !important;
  display: inline-block;
  float: left;
  font-size: 12px;
  letter-spacing: .02em;
  text-align: center;
	text-decoration: none !important;
	border: 0;
}
input.btn-grn {
  width: 100px;
  height: 23px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 0 0;
  margin: 0 0 2px 7px;
  padding:0;
  color: #fff !important;
  float: left;
  font-size: 12px;
  letter-spacing: .02em;
	border: 0;
}


a:hover.btn-grn {
  color:#04284e !important;
}
a.btn-blue {
  width: 100px;
  height: 19px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 0 -24px;
  margin: 0 0 2px 7px;
  padding: 4px 0 0 0;
  color: #fff !important;
  display: inline-block;
  float: left;
  font-size: 12px;
  letter-spacing: .02em;
  text-align: center;
	text-decoration: none !important;
	border: 0;
}
input.btn-blue {
  width: 100px;
  height: 23px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: 0 -24px;
  margin: 0 0 2px 7px;
  padding:0;
  color: #fff !important;
  float: left;
  font-size: 12px;
  letter-spacing: .02em;
	border: 0;
}


a:hover.btn-blue {
  color:#b1d8ef !important;
}
a.btn-grn-lrg {
  width: 176px;
  height: 19px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: -99px 0;
  margin: 0 0 2px 7px;
  padding: 4px 0 0 0;
  color: #fff !important;
  display: block;
  float: left;
  font-size: 12px;
  letter-spacing: .02em;
  text-align: center;
	text-decoration: none !important;
	border: 0;
}

a:hover.btn-grn-lrg {
  color:#04284e !important;
}
a.btn-blue-lrg {
  width: 176px;
  height: 19px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: -99px -24px;
  margin: 0 0 2px 7px;
  padding: 4px 0 0 0;
  color: #fff !important;
  display: inline-block;
  float: left;
  font-size: 12px;
  letter-spacing: .02em;
  text-align: center;
	text-decoration: none !important;
	border: 0;
}

a:hover.btn-blue-lrg {
  color:#b1d8ef !important;
}
.see-all {
  width: 102px;
  height: 20px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: -277px 0;
  padding:5px 0 0 0;
  margin: 0 0 0 40px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
	border: 1px solid #e1e1e1;
}
img.arw-up {
  width: 14px;
  height: 8px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: -18px -166px;
	border: none;
	}

img.arw-dwn {
  width: 14px;
  height: 8px;
  background: url(/images/btns-tabs.png) no-repeat;
  background-position: -18px -178px;
	border: none;
	}

/*  misc formatting ------------------------------ */
.cart-check {
	color: #77a058; font-weight: bold;text-decoration:none;
}
.cart-check input{
	margin-left:0;
}
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
 clear:both;
 font-size:1px;
 line-height:1px;
 height:1px;
}

/* ---------------  FOOTER ---------------------------------------------------------- */
#footer {
  height: 228px;
  background: url(/images/bg-footer.png) repeat-x;
}

#footer .container {
  width: 966px;
  margin: auto;
  padding: 0;
  color:#fff;
  font-size: 12px;
}

.container a {
  color:#fff;
  text-decoration: none;
}

.container a:hover {
  color: #999;
}

.container ul {
  margin: 0;
  padding: 0;
  display:inline;
}

.container li {
  text-decoration: none;
  list-style:none;
  display:block;
  padding:0 0 5px 16px;
}

.container .title {
  font-size: 18px;
  color: #f5f5f5;
}

#norex-foot {
  width: 193px;
  float: left;
  margin: 0 18px 0 0;
}

.norex-top {
  height:36px;
  background: url(/images/footer.png) no-repeat;
  background-position: 0 0;
}

ul.norex-tile li {
  background: url(/images/footer.png) repeat-y;
  background-position: 0 -36px;
}

.norex-btm {
  width: 192px;
  height: 12px;
  background: url(/images/footer.png) no-repeat;
  background-position: 0 -103px;
}

#events-foot {
  width: 136px;
  float: left;
  margin: 0 18px 0 0;
}

.events-top {
  height:36px;
  background: url(/images/footer.png) no-repeat;
  background-position: -209px 0;
}

ul.events-tile li {
  background: url(/images/footer.png) repeat-y;
  background-position: -209px -36px;
}

.events-btm {
  background: url(/images/footer.png) no-repeat;
  background-position: -209px -106px;
  height: 14px;
}

#about-foot {
  width: 181px;
  float: left;
  margin: 0 18px 0 0;
}

.about-top {
  height:36px;
  background: url(/images/footer.png) no-repeat;
  background-position: -364px 0;
}

ul.about-tile li {
  background: url(/images/footer.png) repeat-y;
  background-position: -364px -36px;
}

.about-btm {
  background: url(/images/footer.png) no-repeat;
  background-position: -364px -168px;
  height: 14px;
}

#why-foot {
  width: 185px;
  float: left;
  margin: 0 18px 0 0;
}

.why-top {
  height:36px;
  background: url(/images/footer.png) no-repeat;
  background-position: -564px 0;
}

ul.why-tile li {
  background: url(/images/footer.png) repeat-y;
  background-position: -564px -36px;
}

.why-btm {
  background: url(/images/footer.png) no-repeat;
  background-position: -564px -144px;
  height: 10px;
}

#contact-foot {
  width: 192px;
  float: left;
}

.contact-top {
  height:36px;
  background: url(/images/footer.png) no-repeat;
  background-position: -767px 0;
}

ul.contact-tile li {
  background: url(/images/footer.png) repeat-y;
  background-position: -767px -36px;
}

.contact-btm {
  background: url(/images/footer.png) no-repeat;
  background-position: -767px -117px;
  height: 14px;
}



/* ---------------  pagination styles ---------------------------------------------------------- */


.pagination {
 text-align:right;
 font-size:12px;
 color:#999;
 padding: 10px 30px 10px 0;
}

.pagination a {
 color:#555;
 text-decoration:none !important;
}

.pagination a:hover {
 color:#555;
 text-decoration:underline !important;
}



/* ---------------  F - News page (kindof based on the home page news column) ---------------------------------------------------------- */

.newslist {
}

#tabs-tile .newslist p {
  width: 850px;
  color:#444;
  font-size:13px;
  line-height: 17px;
  padding:0 0 6px 0;
  float: left;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #EcEcEc;
}

.newslist a {
  color:#a1c17c;
  font-weight:bold;
}

.newslist img {
  border: none;
  float: left;
}

.newslist a:hover {
  color:#113254;
}

.newslist h3 {
 margin:0;
 padding:0 0 3px 0;
 font-size:16px;
 line-height: 1em;
}

.newslist h3 a {
  color:#113254;
}

.newslist h3 a:hover {
  color:#a1c17c;
}

/* ---------------  G - News Article Details page ---------------------------------------------------------- */


.article_leftcolumn {
  width:590px;
  float:left;
}

.article_rightcolumn {
  width:300px;
  float:right;
  padding-top:32px;
  text-align:center;
}


.article_rightcolumn img {
  border:solid 1px #222;
}

div.article_callout_text {
 width:auto;
 border: solid 1px #ccc;
 background-color:#f4f4f4;
 margin: 6px 0px 6px 0;
}

#tabs-tile div.article_callout_text p {
 font-size: 22px;
 line-height:28px;
 margin:0;
 padding: 10px 10px 10px 10px;
 color:#7ca255;
 font-style:italic;
 text-align:left;
}

/* ---------------  I - RoundTables page ---------------------------------------------------------- */


#roundtable_video {
 width:320px;
 float:right;
 border:solid 1px #aaa;
 text-align:center;
}

/* ---------------  J - RoundTable Details page ---------------------------------------------------------- */

.accordionHeader {
  margin-top: 8px;
  font-size:15px;
  line-height:1em;
  font-weight:bold;
  color:#fff;
  padding: 5px 0 5px 10px;
  background-color:#043a58;
  background-image:url(/images/accordion-header-bg.png);
  background-repeat:repeat-x;
}

.accordionContent {
  border-right: solid 1px #bbb;
  border-left: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  
}
.accordionContent div {
  padding: 10px 10px 10px 10px;	
}

/* ---------------  FORM styles,  for C - RoundTable form, and other pages also ---------------------------------------------------------- */
.red { color:#CC0000; font-weight: bold;}
.star {
 font-size:16px;
 font-weight:bold;
 color:#dd0000;
}

table.formtable {
 margin: 15px 0 0 30px;
}

table.formtable td {
 font-size:14px;
 line-height:16px;
 padding: 5px;
}

/* --- Login ------------------------------------- */
#login {
  background: url(/images/bg-login.png) no-repeat;
  width:205px;
  height:99px;
  position: absolute;
  top: 50px;
  right:2px;
  color:#b1d8ef;
	padding:18px 6px 0 10px;
}

#login a {
  color:#fff;
  text-decoration: none;
	outline: 0;
}

#login a:hover {
  color:#999;
}

#login .member {
  margin-bottom: 4px;
  padding-left: 32px;
  width: 160px;
  height: 32px;
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -128px;
	display: block;
}

#login .memberopen {
  margin:4px;
  width: 32px;
  height: 32px;
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -192px;
  border: 0;
  vertical-align: middle;
}

#login .notmember {
  padding: 8px 0 0 32px;
  width: 160px;
  height: 32px;
  background: url(/images/icons.png) no-repeat;
  background-position: 0 -160px;
  color: #7aa054;
  font-size: 12px;
}


/* --- Login -- MORE styles  ------------------------------------- */

#login .welcome {
  padding-left: 15px;
  color:#fff;
  font-size:16px;
  line-height:1em;
}

#login .links {
  padding: 14px 0 5px 10px;
  color: #7aa054;
  font-size: 13px;
  line-height:1em;
}

#login .links a {
 padding:0 5px; 
}

#login .logout {
  padding: 10px 0 0 15px;
  font-size: 10px;
  line-height:1em;
}



/* --- Login Form Popup Box  ------------------------------------- */

#login_form {
 width:200px;
 background-color:#092e4c;
 position:absolute;
 top:52px; left:2px;
 color:#ffffff;
 z-index:10;
 font-size:13px;
 padding: 12px 0 12px 0;
}

#login_form form {
 margin:0;
 padding:0 0 0 15px;
}

label {
 margin:0; padding: 0;
}

#login_form .error {
  padding: 3px 0;
  color:#ffbb00;
}

.loginfield {
  background-color:#FFFFFF;
  border: 0;
  width:160px;
  height:18px;
  margin:2px 0 12px 0;
  padding:2px;
  float: left;
}

span.small {font-size:11px !important; line-height:normal;}
span.underline { text-decoration: underline; }
/* --- END CSS --- */