/* The direct link thing */
.linkbutton {
	cursor: pointer;
	background: #1F1F1D;
	color: #7F7667;!important
	font-size: 11px;
	font-weight: bold;
	border: outset 1px #1F1D28;
	padding: 5px;
}
.linkbutton:hover {
	cursor: pointer;
	background-color: #272433;
	color: #7F7667;!important
}
/* For House Rules Selector Only */
.allyentry {
	border: 1px dotted #1F1E19;
	background-color: #000000;
	padding: 3px;
}
.boldedentry {
	background-color: #0c0c10;
}
.allyentry:hover,.boldedentry:hover { /* The Mouseover Hover Color for table rows */
	background-color: #0F1B2F; !important
}
.allylevel {
	margin: 0 0 5px 0;
	text-align: center;
	padding: 5px;
	border: 2px dotted #1F1E19;
}
.l0 { /* Alternating Color Rows for Tables */
	background: #151513;
}
.l1 { /* Alternate Color */
	background: #1F1D28;
}
.rulehead {
	font-size: 125%;
	font-weight: bold;
	color: #C7928C; /* #9F9B8B is white; #C7928C is pink */
}
.secthead {
	font-size: 135%;
	font-weight: bold;
	color: #9f9b8b
}
.rulehead:hover {
	margin: 0 -6px 0 6px; !important
}
.ruledrop {
	border: 1px dotted #1F1E19;
	background-color: #000000;
	padding: 5px;
	margin: 5px 10px 5px 15px;
}
.ruleindent {
	margin: 0 0 10px 13px;
}
