body {
	padding: 0;
	margin: 0;
	font-family: 'Arial', 'Helvetica', 'Verdana', 'Sans Serif';
	font-size: 12px;
	background-color :#aec2de;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	background-color :#fcfcfc;
}

h1 {
	color: #aeb2ce;
	font-size: 180%;
	font-weight: 900;
	text-align: center;
	background-color: #e9e5ff;
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #aeb2ce;
}

h2 {
	color: #9ea2be;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 3px;
	padding: 2px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

h3 {
	margin: 3px 0;
}

.pct5, .pct10, .pct15, .pct20, .pct25, .pct30, .pct35, .pct40, .pct45, .pct50, .pct55, .pct60, .pct65, .pct70, .pct75, .pct80, .pct85, .pct90, .pct95, .pct100 {
	float: left;
}

.pct5 { width: 5%; }
.pct10 { width: 10%; }
.pct15 { width: 15%; }
.pct20 { width: 20%; }
.pct25 { width: 25%; }
.pct30 { width: 30%; }
.pct35 { width: 35%; }
.pct40 { width: 40%; }
.pct45 { width: 45%; }
.pct50 { width: 50%; }
.pct55 { width: 55%; }
.pct60 { width: 60%; }
.pct65 { width: 65%; }
.pct70 { width: 70%; }
.pct75 { width: 75%; }
.pct80 { width: 80%; }
.pct85 { width: 85%; }
.pct90 { width: 90%; }
.pct95 { width: 95%; }
.pct100 { width: 100%; }

.listItem {
	position: relative;
	padding: 10px 0 10px;
	border-bottom: 1px solid #eee;
}

.listItem.last-child {
	border: none;
}

.listItem:hover {
	background: #e3e3ff;
}

/* The drop Button for list items */
.dropbuttonHolder {
	float: right;
	min-width: 8em;
	max-width: 16em;
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 9998;
}

.dropbuttonHolder:hover {
	z-index: 9999;
}

.dropbutton {
	white-space: nowrap;
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.dropbutton li {
	padding: 0 5px;
	display: none;
	text-align: left;
}

.dropbutton li.first-child {
	display: block;
}

.dropbutton:hover li,
.dropbutton.hovering li {
	display: block;
}

.dropbutton a,
.dropbutton a:link:visited:active,
.dropbutton button,
.dropbutton input {
	font-weight: normal;
	display: block;
	padding-right: 20px;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 9px;
	padding-left: 0px;
	outline: none;
}

.dropbutton li:hover {
	background: #aaf;
}

.dropbutton li.first-child.last-child:hover {
	/* No background hover if only one <li> */
	background: none;
}

.dropbutton li.first-child a {
	/* Add dropdown indicator to first child */
	background: url(/pics/arrowdown.png) right 6px no-repeat;
}

.dropbutton li.first-child.last-child a {
	/* No dropdown indicator if only one <li> */
	background: none;
	padding-right: 0;
}

div#creditBox {
	display: block;
	Xbackground-color :#aec2de;
	font-size: 90%;
	text-align: center;
	margin: 5px 2px 15px 2px;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
	border-color: #a00000;
	width: 180px;
}

div#creditBox .title {
	font-size: 105%;
	font-weight: 900;
	color: #a00000;
}

div#creditBox .credit {
	font-weight: 900;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#creditBox .link {
	font-size: 90%;
	font-weight: 900;
	margin: 0px 2px 2px 2px;
}

div#login {
	display: block;
	background-color :#aec2de;
	font-size: 90%;
	text-align: left;
	margin: 5px 2px 15px 2px;
	padding: 2px;
	border-width: 2px;
	border-style: groove;
	width: 180px;
}

div#login .greeting {
	font-size: 105%;
	font-weight: 900;
	text-align: center;
	margin: 5px 2px 2px 2px;
}

div#login .logout {
	font-size: 90%;
	font-weight: 900;
	text-align: center;
	margin: 0px 2px 2px 2px;
}

div#login .loginError {
	font-size: 8pt;
	text-align: justify;
	color: #dd4444;
	border-width: 1px;
	border-color: #ff0000;
	border-style: solid;
	padding: 3px;
	margin-bottom: 3px;
}

div#login #logout {
	text-align: right;
}

div#login #loginForm .title {
	display: block;
	text-align: center;
	margin: 0;
	font-size: 105%;
	font-weight: 700;
}

div#login #loginForm .options {
	display: block;
	text-align: center;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	width: 160px;
	font-size: 90%;
}

div#login #loginForm .label {
	width: 58px;
	text-align: left;
	margin: 0;
	margin-left: 10px;
	font-size: 90%;
	font-weight: 500;
	float: left;
}

