body {
	margin: 0 0 0 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(../images/bg.png) #ffffcc center repeat-y;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 150%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 110%;
}

a {
	color: #449900;
}
a:hover,
a:focus {
	color: #226600;
	background-color: #ccffcc;
	text-decoration: none;
	cursor: pointer;
}

img {
	border: none;
}

form {
	text-align: left;
}

input,
select,
textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border: 1px solid #999999;
}
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
	background-color: #d2e999;
	border: 1px solid #666666;
}

fieldset {
	border: 1px solid #326901;
	padding: 5px;
	margin: 0;
}

fieldset legend {
	margin: 0.7em 0.5em;
	padding: 2px 6px;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #ffffff;
	background-color: #326901;
}

label {
	text-transform: capitalize;
}

span.action {
	text-transform: uppercase;
	font-weight: bold;
}

table {
	border: 0;
}

td.label {
	text-align: right;
	vertical-align: top;
	font-style: italic;
	padding-right: 0.6em;
}
td.action {
	padding-top: 0.6em;
}

iframe {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

#loading {
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 220px;
	width: 220px;
	background-color: transparent;
}
#loading span {
	margin: 0 7px;
	font-size: 90%;
	color: #326901;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 670px;
	height: 640px;
	background-color: transparent;
}

#prompt {
	position: absolute;
	left: 200px;
	top: 200px;
	width: 300px;
	height: auto;
	font-size: 0.9em;
}
#prompt b.tl {
	display: block;
	width: 300px;
	height: 8px;
	font-size: 1px;
	background: url(../images/bubble_top_left.gif) top left no-repeat;
}
#prompt b.tr {
	display: block;
	width: 292px;
	height: 8px;
	font-size: 1px;
	float: right;
	background: url(../images/bubble_top_right.gif) top right no-repeat;
}
#prompt b.bl {
	display: block;
	width: 8px;
	height: 8px;
	font-size: 1px;
	float: left;
	background: url(../images/bubble_bottom_left.gif) top left no-repeat;
}
#prompt b.br {
	display: block;
	width: 292px;
	height: 8px;
	font-size: 1px;
	float: right;
	position: relative;
	background: url(../images/bubble_bottom_right.gif) top right no-repeat;
}
#prompt b.point {
	display: block;
	width: 25px;
	height: 14px;
	font-size: 1px;
	background: url(../images/bubble_point.gif) top left no-repeat;
	margin: 5px 0 0 250px;
}
#prompt p {
	padding: 0 8px 0.7em 8px;
	margin: 0;
	border: 3px solid #ffffff;
	border-width: 0 3px;
	background: #c9d7ec;
	text-align: justify;
}

#lightbox #lbContent {
	font-size: 0.9em;
}
#lightbox p {
	margin: 0 1.5em 0.7em 1.5em;
	padding: 0;
}
#lightbox div.container {
	margin: 0 1.5em 0.7em 1.5em;
	padding: 0;
}
#lightbox ul,
#lightbox form {
	margin-top: 0;
	margin-bottom: 0.7em;
}
#lightbox li {
	margin-top: 0;
	margin-bottom: 0.3em;
}
#lightbox table.catalog {
	width: 100%;
}
#lightbox table.catalog th {
	border-bottom: 1px #999999 solid;
}
#lightbox table.catalog td {
	vertical-align: top;
}

#openbook {
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 40px;
	width: 850px;
	height: 516px;
	background: transparent url(../images/openbook.gif) top center no-repeat;
}
#openbook a:hover,
#openbook a:focus {
	background-color: transparent;
}

#tocTooltipTrigger {
	position: absolute;
	left: 25px;
	top: 45px;
	width: 30px;
	height: 210px;
}

#toc {
	position: absolute;
	left: 57px;
	top: 40px;
	width: 370px;
	height: 410px;
	overflow: auto;
	background: transparent url(../images/toc.gif) no-repeat top left scroll;
}
#toc ul {
	list-style-position: inside;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0.5em 0 0.5em 0;
}
#toc li {
	margin-top: 0;
	margin-bottom: 0.7em;
	list-style-type: square;
	font-size: 0.9em;
}
#toc li a.pagelink {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
}

#titleActionHintTrigger,
#pageno {
	position: absolute;
	top: 10px;
	width: 310px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	height: 1.1em;
	overflow: hidden;
	border-bottom: #666666 solid 1px;
}
#titleActionHintTrigger {
	left: 110px;
	text-align: left;
}
#pageno {
	left: 450px;
	text-align: right;
	color: #000000;
}

#page_left,
#page_right {
	position: absolute;
	top: 35px;
	width: 310px;
	height: 455px;
	overflow: auto;
	font-size: 0.9em;
}
#page_left {
	left: 110px;
}
#page_right {
	left: 450px;
}
#page_left p,
#page_right p {
	padding: 0 0 0.7em 0;
	margin: 0;
}

