table#maketable
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
}

table#maketable td
{
	width: 75px;
	height: 112px;
	text-align: center;
	color: black;
	background: #8184AE;
	border-right: none;
	padding: 0px;
	vertical-align: middle;
}

table#maketable th {
	background-color: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	text-align: center;
}

table#maketable th a {
	display: block;
	padding: 1px 1px;
	text-decoration: none;
}

table#maketable th a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

table#maketable table tr.altrow td {
	background: #fff;
}
table#maketable td.actions {
	text-align: center;
	white-space: nowrap;
}
table#maketable td.actions a {
	display: inline;
	margin: 0px 1px;
}

table#plottable {
	margin-top: 10px;
	margin-bottom: 10px;
}

table#plottable td {
}

.plotLabelTD {
	padding: 0px 10px;
}

.plotLavel {
	vertical-align: middle;
}

input.novelsinput {
	width: auto;
	float: inherit;
	clear: none;
}

input.plotText {
	width: 200px;
	vertical-align: middle;
}

.plotTextarea {
	width: auto;
	border: 1px solid;
}

.plotLabel {
	clear: none;
	padding: 0px 2px;
	text-align:center;
	border:1px solid black;
	color: #000;
	font-weight: bold;
}

#plotSupplement {
	margin: 0px 0px 0px 10px;
	width: 400px;
}


div.myplots {
	margin: 10px;
}

table.myplot {
	border: 2px solid black;
}


table.myplot .editlink {
	vertical-align: top;
}

table.myplot .abstract {
	vertical-align: top;
	width: 400px;
	font-style: oblique;
	font-weight:bold;
}

table.myplot .cardlist {
	width: 220px;
	vertical-align: top;
}

div.editTitle {
	font-style: normal;
}

div.editStory {
	font-style: normal;
}

.itemTitle {
	color: red;
}

