/* Default styling setup for all pages */
body {
	background: #f5f5f5;
	font: normal 11px/15px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
}

ul.news {
	margin-top: -8px;
	padding-top: 5px;
	z-index: 10;
}

ul.news li {
	list-style: url("../images/head_bullet_sm.gif");
	text-align: left;
	padding-bottom: 3px;
	margin-left: -15px;
	margin-right: 5px;
}

td#shadowLeft {
	background-position: top right;
	background-image: url("../images/shadow_left.png");
	background-repeat: repeat-y;
	height: 100%;
	width: 50px;
}
td#shadowRight {
	background-position: top left;
	background-image: url("../images/shadow_right.png");
	background-repeat: repeat-y;
	height: 100%;
	width: 50px;
}

td#shadowDown {
	background-position: top left;
	background-image: url("../images/shadow_down.png");
	background-repeat: repeat-x;
	background-color: #fff;
}

/*
td#shadowDownFooter {
	background-position: top left;
	background-image: url("../images/shadow_down_footer.png");
	background-repeat: repeat-x;

}
*/

a {
	color: #004000;
	text-decoration: none;
}
a:hover {
	color: #80a080;
	text-decoration: underline;
}

img {
	border: 0;
}

table {
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-align:left;
}

table.Main {
	border: 0;
	margin: 0;
	padding: 0;
	width: 785px;
}

#subNav td {
	text-align:left;
}

table.menu {
	color: #fff;
}

td.menu {
	vertical-align: middle;
	white-space: nowrap;
}

input.text, input.password  {
	border: 1px solid #333;
}

input {
	font-size: 10px;
	padding: 2px;
	background: #f5f5f5;
	text-align: left;
}	

input.button {
	font-weight:bolder;
	background: #578D8C;
	color: #fff;
	text-align:center;
}

input.img {
	border: 0px;
}

input.radio {
	background:none;
	border:none;
}

select {
	border: 1px solid #333;
	font-size: 10px;
}

tr.Header {
	background: #578D8C; 
}

table.Header {
	background: #578D8C;
}
td.menu a {
	color: #fff;
	text-decoration: none;
}
td.menu a:hover {
	color: #ffb380;
}

td.logoCell {
	text-align:left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
td.rightAlign {
	text-align: right;
	padding-right: 5px;
}

td.outsideCol {
	width: 130px;
	background-color: #fff;
}

td.outsideCol img{
	background: #fff;
}

td.centerCol {
    padding-left: 10px;
    padding-right: 5px;
	background: #fff;
}

td.InfoReqLink {
	text-align: center;
	font-size: 14px;
	color: #ff0000;
}

td.InfoReqLink a {
	color: #ff0000;
}

table.nav {
	width: 100%;
}

#navBuyerTab, #navOwnerTab, #navIsorTab, #navEveryoneTab, #navAssociationTab, #navAdvertiseTab, #navAccountTab, #navAdminTab {
	background: #838893;
	color: #bfd6e3;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #333;
	border-right: 0px;
}

#navBuyerTab {
	border-left: 0px;
}
#navAdminTab {
	background: #933;
}
#navBuyerTab a, #navOwnerTab a, #navIsorTab a, #navEveryoneTab a, #navAdvertiseTab a, #navAssociationTab a, #navAdminTab a, #navAccountTab a {
	display: block;
	text-decoration: none;
	padding-left: 2px;
	margin:0px;
	color: #f5f5f5;
	/*text-transform: uppercase;*/
}

#navBuyerTab a:hover, #navOwnerTab a:hover, #navIsorTab a:hover, #navEveryoneTab a:hover, #navAdvertiseTab a:hover, #navAssociationTab a:hover, #navAdminTab a:hover, #navAccountTab a:hover {
  color: #000;
  background-color: #f5f5f5;
  padding-left: 2px;
  margin: 0px;
}

#navAccountTab a, #navAdminTab a {
	color: #fff;
}
table#footer {
	width: 100%;
	color: #fff;
}

tr.footerSubNav {
	background: #578D8C;
	color: #fff;
}

tr.footerSubNav a {
	color: #fff;
	padding: 7px;
	vertical-align: middle;
	text-align: center;
}

td.footerSubNav, td.footerSubNavEnd {
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #838893;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	text-align: center;
}

td.footerSubNavEnd {
	border-right: 0;
}

