/* Generic styles */
BODY  {
        background-image: url('/bg.png');
        background-repeat: repeat;
	font-family: verdana,sans-serif;
	color: #000000;
	font-size: 100%;
	line-height: 140%;
	/*background-color: #A8A868;*/
	background-color: #BEBEBE;
	font-style: normal;
}
H1.error {
	color: #880000;
	background-color: transparent;
}
TABLE  {
	color: #000000;
	font-size: 90%;
	background-color: transparent;
}

TD {
	vertical-align: top;
}
		
a {
	color: #000000;
	background-color: transparent;
}
a:hover {
	color: #AA0000;
	background-color: transparent;
}

/* list.php */
/* Author link in authors list */
A.author  {
	color: #000000;
	background-color: transparent;
	font-style: normal;
}

TABLE.userlist {
	border: solid 2px;
	border-color: #000000;
	margin: 0px;
	border-spacing: 0px;
	empty-cells: show;
	background: #ffffff;
	width: 150px;
}
TABLE.entrylist {
	border: solid 2px;
	border-color: #000000;
	margin: 0px;
	border-spacing: 0px;
	empty-cells: show;
	color: #000000;
	background-color: #ffffff;
}
TD.author {
	background-color: #CCCCCC;
	border-bottom: dashed 1px;
	border-top: solid 0px;
	border-color: #888888;
	padding-left: 5px;
	width: 100px;
}
TD.subject {
	background-color: #EEEEEE;
	border-bottom: dashed 1px;
	border-top: solid 0px;
	border-color: #888888;
	padding-left: 10px;
}
TD.created {
	background-color: #CCCCCC;
	border-bottom: dashed 1px;
	text-align: right;
	border-color: #888888;
	padding-right: 10px;
	white-space: nowrap;
	width: 220px;
}
TD.words {
	padding-bottom: 20px;	
	border-bottom: solid 1px;
}

/* Small link */
DIV.slink {
	text-align: center;
}
A.slink {
	color: #888888;
	font-size: 70%;
}

P.small {
	font-size: 70%;
}

.small {
	font-size: 70%;
}

DIV.footerbox {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* edit.php Edit list styles */
TABLE.el {
        border: solid 1px;
	border-top: solid 1px;
	border-bottom: solid 1px;
        border-color: #000000;
        background: #e6e6ff;
        padding: 0;
}
TR.el { border: solid 1px; }
TD.el { border: solid 1px; padding: 5px; background: #FFFFFF;}


span.userbox {
        border: solid 2px;
        border-color: #000000;
	float: right;
	background: #FFFFFF;
}
	
