/*" ThoughtMesh khaki.css style "*/
/* Version 1.3, modified to correct red triangle urls. */
/* Requires red arrows. */
/* ________ GLOBAL STYLES ________ */
body {
	color: rgb(20%,20%,20%) ; /* dark gray. */
	background-color: rgb(94%, 94%, 90%) ; /* Putty. */
}
h2,
h5 {
	font-family: eurostile,  HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",helvetica ;
	color: rgb(41%, 41%, 45%) ; /* Cool gray dark */
	color: dimgray ;
}
a {
	color: rgb(80%, 20%, 20%); /* Indian red */
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted rgb(80%, 20%, 20%); /* Indian red */
	color: rgb(80%, 20%, 20%); /* Indian red */
	text-decoration:none;
}
a img { /* Required for IE */
	border: none ;
}
/* ________ NAVIGATION ________ */
#thoughtmesh-container {
	background-color: rgb(91%,95%,89%) ; /* Pale beige */
}
/* All 8 menulink types */
.menulink-bachelor-unselected,
.menulink-bachelor-selected,
.menulink-parent-collapsed-unselected,
.menulink-parent-collapsed-selected,
.menulink-parent-expanded-unselected,
.menulink-parent-expanded-selected,
.menulink-child-selected,
.menulink-child-unselected {
	background-color: transparent;
	border: none ;
  font-size: .68em ;
	font-weight: bold ;
  
}
.menulink-bachelor-unselected {	color: rgb(80%, 20%, 20%); /* Indian red */ }
/* Bachelor and Parent menu links */
.menulink-bachelor-unselected,
.menulink-bachelor-selected,
.menulink-parent-collapsed-unselected,
.menulink-parent-collapsed-selected,
.menulink-parent-expanded-unselected,
.menulink-parent-expanded-selected {
	background-color: transparent;
}
/* Unselected links */
.menulink-bachelor-unselected,
.menulink-parent-collapsed-unselected,
.menulink-parent-expanded-unselected,
.menulink-child-unselected {
}
/* Selected links */
#home-menu>.menulink-bachelor-selected,
#home-menu>.menulink-parent-collapsed-selected,
#home-menu>.menulink-parent-expanded-selected,
#home-menu>.menulink-child-selected {
  background-color: rgb(60%,0%,0%) ; /* Dark red */
	color: rgb(91%,95%,89%) ; /* Pale beige */
}
/* Child menu links */
    .menulink-child-unselected,
    .menulink-child-selected {
        margin-left: 20px ;
    } 
	/* ________ThoughtMesh tabs________ */
		#tabs {
			position: relative ;
			background-color: white ;
		}
			.tab,
			.tab-over {
				border: solid 2px rgb(82%, 82%, 90%) ; /* Cool gray medium */
				background-color: white ;
				color: rgb(50%,50%,50%) ; /* Medium gray. */
				border-bottom: solid 2px white ;			
			}
			.tab-over {
				color: rgb(80%, 20%, 20%); /* Indian red */
				cursor: pointer ;
			}
	/* ________ThoughtMesh lexia excerpts and tags________ */
		#thoughtmesh-container {
			background-color: rgb(95%,95%,80%) ; /* Pale gold.*/	
			border: solid 1px rgb(82%, 82%, 90%) ; /* Cool gray medium */
		}
		.thoughtmesh-title,
		.thoughtmesh-title-closed,
		.thoughtmesh-title-shadow,
		.thoughtmesh-help,
		.thoughtmesh-help-shadow {
				font-family: verdana ;
				font-size: 1em ;
			}
				.thoughtmesh-title,
				.thoughtmesh-title-shadow,
				.thoughtmesh-title-closed {
					color: rgb(82%, 82%, 90%) ; /* Cool gray medium */
					color: white ;
				}
				.thoughtmesh-title-shadow {
					color: rgb(50%,50%,50%) ; /* Medium gray. */
				}
				.thoughtmesh-title,
				.thoughtmesh-title-closed {
					background-image: url(triangle_opened_red.png) ;
				}
				.thoughtmesh-title-closed {
					background-image: url(triangle_closed_red.png) ;
				}
				.thoughtmesh-help {
					color: rgb(82%, 82%, 90%) ; /* Cool gray medium */
					color: white ;
				}
					.cloud-tag,
					.cloud-tag-hidden {
						color: rgb(50%,50%,50%) ; /* Medium gray. */
					}
					.cloud-tag-selected {
						color: rgb(80%, 20%, 20%); /* Indian red */
					}
			#lexias-here,
			#lexias-out,
			#search-here,
			#trace {
				background-color: white ;
				border: solid 2px rgb(82%, 82%, 90%) ; /* Cool gray medium */
				color: rgb(50%,50%,50%) !important ; /* Medium gray. */
			}
				#lexias-here a,
				#lexias-out a,
				#search-here a {
					color: rgb(80%, 20%, 20%); /* Indian red */
				}
/* ________ CONTENT ________ */
#content {
}
	#content>div {
		color: rgb(20%,20%,20%); /* dark gray. */
	}
	.desc2 {
		/*color: #366;*/
		background-color: white;
		font-size: 13px;
		padding: 10px;
	}
	
/* Craig's additions based on WYSIWYG */
#content IMG {clear:left; margin:0px 10px 0px 0px;}
 #content>div .img_caption {width:40%; padding:5px 5px 10px 5px; margin-bottom:5px; background:#d4d4ca;}
/* Craig's additions based on WYSIWYG */
#content P {color: rgb(20%,20%,20%) !important;}
#content DIV {color: rgb(20%,20%,20%) !important;}
#navigation h2, #navigation h4 {color: rgb(41%, 41%, 45%) !important;}	
