/* Common classes */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	color: #5c5c5c;
}

.main_column {
  width: 968px; 
  margin:0 auto;
}

a {
	color: #00874d;
	text-decoration: none;
}

a:hover {
	color: #B03C4F;
}

.standard_margins {
  margin:20px 20px;
}

.left_margin_10px {
  margin-left:10px
}

.standard_top_margin {
	margin-top:20px;
}

.hide {
    display: none;
}

.clear {
	display:block;
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
	float:left;
}

.right {
  float:right;
}

.paginate {
  text-align: left;
  line-height: 14px;
}

.bold_larger {
  font-size:larger;
  font-weight:bold;
}

.left_bold {
	font-weight:bold;
  float:left;
}

.right_bold {
	font-weight:bold;
  float:right;
}

.text_left {
  text-align:left;
}

.text_right {
  text-align:right;
}

.text_left_80px {
	display:block;
	float:left;
	text-align:left;
	width:80px;
}

.text_center {
	text-align:center;
	width:100%;
}

.top_header{
	margin-left:20px;
	font-size:x-large;
}

.bold {
	font-weight:bold;
}

hr {
	border: 1px dotted #cccccc; 
	border-style: none none solid; 
}

.headline {
	font-size:24pt;
}

.orange {
    background-color: #f7943f;
	  color: #fff;
}

.center {
    text-align: center;
}

.left_align {
    text-align: left;
}

.errorlist {
    color: red;
}

#three_column_double_col_left .colored_header {
    padding: 18px 20px 24px;
    margin: 0 6px;
}

#three_column_double_col_left .colored_header h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

#three_column_double_col_left .colored_header p {
    margin-bottom: 0;
    font-size: 16px;
}

sup {
    font-size: xx-small;
    vertical-align: top;
}

/* Line Spacing */
p, .image-rotator .body, .side_module .links span {
    line-height: 14px;
}

div.article_image {
  margin-right:10px;
  margin-bottom:10px;
  float:left;
}

div.article_image p {
	color: #d7d7d7;
	margin-bottom: 5px;
}

div.article_text {
	margin: 15px 27px;
	line-height: 1.2em;
}

div.article_text .top, div.article_text .bottom {
	display: none;
}

div.article_highlight {
	width: 509px;
	margin: 10px 15px;
	background: url(../img/rounded/highlight-middle.png) repeat-y;
}

div.article_highlight .article_image {
	margin-top: 10px;
	margin-left: 15px;
}

#three_column_double_col_left ol, #three_column_double_col_left ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 15px;
}

#three_column_double_col_left p {
	margin-bottom: 15px;
}

#three_column_double_col_left h1 {
	margin-bottom: 1em;
}

#three_column_double_col_left h2 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 13px;
	clear: both;
}

#three_column_double_col_left div.article_text h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}

#three_column_double_col_left div.article_text h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}

#three_column_double_col_left div.article_text h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

#three_column_double_col_left div.article_text h1.red,
#three_column_double_col_left div.article_text h2.red,
#three_column_double_col_left div.article_text h3.red {
	background-color: transparent;
	color: #bd4659;
}

#three_column_double_col_left div.article_text h1.blue,
#three_column_double_col_left div.article_text h2.blue,
#three_column_double_col_left div.article_text h3.blue {
	background-color: transparent;
	color: #6589c9;
}

#three_column_double_col_left div.article_text h1.orange,
#three_column_double_col_left div.article_text h2.orange,
#three_column_double_col_left div.article_text h3.orange {
	background-color: transparent;
	color: #f28c34;
}

#three_column_double_col_left div.article_text h1.green,
#three_column_double_col_left div.article_text h2.green,
#three_column_double_col_left div.article_text h3.green {
	background-color: transparent;
	color: #00a266;
}

#three_column_double_col_left pre {
	margin-bottom: 15px;
}

div#three_column_double_col_left div.article_highlight .top {
	width: 509px;
	height: 6px;
	background: url(../img/rounded/highlight-top.png) no-repeat;
}

div#three_column_double_col_left div.article_highlight .bottom {
	width: 509px;
	height: 6px;
	background: url(../img/rounded/highlight-bottom.png) no-repeat;
}

div.article_highlight .body {
	padding: 8px 20px;
}

ul.horizontal-navigation {
    clear: right;
	display: block;
}

ul.horizontal-navigation li {
	display: block;
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #d7d7d7;
}

ul.horizontal-navigation li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: 0px solid #d7d7d7;
}

div#header {
	width: 968px;
	height:85px;
	background-color: #ffffff;
	margin-bottom: 21px;
    position: relative;
}

div#header .logo {
	float: left;
    height: 85px;
}

div#header #header_nav {
	margin-left: 40px;
	font-size: 12px;
    position: absolute;
    right: 303px;
    bottom: 20px;
}

div#header .header_search {
  float:right;
  width: 291px;
}

div#header .header_search p {
    margin:5px 0px 0px 7px;
    font-size:11px;
}

div#header_welcome {
    text-align: right;
}

div.header_quotations {
    float: left;
    width: 180px;
}

div#header div.header_quotations p, div#header div.advanced p{
    margin: 0px 2px;
}

div.advanced {
    width: 180px;
    float: left;
    margin-top: 4px;
    padding: 4px;
/*    border-left: 1px solid #CCC; */
}

#foodle-search-box {
	background: url(../img/foodle-search-box.png) no-repeat;
	width: 291px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.header_search img {
	margin-top: 24px;
	margin-bottom:5px;
	display:block;
}

.header_search input.search_field {
	display: block;
	float: left;
	width: 215px;
	border: none;
	margin-top: 5px;
	margin-left: 6px;
	color: #979797;
	font-size: 11px;
}

.header_search input.search_btn {
	margin: 3px;
	float:right;
}

div#footer {
    background-color: #ffffff;
    width:100%;;
    margin-top:30px;
    margin-bottom:10px;
}

div#footer .horizontal-navigation {
	float: left;
	margin-left: 12px;
}

div#footer .copyright {
	font-size:smaller;
	float: right;
	margin-right: 12px;
}