#openbook #story_title {
	position: absolute;
	top: 40px;
	left: 450px;
	width: 310px;
	height: 450px;
	overflow: auto;
	text-align: center;
}

#openbook #story_image_container {
	position: absolute;
	top: 130px;
	left: 465px;
	width: 280px;
	height: 280px;
	overflow: auto;
	text-align: center;
	background-color: transparent;
}

#openbook #story_author {
	position: absolute;
	top: 420px;
	left: 450px;
	width: 310px;
	height: 50px;
	overflow: auto;
	text-align: center;
}

#openbook #pageloader {
	position: absolute;
	top: 207px;
	left: 410px;
	width: 60px;
	background-color: transparent;
}

#openbook #prevpageTooltipTrigger,
#openbook #nextpageTooltipTrigger {
	position: absolute;
	top: 450px;
	width: 55px;
	height: 55px;
}
#openbook #prevpageTooltipTrigger {
	left: 98px;
}
#openbook #nextpageTooltipTrigger {
	left: 714px;
}

#openpage {
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 0;
	width: 600px;
	height: 600px;
	background: transparent url(../images/openpage.gif) top center no-repeat;
}
#openpage a:hover,
#openpage a:focus {
	background-color: transparent;
}

#page_editor {
	position: absolute;
	top: 55px;
	left: 60px;
	width: 450px;
	height: 505px;
}

#storyTitleTooltipTrigger {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 450px;
	height: 460px;
	overflow: auto;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	text-decoration: none;
}

#openpage #story_image_container {
	position: absolute;
	top: 140px;
	left: 105px;
	width: 360px;
	height: 360px;
	overflow: auto;
	text-align: center;
	background-color: transparent;
}

#upload_progress {
	position: absolute;
	top: 310px;
	left: 175px;
	width: 220px;
	height: 20px;
	text-align: center;
	background: transparent url(../images/progress_bar.gif) center no-repeat;
}

#upload_iframe_container {
	position: absolute;
	top: 525px;
	left: 105px;
	width: 360px;
}
#upload_iframe_container iframe {
	width: 360px;
	height: 2em;
}

#upload_iframe {
	font-size: 11px;
	color: #009900;
	background: transparent none;
	border: 0;
}
#upload_iframe form {
	margin: 0;
	text-align: center;
}

#storyStatusTooltipTrigger {
	position: absolute;
	top: 30px;
	left: 110px;
	width: 360px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	height: 1.2em;
	overflow: hidden;
	text-align: left;
	color: #99FF33;
}

#pagenoTooltipTrigger {
	position: absolute;
	top: 560px;
	left: 150px;
	width: 280px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	color: #009900;
}

#openpage #prevpageTooltipTrigger,
#openpage #nextpageTooltipTrigger {
	position: absolute;
	top: 560px;
	width: 80px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}
#openpage #prevpageTooltipTrigger {
	left: 60px;
	text-align: left;
}
#openpage #nextpageTooltipTrigger {
	left: 430px;
	text-align: right;
}

#pagelist {
	position: absolute;
	left: 100px;
	top: 150px;
	width: 370px;
	height: 410px;
	overflow: auto;
	background: transparent url(../images/toc.gif) no-repeat top left scroll;
}
#pagelist ul {
	list-style-position: inside;
	padding: 0.5em 2em 0.5em 2em;
	margin: 0.5em 0 0.5em 0;
}
#pagelist li {
	margin-top: 0;
	margin-bottom: 0.7em;
	list-style-type: square;
	font-size: 0.9em;
}
#pagelist li a.pagelink {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
}

#addpageTooltipTrigger,
#deletepageTooltipTrigger,
#savepageTooltipTrigger,
#previewstoryTooltipTrigger,
#publishstoryTooltipTrigger {
	position: absolute;
	left: 515px;
	width: 32px;
	height: 32px;
}
#addpageTooltipTrigger {
	top: 150px;
	background: transparent url(../images/addpage.gif) center no-repeat;
}
#deletepageTooltipTrigger {
	top: 200px;
	background: transparent url(../images/deletepage.gif) center no-repeat;
}
#savepageTooltipTrigger {
	top: 250px;
	background: transparent url(../images/savepage.gif) center no-repeat;
}
#previewstoryTooltipTrigger {
	top: 300px;
	background: transparent url(../images/previewstory.gif) center no-repeat;
}
#publishstoryTooltipTrigger {
	top: 350px;
	background: transparent url(../images/publishstory.gif) center no-repeat;
}

#openpage #pageloader {
	position: absolute;
	top: 270px;
	left: 265px;
	width: 60px;
	background-color: transparent;
}

.right {
	text-align: right;
}
.error {
	color: #CC0000;
}
.footnote {
	margin-top: 0.8em;
}

