
@import 'recaptcha_placement.css';
@import 'common.css';
@import 'bannerTitle.css';
@import 'logoElementsPosition.css';



/* FIXME: for speed, move classes to inline at the top of pages when they can be without duplication. 
   to views/visualHeader, for example. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	zoom: 1;
} /* to fix IE 'has_layout' stupidness */

/* for ideatree in general */
html {
	-webkit-font-smoothing: subpixel-antialiased;
	height: 100%; /* to allow background CSS gradient to stretch full height */
}

a {
	cursor:pointer;
}
a, img { /* fix IE putting borders when html says not to */
	border:none;
	outline:none;
	border-style:none;
}

button, input {
	-webkit-user-select:text;
}

.share-buttons img {
	float:right;
	width: 55px;
	vertical-align:top;
	padding: 15px 5px 10px 15px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

.videoCaption {
	text-align:center;
	width:100%;
	top:100px;
	font-size: 22pt !important;
}

h1, .homePageIconTitle {
/* font-size in pixels:  h1 is useful for SEO, but reduce size (and percent doesn't work consistently). */
/* font-family: "lato","josefin","Lucida Sans Unicode","Tahoma","Franklin Gothic Book",Arial,sans-serif;  */
font-family: "Tahoma","Franklin Gothic Book",Arial,sans-serif; 
font-size: 22px; /* make points */
line-height: 1.2em;
text-transform: uppercase;
letter-spacing: 2px; /* make ems */
font-weight: 600;
font-style: normal;
clear:left;
}

h1.explanation {
	position:relative;
	top:-10px;
	left:0px;
	white-space:nowrap;
}
h2 {
	/* FIXME: these additions part of the table class used in PreSignup, but messes up everything else. */
  /*font-size:20px; */ /* h1 used for SEO, but reduce size (and percent doesn't work consistently). */
  /* color:#1073af; */
  /* font-size:1.5em; */
  /* margin:0px 0px 0px 0px; */
	/* color: rgba(26, 26, 26, 0.7);*/
	color:#6578A7 !important; 
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6em;
}
h1,h2,h3,.helpHeader {
	text-rendering: optimizelegibility;
}
h2, h3, .helpHeader  {
	/*font-family:"Adobe Garamond Pro","Constantia","Times New Roman",Times,serif; */
	font-family: "Tahoma","Franklin Gothic Book",Arial,sans-serif; 
}
h3,.helpHeader {
  font-size: 14pt;
	font-weight:normal;
}

body {
  font-size:100%;
  margin:0px;
  padding:0px;
  text-align:center; /* IE hack for page centering */
}

/* // FIXME: experiment with these on different devices
input {
-webkit-touch-callout: none;
-webkit-user-select: text; // prevents Copy overlay coming up on long finger down on Safari
-khtml-user-select: none; // locks fields on Safari
-moz-user-select: none;
-ms-user-select: none;
user-select: none;      
}
*/
.shadowText {
  text-shadow: gray 0.1em 0.1em 0.2em;
} 
button {
  cursor:pointer;
}
fieldset {
  /* background-color: #d6dae3;*/  /* butterscotch */
  /*background-color: #d7cf7E; */
  /*border:3px solid #40a3df;*/ /* blue */
  color:#444;
  border:3px solid #bbb;
  text-align:left;
  padding: 5px;
  width:295px;
}

.textgraph {
  font-weight:bold;
	border-style:none;
	text-align:left;
	color:black;	
  text-decoration:none;
	padding-left:5px;
	outline: 1px solid LightGray;
	width:100%;
}
.tgCell, .tgPredCell { /* text graph cell */
	width:17ch; /* match to settings.OUTLINE_NODE_LABEL_LENGTH */
	word-wrap: break-word;
	float:left;
	padding: 5px 0px 5px 5px;
}
.tgPredCell {
	width:13ch; /* match to settings.OUTLINE_EDGE_LABEL_LENGTH + 1 */
}

.cursorPointer {
	cursor:pointer;
}
.notVisible {
	visibility:hidden;
}
.hidden { /* FIXME: rename displayNone */
	display:none;
}
.underlined {
	text-decoration:underline !important;
}

.noListBullets, .noListBullets > ul {
	list-style: none;
  padding: 0;
  margin: 0;
}

.spacedBullets li:not(:last-child) {
    margin-bottom: 15pt;
}

/* FIXME: the above needed if this is present? */
td.noListBullets ul li {
	list-style-type:none; 
	display:inline;
  padding: 0;
  margin: 0 10px 0 0;
}

.minHeight300 {
  min-height:300px;
}
.zeroSize {
  width: 0;
  height: 0;
}
.width85percent {
  width:85%;
}
.width75percent {
  width:75%;
}
.one100widthPercent {
	width:100%;
}
.two100width {
	width:200px;
}
.two50width {
	width:250px;
}
.three50width {
	width:350px;
}
.three100width {
	width:300px;
}
.four20Width {
	width:420px;
}
.nineEmWidth {
	width:9em;
}
.thirty5emWidth { /* FIXME: should actually be in ch */
	width:35em;
}
.eighteenChMINwidth {
	min-width:18ch;
}
.fortyWidth {
	width:40px;
}
.four100width {
	width:400px;
}
.four60width {
	width:460px;
}

.five100width {
	width:500px;
}
.six100width {
	width:600px; 
}
.seven100width {
	width:700px;
}
.eight100width {
	width:800px;
}
.eightFiftyWidth {
	width:850px;
}
.width1percent {
	width:1%;
}
.width10percent {
	width:10%;
}
.width15percent {
	width:15%;
}
.fourty5PercentWidth {
	width:45%;
}
.fiftyPercentWidth {
	width:50%;
}
.seventyFivePercentWidth {
	width:75%;
}
.width80percent {
	width:80%;
}
.width90percent {
	width:90%;
}
.width99percent {
	width:100%;
}
.width100percent {
	width:100%;
}

.hugeZ {
	z-index:2000;
}
.zZero {
	z-index:0;
}
.zOne{
	z-index:1;
}
.zTen {
	z-index:10;
}

.posAbsolute{
	position:absolute;
}
.posFixed {
	position:fixed;
}
.posRelative {
	position:relative;
}
.left12 {
	left:12px;
}
.left20 {
	left:20px;
}
.left50 {
	left:50px;
}
.leftNeg85 {
	left:-85px;
}
.left110 {
	left:110px;
}
.leftZero {
	left:0px;
}
.topNeg15 {
	top:-15px;
}
.topNeg20 {
	top:-20px;
}
.topNeg30 {
	top:-30px;
}
.topZero {
	top:0px;
}
.topTen{
	top:10px;
}
.topNeg30 {
	top:-30px;
}
.topNeg50 {
	top:-50px;
}
.topNeg100 {
	top:-100px;
}
.top150 {
	top:150px !important;
}
.top200 {
	top:200px;
}
.top300 {
	top:300px !important;
}
.top400 {
	top:400px;
}

.floatRight {
	float:right;
}
.floatLeft{
	float:left;
}
.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.dispBlock {
	display:block;
}
.dispInline{
	display:inline;
}
.noSelect {
	/* disable accidental swipe selection */
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}
.hideDiv {
	width:1px;
	height:1px;
	border:0px dotted transparent; /* for some reason, won't go to 1px width/height, so make invisible anyway */
	overflow:hidden;
	display:none;
}
.maxHeight600 {
}
.margin10px {
	margin:10px;
}
.margin30px {
	margin:30px;
}
.noLeftMargin {
	margin-left:0px !important;
}
.smallLeftMargin {
	margin-left:25px;
}
.veryLargeLeftMargin {
	margin-left:200px;
}
.medLeftMargin {
	margin-left:40px;
}
.medRightMargin {
	margin-right:30px;
}
.smallestTopMargin {
	margin-top:10px;
}
.smallTopMargin {
	margin-top:20px;
}
.medTopMargin {
	margin-top:40px;
}
.largeTopMargin {
	margin-top:50px;
}
.veryLargeTopMargin {
	margin-top:200px;
}




/* FIXME: misnomer */
.smallHorizMargin{
	margin:0 10px 10px 0;
}

.noMargins {
	margin:0px;
}
.medHorizMargin {
	margin:0px 25px;
}
.largeHorizMargin {
	margin:0px 40px; 
}
.tinyMarginTop {
	margin-top:10px; 
}
.smallMarginTop {
	margin-top:20px; 
}
.medMarginTop {
	margin-top:30px; 
}
.medNegMarginTop {
	margin-top:-30px; 
}
.medVertMargin {
	margin:20px 0px;
}
.largeVertMargin {
	margin:50px 0px;
}
.smallMarginBottom {
	margin-bottom:10px;
}
.medMarginBottom {
	margin-bottom:40px;
}
.leftPad100px {
	padding-left:100px;
}
.leftPad200px {
	padding-left:200px;
}
.rightPad50px {
	padding-right:50px;
}
.noPadding {
	padding:0px;
}
.tinyPad {
	padding:5px;
}
.smallPad {
	padding:10px;
}
.medPad {
	padding:20px;
}
.medPadHoriz {
	padding-right: 30px;
	padding-left: 30px; 
}
.noPadBottom {
	padding-bottom:0px !important;
}
.medPadBottom {
	padding-bottom:30px;
}
.medLargePadBottom {
	padding-bottom:60px;
}
.bigPadBottom {
	padding-bottom:100px;
}
.nanoPadTop {
	padding-top:10px;
}
.tinyPadTop {
	padding-top:20px;
}
.medPadTop {
	padding-top:25px;
}
.smallPadTop {
	padding-top:40px;
}
.largePadTop {
	padding-top:80px;
}
.veryLargePadTop {
	padding-top:96px;
}
.centeredWithTopBotMargin {
	margin:10px auto;
}
.letterSpaceOneHalf {
	letter-spacing:0.5em;
}
.textLetterSpacing2px {
	letter-spacing:2px
}
.centerText, .PopupTitle {
	text-align:center;
	text-align: -webkit-center;
}
.color9Text {
	color:#999;
}
.leftText {
	text-align:left;
}
.rightText {
	text-align:right;
}

/* FIXME: a duplicate */
.alignLeft {
	text-align:left;
}
.leftJustify {
	text-justify:justify; /* FIXME  a) used anywhere?  b) misnamed */
}
.boldText {
	font-weight:bold;
}
.blackText { /* rename colorBlack to match what's below. */
	color:#000000;
}
.strongBlack {
	font-weight:bold;
	color:black;
}
.strongGreenText {
	color:#00FF00;
	font-weight:bold;
}
.yellowHighlight {
	background-color:#F3F781;
}

.whiteOnBlack {
	background-color:black;
	color:white; 
}

/* FIXME: rename */
.normalText {
	font-weight:normal;
}
.italicText {
	font-style:italic; /* FIXME font-style or font-face? */
}
/* FIXME: redundant */
.normalTextStyle {
	font-style: normal; 
}
.noDecorateText {
	text-decoration:none;
}
.tinyGrayText {
	color:#bbbbbb;
	font-size:80%;
}
.sizeText33percent  {
	font-size:33%; 
}
.sizeText90percent  {
	font-size:90%; 
}
.sizeText100percent  {
	font-size:100%; 
}
.sizeText120percent  {
	font-size:120%; 
}
.doubleSizeText {
	font-size:200%;
}
.tripleSizeText {
	font-size:300%;
}
.quadrupleSizeText {
	font-size:400%;
}

.twentyFourPxText {
	font-size:24px;
}
.noHeight {
	height:0px;
}
.height20px {
	height:20px;
}
.height40px {
	height:40px;
}
.height55px {
	height:55px;
}
.height100px {
	height:100px;
}
.height150px {
	height:150px;
}
.height200px {
	height:200px;
}
.height400px {
	height:400px;
}

.borderNone {
	border:none;
}
.noBorder {
	border-style:none;
}
.noRightBorder {
	border-right:none !important;
}
.noLeftBorder {
	border-left:none !important;
}
.noBottomBorder {
	border-bottom:none !important;
}
.noLeftBorder {
	border-left:none !important;
}
.noTopBorder {
	border-top:none !important;
}
.borderDotted {
	border:thin dotted #bbbbbb; 
}
.simpleBorder {
	/*border:1px solid black;*/
	border:thin solid #bbbbbb; 
}
.borderCollapse {
	border-collapse:collapse;
}
.borderTopNone {
	border-top: 0px none #000000;
}
.borderBottomNone {
	border-bottom: 0px none #FFFFFF;
}
.borderSpacing20_7 {
	border-spacing:20px 7px;
}

.emulateLink { 
	text-decoration:underline;
	color:blue;
}
/* FIXME: rename in all source LightGreen with Turquoise */
.colorLightGreen {
	color: rgb(175, 238, 238); 
}
.colorSlateGray {
	color:#6578A7;
}
.colorRed {
	color:red !important;
}
.colorOrange {
	color:orange !important;
}
.colorWhite {
	color:white;
}
.colorGray {
	color:gray;
}
.colorLightGray {
	color:lightgray;
}
.colorNavyIsh {
	color:#1073af;
}
/* FIXME: actually darkSlateBlue */
.colorTurquoise {
	color:#265A8C;
}
.colorDarkBlue {
	color: rgb(0, 0, 128);
}
.colorBlack {
	color:black;
}
.lineHeight100 {
	line-height: 1em;
}
.lineHeight150 {
	line-height: 150%;
}
.wrapBreakWord {
	word-wrap:break-word; 
}
.fixedTable {
	table-layout: fixed;
	width: 100%;
}
.vertAlignMiddle {
	vertical-align:middle;
}
.vertAlignTop {
	vertical-align:top;
}
.vertAlignBottom {
	vertical-align:bottom;
}
.vertAlignBaseline {
	vertical-align:baseline;
}
.vertAlignTxtBottom {
	vertical-align:text-bottom;
}


.overflowAuto {
	overflow:auto;
}


.thenNowText {
	font-size:15pt;
}
.thenNowArrow {
	position:relative;
	top:5px;
}

.h2InTransWindow {
	position:relative;
	top:-20px;
	left:20px;
}
.nodeDescription {
	max-width:200px;
	word-wrap:break-word;
}
.acceptInvite {
	color:white;
	background:green;
	font-weight:bold;
}
.invitePending {
	color:black;
	/*background-color:#F3F781;*/
	background-color:yellow;
	font-weight:bold;
}

.emailFonts {
	font-family: "tahoma,geneva,sans-serif;"
}

/* remove, extraneous */
.inputStyle {
	-webkit-user-select:text;
}

/* FIXME: doubtful if needed */
/* FIXME: is an id in some places */
.logoInMailChimpLink {
	color: #17488a;
	text-decoration: underline;
	font-weight: normal;
}
.logoInMailChimpLink img {
	margin: 0;
	padding: 0;
	border:none;
}
#graphWinTitle {
	font-family:"Franklin Gothic Book",sans-serif;
	letter-spacing: 0.1em;
	/*padding-left:10px; */
}
#graphWinTrademark {
	position:relative;
	top:-10px;
}
.graphWinLogo {
	height:58px;
	width:50px;
}
#outline_graph, .introMessage {
	margin:0 auto;
}
.introMessage, #dialog {
	text-align:left;
	width:840px;
}
.introMessage {
	font-size:12pt;
}
#login {
	margin:50px auto 0 auto; 
  padding:0;
  font-size:16px;
	color:black;
}
#logo {
	float:left;
	padding-left:10px;
}
#logoTrademark {
	color:#eeeeee;
	position:absolute;
	top:-20px;
	left:95px;
}
.footerContainer {
	background-color:rgb(26,46,81);
	width:100%;
	height:150px;
}
.banner, .bannerContainer, .bannerBgndColor {
	background-color:#24487a;  /* dark blue */
	/*background-color:rgb(65,118,144); */ /* green */
}
.bannerContainer {
	width:100%;
}