div#main_nav {
	width: 968px;
	height: 35px;
	margin-bottom: 5px;
	background-color: #008d51;
	color: #fff;
	text-align: center;
}

div#main_nav ul {
	display:block;
	height:35px;
	background-repeat:repeat-x;
	background-image:url('../img/nav-middle.png');
}

div#main_nav ul li {
	display:block;
	height:35px;
}

div#main_nav .nav_start {
  background: url('../img/nav-left.png') no-repeat;
  width:10px;
  margin-right: 14px;
  float:left;
}

div#main_nav .nav_item {
  color: #fff;
  text-align: center;
  float: left;
}

div#main_nav .nav_item.active a, div#main_nav a:hover, div#main_nav .active a {
  background-position: 0px -35px;
}


div#main_nav .nav_end {
  background: url('../img/nav-right.png') no-repeat;
  float:right;
  width:10px;
}

div#main_nav a {
	background: url('../img/nav-middle.png') repeat-x;
	color:#fff;
	font-size: 16px;
	line-height: 35px;
	height:35px;
	display:block;
	padding: 0 23px;
   font-weight: normal;
}


div#bottom-nav-container {
	clear: both;
	width: 969px;
	background: url(../img/rounded/footer-middle.png) repeat-y;
	margin-bottom: 25px;
}

div#bottom-nav-container .top {
	height: 5px;
	width: 100%;
	background: url(../img/rounded/footer-top.png) no-repeat;
}

div#bottom-nav-container .bottom {
	height: 5px;
	width: 100%;
	background: url(../img/rounded/footer-bottom.png) no-repeat;
}

div#bottom-nav {
	padding: 15px 20px;
}

.menu_listing {
	float:left;
	padding:5px;
	width: 144px;
	font-weight: bold;
}

.menu_listing ul {
	display: block;
	color: #00874d;
	width: 100%;
	font-weight: normal;
	margin-top: 10px;
}

.menu_listing ul li {
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc; 
  margin-bottom:5px;
  margin-top:5px;
}

.menu_listing ul li.last {
  border-bottom: none; 
  margin-bottom:5px;
  margin-top:5px;
}

/*
.menu_listing ul li:before {
  content:"\003e";
}
    */

div.search_side_module {
  background-color: #d7d7d7;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2px;
  color: #3e3e3e;
  overflow: hidden;
  padding: 10px 5px;
/*  background: url(../img/header-left.png) no-repeat;*/
}

div.search_side_module span {
	color: #3e3e3e;
	display:block;
	margin-bottom:5px;
	margin-left:5px;
}

div.side_module_header {
  background-color: #bd4659;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2px;
  color: #fff;
  overflow: hidden;
  background: url(../img/header-left.png) no-repeat;
}

div.side_module_header span {
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(../img/header-right.png) no-repeat;
	width: 214px;
	margin-left: 8px;
	color: #fff;
}

div.side_module_header.red {
	background-position: 0 0;
}
div.side_module_header.blue {
	background-position: 0 -30px;
}
div.side_module_header.light-blue {
	background-position: 0 -60px;
}

div.side_module_header.red span {
	background-position: right 0;
}
div.side_module_header.blue span {
	background-position: right -30px;
}
div.side_module_header.light-blue span {
	background-position: right -60px;
}

div.side_module {
  padding: 9px 6px;
  margin-bottom: 4px;
}

div.side_module ul.links {
  color:#b03c4f;
  list-style-type:none;
  margin-left:0px;
  padding-left:0px;
}

div.side_module ul.links li:before {
	content:"\003e";
}

div.side_module ul.links li {
	border-bottom: 1px dotted #ccc;
	margin-bottom:10px;
	line-height: 1.2em;
	padding-bottom: 5px;
}

div.side_module ul.links li.last {
  border-bottom: none;
	margin-bottom:10px;
}

div.side_module a {
	color:#b03c4f;
}

div.side_module a.text_with_image {
  color:#018249;
}

div.side_module br.spacer {
	margin-bottom:15px;
}

div.side_module span {
	color:#666;
	padding-left:1em;
	margin-bottom:7px;
	display: block;
	font-size: 10px;
}

div.side_module p.image_caption {
	padding-left:0px;
	margin-top:5px;
  margin-bottom:0px;
  color:green;
}


div.side_module p.title {
  padding-left:0px;
  margin-top:5px;
  margin-bottom:5px;
  color:black;
}

div.side_module hr.title_separator {
	color:#d7d7d7;
	margin-top:0px;
}

div.side_module p.blurb {
	margin-top:3px;
	margin-bottom:5px;
}

.page_title {
    font-size: 30px;
    color: #3f3f3f;
    border-bottom: 1px solid #d7d7d7;
    margin: 27px 24px 20px 24px;
    padding-bottom: 20px;
    font-weight: bold;
}

/* Home page classes */
div#home_container {
	background: url(../img/rounded/home-middle.png) repeat-y;
}

div#home_container .top {
	background: url(../img/rounded/home-top.png) no-repeat;
	width: 968px;
	height: 5px;
}

div#home_container .bottom {
	background: url(../img/rounded/home-bottom.png) no-repeat;
	width: 968px;
	height: 5px;
}

div#home_primary_col {
	width: 726px;
	margin-right: 5px;
	float: left;
	position: relative;
	min-height: 1px;
}

div#home_right_col {
	width: 224px;
	padding: 0 6px;
	float: left;
}

div.home_feature_mod {
	width: 726px;
	padding: 6px;
	background-color: #ffffff;
}

div.home_single_col_mod_header {
	width: 234px;
	margin: 3px;
	padding: 11px;
	background-color: #b03b4d;
	font-size: 15pt;
	font-style: italic;
}

div.home_single_col_mod {
	width: 234px;
	margin: 3px;
	padding: 11px;
	background-color: #ffffff;
}

div.home_double_col_mod_header {
	width: 474px;
	margin: 3px;
	padding: 11px;
	background-color: #b03b4d;
	font-size: 15pt;
	font-style: italic;
}

div.home_double_col_mod {
	width: 474px;
	margin: 3px;
	padding: 11px;
	background-color: #ffffff;
}