div#login #loginForm .loginInput {
	margin: 0px;
	margin-bottom: 2px;
	font-size: 90%;
	width: 100px;
}

div#login #loginForm .loginSubmit {
	margin: 0px;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 90%;
	font-weight: 800;
	width: 160px;
}

a, a:link:visited:active {
	color: #483d8b;
}

a:hover {
	color: #1e90ff;
}

td.searchpath {
	font-family: 'Arial', 'Helvetica', 'Verdana', 'Sans Serif';
	font-size: 90%;
	color: #483d8b;
	font-weight: bold;
}

table.homeCat {
	border-width: 1px;
	border-style: solid;
	border-color: #9ea2be;
	background-color: #e0e0ee;
}

table.homeCat tr td {
	vertical-align: top;
}

table.homeCat tr td .title {
	font-size: 95%;
	font-weight: bold;
}

table.homeCat tr td .catList {
	font-size: 95%;
}

table.homeCat tr td .subCats a {
	text-decoration: none;
}

table.subCat tr td {
	vertical-align: top;
}

.prevpage, .noprevpage, .nextpage, .nonextpage {
	white-space: nowrap;
	font-size: 90%
}

.prevpage, .noprevpage {
	float: left;
	clear: left;
}

.nextpage, .nonextpage {
	float: right;
	clear: right;
	text-align: right;
}

.nonextpage, .noprevpage {
	color: #ffffff;
}

td.usermenu {
	background-color: #00008b;
}

#ajaxLoading {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 64px;
	width: 64px;
	z-index: 99999;
	display: hidden;
}

.justify {
	text-align: justify;
}

.nolisting {
	font-family: 'Arial', 'Helvetica', 'Verdana', 'Sans Serif';
	color: #ff0000;
	font-weight: bold;
}

form.query {
	margin-bottom: 0;
	padding-bottom: 0;
}

table.middle td {
	vertical-align: middle;
}

td.bottom {
	vertical-align: bottom;
}

.error {
	color: #ff0000;
}

form#search .textbox {
	margin: 0px 10px 5px 10px;
	font-size: 90%;
	width: 160px;
}

form#search .button {
	margin: 0px 10px 5px 10px;
	font-size: 90%;
	width: 160px;
	font-weight: 800;
}

form#search .title {
	display: block;
	text-align: center;
	margin: 0;
	font-size: 105%;
	font-weight: 700;
}

div.searchMenu {
	width: 460px;
	border-style: ridge;
	border-width: 2px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: center;
}

.marginTop40 {
	margin-top: 40px;
}

div.searchMenu form#search .textbox {
	width: 250px;
}

div.searchMenu form#search .button {
	width: 100px;
}

div.footer {
	margin: 10px 5px 5px 5px;
	padding: 2px;
	border-width: 2px;
	border-style: groove;
	text-align: center;
}

div.drilldown {
	color: #000000;
	border: 1px black solid;
	font-size: 45%;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	float: right;
	clear: right;
}

div.drilldown select {
	background-color: #e9e5ff;
	font-size: 80%;
}

div.resourceScore {
	border-style: solid;
	border-width: 1px;
	border-color: #0000ff;
	width: 30px;
	height: 10px;
	text-align: left;
}

div.listItem2 {
	margin-bottom: 15px;
}

.listItemOpts {
	font-size: 85%;
}

#mainSection {
	border: 1px solid #000000;
	background-color: #e9e5ff;
	width: 95%;
	text-align: left;
	margin: 0px auto 0px auto;
}

div.menuBox {
	margin: 5px 2px 15px 2px;
	padding: 2px;
	border-width: 2px;
	border-style: groove;
	background-color: #dfe0de;
	text-align: center;
	width: 180px;
}

div.menuTitle {
	font-weight: 900;
}

div.menuItem a {
	display: block;
	color: #a64c3a;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	padding: 0px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #dfe0de;
}

div.menuItem a:link:visited:active {
	color: #a64c3a;
}

div.menuItem a:hover {
	color: #5e6168;
	border-color: #5e6168;
}

.HTMLpageSponsorAdM {
	margin-top: 30px;
	margin-bottom: 30px;
}

a.smaller {
	font-size: 85%;
}

.reduceText {
	font-size: 85%;
}

.reduceText40 {
	font-size: 40%;
}

td#mainContent {
	background-color: #fbf6ff;
	padding: 2px;
	vertical-align: top;
	text-align: justify;
}

div.copyright {
	margin: 5px;
	font-size: 75%;
}

div.floatingMenu {
	float: right;
	border-style: ridge;
	border-width: 2px;
	background-color: #eeeeee;
	padding: 5px;
	margin: 3px 0px 5px 5px;
}