.banner {
	position:relative;
	height:175px;
	width:850px;
	margin:0 auto;
	text-align:left;
}
/* FIXME rename 'word-wrap' herein to 'overflow-wrap' */
@media all and (max-width:479px) {
  .responsivebanner #bannerTitle, #bannerTitleHomePage { top: 30px !important; overflow-wrap: break-word;} 
  .responsivebanner #bannerbackground { max-width:479px !important;} 
  .responsivetable tr {    display: table;  width:100%;    }               
  .responsivetable td {    display: table-row; }           
}


#bylineText {
	/* color:#f5dd5d; */ /* gold */
	color:white;
}
#bylineText {
	position:relative;
	top:15px;
	/* font-family: "lato","josefin","Lucida Sans Unicode","Tahoma","Franklin Gothic Book",Arial,sans-serif;  */
	font-family: "Tahoma","Franklin Gothic Book",Arial,sans-serif; 
	font-size: 9pt;
	font-weight: normal;
	letter-spacing: 1.61em; 
}

@media all and (max-width:479px) {
  #bylineText {
	  letter-spacing: 1.2em; 
	  font-size: 8pt;
  }
}

.categoryHeaderBgndColor {
	background-color:#b1c7e7;  /* banner color lightened */
	/* background-color:#cce6ff;*/  /* light blue */
	/* background-color:#c4dce8; */ 
}
.categorySemiTransBgndColor {
	background-color:#e6f2ffaa;
}
#homePageCheckMark {
	float:right;
	position:relative;
	top:97px;
	left:71px;
}
/* FIXME obsolete? */
#homePagePhotoCaption, #homePagePhotoCaption2  {
	top:0px;
	left:0px;
	color:black;
	/* font-family: "lato","josefin","Lucida Sans Unicode","Tahoma","Franklin Gothic Book",Arial,sans-serif;  */
	font-family: "Tahoma","Franklin Gothic Book",Arial,sans-serif; 
	font-size: 16pt;
	letter-spacing: 0.40em; 
	line-height:120%;
	text-align:center;
	font-weight: 700; /* IE WARNING: if security->downloads->disable fonts is checked, font will look very different */
	position:absolute;
	left:-20px;
	top:35px;
	width:100%;
}
#homePagePhotoCaption2 {
	top:410px !important;
	font-size: 14pt !important;
	letter-spacing: 0.15em !important; 
}
#homePageTopMenu {
	margin:10px 30px 10px 10px;
	float:right; 
}