div.right_col_mod_header {
	background-color: #b03b4d;
	color: #ffffff;
	width: 202px;
	padding: 9px;
	margin-bottom: 2px;
	font-size: 15pt;
	font-style: italic;
}

/* deprecated, use side_module_header */
div.home_right_col_mod_header {
	width: 225px;
	padding: 9px;
	background-color: #b03b4d;
	font-size: 15pt;
	font-style: italic;
}

/* deprecated, use side_module */
div.home_right_col_mod {
	width: 225px;
	padding: 9px;
	background-color: #ffffff;
}

/* deprecated, use side_module */
div.right_col_mod {
	color: #5c5c5c;
	padding-bottom: 5px;
	font-size: 15pt;
}

div.bottom_nav {
	float: left;
}

div.side_nav {
	margin-bottom: 2px;
	color: #018249;
	background: url(../img/rounded/left-middle.png) repeat-y;
	width: 182px;
}

div.side_nav .top {
	height: 5px;
	width: 182px;
	background: url(../img/rounded/left-top.png) no-repeat;
}

div.side_nav .bottom {
	height: 5px;
	width: 182px;
	background: url(../img/rounded/left-bottom.png) no-repeat;
}

div.side_nav ul {
	display: block;
	color: #018249;
}

div.side_nav div.main-nav-container {
	width: 174px;
	background: url(../img/rounded/left-nav-middle.png) repeat-y;
	margin-left: 4px;
	font-weight: bold;
}

div.side_nav div.main-nav-container .top {
	width: 174px;
	height: 4px;
	background: url(../img/rounded/left-nav-top.png) no-repeat;
	padding: 0 0 0 0;
}

div.side_nav div.main-nav-container div.bottom {
	width: 174px;
	height: 4px;
	background: url(../img/rounded/left-nav-bottom.png) no-repeat;
	padding: 0 0 0 0;
}

div.side_nav ul.main-nav li {
	padding-top: 4px;
	padding-left: 9px;
	padding-bottom: 10px;
	background: url(../img/rounded/left-nav-bottom-tab.png) no-repeat center bottom;
}

div.side_nav ul.main-nav li:last-child {
	padding-bottom: 4px;
	background: none;
}

div.side_nav ul.main-nav li ul {
	font-weight: normal;
}

div.side_nav ul.main-nav li ul li:first-child {
	margin-top: 15px;
}

div.side_nav ul.main-nav li ul li:last-child {
	border-bottom: none;
}

div.side_nav ul.main-nav li ul li {
	margin: 3px 17px 3px 9px;
	padding: 3px 0;
	background: none;
	border-bottom: 1px dotted #bfbfbf;
}

/*
div.side_nav ul.main-nav li.selected ul li:before {
  content:"\003e";
}
    */

div.side_nav ul.main-nav li.selected a {
  color: #b13c4e;
}

div.side_nav ul.main-nav li.selected a:hover {
  color: #00874D;
}

div.side_nav ul.main-nav li.selected ul a {
  color: #018249;
}

div.side_nav ul.main-nav li.selected ul a:hover {
  color: #b13c4e;
}

.sub-sub-nav {
    margin-left: 9px;
}

/* three column page classes */
div#three_column_left_col {
  float: left;
  width: 182px;
  margin-right: 5px;
}

div#three_column_double_col {
  float: left;
  width: 781px;
  background: url(../img/rounded/double-middle.png) repeat-y;
  position: relative;
}

div#three_column_double_col .top {
  width: 781px;
  height: 7px;
  background: url(../img/rounded/double-top.png) no-repeat;
}

div#three_column_double_col .bottom {
  width: 781px;
  height: 10px;
  background: url(../img/rounded/double-bottom.png) no-repeat;
}

div#three_column_double_col img.corner-top-left {
	position: absolute;
	left: 5px;
	top: 7px;
	z-index: 1000;
}

div#three_column_double_col img.corner-top-right {
	position: absolute;
	left: 532px;
	top: 7px;
	z-index: 1000;
}

div#three_column_double_col_left {
  width: 540px;
  float: left;
}

div#three_column_double_col_right {
  margin: 0 5px;
  width: 226px;
  float: right;
}

/* two column page classes */
div#two_column_right_col {
  float: left;
  width: 781px;
  background: url(../img/rounded/twocol-middle.png) repeat-y;
  position: relative;
}

div#two_column_right_col .top {
  width: 781px;
  height: 10px;
  background: url(../img/rounded/twocol-top.png) no-repeat;
}

div#two_column_right_col .bottom {
  width: 781px;
  height: 10px;
  background: url(../img/rounded/twocol-bottom.png) no-repeat;
}

/* standard listing of link styling */
.tab ul.links {
	color: #00874d;
  list-style-type:none !important;
  margin-left:0px;
  padding-left:0px;
}

.tab ul.links li:before {
  content:"\003e";
}

.tab ul.links li {
  margin-bottom:10px;
  line-height: 1.2em;
}

.tab ul.links li.last {
  border-bottom: none;
  margin-bottom:10px;
}

.tab ul.links .caption {
  margin-left:10px;
  display:block;
}

.separator {
  border-bottom: 1px dotted;
  color:#d7d7d7;
  display:block;
}

.tab {
	margin-top:10px;
 	margin-left:10px;
}

.hidden_tab {
  display:none;
}

.tab_header {
	float:left;
  width:98%;
  font-size:93%;
  line-height:normal;
  border-bottom:2px solid #006733;
  color:#00a264;
	margin: 30px 5px 10px;
}

.tab_header ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
    
.tab_header li {
  float:left;
  margin-left:5px;
  padding:0;
  background:url("../img/tab-right.png") no-repeat right top;
}


.tab_header li:hover, .tab_header li.active {
  background-position: right -28px;
}


.tab_header li:hover a, .tab_header li.active a {
  background-position: left -28px;
}

.tab_header a {
  display:block;
  background:url("../img/tab-left.png") no-repeat left top;
  padding:5px 15px;
  color:#ffffff;
  font-size:larger;
}

.tab_header a.current {
}

.tab .one_column {
  float:left;
  width:100%;
}

.tab .two_column {
  float:left;
  width:50%;
}

