/* $Id: style.css,v 1.46 2006/10/02 21:28:56 ctd Exp $ */

/*
** HTML elements
*/
body  {
  color: #000;
  background-color: #fff;
	height: 100%;
  margin: 0;
  padding: 0;
	font-size: 14px;
}
body, p, td, li, ul, ol  {
	font-family: Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
button {
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin: 0;
}
label {
	font-size: 12px;
}
td {
	padding: 0px;
}
h1 {
  color: #369;
  font-size: 1.5em;
}
img {
  display: block;
  border: 0px;
}
tr.dark td, tr.light td {
  padding: 0.1em;
	font-size: .8em;
}
tr.dark {
  /*background: #e0edfb;*/
	background: #ffffcf;
}
tr.light {
  background: #fff;
}
a:link {
  font-weight: bold;
  color: #669900
}
a:visited {
  font-weight: bold;
	color: #669900;
}
a:hover, a:active {
  font-weight: bold;
  color: #ff4500;
}
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
blockquote {
  border-left: 4px solid #69c;
  padding: 0 15px 0 15px;
  margin: 25px 100px 25px 50px;
  color: #696969;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.item-list .title {
  color: #369;
  font-size: 0.85em;
}
/* The table the header (the chiclet images) are in.  Used in header.jsp */
.table-header {
	align: center;
	border: 0px;
	/*width: 756px;*/
}
.table-header TD {
	white-space: nowrap;
	padding: 0px;
}
/* A 1x1 chiclet.  Used in the header. */
.image-chiclet {
	display: inline;
	border: 0px;
	height: 63px;
	width: 63px;
}

/* A 2x2 chiclet.  Used in the header. */
.image-chiclet-large {
	display: inline;
	border: 0px;
	height: 126px;
	width: 126px;
}

/* A 1x2 chiclet.  Used in the header. */
.image-chiclet-doublewide {
	display: inline;
	border: 0px;
	height: 63px;
	width: 126px;
}

/* A 2x1 chiclet.  Used in the header. */
.image-chiclet-doublelength {
	display: inline;
	border: 0px;
	height: 126px;
	width: 63px;
}

/*
** Page layout blocks / IDs
*/
#primary-menu  {
  background-color: #fff; /*#e0edfb;*/
	margin-left: auto;
	margin-right: auto;
}
#primary-menu tr {
  /*background: transparent url(header-a.jpg) left bottom repeat;*/
}
td#home {
  /*background: transparent url(logo-background.jpg) left top repeat;*/
}
td#home a:link img, td#home a:visited img {
  background: transparent url(logo-active.jpg) repeat;
  width: 126px;
  height: 126px;
}
td#home a:hover img {
  background: transparent url(logo-hover.jpg) repeat;
  width: 126px;
  height: 126px;
}
td.primary-links {
	padding-bottom: 3px;
}
.primary-links, .primary-links a:link, .primary-links a:visited {
  /*color: #369;*/
  /*color: #fff;*/
}
.primary-links a:hover {
	/*color: #000;
	background-color: #669900;*/
}
#primary-menu .primary-links   {
  background: transparent url(header-b.jpg) left top no-repeat;
  font-size: 0.79em;
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 2.3em;
  color: #369;
}
#secondary-menu {
	margin-left: 45%;
	text-align: left;
}
#secondary-menu TD {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#secondary-links {
	/*margin: 5px 0px 5px 0px;
	min-width: 218px;*/
	display: none;
}
#content {
  background-color: #fff;
	height: 100%;
	/*width: 100%;*/
	width: 780px;
	margin: 0px 0px auto 0px;
	padding: 0px 20px 0px 20px;
}
table#content {
	margin: 0px auto 0px auto;
}
#content > TR {
	height: 100%;
}
#content > TR > TD {
	border-width: 0px;
}
#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#mission {
  background-color: #fff;
  color: #696969;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 10px 10px 10px;
  margin: 20px 35px 0px 35px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
