body {
	font-family: Verdana, Geneva, sans-serif;
	/*font-family: Myriad Web, sans-serif;*/
	font-size: 11px;
	font-weight: 100;
	font-stretch: extra-expanded;
	color: #E1DDD1;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	text-align:left;
	vertical-align:top;
}

td.topband{
	text-align:center;
}

td.admin {
	text-align:right;
	vertical-align:top;
}

td.storytitle{
	font-size:16px;
	text-align:center;
}

img {
	border: 0;
}
td.cover {
	width:100px;
	height:100px;
/*	border: groove;
	border-color:#FFFFCC;*/
}
a {
	color: #ffcc33;
	text-decoration: none;
}
a.thick {
	color: #ffcc33;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.title {
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

div.centered 
{
	text-align: center;
}

div.centered table 
{
	margin: 0 auto; 
	text-align: left;
}

textarea {
	padding:0;
	vertical-align:middle;
}

.submit {height:24px;}
button {
	height:26px;
	margin:0;
	vertical-align:top;
}

table.paddingvert td{
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 0x;
}

table.paddingvertband td{
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 0x;
	text-align: justify;
	vertical-align:top;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

.flexcroll {
/* Typical fixed height and fixed width example */
width: 85%;
height: 310px;
overflow: auto; 
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.flexcrollband {
/* Typical fixed height and fixed width example */
width: 85%;
height: 190px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive .emptyspace {
	height: 260px;
	}

/* you may optionally want to hide the scrollbars */
/*#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
}*/

#editbutton {
height: 20px;
width: 20px;
color: transparent; /* Fix for FF */
border-style: none;
border-width: 0;
padding: 0 0 0 16px !important; /* Fix for IE */
text-align: left;
line-height: 1 !important;
background: transparent url(../img/pen.png) no-repeat scroll 0 0;
overflow: hidden;
cursor: pointer;
}

#deletebutton {
height: 20px;
width: 20px;
color: transparent; /* Fix for FF */
border-style: none;
border-width: 0;
padding: 0 0 0 16px !important; /* Fix for IE */
text-align: left;
line-height: 1 !important;
background: transparent url(../img/cross.png) no-repeat scroll 0 0;
overflow: hidden;
cursor: pointer;

}