.tab .caption {
  color: #b0b0b0;
}

.tab .section {
  margin-left:10px;
  margin-top:10px;
  margin-right:15px;
}

.tab .section a {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.tab img.left {
	margin-right:10px;
}

.tab p.links a {
	margin-top:10px;
	display:block;
	font-weight:bold;
}

/* home content */
#home_primary_col .row3column-container {
	width: 714px;
	background: url(../img/rounded/row-3column-middle.png) repeat-y;
	margin-left: 5px;
	margin-top: 5px;
}

#home_primary_col .row3column-container .top {
	width: 714px;
	height: 4px;
	background: url(../img/rounded/row-3column-top.png) no-repeat;
}

#home_primary_col .row3column-container .bottom {
	width: 714px;
	height: 4px;
	background: url(../img/rounded/row-3column-bottom.png) no-repeat;
}

#home_primary_col div.header, .classifieds_plugin div.header {
	height: 30px;
	line-height: 30px;
	width: 234px;
	font-weight: normal;
	font-size: 15px;
	color: #fff;
	background: url(../img/header-right.png) no-repeat right 0;
	position: relative;
	top: -4px;
}

#home_primary_col div.header span, .classifieds_plugin div.header span {
	height: 30px;
	line-height: 30px;
	display: block;
	background: url(../img/header-left.png) no-repeat left 0;
	padding-left: 12px;
}

#home_primary_col .column {
	width: 234px;
	float: left;
	margin-right: 6px;
	padding-bottom: 12px;
}

#home_primary_col .column.last {
	margin-right: 0;
}

#home_primary_col .column .content-container {
	padding: 12px;
}

#home_primary_col .column .content-container.with-thumbnail img.thumbnail {
	float: left;
	margin-right: 12px;
}

#home_primary_col .column .content-container.with-thumbnail .copy {
	float: left;
	width: 97px;
}

#home_primary_col .column h1 {
	color: #3e3e3e;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 6px;
	border-bottom: 1px solid #d7d7d7;
}

#home_primary_col .column ul {
	color: #5c5c5c;
}

#home_primary_col .column ul li {
	display: block;
	padding: 6px;
	border-bottom: 1px dotted #bfbfbf;
}

#home_primary_col .column ul li.last {
	border-bottom: 0px dotted #bfbfbf;
}

/* show_planner */
#show-planner h1 {
	font-size: 16px;
}

#show-planner-landing {
	margin-top: 15px;
	text-align: center;
}

#show-planner-landing .body {
	text-align: left;
	margin: 24px;
}

#show-planner-landing .main-image {
}

#show-planner {
	margin: 27px;
	margin-top: 10px;
}

#show-planner .standard_margins {
    margin: 0;
}

#show-planner .search_form {
    margin-bottom: 30px;
}

#show-planner .other-shows {
	margin-top: 30px;
}

#show-planner #views {
	width: 100%;
	text-align: right;
}

#show-planner .button, #show-planner-landing .button {
	background-color: #d0e6c9;
	border: 1px solid #00874D;
	height: 25px;
	padding: 0 5px;
	font-size: 10px;
}

#show-planner-landing .button {
	margin: 12px auto;
}

#show-planner #views .button {
	float: right;
	margin-left: 10px;
}

#show-planner .paginator-container .button {
	float: left;
}

#show-planner .button:hover {
	cursor: pointer;
	background-color: #bad7b1;
}

#show-planner .paginator-container {
	margin-top: 1em;
	height: 25px;
	line-height: 25px;
}

#show-planner .pagination {
	float: right;
	color: #B13C4E;
}

#show-planner .pagination a {
	padding: 1px;
}

#show-planner table.search_results_table td.checkbox {
	width: 20px;
}

#show-planner table.search_results_table td.exhibitor {
	width: 275px;
}

#show-planner table.search_results_table td.booth {
	width: 75px;
}

#show-planner .button.search {
	display: inline-block;
	margin-left: 12px;
} 

#show-planner #search-category {
	height: auto;
	line-height: 1.1em;
	padding: 20px 20px 0px 20px;
}

#show-planner #search-category #search-category-inner div {
    margin-bottom: 0.5em;
}

#show-planner #search-category select {
	width: 350px;
	margin-left: 6px;
	margin-bottom: 10px;
}

#show-planner #search-category #location_filters {
    width: 200px;
    float: left;
}

#show-planner #search-category #organization_filters {
    width: 240px;
    float: left;
}

#show-planner #search-category #location_filters select {
    width: 160px;
    margin: 4px 0 0 0;
}

#show-planner #search-category #organization_filters ul li {
    width: 110px;
}

#show-planner .search-tab {
	height: 60px;
	line-height: 60px;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1;
	top: -1px;
	padding-left: 24px;
	margin-bottom: 24px;
}

#show-planner #search-alphabetically a {
	margin-right: 6px;
}

ul#search-tabs {
	display: block;
	list-style-type: none;
	position: relative;
	z-index: 100;
}

ul#search-tabs li {
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
}

ul#search-tabs li.active {
	border-bottom: 1px solid #fff;
}

ul#search-tabs li a {
	display: block;
	padding: 8px 24px;
}


ul#show_planners {
	list-style-type: none;
}

ul#show_planners li {
	padding: 2px 0;
}

ul#show-planner-completed {
	display: block;
	list-style-type: none;
	background-color: #D0E6C9;
	padding: 12px;
	margin: 12px 0;
}

ul#show-planner-completed li{
	display: block;
	margin: 4px 0;
}
/* show_planner */

/* organization profile */
#organization-profile h1 {
	font-size: 16px;
}

#organization-profile h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

#organization-profile a.back-link {
	display: block;
	margin-bottom: 24px;
}

#organization-profile {
	padding: 24px;
}

#organization-profile table#organization-contact tr td{
	height: 1.5em;
	line-height: 1.5em;
}
/* organization profile */

/* full page */
#full-page-container {
	width: 969px;
	background: url(../img/rounded/full-page-middle.png) repeat-y;
}

#full-page-container .top, #full-page-container .bottom {
	width: 969px;
	height: 10px;
}

#full-page-container .top {
	background: url(../img/rounded/full-page-top.png) no-repeat;
}

