#dir_shield {
	background-image: url('../images/frosted_90_60x60.png');
	bottom: 0px;
	left: 0px;
	overflow: auto;
	position:fixed;
	right: 0px;
	top: 0px;
	visibility: hidden; 
	z-index: 1000;
}
#dir_shield table {
        border: 0px;
        border-spacing: 0px;
        height: 100%;   
        left: 0px;
        top: 0px;
        position: absolute;
        visibility: hidden;
        width: 100%;
}
#dir_shield table td {
        text-align: center;
        vertical-align: middle;
        width: 100%;
}
#dir_shield .content {
        margin: 0px auto;
        position: relative;
        text-align: left;
}
#dir_shield .content .row {
	position: relative;
	width: 100%;
}
#dir_shield .content img {
        border: 0px;
}
#dir_shield .content .X {
        position: absolute;
        right: 9px;
        top: 9px;
}
#dir_shield .content .line-clear {
	clear: both;
	line-height: 1px;
}
/* New field popup */
#dir_shield #new_field_popup .content {
	background: url('../images/directory_button.jpg') no-repeat 60px center #eee;
	border: 5px solid #a63625;
	color: black;
	margin: 60px;
	padding: 40px;
	padding-left: 183px;
}
/* New topic popup */
#dir_shield #new_topic_popup .content {
	background: url('../images/directory_button.jpg') no-repeat 60px center #eee;
	border: 5px solid #a63625;
	color: black;
	margin: 60px;
	padding: 40px;
	padding-left: 183px;
}
/* Directory page */
#page_directory {
	margin-left: 198px;
	margin-right: 40px;
        margin-top: 25px;
	position: relative;
}
#page_directory #sidebar {
	padding-left: 13px;
	padding-top: 295px;
	position: absolute;
	left: -198px;
}
#page_directory #content {
	width: 762px;
}
#page_directory .corner {
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
}
#page_directory .corner.bottom-left {
	background-position: bottom left;
	bottom: 0px;
	left: 0px;
}
#page_directory .corner.bottom-right {
	background-position: bottom right;
	bottom: 0px;
	right: 0px;
}
#page_directory .corner.top-left {
	background-position: top left;
	left: 0px;
	top: 0px;
}
#page_directory .corner.top-right {
	background-position: top right;
	right: 0px;
	top: 0px;
}
#page_directory .row {
	position: relative;
	width: 100%;
}
#page_directory .line-clear {
	clear: both;
	line-height: 1px;
}
#page_directory p.add.field {
	margin: 0px;
	text-align: right;
}
/* Field */
#page_directory .field.row .title {
	background: url('../images/Triple-Notebook-Sticker-Up.jpg') no-repeat left bottom;
	padding-left: 72px;
	float: left;
	font-size: 2em;
	line-height: 52px;
	height: 52px;
	margin: 0px;
}
#page_directory .field.row p {
	height: 52px;
	line-height: 52px;
}
#page_directory .field.row p .wedge {
	font-size: 2em;
}
#page_directory .field.row p.comments {
	float: left;
	margin: 0px;
	margin-left: 1em;
}
#page_directory .field.row p.add.topic {
	float: right;
	margin: 0px;
}
#page_directory .field.item .topics.list {
	position: relative;
	margin-left: 72px;
}
/* Topic */
#page_directory .topic.row .title {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}
#page_directory .topic.row p {
}
#page_directory .topic.row p .wedge {
	font-size: 1.2em;
}
#page_directory .topic.row p.comments {
	float: left;
	margin: 0px;
	margin-left: 1em;
}
#page_directory .topic.row p.add.hypothesis {
	float: right;
	margin: 0px;
}
#page_directory .topic.item hr {
	border: 1px solid black;
	margin: 2px 0px;
}
/* Hypothesis */
#page_directory .hypothesis.item {
	float: left;
	position: relative;
	width: 50%;
}
#page_directory .hypothesis.item .content .spacer {
	float: left;
	height: 48px;
	width: 1px;
}
#page_directory .hypothesis.item .content {
	background: url('../images/redbook-tiny-28x48.gif') no-repeat 16px top #eee;
	color: black;
	margin: 6px 20px;
	padding-left: 60px;
	padding-right: 8px;
	padding-bottom: 0.5em;
	zoom: 1;
}
#page_directory .hypothesis.item .content p {
	margin: 0px;
	padding-left: 12px;
}
#page_directory .hypothesis.item .content p.title {
	background: url('../images/caret-red-11x14.gif') no-repeat left top;
	color: inherit;
}
/* links */
#page_directory .link {
	background-color: inherit;
	color: black;
	font-size: 0.875em;
}
#page_directory .link:visited {
	background-color: inherit;
	color: black;
}
#page_directory .add.link {
	background: url('../images/AddX-19x13.png') left no-repeat;
	background-color: inherit;
	color: black;
	font-weight: normal;
	padding-left: 21px;
	text-decoration: none;
}
#page_directory .add.hypothesis.link {
	text-decoration: underline;
}
#page_directory .title .hypothesis.link {
	font-size: 1em;
}
#page_directory .comments.link {
	background-color: inherit;
	color: #a3000e;
}
#page_directory .comments.link:visited {
	background-color: inherit;
	color: #a3000e;
}