div.floatingMenu a {
	display: block;
	padding: 3px;
	margin: 5px 0px 5px 0px;
}

div.myResList {
	border-style: groove;
	border-width: 2px;
	padding: 5px 2px 5px 2px;
	margin: 20px 5px 5px 5px;
	background-color: #e9e5ff;
	text-align: center;
}

div.myResList div.myResListItem a {
	display: block;
	padding: 3px;
	margin: 2px 0px 2px 0px;
	font-size: 90%;
}


div.myResList div.myResListItem a {
	display: block;
	color: #a64c3a;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	padding: 0px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #e9e5ff;
}

div.myResList div.myResListItem a:link:visited:active {
	color: #a64c3a;
}

div.myResList div.myResListItem a:hover {
	color: #5e6168;
	border-color: #5e6168;
}

img.floatRight {
	float: right;
	margin: 3px 3px 5px 5px;
 }

.errorMessage {
	background-color: #ffff99;
	padding: 5px;
	margin: 25px 10% 5px 10%;
	border-width: 2px;
	border-style: groove;
	color: #0000b0;
}

.errorMessage .errorHeading {
	color: #ff0000;
	font-weight: 900;
	text-align: center;
	margin: 2px 0px 2px 0px;
	font-size: 130%;
}

.errorMessage .errorText {
	text-align: center;
}

.messageMessage {
	background-color: #ffff99;
	padding: 5px;
	margin: 25px 10% 5px 10%;
	border-width: 2px;
	border-style: groove;
	color: #0000b0;
}

.messageMessage .messageHeading {
	color: #0000ff;
	font-weight: 900;
	text-align: center;
	margin: 2px 0px 2px 0px;
	font-size: 130%;
}

.messageMessage .messageText {
	text-align: center;
}

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

.resourceContactInfo .resourceContactInfoHead {
	font-size: 140%;
	font-weight: 900;
}

.resourceContactInfo .resourceContactInfoAvail {
	font-size: 110%;
	color: #7070ff;
	margin-bottom: 15px;
}

.resourceContactInfoOpts {
	text-align: right;
	font-size: 85%;
}

.resourceContactInfoDesc {
}

div.contactDetailsBox1, div.contactDetailsBox2 {
	padding: 5px;
}

div.contactDetailsBox2 {
	width: 180px;
}

.cbdForm {
	background-color: #f0f0f0;
	border-style: dotted;
	border-width: 1px;
}

.cbdFormIndent {
	margin: 5px 40px 5px 40px;
}

.cbdFormMini {
	margin: 5px;
	text-align: justify;
	font-size: 90%;
}

form.cbdForm input, form.cbdForm textarea, form.cbdForm select {
	font-size: 100%;
	font-weight: normal;
}

form.cbdForm input.entry, form.cbdForm textarea {
	border-style: groove;
}

.cbdFormHeading {
	margin-bottom: 10px;
	padding: 3px;
	background-color: #b0b4de;
	text-align: center;
}

.cbdFormFooter {
	margin-top: 10px;
	padding: 3px;
	background-color: #b0b4de;
	text-align: right;
}

.cbdFormWarn {
	margin: 5px 0px 5px 0px;
	font-size: 90%;
	font-weight: bold;
	color: #a00000;
	text-align: center;
}

.cbdFormBlurb {
	margin: 5px 0px 5px 0px;
	font-size: 90%;
	text-align: justify;
}

table.cbdTableList {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-color: #000033;
	border-style: solid;
	font-size: 90%;
}

tr.cbdTableListHead {
	background-color: #b0b4de;
}

tr.cbdTableListHead td {
	padding: 3px 6px 3px 6px;
	font-weight: 900;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
	color: #000033;
}

tr.cbdTableListColHead {
	background-color: #d0d4fe;
}

tr.cbdTableListColHead td {
	padding: 3px 6px 3px 6px;
	text-align: center;
	color: #0a0a33;
	border-bottom-width: 1px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
	font-weight: 700;
}

tr.cbdTableListMidColHead {
	background-color: #d0d4fe;
}

tr.cbdTableListMidColHead td {
	padding: 3px 6px 3px 6px;
	text-align: center;
	color: #0a0a33;
	border-bottom-width: 1px;
	border-bottom-color: #000033;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-color: #000033;
	border-top-style: solid;
	font-weight: 700;
}

tr.cbdTableListTail {
	background-color: #b0b4de;
}

tr.cbdTableListTail td {
	text-align: right;
	border-top-width: 1px;
	border-top-color: #00008b;
	border-top-style: solid;
	color: #000033;
}

tr.cbdTableListColTail {
	background-color: #d0d4fe;
}