#full-page-container .bottom {
	background: url(../img/rounded/full-page-bottom.png) no-repeat;
}

#full-page-container .button {
	display: block;
	background-color: #d0e6c9;
	border: 1px solid #00874D;
	height: 25px;
	padding: 0 5px;
	line-height: 30px;
	font-size: 10px;
}

#full-page-container .error, #full-page-container .errorlist {
	color: #B13C4E;
}
/* full page */

/* login */
#full-page-container.registration table td {
	padding: 5px;
}

#full-page-container.registration #login {
	width: 400px;
	margin: 0 auto 50px;
}

#full-page-container.registration #login .button {
	position: relative;
	top: 10px;
}

#full-page-container.registration #logout {
	width: 100%;
	text-align: center;
	margin: 50px 0;
	font-size: 24pt;
}
/* login */

/* profile */
#full-page-container #profile {
	padding: 0 24px 24px;
}

#full-page-container #profile p {
	margin-bottom: 12px;
}

#full-page-container #profile td {
	padding: 5px;
}

#full-page-container #profile ul.profile li {
	padding: 5px 0;
}
.profile_avatar {
    float: left;
}
.profile_text {
    padding: 5px;
    margin: 5px 50px 5px 50px;
}

/* profile */

/* register */
#full-page-container #register {
	width: 300px;
	margin: 50px auto;
}

#full-page-container #register .button {
	margin-left: 100px;
}

#full-page-container #register p {
	margin-bottom: 10px;
}

#full-page-container #register ul {
	margin: 5px 0;
}

#full-page-container #register label {
	display: inline-block;
	width: 100px;
}
/* register */

/* account creation complete*/
#full-page-container #account-creation-complete {
	padding: 24px;
	text-align: center;
}
/* account creation complete */

/* account activation */
#full-page-container #account-activation {
	padding: 24px;
	text-align: center;
}
/* account activation */

/* password */
#full-page-container #password {
	width: 350px;
	margin: 0 auto 50px;
}

#full-page-container #password p {
	padding: 5px;
}

#full-page-container #password label {
	width: 100px;
	display: inline-block;
}

#full-page-container #password .errorlist {
	margin: 5px 0;
	margin-left: 100px;
}

#full-page-container #password .button {
	margin-left: 100px;
}
/* password */

/* password changed */
#full-page-container #password-changed {
	padding: 0 24px 50px;
}
/* password changed */

/* password reset */
#full-page-container #password-reset {
	padding: 0 24px 50px;
}

#full-page-container #password-reset p {
	margin-bottom: 12px;
}

#full-page-container #password-reset .errorlist {
	padding: 5px 0;
}

p.errorField {
    color: red;
}

#full-page-container #password-reset .button {
	display: inline-block;
}
/* password reset */

/* password reset form */
#full-page-container #password-reset-form {
	width: 300px;
	margin: 0 auto 50px;
}

#full-page-container #password-reset-form p {
	padding: 5px 0;
}

#full-page-container #password-reset-form label {
	display: inline-block;
	width: 100px;
}

#full-page-container #password-reset-form .errorlist {
	margin-left: 100px;
}
/* password reset form */

/* Tribes */

#tribes_container {
    margin: 15px 27px;
}

.create_group {
    background: url(../img/plus_sign.gif) no-repeat;
    padding-left: 18px;
}

.tribes_table {
    width: 100%;
    margin: 20px 0;
}

.tribes_table th {
    border-bottom: 1px solid #ccc;
    padding: 8px;
    text-transform: uppercase;
    color: #00874D;
}

.tribes_table td {
    border-bottom: 1px dotted #ccc;
    padding: 8px;
    vertical-align: top;
}

#tribes_container p {
    margin-bottom: 1em;
}

#tribes_container h3 {
    margin-bottom: 10px;
    font-size: 14px;
}

#tribes_container h2 {
    font-size: 18px;
    color: #00874D;
    margin-bottom: 15px;
}

.create_discussion {
    padding-left: 18px;
    background: url(../img/create_discussion.gif) no-repeat;
}

#tribes_container .hidden {
    display: none;
}

#tribe_members {
    float: left;
    width: 140px;
    margin-right: 30px;
    margin-top: 20px;
    color: #676767;
}

#tribe_members h4 {
    font-size: 14px;
    line-height: 24px;
    mragin-bottom: 3px;
}

#tribe_members ul {
    border-top: 1px solid #ccc;
}

#tribe_members li {
    border-bottom: 1px dotted #ccc;
    padding: 3px;
}

#tribe_topics {
    width: auto;
}

#tribes_container .responses {
    margin-bottom: 20px;
    clear: left;
}

#tribes_container .responses li {
    clear: left;
    min-height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

#tribes_container .responses li .meta {
    float: left;
    margin-right: 15px;
    border-right: 1px solid #ccc;
    width: 100px;
    text-align: center;
}

#tribes_container .responses li .date {
    color: #b4b4b4;
    text-indent: 116px;
    margin-bottom: 12px;
}

.responses .thread-1 {
    padding-left: 30px;
}

.responses .thread-2 {
    padding-left: 60px;
}

.responses .thread-3 {
    padding-left: 90px;
}

.responses .thread-4 {
    padding-left: 120px;
}

/* uniForm styling */

.uniForm label {
    display: block;
}

.uniForm .ctrlHolder {
    margin-bottom: 1em;
}

.uniForm input[type="submit"], .checkout_table input[type="submit"], .accounts_form input[type="submit"] {
	display: block;
	background-color: #d0e6c9;
	border: 1px solid #00874D;
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	font-size: 12px;
   color: #333;
   font-weight: bold;
   cursor: pointer;
}

/* sf_registration styles */

.accounts_form {
    margin: 0 24px 30px;
}

.accounts_form td {
    padding: 5px;
}

.accounts_form h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

/* flowplayer cms plugin */
div.flowplayer h1 {
  margin-left:20px;
  margin-top:10px;
}
div.flowplayer a {
  margin-left:20px;
}
div.flowplayer h2 {
  margin-left:20px;
}
div.flowplayer p {
  margin-left:20px;
}
/* end flowplayer cms plugin */

