/*__________ meshes.css: Special styles for specific mesh groups __________*/
/*__________ Version 1.1, modified by Jon to tweak Forging Mesh styles. __________*/
/*__________ Styles for group home page. __________*/
BODY {
	margin: 0px 0px 0px 0px;
	font-family: Arial;
}
TABLE, DIV, IMG, FORM {
	margin: 0;
	padding: 0;
	border: 0;
}

.warning {
	margin: 60px auto 20px auto;
	width: 700px;
	text-align: center;
	color: #000000 !important;
}
.header {
	font-size: 19px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}
.mesh_table {
	margin: 0px 0px 30px 0px;
}
.mesh_table_text_open {
	padding-top:13px;
	padding-bottom:13px;
}
.left {
	padding: 13px 20px 0px 20px;
	font-size: 16px;
	font-weight: bold;
	color: dimgray;
	opacity: .2;
	filter: alpha(opacity=20);
	font-size: 2.0em;
	font-variant: small-caps;
}
.left_logo {
	padding: 13px 20px 0px 20px;
	width:360px;
}

.right {
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	font-size: 14px;
	padding-top:10px;
	padding-bottom:10px;
}
#search-bar {
	padding:6px 14px 6px 14px;
	margin-top:6px;
	background:#f7f7f7;
	border:solid 1px #cccccc;
}
.options {
	margin: 0px 0px 0px 0px;
}
.options TD {
	text-align: left;
	width:50%;
	white-space:nowrap;
	padding-right:20px;
}
.options .field {
	white-space: nowrap;
	font-size: 11px;
	padding-right: 6px;
	padding-bottom: 6px;
}
.options .value {
	white-space: nowrap;
	padding-bottom: 6px;
}
.tag_cloud {
	width: 600px;
}
.tag_cloud_content {
	width: expression(document.body.clientWidth < 950 ? (600-((950-document.body.clientWidth)/2)) : '600px');
	margin: 0px 30px 0px 20px;
}
.tag_cloud .logo {
	float: left;
	max-width: 350px;
	margin-bottom: 10px;
}
.tag_cloud .group_desc {
	margin-bottom: 14px !important;
}
.docs {
}
.doc_content {
	padding: 0px 20px 0px 0px;
	min-width: 270px;
}
.doc_title {
	margin: 0px 0px 8px 0px;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	clear:both;
}

.doc_url {
	color: #888888;
	font-size: 12px;
	margin: 0px 0px 4px 0px;
}
.doc_abstract {
	margin: 0px 0px 20px 0px;
	font-size: 13px;
}
.style_img {
	width: 60px;
	margin: 3px 10px 5px 0px !important;
}

/*__________ Styles for any Mesh tag cloud. __________*/
.thoughtmesh-scope,
.thoughtmesh-scope-shadow {
  position: absolute ;
  width: 16em ;
  text-align: left ;
  color: white ;
  top: 4px ;
  left: 8px ;
  z-index: 2 ;
}
.thoughtmesh-scope-shadow {
  color: rgb(50%,50%,50%) ; /*light dimgray*/
  top: .35em ;
  left: 10px ;
  z-index: 1 ;
}
#tab-out {
  display: none ;
}
.thoughtmesh-title, .thoughtmesh-title-closed {
  margin: 0 ;
  /* position: absolute ; */
  height: 1em ;
	float:right;
  /* right: 1em ; */
}
/*__________ Styles for specific Meshes. __________*/
.national_poetry_foundation_logo {
	padding-top: 36px !important;
}
.crassh_desc_bumpdown {
	padding-top: 46px !important;
	color: #000000;
}
#group-26 .doc_abstract {
	color: black ;
}
#group-26 .doc_url {
	color: #cccc99 ;
	font-weight: bold ;
}