.site-name {
  color: #000;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  text-align: center;
	font-size: 1.2em;
}
.site-name a:link, .site-name a:visited {
  
}
.site-name a:hover {
  color: #ff8c00;
  text-decoration: underline;
}
.site-slogan {
  font-size: 0.8em;
  font-weight: bold;
}
#main {
  padding: 10px 10px 50px 10px;
}
#main UL {
	font-size: 0.8em;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin: 0.5em auto 0.5em auto;
}
.error {
  border-color: red;
}
.nav {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#top-sidebar-left {
	background-image: url(sidenav_top_middle_green.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 25px;
}
/*
#sidebar-left, #sidebar-right {
  font-size: 12px;
  padding: 10px 0px 0px 0px;
  vertical-align: top;
}
#sidebar-left {
	background-color: #FFFFCC
	border-right: 3px solid #f5f5f5;
	margin-left: 1em;
	width: 150px;
}
#sidebar-left TD {
	background-color: #FFFFCC
}
#sidebar-right {
	background-color: #FFF;
	border-left: 3px solid #f5f5f5;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: 220px;
}
#sidebar-right A, #sidebar-right A IMG {
	float: left;
}
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}
*/
.node .content {
  text-align: left;
  font-size: 1em;
  line-height: 1.1em;
}
.comment .content {
  text-align: left;
  font-size: 1em;
  line-height: 1.1;
}
#footer-message {
	padding: 15px 100px 0px 100px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
table#footer-menu {
  /*border-top: 3px solid #6699cc;
  border-bottom: 3px solid #6699cc;
  background-color: #369;
  color: #e4e9eb;*/
}
#footer-menu td {
  font-size: 0.75em;
}
#footer-menu .primary-links {
	font-size: 12px;	
}
#footer-menu a:link, #footer-menu a:visited  {
	text-decoration: underline;
}
#footer-menu a:hover  {

}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: 1.3em;
  color: #e4e9eb;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
#content .title {
  color: #000;
}
#content .title a {
	
}
.content h1 {
  color: #000;
  font-size: 1.5em;
}
.box .content DL.search-results {
	margin-top: 5px;
}
.box H2.search-results-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}
.content h3 {
  color: #69c;
  font-size: 1.1em;
}
.content h4 {
  color: #8be;
  font-size: 1.0em;
}
.content h5 {
  color: #96c6f6;
  font-size: 0.9em;
}
.submitted {
  color: #999;
  font-size: 0.79em;
}
.links {
  color: #ff8c00;
  font-size: 0.8em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 1.5em 0;
}
.box {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.box h2 {
  font-size: 9px;
}
.block .title H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px 0px 3px 0px;
	margin-bottom: 0em;
}
.block .title H3 STRONG {
	color: #EFFF99;
	font-weight: bolder;
}
.block .content {
	padding: 0px;
	margin: 0px;
}
.box .title {
  font-size: 1.2em;
}
.node SPAN.submitted {
	padding-left: 3px;
}
.node {
  margin: 0.25em 0 0.25em 0;
}
.node .content, .comment .content {
  margin: .25em 0 .25em 0;
}
.node .taxonomy {
	display: none;
}
.node .picture {
  border: 1px solid #fff;
  float: left;
  margin: 0em 0.5em 0.5em 0em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1em;
  padding: 10px 0px 12px 19px;
  background: transparent url(icon-comment.png) left center no-repeat;
}
.comment .new {
  font-weight: bold;
  font-size: 1em;
  margin-left: 2px;
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right;
  margin: 10px;
}
.links {
  font-size: 0.75em;
}
.links .prev, .links .next, .links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next  {
  font-size: 0.85em;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next.png) right center no-repeat;
}
.nav .links .next a:visited {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-visited.png) right center no-repeat;
}
.nav .links .next a:hover {
  padding: 17px 17px 17px 0;
  background: transparent url(arrow-next-hover.png) right center no-repeat;
}
.nav .links .prev a:link {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev.png) left center no-repeat;
}
.nav .links .prev a:visited {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-visited.png) left center no-repeat;
}
.nav .links .prev a:hover {
  padding: 17px 0 17px 17px;
  background: transparent url(arrow-prev-hover.png) left center no-repeat;
}
.nav .links .up a:link {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up.png) center top no-repeat;
}
.nav .links .up a:visited {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-visited.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 17px 0;
  background: transparent url(arrow-up-hover.png) center top no-repeat;
}