/* Profile */

.profile h3 {
    font-size: 18px;
    margin: 20px 0;
}

/* Avatar */
.change_avatar {
    margin: 30px 0;
}

#three_column_double_col_left .change_avatar ul {
    list-style-type: none;
}

/* what's new/what's hot styling */
.whats_new_display {
    overflow: hidden;
}

.whats_new_display h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: large;
  font-weight: bold;
}

.whats_new_contact_info {
  float:left;
  width:280px;
}
.whats_new_contact_request {
  float:left;
  width:180px;
}

/* tradeshow showcase search display */
.search_button {
    border:0;
    height:22px;
    width:63px;
    text-indent: -9999px;
    background: #fbc900 url(../img/search-btn.png) no-repeat top right;
    cursor: pointer;
}

#current_tradeshow_display {
  margin-top: 10px;
}

#current_tradeshow_display h2 {
  font-size:large;
  font-weight:bold;
}

#tradeshow_search_display {
  margin: 10px 20px 10px 0;
  float: left;
}

#tradeshow_search_display select {
    margin-top: 4px;
}

#tradeshow_category_display {
  margin: 10px 0 10px 20px;
  float: left;
}

.search_results .button {
    background-color: #d0e6c9;
    border: 1px solid #00874D;
    height: 25px;
    padding: 0 5px;
    font-size: 10px;
}

.search_results .button:hover {
    cursor: pointer;
    background-color: #bad7b1;
}

table.search_results_table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.search_results_table tr {
    border-bottom: 1px solid #ddd;
}

table.search_results_table tr.header {
    color: #00874D;
    font-weight: bold;
    font-size: 1.1em;
    white-space: nowrap;
}

table.search_results_table tr.header:hover {
    background: none;
}

table.search_results_table tr.added {
	background-color: #d0e6c9;
}

table.search_results_table td {
    padding: 3px 5px;
}

table.search_results_table td.text {
    width: 50%;
}

table.search_results_table td.booth_number {
    width: 80px;
}

div.search_result {
    margin-top:10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

div.search_result img {
    float: left;
    margin-right: 7px;
    margin-top: -3px;
}

.exhibit_display {
  float:left;
  width:300px;
}

.exhibit_information {
  float:right;
  width:200px;
  text-align:right;
}

/* organization display */
.contact_info {
  display:block;
}

#organization_display {
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

.organization_description {
	width:400px;
}

.organization_categories {
    padding-bottom: 10px;
}

.organization_categories ul {
    margin-left: 4px;
    margin-bottom: 0.2em !important;
}

.organization_categories li {
    line-height: 1.3em;
}

.organization_categories ul li ul {
    margin-left: 16px;
}

.organization_categories ul li ul li {
    list-style-type: circle;
}

.tradeshow_description {
	margin-top:20px;
  width:200px;
}

/* Product Finder views */
#product_finder_display {
  margin-left:20px;
  margin-top:20px;
  float:left;
}

#product_finder_search_fields {
  margin-left:20px;
}

#location_filters {
	text-align: left;
	width: 230px;
}

#location_filters select {
  width: 160px;
  margin: 4px 0 0 0;
}

#organization_filters {
	text-align: left;
    width: 250px;
    margin-bottom: 20px;
}

#organization_filters ul li {
    float: left;
    width: 125px;
    list-style: none;
}

#search_filters {
	margin-left: 20px;
	text-align: center;
}

#search_criteria {
	width:300px;
  margin:0px auto;
}

#search_criteria .search_criteria_head {
  background-color:#eee;
  margin-bottom:2px;
}

#search_criteria p {
	background-color:#eee;
	margin-bottom:1px;
}

#article_container p img {
    float: right;
}

/* Classifieds */
#classifieds_container, #article_container {
    margin: 0 27px 40px;
}

#three_column_double_col_left #classifieds_nav {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    margin-bottom: 40px;
    padding-left: 10px;
}

#classifieds_nav li {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
}

#classifieds_nav li.active {
    background-color: #D7D7D7;
}

#classifieds_ads {
    width: 100%;
}

#classifieds_ads th {
    border-bottom: 1px solid #ccc;
    padding: 5px;
}

#classifieds_ads td {
    border-bottom: 1px dotted #ccc;
    padding: 5px;
}

#classifieds_country_form {
    text-align: right;
    margin-bottom: 40px;
}

#classifieds_country_form select {
    margin-left: 10px;
}

#classifieds_container .enhanced_listing {
    border: 5px solid #ccc;
    padding: 10px;
    margin: 15px 0;
}

label.inline_label {
    display: inline;
}

#classifieds_container h2 {
    font-size: 20px;
    font-weight: bold;
}

.classifieds_plugin {
    margin: 0 27px 45px;
}

.classifieds_plugin div.header {
    width: 100%;
}

.classifieds_ad {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    clear: left;
}

.classifieds_ad img {
    float: left;
    margin-right: 10px;
}

.classifieds_content {
    margin-left: 70px;
}

#yes_no_form {
    display: none;
}

.classifieds_verify input{
    display: inline;
    margin: 10px 10px 10px 5px;
    padding: 10px;
    font: 110%;
}

/* Satchmo */
#shop_container {
    margin: 15px 27px;
    position: relative;
}

#shop_container p {
    margin-bottom: 1em;
}

#product_category ul {
    list-style-type: none;
}

#product_category .product_image {
    float: left;
	clear: left;
}

#product_category li {
    margin-bottom: 15px;
}

#product_category li a {
    font-weight: bold;
}

.category_product_description {
    margin-left: 85px;
}

#product_detail, #product_description {
    float: left;
    width: 340px;
}

#product_detail {
    width: 144px;
}

#product_description {
    margin-left: 10px;
    width: 330px;
}

#product_detail h3 {
    margin-bottom: 20px;
}

#cart {
    width: 100%;
}

#cart th, #cart td {
    padding: 5px;
    vertical-align: top;
}

#cart td {
    border-bottom: 1px dotted #ccc;
}

#cart th {
    background: #ccc;
}

#cart #id_quantity {
    width: 20px;
    display: block;
}

