/* Helix Directory CSS */

.clr { clear: both; height: 1px; overflow: hidden; }

.terms {
	display: block;
	margin: 10px;
	padding: 12px;
	border: 1px solid #333333;
	background-color: #F7F7F7;
	color: #333333;
}

.error {
	color: #FF0000;
}

.dirEditTitle {
	background-color: #FFFFF4;
	border: 1px solid #FCFCF2;
	padding: 3px;
	clear: both;
}

.catSection {
	float: left;
	margin: 0 2% 0 2%;
	padding: 0;
	width: 42%;
	height: 4.1em;
}

.catSection h3 {
	padding: 0 !important;
	margin: 0 !important;
}

.catSection h3 a {
	font-size: 15px !important;
	font-weight: bold !important;
}

.catSection a:link, .catSection a:visited, .catSectionMinor a:link, .catSectionMinor a:visited {
	font-size: 11px;
	font-weight: normal;
}

.catSectionMinor {
	float: left;
	margin: 0 2% 0 2%;
	padding: 0;
	width: 42%;
	height: 1.8em;
}

.listingSection {
	margin: 10px 12px 10px 12px;
	padding: 0 0 6px 0;
	border-bottom: 1px dotted #78c2ef;
}

.listingSectionFeatured {
	margin: 10px 8px 10px 8px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #7bc3ef;
	background-color: #f7fbef;
}

.listingSection h3, .listingSectionFeatured h3  {
	margin: 0 !important;
	padding: 0 !important;
	font-size:13px;
}

.listingSection p, .listingSectionFeatured p {
	padding: 0 !important;
	margin: 6px 0 3px 0 !important;
}

/* may or may not keep the anchor tag, keep all the below listingURL classes */
.listingURL {
	color: #848284;
}

.listingURL a:link, .listingURL a:visited {
	text-decoration: none;
	color: #848284;
	font-weight: normal;
}

.listingURL a:hover, .listingURL a:active {
	text-decoration: underline;
}

.listingEditIcon {
	float: right;
}

.listingSectionFeatured .listingEditIcon {
	margin-top: 12px;
}

/* Listing Editor Stuff */
/* Required Form Field */
.dirEditForm {
	width: 97%;
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	padding: 2px;
	margin: 2px 0 2px 0;
}

/* Read-Only Form Field */
.dirEditForm-ro {
	width: 97%;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 2px;
	margin: 2px 0 2px 0;
	color: #444444;
}

/* Optional Form Field Form Field */
.dirEditForm-op {
	width: 97%;
	background-color: #EEF7FB;
	border: 1px solid #0000CC;
	padding: 2px;
	margin: 2px 0 2px 0;
}

.dirEditLCol {
	width: 18%;
	text-align: right;
	padding-right: 2%;
}

.dirEditRCol {
	width: 80%;
	text-align: left;
}

.dirEditRCol textarea {
	height: 60px;
}