/*
** Module specific styles
*/
.td-block-content .content .menu {
	margin: 0px;
	padding: 0px;
}
.td-block-content .content .menu UL {
	margin: 0px;
	padding: 0px;
	aborder-width: 0px 0px 1px 0px;
	aborder-style: solid;
	aborder-color: #CCCCCC;
}
.td-block-content .content .menu UL LI {
	background-color: white;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #CCCCCC;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 175px;
}
.td-block-content .content .menu UL LI UL LI {
	border-width: 1px 0px 0px 0px;
	background-color: #DDDDDD;
}
/*.td-block-content .content .menu UL LI:first-child {
	border-width: 0px 0px 0px 0px;
}
.td-block-content .content .menu UL LI UL LI:first-child {
	border-width: 1px 0px 0px 0px;
}*/
.td-block-content .content .menu UL LI A {
	background: url(sidenav_arrow_gray.gif) no-repeat 10px;
	border: 0px;
	color: #669900;
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 54px;
	text-decoration: underline;
	width: auto;
}
.td-block-content .content .menu UL LI UL LI A {
	background: url(sidenav_arrow_gray.gif) no-repeat 20px;
	padding: 4px 0px 4px 64px;
}
.td-block-content .content .menu UL LI A.current {
	background-color: #FFFFCC;
	font-size: 10px;
	font-weight: bold;
}
/*
.td-block-content .content .menu UL LI.collapsed {
	padding: 4px 0px 4px 15px;
}
.td-block-content .content .menu UL LI.collapsed A {
	border: 0px;
	color: #669900;
	display: block;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.content ul li.leaf a, .content UL LI.collapsed A, .content UL LI.expanded A {
	border: 0px;
	display: block;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
*/
#aggregator .feed {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fafafa;
}
#tracker th img {
  float: right;
}
#tracker tr.light, #tracker tr.dark {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum {
  margin: 0px -16px 2px -16px;
	padding: 0px;
  background-color: #fff;
}
DIV#forum SPAN.forum-instruction {
	display: block;
	margin: 3px auto 3px auto;
	width: auto;
}
SPAN.forum-instruction A IMG {
	margin: auto;
}
#forum table {
  width: 100%;
  /*border: 2px solid #69c;*/
	/*border: 2px solid #79aa00;*/
}
#forum table tr th {
  text-align: center;
  /*background: #69c;*/
	background: #99cd01;
  color: #fff;
  font-size: 0.75em;
  border-bottom: 1px solid #aaa;
}
#forum table tr th a  {
  color: #fff;
  text-decoration: underline;
}
#forum table tr th img  {
  margin: 0;
}
#forum tr.dark {
  /*background: #e0edfb;*/
	background: #ffffcf;
}
#forum tr.light {
  background: #fff;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.container {
  color: #000;
  /*background: #369 url(forum-container.jpg) right top no-repeat;*/
	background: #669900;
  /*border: 2px solid #69c;*/
	border: 2px solid #79aa00;
}
#forum td.container a {
  color: #e4e9eb;
  padding: 5px 0 5px 35px;
  background: transparent url(forum-link.png) left center no-repeat;
}
#forum td.container a:visited {
  color: #e4e9eb;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
	padding-left: 1em;
}
#forum td .description {
	padding-left: 1em;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
.groups_content_listitem {
	color: black;
}
h3.groups_content_listitem {
	background-color: orange;
}
ul.groups_content_listitem li {

}


/*
EC_Styles
*/
#block-user-0 .td-block-content {
	margin: 0px;
	padding: 0px;
}
#block-user-0 .td-block-content .content {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#block-user-0 .td-block-content .content FORM {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border: 0px;
}
#block-user-0 .td-block-content .content FORM .user-login-block {
	text-align: left;
	margin: 5px auto 0px auto;
	padding: 0px 0px 0px 5px;
	border: 0px;
}
#block-user-0 .form-password, #block-user-0 .form-item {
	display: inline;
	amargin: 0px;
	apadding: 0px;
	aborder: 0px;
}
#block-user-0 LABEL {
	border: 0px;
	color: white;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	width: 65px;
}
#block-user-0 .form-password, #block-user-0 .form-text {
	font-size: 12px;
	width: 85px;
}
#block-user-0 .form-image {
	float: right;
	margin: 0px;
	padding: 5px 15px 0px 0px;
	width: auto;
}
#block-user-0 .form-item #edit-name {
	margin-bottom: 0.5em;
}
#block-user-0 .links-brown {
	font-size: 0.9em;
}
#block-user-0 .td-block-content .content FORM .login-links {
	clear: right;
	margin: 0px auto 0px 10px;
	padding: 0px;
}
#block-user-0 .td-block-content .content FORM .login-links IMG {
	 width: 8px;
	 height: 8px;
	 border: 0px;
	 float: left;
	 margin:3px 2px 0px 0px;
}
#block-user-0 .td-block-content .content FORM .login-links A {
	color: #CCFF00;
	font-size: 10px;
	display:inline;
}