#cart #id_update_submit {
    background: none;
    border: none;
	 color: #00874d;
    font-size: 10px;
}

#checkout {
	display: block;
	background-color: #d0e6c9;
	border: 1px solid #00874D;
	height: 25px;
	padding: 0 5px;
	line-height: 25px;
	font-size: 12px;
   float: right;
   margin: 20px 0;
   color: #333;
   font-weight: bold;
   text-transform: uppercase;
}

#checkoutprogress {
    position: absolute;
    top: -67px;
    right: 23px;
    font-size: 13px;
}

#checkoutprogress li {
    float: left;
    margin-right: 3px;
}

#checkoutprogress li.active {
    font-weight: bold;
}

#checkoutprogress li:after {
    font-weight: normal;
    content: "\0020>";
}

#checkoutprogress li:last-child:after {
    content: "";
}

#shop_container h4 {
    font-size: 15px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.checkout_table {
    margin-bottom: 30px;
}

.checkout_table td {
    padding: 5px;
}

.order_details {
    margin-bottom: 30px;
}

#payment_confirm {
    width: 100%;
}

#payment_confirm td {
    padding: 0;
}

#payment_confirm input {
    margin-top: 20px;
}

/* file link plugin */
.file-link {
	display: block;
	margin: 1em 27px;
}
/* file link plugin */

/* my profile */
#my-profile {
	padding: 24px;
}
/* my profile */

/* pinax */
#pinax #profile_avatar {
    float: left;
	margin-bottom: 2em;
    margin-right: 10px;
}

#pinax .vcard h1, #pinax .vcard h4,
#pinax .profile_info p {
    width: 397px;
    margin-left: 90px;
}

#pinax ul#sub-tabs {
	display: block;
	list-style-type: none;
    margin-right: -20px;
    float: right;
}

#pinax ul#sub-tabs li {
	display: block;
	float: left;
	margin-right: 6px;
	margin-bottom: 24px;
}

#pinax ul#sub-tabs li a {
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 3px 6px;
	border: 1px solid #ccc;
}

#pinax ul#sub-tabs li a:hover {
	background: #eee;
}

#pinax .left_panel {
    margin-top: -60px;
}

#pinax table.messages {
	width: 100%;
}

#pinax table.email_list {
    width: 100%;
}

#pinax #add_email {
    margin-top: 20px;
}

#add_email #div_id_email {
    float: left;
}

#add_email #div_id_email label {
    float: left;
    margin-right: 10px;
    line-height: 1.9;
}

#add_email #div_id_email #id_email {
    height: 17px;
    margin-right: 10px;
}

#pinax .bookmarks .col1 {
    width: 90px;
}

#pinax .bookmarks .col2 {
    width: 55px;
}

#pinax .tab_header {
	width:98%;
	font-size:93%;
	line-height:normal;
	border-bottom:2px solid #006733;
	color:#00a264;
	margin: 10px 0 20px;
}

#pinax .tab_header ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

#pinax .tab_header li {
  float:left;
  margin-left:5px;
  padding:0;
  background:url("../img/tab-right.png") no-repeat right top;
}


#pinax .tab_header li.active,
#pinax .tab_header li:hover {
  background-position: right -28px;
}


#pinax .tab_header li.active a,
#pinax .tab_header li:hover a {
  background-position: left -28px;
}

#pinax .tab_header a {
  display:block;
  background:url("../img/tab-left.png") no-repeat left top;
  padding:5px 15px;
  color:#ffffff;
  font-size:larger;
}

#pinax table.bookmarks {
    width: 100%;
}

#pinax .comments {
    margin-top: 17px;
}

#pinax .responses .avatar,
#pinax .blog-avatar {
    float: left;
}

#pinax .blog-post {
    margin-left: 50px;
    margin-bottom: 20px;
}

/* The following two are because they don't want the avatars on the "My Blog" tab. */
.myblog .blog-avatar {
    display: none;
}

#pinax .myblog .blog-post {
    margin-left: 0;
}

#pinax .responses .details, 
#pinax .responses .submitted_on, 
#pinax .responses .bulk {
    margin-left: 50px;
}

#pinax ul.responses {
    list-style: none;
}

#pinax .hidden {
    display: none;
}

/* pinax */

/* Articles */
#article_container {
    font-size: 12px;
	line-height: 1.3;
}

#article_container ul {
    width: 600px;
}

#three_column_double_col_left .articles_listing, #three_column_double_col_left .category_articles_listing {
    list-style-type: none;
}
#three_column_double_col_left .articles_listing, #three_column_double_col_left .category_articles_listing a {
	font-size: 11px;
	font-weight: bold;
}

div.articles_one_column {
    margin-bottom: 10px;
    width: 475px;
}

div.clear_left {
    clear: left;
}

.articles_one_column a{
	font-size: 110%;
	font-weight: bold;
    line-height: 140%;
}

.articles_one_column p{
	font-size: 90%;
}

.articles_ml {
    margin-left: 70px;
}

.articles_one_column img {
    width:50px;
    float: left;
    margin: 5px 10px 3px 0px;
}

/* Article comments */

#article_comments {
    padding: 0px 0px 20px 0px;
}

#article_comments .responses {
    margin-bottom: 20px;
    padding-left: 0px;
    clear: left;
}

#article_comments .responses li {
    list-style-type: none;
    clear: left;
    min-height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

#article_comments .responses li .meta {
    float: left;
    margin-right: 15px;
    border-right: 1px solid #ccc;
    width: 100px;
    text-align: center;
}

#article_comments .responses li .date {
    color: #b4b4b4;
    text-indent: 116px;
    margin-bottom: 12px;
}

#article_comments ul.messages {
    color: #B13C4E;
    padding-bottom: 12px;
}

#article_comments .responses li .body {
    padding: 4px 3px;
}

#article_comments .avatar img{
    padding: 0px;
    margin: 0px;
}

#article_comments .hidden {
    display: none;
}

#article_comments textarea {
    max-width: 220px;
    padding: 5px 2px;
}

#article_comments .uniForm textarea {
    max-width: 450px;
    width: 450px;
    padding: 5px 2px;
}