/* FIXME: used? */
#homePageLogo {
	padding-top:20px;
}
/* FIXME: not used */
#homePageTitle {
	float:left;padding-top:50px;width:600px;font-size:16pt;line-height:120%;
}
.videoThumbnail {
	width:295px;
	height:220px;
}
hr.landingPages {
	margin:18px 17px 48px 17px;
	border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.homePageIcon {
	float:left;
	padding-top:20px;
}
.iconClear {
	clear:left;
	height:10px;
}
.homePageIconTitle{
	float:left;
	width:222px;
	text-align:center;
	font-size:16pt;
	line-height:120%;
}
.homePageHref a:link, .homePageHref a:visited, .homePageHref a:hover,.homePageHref a:active {
	text-decoration:none;
	color:rgb(61,164,183);
}
.morePrompt {
	margin-right:17px; /* match to right margin of hr */
	font-size:14pt;
}
.homePageIconCaption, .homePageIconLargeCaption, .morePrompt {
	font-family:Times New Roman;
}
.homePageIconCaption {
	width:250px;
	font-size:14pt;
	line-height:150%;
	font-style:italic;
}
#homePageVideoContainer {
	width:500px;
  overflow-wrap: break-word;
}
@media all and (max-width:479px) {
#homePageVideoContainer {
	width:400px;
  }
}