td.footerSubNav:hover, td.footerSubNavEnd:hover {
	background: #578D8C;
}

p.bannerSpace {
	margin: 3px;
}

td.headerCol, td.headerColEnd {
	white-space: nowrap;
	background: #069;
	padding-left: 4px;
	color: #fff;
	margin: 0px;
	border: 0px;
	font-weight: bold;
	border-right: 1px solid #333;
	border-bottom: 1px solid #666;
}

td.headerColEnd {
	border-right: 0;
}

table#subNav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #333;
}

td#subNavTools, td#subNavCats, td#subNavBuy, td#subNavBanner, td#subMiddleMenu {
	white-space: nowrap;
	background-color: #fff;
	background-position: top left;
	background-image: url("../images/temp/toolsmenu-4.gif");
	background-repeat: repeat-x;
	vertical-align: top; 
	border-right: 1px solid #666;
	padding-bottom: 3px;
}

td#subNavCats {
	background-image: url("../images/temp/catsmenu-4.gif");
}

td#subNavBuy {
	background-image: url("../images/temp/buymenu-4.gif");
}

td#subNavTools {
	background-image: url("../images/temp/toolsmenu-4.gif");
}

td#subNavBanner {
	background-image: url("../images/temp/dirsmenu-4.gif");
	border-right: 0;
}

table#subNav a{
  display: block;
  text-decoration: none;
  padding-left: 4px;
  margin:0px;
  color: #fff;
}

table#subNav a:hover {
  color: #000;
  background-color: #f5f5f5;
  padding-left: 4px;
  margin: 0px;
}

img.selected {
	border: 1px solid #578D8C;
}

.tableHeadLetter { 
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 18px; 
	text-align: center; 
	color: #FFFFFF; 
	background-color: #004880; 
	font-weight: bold
}

.cellHead {
	font-weight: bold;
	white-space: nowrap;
	color: #666;
}

.tableHead {
	font-weight: bold;
	white-space: nowrap;
	background: #578D8C;
	color: #fff;
	padding: 2px;
	letter-spacing: .1em;
}

.tableHead a {
	color: #ffb380;
}

/*// Styling for the tagline page header //*/

h1 {
 	font: bold 18px "Lucida Grande","Lucida Sans Unicode", sans-serif;
	color: #578D8C; 
	/*
	padding-left: 25px;
	background-image: url("../images/head_bullet.gif");
	background-repeat: no-repeat;
	background-location: left bottom;
	*/
	margin-bottom: 10px;
	text-align:left;
}

h2 {
	color: #933;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 3px;
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
/*	padding-left: 25px; */
/*	margin-top: -5px; */
	text-align:left;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	margin-top: -5px;
	color: #578D8C;
}

hr {
	color: #999;
	background-color: #999;
}

.menulines1{ 
	border: 1.0px #004880 solid;
	padding: 3px;
	text-align: center;
	background: #f5f5f5;
}

li.head {
	font-weight: bold;
	list-style: none;
	font-size: 12px;
	margin-left: -40px;
}

li.sub {
	list-style: none;
	padding-bottom: 10px;
	margin-left: -40px;
}

legend {
	/*
	font-weight: bold;
	padding: 4px;
	color: #666;
	background-color: #fff;
	border: 1px solid #333;
	*/
	margin-left: 4px;
	font-weight: bold;
	margin-top: 4px;
	color: #933;
	background-color: #fff;
	border: none;
	/*text-transform: uppercase;*/
}

fieldset {

	background-color: #fff;
	border: 1px solid #333;
	margin-top: 3px;
	
}

.alternate {
	background-color: #f5f5f5;
	padding: 3px;
}

.footerCol {
	background: #578D8C;
}

input.noBorder {
	border: 0;
}