/* Categories and featured articles */
.category_articles_listing img, .articles_listing img {
    width:50px;
    float: left;
    margin-right: 10px;
}

.category_articles_listing li, .articles_listing li {
    float: left;
    width: 220px;
    margin-bottom: 10px;
    margin-right: 10px;
	 height: 60px;
}

#category_header {
    background: #2972b7;
    margin: 0 6px;
    text-align: center;
    padding: 10px 0;
}

.articles_category {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.sorter_header {
  font-size:14px;
}

.sorter_inactive {
  margin-left:3px;
  margin-right:3px;
  font-size:14px;
  font-weight:bold;
  color: #313131;
}

.sorter_active {
  margin-left:3px;
  margin-right:3px;
  font-size:14px;
  font-weight:bold;
}

.pagination {
    margin-bottom: 15px;
}

.my-library {
	border: 1px solid #ccc;
	margin-right: 1px;
	margin-bottom: 6px;
	text-align: center;
	background: #fff;
}

.my-library a.add-library-btn {
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
}

.survey input[type="radio"] { vertical-align: top; }
.survey span.required {color:red;}
.survey span.helptext {color:green;}
.survey div.horizontal ul li {padding-left:10px; margin-left:10px; display:inline;}
.survey div.horizontal ul {margin-left:20px; padding-left:10px; display: inline;}

.survey {
    margin: 0 5px;
}

.survey_header {
    background-color: #177151;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 20px;
}
.survey_header p {
    font-size: .6em;
    font-weight: lighter;
    padding-bottom: 20px;
}

.survey_header h1 {
    font-size: 1.7em;
    font-weight: lighter;
    line-height: 2.3;
}

#survey ul {
    list-style: none;
}

.survey table {
    margin: 0 10px;
}

.survey form {
    margin-left: 20px;
}

textarea {
    width: 400px;
    height: 100px;
}

.subscription, .subscription_wide {
    margin: 15px;
}

.subscription .required, .subscription_wide .required {
    color: maroon;
}

.subscription label {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

.subscription_option {
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: 20px;
}

#taxid ul {
    list-style: none;
}

#magazine_choices {
    margin-top: 10px;
    width: 400px;
    margin-left: 100px;
}

#magazine_choices label {
    width: 500px;
    float: none;
}

#three_column_double_col_left .subscription #magazine_choices p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#three_column_double_col_left .subscription p.intro {
    margin-bottom: 15px;
}

#three_column_double_col_left .subscription p {
    margin-bottom: 3px;
}

#nasft {
    background: url(../images/nasft_logo.gif) 100% 0 no-repeat;
    padding-right: 102px;
    text-align: right;
    font-size: 9px;
    height: 20px;
    margin: 10px 0 20px;
    color: #505050;
    display: block;
}

.youtube {
    text-align: center;
}

#speaking_form {
    margin-left: 30px;
}

#speaking_form ul li {
	margin-top: 10px;
}

#speaking_form ul li ul.errorlist {
	margin-bottom: 0;
}

#speaking_form label {
    float: left;
    width: 120px;
    margin-top: 13px;
}

#speaking_form textarea {
    width: 350px;
    margin-top: 20px;
}

#speaking_form input, #speaking_form select {
    margin-top: 10px;
    width: 200px;
}

#speaking_form form ul li {
    list-style: none;
}

#speaking_form #submit {
    width: 100px !important;
}

.openx_ad {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.wnwh_image {
    margin: 10px 0 10px;
    width: 180px;
}

#about-nasft p, #privacy-policy p {
    margin-top: 20px;

}

#contact-form label {
    float: left;
    width: 135px;
}

#contact-form-submit {
    position: absolute;
    right: 330px;
    bottom: 121px;
}

.downloadable_link {
    font-size: 16px;
    margin-top: 20px;
}

.invitation_list {
    margin-top: -10px;
    margin-bottom: 10px;
}

.invitation_list tr td {
    padding-right: 10px;
}

select#id_product_category {
    width: 470px;   
}

div.printonly {
    display: none;
}

#breadcrumbs ol {
    list-style: none outside none;
    padding-left: 5px;
}

#breadcrumbs li {
    float: left;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 9px;
}

/* Forums */

#forums_container {
    margin: 15px 27px;
}

.create_group {
    background: url(../img/plus_sign.gif) no-repeat;
    padding-left: 18px;
}

.forums_table {
    width: 100%;
    margin: 20px 0;
}

.forums_table th {
    border-bottom: 1px solid #ccc;
    padding: 8px;
    text-transform: uppercase;
    color: #00874D;
}

.forums_table td {
    border-bottom: 1px dotted #ccc;
    padding: 8px;
    vertical-align: top;
}

#forums_container p {
    margin-bottom: 1em;
}

#forums_container h3 {
    margin-bottom: 10px;
    font-size: 14px;
}

#forums_container h2 {
    font-size: 18px;
    color: #00874D;
    margin-bottom: 15px;
}

.create_discussion {
    padding-left: 18px;
    background: url(../img/create_discussion.gif) no-repeat;
}

#forums_container .hidden {
    display: none;
}

#forum_members {
    float: left;
    width: 140px;
    margin-right: 30px;
    margin-top: 20px;
    color: #676767;
}

#forum_members h4 {
    font-size: 14px;
    line-height: 24px;
    mragin-bottom: 3px;
}

#forum_members ul {
    border-top: 1px solid #ccc;
}

#forum_members li {
    border-bottom: 1px dotted #ccc;
    padding: 3px;
}

#forum_topics {
    width: auto;
}

#forums_container .responses {
    margin-bottom: 20px;
    clear: left;
}

#forums_container .responses li {
    clear: left;
    min-height: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}

#forums_container .responses li .meta {
    float: left;
    margin-right: 15px;
    border-right: 1px solid #ccc;
    width: 100px;
    text-align: center;
}

#forums_container .responses li .date {
    color: #b4b4b4;
    text-indent: 116px;
    margin-bottom: 12px;
}

#forums_container ul.messages {
    color: #B13C4E;
    padding-bottom: 12px;
}

p.forum-sorry {
    line-height: 18px;
    font-size: 14px;
}