.homePageVideoThumb {
	border:1px solid lightgray;
}

@media all and (max-width:479px) {
  .homePageVideoThumb {
	  position:relative;
    left:-120px;
  }
}

#videoPlayButton {
	width:100px;height:57px;left:209px;top:163px;
}
@media all and (max-width:479px) {
#videoPlayButton {
    left:85px;
  }
}

.homePageRightColBlock  {
	padding-top:98px;
	width:511px;
}
@media all and (min-width:479px) {
  .homePageIconLargeCaption {
    width:511px;
  }
}

.homePageIconLargeCaption {
	float:left;
	font-size:22pt;
	line-height:150%;
	color: rgba(26, 26, 26, 0.9);
	margin: 1em 0 0.5em;
}

.homePageIconSmallCaption {
	float:left;
	/*padding-top:50px;*/
	width:600px;font-size:16pt;line-height:120%;
	position:relative;
	top:-100px;
}
.homePageFreeTrialButton, .homePageDemoMapButton {
	background-color:rgb(242,155,36); /* orange */
	/* background-color:#f5dd5d;*/ /* gold */
	color:#444;
	padding:20px;
	/* font-family:Times New Roman; */
	font-family:"Tahoma","Franklin Gothic Book",Arial,sans-serif; 
	font-size:24pt;
	cursor:pointer;
	width:123px;
	text-align:center;
	display:block;
	margin:0 auto;
  line-height:1.1;
}

#homePageTrialButtonLeft {
  padding-left:100px;
}
@media all and (max-width:479px) {
#homePageTrialButtonLeft {
    padding-left:0px;
  }
}
#homePageTrialButtonRight {
  padding-right:100px;
}
@media all and (max-width:479px) {
#homePageTrialButtonRight {
    padding-right:0px;
  }
}

