/* ------------------------ */
/*  The big body container  */
/* ------------------------ */
body {
	background-color: rgb(255,255,204);
	margin: 0px;
	border-top: 4px groove white;
	font: 7.5pt verdana, arial, helvetica, sans-serif;
}
normal {
	font: 7.5pt verdana, arial, helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------------------- */
/*  Articles              */
/* ---------------------- */
img.floatLeft {
	float: left;
	margin-right: 10px;
	width: 120px;
}

#article {
	position: absolute;
	border: 1px dotted red;
	margin: 10px;
	padding: 10px;
	width: 100%;
	height: 100%;
}
#articlePic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	border: 1px dotted green;
}
#articleText {
	position: absolute;
	top: 0px;
	left: 160px;
	border: 1px dotted blue;
}

/* ---------------------- */
/*  Positioning and size  */
/* ---------------------- */
fieldset {
	width: 87%;
}
input, textarea {
}
#logoBar {
	height: 7em;
	width: 780px;
}
#logoBar a {
	width: 8em;
}
#menuBar, #menuSubBar {
	width: 750px;
	height: 1.5em;
	overflow: auto;
}
#loginBox {
	position: absolute;
	left: 536px;
	top: 0.5em;
	width: 260px;
}
#localhost {
	position: absolute;
	left: 100px;
	top: 2em;
}
#loginBox input {
	width: 60px;
}
#loginBoxId, #loginBoxPwd {
	width: 10em;
	text-align: right;
}
#loginBoxButton {
	position: absolute;
	right: 30px;
	top: 15px;
}
#loginInfoBox {
	position: absolute;
	left: 550px;
	top: 0.5em;
	width: 200px;
	height: 4em;
	overflow: auto;
}
#articleContext {
	position: absolute;
	width: 584px;
	height: 100%;
}
#headLine {
	width: 100%;
}
#leftColumn, #contentColumn {
	position: absolute;
	width: 154px;
}
#middleColumn, #articleColumn {
	position: absolute;
	left: 155px;
	width: 458px;
}
#middleWideColumn {
	position: absolute;
	left: 155px;
	width: 624px;
}
#middleIncludeLeftColumn {
	position: absolute;
	width: 805px;
}
#rightColumn {
	position: absolute;
	left: 614px;
	width: 165px;
}
#prevBox {
	position: absolute;
	top: 0em;
	right: 100px;
}
#nextBox {
	position: absolute;
	top: 0em;
	right: 0px;
}
#middleColumn img {
	width: 100%;
}
#middleColumn img.floatLeft {
	width: 120px;
}

/* ------------------------------------------- */
/*  Font - size, weight, color and decoration  */
/* ------------------------------------------- */
a.testLink {
	text-decoration: none;
}
a:hover.testLink {
	text-decoration: underline;
}
#logoBar a {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 60%;
}
#logoBar a span {
	font-size: 0.5em;
}
#logoBar a, #menuBar a, #menuSubBar a, #rightColumn a {
	text-decoration: none;
}
#menuBar a:hover, #menuSubBar a:hover {
	text-decoration: underline;
}
#rightColumn a:hover {
	text-decoration: underline;
}
legend {
	font-weight: bold;
}
p.comment span {
	color: green;
}

/* ------------------------------ */
/*  Margin, padding and aligning  */
/* ------------------------------ */
h1, h2, h3, h4, p {
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 5px;
	margin-bottom: 20px;
	padding: 5px;
}
ul {
	padding-left: 1em;
	margin-top: 2px;
	margin-bottom: 2px;
}
button {
	margin-top: 5px;
}
#logoBar a {
	padding-top: 0.4em;
	padding-left: 5px;
}
#menuBar, #menuSubBar {
	padding-top: 0.3em;
	padding-left: 15px;
	padding-right: 15px;
}
#loginInfoBox {
	padding: 0px;
}
p.comment {
	margin-bottom: 1em;
}
#newComment {
	margin-top: 2em;
}
#leftColumn, #middleColumn, #middleWideColumn, #middleIncludeLeftColumn,
#rightColumn, #articleColumn, #contentColumn {
	margin-top: 0.5em;
}
#middleColumn ul {
	padding-left: 2em;
}

/* ---------------------------- */
/*  Border and backgound-color  */
/* ---------------------------- */
form {
}
input, button, textarea {
	border: 1px solid black;
}
#logoBar {
	border-bottom: 1px solid rgb(140,140,140);
	background-color: rgb(255,255,204);
}
#menuBar {
	background-color: rgb(220,220,220);
	border-bottom: 1px solid rgb(140,140,140);
}
#menuSubBar {
	background-color: rgb(180,169,140);
	border-bottom: 1px solid rgb(140,140,140);
}
#headLine {
	border-top: 1px solid rgb(140,140,140);
	border-right: 1px solid rgb(140,140,140);
	background-color: white;
}
#leftColumn {
	background-color: rgb(255,255,204);
}
#contentColumn {
	border-right: 1px dotted white;
	background-color: white;
}
#articleColumn {
	border-top: 1px solid white;
	border-left: 1px solid rgb(140,140,140);
	border-right: 1px solid rgb(140,140,140);
	background-color: white;
}
#middleColumn, #middleWideColumn, #middleIncludeLeftColumn {
	border-top: 1px solid rgb(140,140,140);
	border-left: 1px solid rgb(140,140,140);
	border-right: 1px solid rgb(140,140,140);
	background-color: white;
}
#rightColumn {
	border-top: 1px solid rgb(140,140,140);
	border-left: 1px solid rgb(140,140,140);
	border-right: 1px solid rgb(140,140,140);
	background-color: white;
}
#newComment {
	border-top: 1px dotted rgb(140,140,140);
}
p.commentHeader {
	border-top: 1px solid rgb(140,140,140);
	border-bottom: 1px solid rgb(140,140,140);
	background-color: rgb(220,220,220);
}
#memberList tr, td {
	padding: 2px;
	margin: 0px;
}
#memberList tr:hover {
	background-color: rgb(220,220,220);
}
#listRow tr:hover, td:hover {
	background-color: rgb(220,220,220);
}
a img {
	border: 0px solid rgb(140,140,140);
}