tr.cbdTableListColTail td {
	text-align: right;
	color: #0a0a33;
	border-top-width: 1px;
	border-top-color: #00008b;
	border-top-style: solid;
}

tr.cbdTableListItemHidden {
	display: none;
}

tr.cbdTableListItem td {
	padding: 3px 6px 3px 6px;
	border-right-width: 1px;
	border-right-color: #c0c0f0;
	border-right-style: solid;
	color: #000033;
}

tr.cbdTableListItemEven {
	background-color: #e6e6ff;
}

tr.cbdTableListItemOdd {
	background-color: #d6d6ff;
}

tr.cbdTableListItemSelected {
	background-color: #6f6 !important;
}

tr.cbdTableListItemHover {
	background-color: #b3b3c3;
}

.cbdTableFilterOn {
	font-weight: bold;
	font-size: 130%;
	color: #c33;
}


table.bannerStats {
	border-style: ridge;
	border-width: 2px;
	background-color: #ffff99;
}

table.bannerStats tr td {
	color: #0000b0;
	font-size: 85%;
	text-align: right;
	white-space: nowrap;
}

table.bannerStats tr td.bannerStatsHeading {
	font-weight: 900;
	text-align: center;
	margin: 2px 0px 2px 0px;
	font-size: 125%;
}

table.bannerStats table tr th {
	color: #0000b0;
	font-size: 85%;
	text-align: right;
	white-space: nowrap;
}

table.bannerStatsSub {
	border-style: solid;
	border-width: 1px;
	border-color: #0000ff;
}

table.bannerStatsSub tr td {
	white-space: nowrap;
	font-size: 85%;
}

div.editBannerBox {
	margin: 12px;
	padding: 3px;
	border-style: dotted;
	border-width: 1px;
	border-color: #9090c0;
}

div.editBannerBox table {
	border-style: none;
}

div.editBannerBox a.editBannerBoxMenu {
	font-size: 80%;
}

table.keywords tr td {
	border-style: solid;
	border-color: #9090c0;
	border-width: 1px;
}

.spaced {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.spaced li {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.atomLink {
	margin: 20px 0px 0px 0px;
	color: #909090;
	font-size: 90%;
	text-align: center;
}

div.atomLink a {
	color: #909090;
}

div.menuRef {
	display: none;
	text-align: justify;
	font-size: 80%;
}

div.footerRef {
	display: none;
	text-align: justify;
	font-size: 80%;
	margin: 50px 10px 10px 10px;
	border-style: solid;
	border-color: #9090c0;
	border-width: 1px;
}

.quote {
	border-width: 2px;
	border-style: solid;
	border-color: #909090;
	margin: 10px;
	padding: 5px;
	font-size: 95%;
	color: #0000a0;
	background-color: #e0e0ff;
}

.resourceLinkID {
	display: none;
}

form#forceReverify {
	 font-size: 90%;
	 text-align: center;
}

form#forceReverify #resourceName {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
}

form#forceReverify input[type=text], form#forceReverify textarea {
	 background: #ffe0e0;
	 font-size: 90%;
}

form#forceReverify textarea.reason {
	 width: 95%;
	 height: 50px;
	 margin-bottom: 3px;
}

form#forceReverify input[type=submit] {
	 font-weight: bold;
	 margin-top: 6px;
}

form#forceReverify div.FRVerr {
	 font-size: 90%;
	 border: 2px solid #ff0000;
	 background: #ffa0a0;
	 width: 90%;
	 text-align: center;
	 font-weight: bold;
	 color: #000000;
	 margin: 0 auto 0 auto;
}

.hiddenProperty {
	display: none;
}

.besText {
	border: solid 5px #b0c4de;
	width: 468px;
	padding: 3px;
	background-color: #c4d8f2;
	margin-bottom: 12px;
}

.besText .bestTextHeading {
	font-size: 90%;
	font-face: Arial;
	text-align: center;
	font-weight: bold;
}

.besText .bestTextText {
	font-size: 80%;
	text-align: justify;
}

.besGraphic {
	margin-bottom: 12px;
}

option.locationsType_d {
	color: orange;
}

option.locationsType_g {
	color: #0f0;
}

.locationsType2_d {
	background-color: orange;
}

.locationsType2_g {
	background-color: #0f0;
}

.locationsType2_err {
	background-color: #f00;
}

.locationsType2_unknown {
	background-color: #00f;
}

.locationStatus_good {
	color: #0f0;
}

.locationStatus_warning {
	color: orange;
}

.locationStatus_bad {
	color: #f00;
}

.deletedContent {
	color: #f00 !important;
	text-decoration: line-through !important;
}