.searchLabel { font-weight:bold;background-color: #c0c0c0; }
.searchField { background-color: #f5f5f5; }

tr.errorMessage td {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #f5f5f5;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tr.errorMessage td.Status-Neutral { color: #000; }
tr.errorMessage td.Status-Yellow { color: #06c; }
tr.errorMessage td.Status-Orange { color: #ff7f00; }
tr.errorMessage td.Status-Red { color: #f00; }
tr.errorMessage td.Status-Green { color: #393; }

.lastClickedNode { 
	background-color:#933; 
	color: #fff;
}


/*table.Tree a { color:#333; }*/
td.label { text-align:right; }
table.Tree .lastClickedNode a {
		color: #fff;
}
p.Banner {
	width: 120px;
	height: 60px;
	background: #fff;
}

/*// Styling for the Table Lists (IndustryEvents etc) #f5f5f5//*/

.alternate1 {
	background: #ccc;
}

.alternate2 {
	background: #f5f5f5;
}

tr.alternate2 td, tr.alternate1 td, tr.tableHead td  {
	padding: 4px 2px 4px 4px;
}

input.invisible {
  background: #fff;
  color: #000;
  border: none;
  text-align: right;
  font-weight: bold;
}

input.checkbox {
  border: none;
  background: none;
}

th {
	font-weight: bold;
	font-size: 11px;
	color: #578D8C;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}


/*// Long Form Fieldset styles //*/
fieldset.ReqForm, fieldset.ReqFormWithImage {
		margin-top: 4px;
		background-color: #fff;
}
fieldset.ReqForm legend, fieldset.ReqFormWithImage legend {
    margin-left: 4px;
	font-weight: bold;
	margin-top: 4px;
	color: #933;
	background-color: #fff;
	border: none;
	/*text-transform: uppercase;*/
}

fieldset.ReqFormWithImage legend {
	background-image: url("../images/contact_sm.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 35px;
}

table.rightBorder {
	margin-right: 10px;
	border-right: 1px solid #ccc;
}
table.bottomBorder {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

/*// Styling for the LeftNav Rotating lists on Landing Page //*/
div#linkBox, div#linkBoxOppList {
	margin-left: 7px;
	border-bottom: 1px solid #999;
	background: #FFF;
	text-align: left;
	width:150px;
}

div#linkBox p, div#linkBoxOppList p {
	padding-left: 7px;
	padding-right: 5px;
}

div#QuickSearch {
	margin-left: 7px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background: #f5f5f5;
	text-align: left;
	width:150px;
}

div#QuickSearch td.header {
	color: #933;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 11px;
	background: #fff;
	text-align: center;
	font-weight:bold;
	border-bottom: 1px solid #999;
}

div#linkBox h1, div#linkBoxOppList h1 {
	color: #000;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding-left: 1px;
	padding-right: 1px;
	/*text-transform: uppercase;*/
	font-size: 11px;
	background-image: none;
	white-space: nowrap;
	background: #fff;
	text-align: center;
}

div#linkBox h2, div#linkBoxOppList h2 {
	font-style: italic;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	background-image: none;
	margin-bottom: -5px;
	padding-left: 1px;
}

div#linkBox h3, div#linkBoxOppList h3 {
	font-size: 10px;
	color: #333;
	font-weight: bold;
	background-image: none;
	margin-bottom: -10px;
	padding-left: 1px;
}

div#linkBox ul, div#linkBoxOppList ul {
	margin-top: -4px;
}

div#linkBox li, div#linkBoxOppList li {
	list-style: url("../images/link_bullet.gif");
	text-align: left;
	padding-bottom: 3px;
	margin-left: -15px;
	margin-right: 5px;
}

.label {
	text-align:right;
}

.control {
	text-align:left;
}

#midContentMain h1, #midContentMain p { 
	text-align:left;
}

#Editor th {
	background:#fff;
}

#Editor td {
	color:#fff;
}

table.ReviewListingNavigation {
	background:#fff;
	width:100%;
}
table.ReviewListingNavigation td {
	vertical-align:top;
}

table.ListingNavigation, table.OpportunityListingNavigation {
	border:1px solid black ;
}

table.ListingNavigation td, table.OpportunityListingNavigation td {
	font-weight:bold;
	text-align:center;
}

td.disabled { background-color:#999; color:#fff; }
table.ListingNavigation { background:#578D8C; }
table.ListingNavigation a { color:#fff; }
td.current { background:#fff; }
td.current a { color:#578D8C; }

table.AccountListing {
	background:#ddd;
	width:600px;
}

table.AccountListing td {
	padding-top:2px;
}


table.FieldSet { border:1px solid #999;}
table.FieldSet th { background-color:#999;color:white;font-weight:bold;padding-left:5px;text-align:left; }	


.AListing {
	background: #ddffdd;
}

.IListing {
	background: #ffdddd;
}

.CoolListing {
	background: #ddddff;
}

.MellowListing {
	background: #ffd;
}

div.rightBanner {
	width:160px;
	padding-right:10px;
	text-align:left;
}
