
/* colorschemes.css */

a { color: #007700; text-decoration: none; }
a:hover { color: #007700; text-decoration: underline; }
a:active { color: #007700; text-decoration: underline; }

.link { color: #007700; }
.link:hover { color: #007700; }
.link:active { color: #007700; }

.pseudolink { color: #007700; cursor: pointer; }
.pseudolink:hover { color: #007700; text-decoration: underline;}

.textHlt { color: #006600; }

.buttonHlt:hover { background-color: #ccffcc; }

.borderHltColor {
	border-color: #339966;
}

.backgroundHlt {
	background-color: #CBD9C3;
}

.frame_MenuBackgroundColor {
	background-color: #184d17;
}

.frame_MenuItemColor {
	color: #ffffff;
}
.frame_MenuItemColor:hover {
	color: #bbeeaa;
}

img.bordered {
	border:1px solid #007700;
}

u.hl {
	text-decoration-color:#8899ff;
	text-decoration-thickness:2px;
}

/* checklist_frame.css */

.frame_Banner {
	background-image: url('../graphics/logo-pnw.png');
	background-position: 8px 50%;
	background-size: 84px 67px;
}
.frame_MenuItemSeparator {
	background: url('../graphics/menu-separator-pnw.png') no-repeat 100% 50%;
}


/* checklist_general.css */

@media (max-width: 620px) {
	.intro_SeeAlsoHeader { background-color: #669966; }
	.stat_TableHeaderCell { background-color: #669966; }
	.data_TableHeaderCell {	background-color: #669966; }
}
@media (min-width: 621px) {
	.intro_SeeAlsoHeader { background-color: #669966; }
	.stat_TableHeaderCell { background-color: #669966; }
	.data_TableHeaderCell { background-color: #669966; }
}

/* checklist_list.css */

@media (max-width: 620px) {
	.list_Header { background-color: #669966; color:#ffffff; }
	.list_TableBlue { background-color: #669966; }
}
@media (min-width: 621px) {
	.list_TableBlue { background-color: #669966; }
}

/* checklist_taxon.css */
@media (max-width: 620px) {
	.taxon_Header { background-color: #669966; }
}
@media (min-width: 621px) {
	.taxon_Header { background-color: #669966; }
}