.homePageFieldset {
	float:left;color:#444;margin:0px 0 20px 0;background-color:#f1E897;width:200px;
}
.homePageTestimonial {
	font-size:150%;text-align:justify;font-style:italic;
}
#homePageSendFeeback {
	position:absolute;
	top:82px;
	left:444px;
}
.signUpPagePriceText {
	color:white;
	font-size:22pt;
	font-weight:600;
	/* font-family: "lato","josefin","Lucida Sans Unicode","Tahoma","Franklin Gothic Book",Arial,sans-serif;  */
	font-family: "Tahoma","Franklin Gothic Book",Arial,sans-serif; 
	text-align:center;
	position:absolute;
	left:0px;
	top:60px;
	width:100%;
}
.signUpPagePriceImage {
	height:250px;
}
.signUpPageAccountFeature {
	width:200px;
	border:1px solid #4a4a4a;
	background-color: rgb(247,247,247);
	font-size:120%;	
}

.theStoryText {
	margin:50px auto 0px auto;text-align:left;width:1000px;font-size:150%;
}

.linksPageFieldset {
  background-color: #d6dae3; 
  /*background-color: #d7cf7E; */
  border:3px solid #bbbbbb;
  text-align:center;
  padding: 5px;
  width:300px;
  margin-bottom: 5px;
}

.featuresPageFieldset {
  background-color: #d6dae3; 
  /*background-color: #d7cf7E; */
  border:1px solid #bbbbbb;
	font-weight:normal;
  text-align:center;
  padding: 5px;
  width:300px;
  margin-bottom: 5px;
}

.smallbanner {
	height:60;position:absolute;top:0px;left:0px; margin:0; padding:0;
}

.categoryHeadings {
	margin-left:40px;
	font-size:1.5em;
	float:left;
	font-weight:bold;
	text-decoration:underline;
}

#bookmarkExplain {
	width:500px;
	margin:20px 0 40px 0;
	text-align:center;
}
#videoListTable {
	position:relative;
	left:-60px;
	top:60px;
}

.adminText {
	font-size: 10px;
	color: #333333;
	line-height: 200%;
	text-decoration: none;
}
.headerBar{
	background-color:#FFFFFF;
	border-top:0px none #333333;
	border-bottom:0px none #FFFFFF;
	padding:0px;
}
.headerBarText {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	text-align: left;
}
.backgroundTable{
	background-color:#eeeeee;
}
/* FIXME: change to a class */
#contentTable{
	border:0px none #000000;
	margin-top:10px;
}
.headerTop{
	background-color:#eeeeee;
	border-top:0px none #000000;
	border-bottom:0px none #FFFFFF;
	text-align:center;
	padding:0px;
}
.title{
	font-size:24px;
	font-weight:bold;
	color:#000000;
	font-family:Helvetica;
	line-height:110%;
}
.subTitle{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	font-style:normal;
	font-family:Helvetica;
}
.defaultText{
	font-size:12px;
	color:#000000;
	line-height:150%;
	font-family:Helvetica;
	width:400px;
	background-color:#EEEEEE;
	padding:20px;
}
.sideColumn{
	background-color:#EEEEEE;
	border-left:1px solid #DDDDDD;
	text-align:left;
	width:200px;
	padding:20px;
	margin:0px;
}
.sideColumnText{
	font-size:11px;
	font-weight:normal;
	color:#666666;
	font-family:Helvetica;
	line-height:150%;
}
.sideColumnTitle {
	font-size:15px;
	font-weight:bold;
	color:#333333;
	font-family:Helvetica;
	line-height:150%;
}
.footerRow{
	background-color:#EEEEEE;
	border-top:0px none #EEEEEE;
	padding:20px;
}
.footerText{
	font-size:10px;
	color:#666666;
	line-height:100%;
	font-family:Helvetica;
}
a,a:link,a:visited {
	color:#17488a;
}
a.footerLink, a:link.footerLink, a:visited.footerLink {
	color:white;
}

.headerTop a{
	color:#17488a;
	text-decoration:none;
	font-weight:normal;
}
.footerRow a{
	color:#17488a;
	text-decoration:underline;
	font-weight:normal;
}

.table {
	display:table;
	border-collapse:separate;
}
.borderCollapseTable {
	display:table;
	border-collapse: collapse;
}
.tableCell {
	display:table-cell;
}
.tableRow {
	display:table-row;
}
.centerColumn {
	padding:0 38px;
}
.spacerTableCell {
	width:38px;
}
.zeroHeightCell {
	display:table-row;
	height:0px;
}

th a:link, th a:visited, th a:active, th a:hover {color:#265A8C;}

.tableContainer { display: table; width:100%; border-collapse: collapse; table-layout: fixed;
}
.tableContainer > div { display: table-row;
}
.tableContainer > div > div { display: table-cell; vertical-align: baseline;
}
.tableContainer > div > div img { vertical-align: middle;
}
.tableContainer .leftCol { width:250px; text-align:center;
}
.tableContainer .centerCol { width: 33%; text-align:center; vertical-align:middle;
}
.tableContainer .rightCol { width:324px; text-align:center;
}

#accessMapPosition {
	position:relative;
	left:0px;
	top:20px;
}