.content-spacer {
	width: 10px;
	height: 12px;
	font-size: 12px;
}
#ec-titlebar-container {
	awidth:100%;
	width: 756px;
	overflow:hidden;
	height: 165px;
	margin: 0px auto 0px auto;
}
/*#earthcomber-buttonbar {
	margin: 0px auto 0px 0px;
	width: 758px; 
}*/
#earthcomber-buttonbar {
	margin: 0px auto 0px auto;
	width: 740px; 
	background-image: url(menubar_bg.gif);	
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 11px;
}
#earthcomber-buttonbar img {
	display: inline;
}
#earthcomber-buttonbar #major-links {
	width: 546px;
	vertical-align: top;
}
#earthcomber-buttonbar #minor-links {
	width: 184px;
	vertical-align: top;
	text-align: right;
}
#earthcomber-buttonbar #spacer {
	width: 5px;
}
/*
 * HACK: The login-toggle style is used to conditionally hide the logged-in text.
 * In the HTML, a div is id'd as: id="login-toggle{user_name}". If the user is logged
 * OUT, {user_name} resolves to '', therefore id resolves to 'login-toggle', and
 * the following styles will be applied, hiding the logged-in text. If logged IN,
 * id resolves to e.g. 'login-togglefabio', which doesn't match any defined styles.
 * So the div will not apply any additional styling, and the text will be visible,
 * rendered via "normal" styling rules.
 * 
 * We use this hack because XTemplate (used by drupal/community for page templating) doesn't
 * support conditional logic. So we couldn't do something like "if user_name empty" in the
 * template itself. -ctd Oct 02 2006
 *
 * UPDATE: The default user now has a login_id of 'usersview'. I don't know why and am
 * afraid to change it, so we've added #login-toggleusersview to the hidden style.
 * -rhw Apr 09 2009
*/
#earthcomber-buttonbar #login-toggle, #earthcomber-buttonbar #login-toggleusersview {
	visibility: hidden;
	height: 10px;
	overflow: hidden;
}
BUTTON.fake_button_small {
	border: 0px solid transparent;
	margin: 0px;
	padding: 0px;
}
BUTTON.fake_button_small TD.fake_button_small_middle {
	background: transparent url(button_small_middle.gif) left center repeat-x;
	color:white;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}
.form-action-buttons .form-image, .form-action-buttons IMG {
	float: left;
}
.form-element {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: normal;
}
.form-login-signup-link, .form-login-signup-link:link, .form-login-signup-link:visited {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
SPAN.form-wizard-buttons {
	display: block;
	margin-top: 1em;
	text-align: right;
}
.groups-title {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}
TABLE.groups-view-details {
	font-size: 0.8em;
	margin: 0px;
}
TABLE.groups-view-details TR TD {
	padding-left: 0.5em;
	text-align: left;
}
TABLE.groups-view-details TR TD.col1 {
	padding-left: 1em;
	padding-right: 0.5em;
	text-align: right;
}
.hr-gray {
	background-color: #CCCCCC;
	height: 1px;
	/*border-bottom-style: dashed;*/
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.inbox-my-locations {
	float: left;
	padding-top: 8px;
}
.inbox-new-button IMG {
	margin: 8px 0px 0px auto;
}
#div-advanced-search {
	margin-bottom: 8px;
}
#div-advanced-search IMG {
	 width: 8px;
	 height: 8px;
	 border: 0px;
	 float: left;
	 margin:3px 2px 0px 0px;
}
#div-advanced-search A {
	color: #CCFF00;
	font-size: 10px;
	display:inline;
}
#inputQuickSearchBox {
	vertical-align: middle;
	font-size: 12px;
	height: 16px;
	apadding: 0px 0px 0px 0px;
	margin: 3px 0px 5px 0px;
	width: 100px;
}
#inputQuickSearchSelect {
	font-size: 12px;
	vertical-align: middle;
	margin: 0px 7px 5px 0px;
	width: 96px;
}
.button-quick-search {
	vertical-align: middle;
	width: 38px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 5px;
	border: 0px none white;
}
.tr-search-top {
	height: 25px;
}
.tr-search-top TD {
	height: 25px;
}
#search {
	padding-left: 0px;
}
SPAN.search-title {
	display: block;
	margin-bottom: .35em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
SPAN.search-title STRONG {
	color: #EFFF99;
	font-weight: bolder;
}
.tr-shop-links {
	background-color: #EEFF99;
}
.tr-shop-links TD IMG {
	display: inline;
}
.table-border-all TD.table-round-left {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.table-border-all TD.table-round-right {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}
.table-border-bottom-green {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #99CC00;
}
.table-border-bottom-solid TD, TD.table-border-bottom-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table-border-sides TD.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.table-border-sides TD.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.td-background-sidenav-spacer {
	background-image: url(sidenav_spacer_noborder.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 20px;
}
.td-sidebar-left {
	height: 100%;
	vertical-align: top;
	width: 176px;
}
A:link.links-brown, TD.links-brown A:link {
	text-decoration: underline;
	font-weight: normal;
	color: #CC9900;
}
A:visited.links-brown, TD.links-brown A:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #CC9900;
}
A:active.links-brown, TD.links-brown A:active {
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;
}
.list-header {
	font-weight: bold;
}
UL.list-groups-radio {
	margin-left: 1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
UL.list-groups-radio LI {
	/*from ec_style text-light-12*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-type: none;
}
UL.list-groups-radio LI:before {
	display: none;
}
UL.list-groups {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 0.51em;
}
UL.list-groups LI {
	/*from ec_style text-light-12*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-type: circle;
	list-style-image: url(list_menu.gif);
}
UL.list-location {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
UL.list-location LI {
	/*from ec_style text-light-12*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	list-style-type: circle;
	list-style-image: url(list_menu.gif);
}
TABLE.list-groups-nodes {
	width: 100%;
}
TABLE.list-groups-nodes TD {
	vertical-align: top;
}
TABLE.list-groups-nodes TD.first-column {
	width: 100px;
}
SPAN.location-address {
	color: black;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
DIV.location-email-form FIELDSET {
	margin: 1em 0px 0px 0px;
	border-style: normal;
	border-width: 2px;
	border-color: #CCCCCC;
}
DIV.location-email-form FIELDSET LEGEND {
	color: #666666;
	font-weight: bold;
}
DIV.location-email-form FIELDSET DIV {
	float: left;
	margin: 0px;
	padding: 0.5em;
	width: 30%;
}
DIV.location-email-form FIELDSET INPUT.form-image {
	float: left;
	margin: 0px;
	padding: 0.25em 0.5em;
}
DIV.location-email-form FIELDSET DIV LABEL {
	float: right;
	font-weight: bold;
}
DIV.location-email-form FIELDSET DIV INPUT {
	margin: 0px auto 0px auto;
	width: 95%;
}
SPAN.location-form-label {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}
#location-form-table {
	margin-bottom: 1em;
}
#location-form-table TD DIV {
	padding: 0px;
	margin: 0px;
}
INPUT.location-form-text {
	display: inline;
	font-size: 11px;
	width: auto;
}
#location-map-image {
	border: 1px solid black;
	padding: 0px;
}
INPUT#location-map-image {
	float: right;
	margin: 0px;
}
IMG#location-map-image {
	margin: 0px auto 0px auto;
}
.location-stats {
	border: 1px solid blue;
	float: left;
}
.location-title {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}
DIV.map {
	border: 1px solid black;
}
.search-form .form-image {
	vertical-align: middle;
}
.table-content-main {
	margin-bottom: 1em;
	width: 100%;
}
.table-content-main-taxonomy-html {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table-content-main-taxonomy-html TABLE {
	margin-bottom: 0.5em;
	width: 100%;
}
.table-content-main-taxonomy-html TABLE TD FORM{
	display: block;
	margin: 0px;
	padding: 0px;
}
.table-content-main-taxonomy-html A:link, .table-content-main-taxonomy-html A:visited {
	text-decoration: underline;
}
.table-list {
	width: 100%;
}
TABLE.table-list TR TD A IMG {
	display: inline;
	margin-top: 3px;
	vertical-align: middle;
}
TABLE.table-list TR TD.table-list-right-align-cell {
	text-align: right;
}
TD.table-list-three-buttons {
	width: 175px;
}
.table-list-empty {
	margin: auto;
	
}
.table-round-left {
	vertical-align: top;
	width: 14px;
}
.table-sidebar-left {
	background-color: #99CC00;
	height: 100%;
	width: 176px;
}
.table-sidebar-left TR.sidebar-left-bottom {
	height: 100%;
}
.table-sidebar-left TR.sidebar-left-bottom TD {
	background-color: #FFF;
	height: 100%;
}
.table-sidebar-left-padding {
	margin-left: 0.5em;
}
.table-round-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.table-round-right {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 14px;
}
.table-square-title {
	height: 12px;
	background-color:#99CC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
.table-square-title .tabs IMG {
	display: none;
}
.table-square-title A.links-white:active, .table-square-title A.links-white:visited, .table-square-title A.links-white:link, .table-square-title A.links-white:hover {
	color: white;
	font-weight: bold;
}
.table-square-title DIV.breadcrumb {
	display: inline;
}
.table-square-title DIV.breadcrumb A:active, .table-square-title DIV.breadcrumb A:visited, .table-square-title DIV.breadcrumb A:link, .table-square-title DIV.breadcrumb A:hover  {
	color: white;
	font-weight: bold;
}
.tr-sidenav-bottom TD.border-bottom-image {
	background-image: url(sidenav_bottom.gif);
	background-repeat: repeat-x;
	height: 17px;
}
.tr-sidenav-bottom TD IMG.left {
	float: left;
	height: 17px;
	width: 14px;
}
.tr-sidenav-bottom TD IMG.right {
	float: right;
	height: 17px;
	width: 14px;
}
.a-local-menu-task {
	float:right;
	margin: 0px 0px -2px 0px;
	overflow: visible;
	padding: 0px;
	vertical-align: middle;
}
.taxonomy-breadcrumb {
	text-align: left;
	width: 100%;
}
.taxonomy-html-browse-table {
	width: 100%;
}
.taxonomy-html-browse-table TD {
	width: 50%;
}
.taxonomy-html-creategroupbut {
	float: right;
	margin: auto 1em 0px auto;
}
SPAN.taxonomy-html-level-1 {
	display: block;
	margin: auto 0em 0.5em 0.5em;
}
SPAN.taxonomy-html-level-1, SPAN.taxonomy-html-level-1 a, SPAN.taxonomy-html-level-1 a:link, SPAN.taxonomy-html-level-1 a:visited {
	font-size: 0.9em;
	font-weight: normal;
}
.taxonomy-html-overview-headerhtml {
	font-size: 1.2em;
	margin-top: 0.5em;
}
.taxonomy-html-overview-headerhtml-createbut {
	float: right;
	padding: 0.5em 1em 0em 0em;
}
#taxonomyInputSearchBox {
	vertical-align: middle;
	padding: 0px;
	width: auto;
}
#taxonomySearch {
	text-align: center;
	padding: 0px;
	margin: 5px auto 0px auto;
}
SPAN.taxonomy-search-title {
	font-weight: bold;
	/*from ec_style text-light-12*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.text-light-10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text-pale-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.text-light-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.text-dark-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#div-map {
	border:1px solid grey;
	clear: left;
	height:400px;
	margin: 0px auto 0px auto;
	width:460px;		
}
#div-mapedit {
	border:1px solid grey;
	clear: left;
	height:400px;
	margin: 0px 0px 0px 0px;
	width:400px;		
}
.div-locationpopup {
	font-size: 10px;
	width:250px;
}
.div-locationpopup img {
	margin-top: 3px;
	margin-right: 3px;
}
.div-locationpopup strong {
	font-size: 12px;
	font-weight: bold;
}
#div-maplatitude {
	clear: left;
	display: none;
}
#div-maplongitude {
	clear: left;
	display: none;
}
#iframe-google-maps {
	border: 0px;
	float: left;
	height: 404px;
	margin: 0px 5px 0px 0px;
	overflow: hidden;
	padding: 0px;
	width: 404px;
}

/* For styling the FAQ page */

.faq {
        font-size: 14px;
}
.faq h3 {
        font-size: 16px;
        color: #CC9900;
}
.faq ul li, ol li {
        font-size: 14px;
        padding: 3px;
}
.faq a {
        font-weight: normal;
}