.iconBackgroundNumber {  /* NOTE: y-axis of background must be coordinated with span and H2 padding */
  /*background: url(views/images/bg_circle_blue_small.png) no-repeat ; */
  padding: 0px 15px 0px 7px;
  font-family: "Palatino Linotype", "Times New Roman";
	font-size:4em;
	font-weight:bold;
  color:#25588A;
}
/* FIXME
.slides {
	cursor:move;
	position:absolute;
	overflow:hidden;
	left:0px;
	top:200px;
	width:850px;
	height:400px;
}
*/
.slideCaption {
	line-height:150%;
	position:absolute;
	top:20px;
	left:25%;
	font-size:150%;
	font-weight:bold;
	padding:10px;
	background-color:rgba(255,255,255,0.8);
	width:50%;
	z-index:2;
}
.homePageVertOffset,.homePageImage {
	/*top:-100px;*/
}
.homePageVertOffset2  {
	top:-150px;
}


.homePageImage {
	width:850px;
	height:477px;
}

#introBlurb {
	/*margin-top:-10px;	*/
	text-align: justify;
}

/*
#siteNameFirstPart {
  color:#ffeb26;
}
#siteNameSecondPart {
  color:#d49842;
}
*/

/*
#siteName {
  font-size:26pt;
  font-family: "Book Antiqua", "arial";
  font-weight:bold;
  text-shadow: black 0.075em 0.075em 0.05em;
	margin-right:20px;
	text-decoration:none;
}
*/

#caption { float:left; border:1px solid black; width:50px; font-family: "Arial", "Helvetica", sans-serif; text-align: center; }

/* container from http://www.christopherjason.com/articles/horizontally-center-layout-css/ */
#landingPageContainer {
	z-index:0;
  position:relative;
  margin:0px auto 0px auto;
  padding:0px;
  width:80%;
  top:0px;
  text-align:left;
}


/* NOTE: the transparent image map is set in canviz.js to zIndex:2 */
/* and also icon images with z-index are placed in #xtra_images */
/*#graph, #cmap {*/
	/*z-index:-3;*/ /* having graph zindex be positive, though less than mapmenu, doesn't work.
							/* Still negates clicks on mapmenu when scrolled up underneath it.  I don't know why. */
/*} */


#nonscrolling {
	z-index:3;
  text-align:left;
	width:850px;
	margin:10px auto 0px auto;
}

.rounded, .Tooltip {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius:10px;
  border-radius:10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rel {
  position:relative; /* needed for IE to do rounded corners. must be parent of .rounded */
	z-index: inherit;
	zoom: 1; /* For IE6 */
}
.colored_header { /* FIXME used anywhere? */
  font-weight:bold;
  color:black;
  font-size:12pt;
}


.transwindownotice {
  position:absolute;
  margin: 0px;
  padding: 0px;
  width:350px;
  top: 5px;
  left: 600px;
  z-index:4;
  font-family: "arial","helvetica",sans-serif;
  color: white;
  font-size: 12px;
  font-weight:bold;
}

.h2inTranswindow {
	position:relative;
	top:-5px;
	left:75px;
}

#dhtmlwindow {
	max-height:600px;
	position:fixed;
	padding:10px;
	display:none;
	box-shadow: 7px 7px 5px #808080;
	background-color:white; /* #E6E6E6 or #F4F4F4 */
	overflow:auto;
	z-index:53;
	cursor:auto;
}
#cloudRetryPrompt {
	position:fixed;
	display:none;
	left:10px;
	top:10px;
	font-size:12px;
}

.highlight-list {
  font-size : small;
  background:#C3D4E5;
}
.normal-list {
  font-size : small;
  background:#FFFFFF;
}
.cancelAccountConfirmation {
	font-size:200%;
  background-color:pink;
}
.notice {
	margin:50px; 0px;
	font-size:1.5em;
	text-align:left;
}
.toolsFieldset, .dialogBackground {
	color:black;
	background-color:#eee;
}
.toolsFieldset legend {
	color:black;
	padding:0px 5px 0px 5px;
}
.dialogBackground table {
	border-width:0px;
	border-spacing:0; /* cellspacing=0 */
  border-collapse:collapse; /* cellspacing=0 for IE 5,6,7 */
}

.disable-menu{
  color:#aaaaaa;
}

.list-header { 
  background: gray;
  color: white;
  font-weight: bold;
}

/* FIXME: size shouldn't affect font family */
.tinytext {
  font-size:80%;
  font-family: "arial",sans-serif;
}
.nanotext {
  font-size:50%;
  font-family: "arial",sans-serif;
}
/* FIXME: myCellFormat is used in templates but is not here */
.smalltext {
  font-size:90%;
  font-family: "arial",sans-serif;
}

.tableborder{
  border-style:solid;
  border-bottom-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-top-width:1px;
}
form.dontwrap {
  margin:0px;
  display:inline;
}

#menu_position {
	position:absolute; 
  left:350px;
  top:69px;
  margin: 0px;
  padding: 0px;
}

/*
.menu {
  color:white;
  font-family : "arial",sans-serif;
	font-size : 11px;
}
.menu a {
  color:white;
  font-family : "arial",sans-serif;
	font-size : 11px;
	text-decoration: none;
}
*/
.whiteBgnd{
	background-color: rgb(255, 255, 255);
	background-color: rgb(255, 255, 255, 1.0);
}
.yellowBgnd {
	background-color: rgb(255, 255, 153);
}
.whiteBgnd {
	background-color: rgb(255, 255, 255);
}
.offWhiteBgnd {
	background-color: #eeeeee;
}


.boldtext {
    color:black;
    font-family : "arial","helvetica",sans-serif;
    font-size : 12px;
    font-weight:bold;
}
.basefonts, .basetext {
	font-family: 'Helvetica','Verdana','Arial',sans-serif;
}
/*FIXME: bigtext should only have to do with size */
.basetext, .bigtext {
	color:#6578A7 !important; 
	/*color:#4a4a4a;*/
}
.basetext, .regularSizeText {
	/* FIXME: should be 12pt? */
  font-size:12px;
}
.bigtext {
  font-size:16px;
}
.Xbigtext {
  font-size:18pt;
}

.normalTextSize {
  font-size:12px;
}
.exoticSansFonts {
	font-family: tahoma,geneva,sans-serif;
}
.lucindaFonts {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; 
}
.graytext {
    color:gray;
    font-family : "arial",sans-serif;
    font-size:12px;
    text-decoration:none;
}

.fixedwidth {
  font-family: Courier New;
  font-size : 12px;
}
.PopupTitle {
	letter-spacing: 0.1em;
	padding-bottom:20px;
  font-size : 1.25em;
}
#header, .PopupTitle {
  font-weight: bold;
  font-family : "arial",sans-serif;
}
.leftmenu {
	border-width:thin;
	border-color:#bbbbbb;
}
.error, .prompt {
  color:#bb0000;
  font-weight:bold;
  font-family : "arial",sans-serif;
}
.pageheader {
	color:#2b7495;
  font-family : "Times New Roman",serif;
	font-size:36px;
}
.header2, .header1 {
	/* color:#2b7495;*/ /* teal */
	color:#265A8C; /* matching lower edge of menu bar */
  font-family : "Times New Roman",serif;
	font-size:1.5em;
}
.header1 {
	font-size:2em;
}

#invitePendingNotice {
	height:21px;
	margin-top:14px;
	padding:0;
	background-color:#F3F781;
  font-weight:bold;
	color:black;
}

#mapinfoContainer {
	float:left;
	border-spacing:0; /* cellspacing=0 */
  border-collapse:collapse; /* cellspacing=0 for IE 5,6,7 */
	margin-top: -14px;
	margin-left:20px;
	width:90%;
	line-height:1.4em;
}

table#mapinfoContainer    td#mapname, td#mapDescription, td#mapOwnerName {
	/*display:inline;
	text-align:left;
	*/
}

table#mapinfoContainer   td#mapDescription, td#mapinfo, td#mapOwnerName {
	font-weight:normal;
}


#toolsmenu {
	margin-left:30px;
}
#mapmenu,#toolsmenu {
	z-index:5;
	vertical-align:top;
	float:left; /* stupid trick to make width resize to fit contents */
}

#nodeDocket {
	/*width:186px;*/ /* IE 9 won't let you use max-width as a percentage here without reflowing every time dhtmlwindow is set to display:block */
	margin-left:10px;
	padding-top:7px;
}

#mapmenu, #toolsmenu, #nodeDocket,#bookmarkletImage, #myRoundedDiv, .homePageImage {
	box-shadow: 7px 7px 5px #909090;
}

#mapmenu, #toolsmenu, #nodeDocket {
	background-color:#173865;
	/*background-color: rgb(189,199,200);*/
	/* use #173865 at top to #275D90 */
	background-image: linear-gradient(top, rgb(23,55,101) 1%, rgb(39,93,144) 100%, rgb(39,93,144) 100%);
	background-image: -o-linear-gradient(top, rgb(23,55,101) 1%, rgb(39,93,144) 100%, rgb(39,93,144) 100%);
	background-image: -moz-linear-gradient(top, rgb(23,55,101) 1%, rgb(39,93,144) 100%, rgb(39,93,144) 100%);
	background-image: -webkit-linear-gradient(top, rgb(23,55,101) 1%, rgb(39,93,144) 100%, rgb(39,93,144) 100%);
	background-image: -ms-linear-gradient(top, rgb(23,55,101) 1%, rgb(39,93,144) 100%, rgb(39,93,144) 100%);

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.01, rgb(23,55,101)),
		color-stop(1, rgb(39,93,144)),
		color-stop(1, rgb(39,93,144))
	);
}

/* FIXME: make nodeDocketTab a class and put font-family for it and mapmenuItem together */
#nodeDocketTab {
  font-family : 'arial',sans-serif;
	font-weight:bold;
	color:white;
	font-size:1.1em; /* match with mapmenuItem, but don't just use mapmenuItem, it confuses IE9 */
	background-color:#173865;
	z-index:-1;
	padding:3px 5px 8px 5px;
	position:absolute;
	max-width:100px;
	max-height:1.5em;
	top:88px;
	left:685px; 
	float:right;
}

.mapmenuItem { 
	z-index:6;
	float:left;
	display:inline;
  font-family : 'tahoma','arial',sans-serif;
	color:gray;
	font-size:1.0em;
	font-weight:bold;
	margin:0px 10px 0px 10px;
}
A.mapmenuItem:link {color:gray;text-decoration: none;}
A.mapmenuItem:visited {color:gray;text-decoration: none;}
A.mapmenuItem:active {color:gray;text-decoration: none;}
A.mapmenuItem:hover {color:gray;text-decoration: none;}

#undoInHeader[disabled] a {
	color: lightGray;
	cursor: normal;
}
#redoInHeader[disabled] a {
	color: lightGray;
	cursor: normal;
}
#undoInHeader[disabled] a img {
	opacity: 0.5; 
}
#redoInHeader[disabled] a img {
	opacity: 0.5; 
}




.menuselect, .toolsmenutext, .formatselect  {
  text-decoration:none;
  /*background-color:#c0d7e0;*/
  /*background-color:#d0d6bb;*/
  font-family : "arial",sans-serif;
  font-weight:bold;
  font-size:12px;
  margin-right:15px;
}
.toolsmenutext {
  margin-right:0px;
	color: black; 
}
.select, .menuselect {
	width:160px;
}
.menuselect, .formatselect {
	background:#cccccc;
	width:100px;
  padding:0px;
}
.maptoolsSelect {
	width:150px;
}
.formatselect {
	width:120px;
}

.defaultLinkStyle {
	display:inline;
	margin:0px 0px 0 36px;
	font-weight:bold;
	font-size:1em;
  font-family: "arial",sans-serif;
	color:navy;
}
.defaultLinkStyle A:link {color:navy;text-decoration: none;}
.defaultLinkStyle A:visited {color:navy;text-decoration: none;}
.defaultLinkStyle A:active {color:navy;text-decoration: none;}
.defaultLinkStyle A:hover {color:navy;text-decoration: underline;}
.defaultLinkStyle A:focus {color:navy;}

A:focus,a:focus img, input:focus{
	border: 1px dotted #009;
}

.colortablediv {
    margin:10px 0px 0px 6px;
    float:left;
  }
.colortabletd {
      border-color: #600;
      border-style: solid;
      width:40px;
      height:12px;
      margin: 0;
      /*padding: 4px;*/
      border-width: 1px 1px 0 0;
}

.colortabletable {
      border-width: 0 0 1px 1px;
      border-spacing: 0;
      border-collapse: collapse;
      margin-left:5px;
}

.colortabletd:hover {
    cursor:pointer;
}

/* FIXME: some help styles maybe not needed */
.helpHeader {
	font-weight:bold;
}
.helpContentContainer {
	max-width:500px;
	max-height:400px;
	overflow:scroll !important;
	padding:0 40px 40px 20px;
}
#helpContentTable{
	border:0px none #000000;
	margin-top:10px;
}
.helpSubTitle{
	font-size:120%;
	font-weight:bold;
	font-style:normal;
	font-family:Helvetica;
}
.helpDefaultText{
	line-height:150%;
	font-family:Helvetica;
	color:#333;
}
.helpFooterRow{
	border-top:0px none #FFFFFF;
	padding:20px;
}
.helpFooterText{
	font-size:10px;
	line-height:100%;
	font-family:Helvetica;
}



/* BUTTONS */
/* a bunch of stuff left out here because he added so much padding.  see http://particletree.com/features/rediscovering-the-button-element/     */
/* hover colors for buttons doesn't apply to iPhones, thus the following doesn't appear in mobile.css */
/* STANDARD */
/*
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
*/

/* POSITIVE */
/*
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
*/
/* NEGATIVE */
/*
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
*/

/* deprecated? FIXME */
/* Control.Window stuff , from  http://livepipe.net/control/window */
#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 
 
.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    height:25px;  
    width:200px;  
    font-family:'Lucida Grande','Verdana';  
    font-size:10px;  
    color:#333;  
} 
 
.simple-window {  
    width:250px;  
    height:50px;  
    border:1px solid #000;  
    background-color:#fff;  
    padding:10px;  
    text-align:left;  
    font-family:'Lucida Grande','Verdana';  
    font-size:12px;  
    color:#333;  
} 
 
.window {  
    /*background-image:url("http://saibaba.googlecode.com/files/window_background.png");*/ 
    /*background-position:top left;*/ 
		background-color:#ffffff;
    -moz-border-radius: 20px;  
    -webkit-border-radius: 20px;  
    padding:10px;  
    font-family:'Lucida Grande','Verdana';
    font-size:13px;  
    font-weight:bold;  
    color:#000;  
    text-align:center;  
    min-width:150px;  
    min-height:100px;  
		border:5px solid gray;
} 
 
.window .window-contents {  
    margin-top:10px;  
    width:100%;  
    height:100%;
} 
 
.window .window-header {  
    text-align:center;
		background-color:red;
		min-height:50px;
} 
 
.window .window-title {  
    margin-top:-7px;  
    margin-bottom:7px;  
    font-size:11px;  
    cursor:move;  
} 
 
.window .window-close {  
    display:block;  
    position:absolute;  
    top:2px;  
    left:2px;  
    height:13px;  
    width:13px;  
    background-image:url("https://test.ideatreelive.com/views/images/window_close.gif");
    cursor:pointer;  
}

/* suckerfish menu stuff */
/*
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
li {
  float: left;
  position: relative;
  width: 10em;
  }
li ul { * fix second level positioning for IE *
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul { * and undo the IE fix for everyone else *
 top: auto;
 left: auto;
 }
* "over" is used by javascript to insert hover ability to ul elements in IE *
li:hover ul, li.over ul{ display: block; }
*/




/* ------------------
 styling for tables 
 from: http://coding.smashingmagazine.com/2008/08/13/top-10-css-table-designs/
   ------------------   */
body
{
	line-height: 1.6em;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 1.5em;
	background: transparent;
	margin: 0 auto 0 auto;
	width: 800px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 1.1em;
	font-weight: normal;
	/*color: #039; */
	color:#265A8C; /* matching lower edge of menu bar */
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

