/* styles for top and bottom frames */
BODY.form {
        background-color: #cbd6c9;
	color: #b8860b;
}

a:link {
    color: #b8860b;
    font-weight: strong;}
  a:visited {
    color: #b8860b;

}


/* general style for help pages */
BODY.help {
         background-color: #FFFFF8;
        color: #385E0F;

}

/* general style for the header */
BODY.header {
	background-color: #cbd6c9;
	color: #385E0F;
}

/* general style for middle frame */
BODY.content {
	background-color: #FFFFF8;
	color: #385E0F;
}

/* general style for forms */
FORM {
	margin: 2px;
}

/* general style for each message line */
SPAN.message_line {
	line-height: 120%;
}

/* the following three items set styles for parts of each message line */
SPAN.message_line SPAN.nickname {
	font-size: normal;
	font-weight: 600;
}

SPAN.message_line SPAN.message {
        color: #b8860b;
}

SPAN.message_line SPAN.info {
	font-size: 10px;
	font-style: italic;
	color: #b8860b;
}

/* style for "Reverse Message Order" link on message list page */
.rlink {
	text-align: right;
	font-size:12px;
	padding: 2px;
}

/* style for message list area on message list page */
.messages {
	color: #b8860b;
	margin-top: 10px;
}

/* style for occupants list on message list page */
.list {
	background-color: #FFFFF8;
	text-align: left;
	border: 4px ridge #b8860b;	
	padding: 4px;
	font-weight: 600;
	text-decoration: none;
}

/* style for occupants list on intro page */
.intro_list {
	background-color: #FFFFF8;
	width: 600px;
	text-align: left;
	border: 4px ridge #b8860b;
	padding: 4px;
	font-weight: 600;
	text-decoration: none;
}

/* style for instruction boxes */
.instructions {
	background-color: #FFFFF8;
	width: 608px;
	text-align: left;
	border: 4px groove #b8860b;	
	padding-bottom: 10px;
}

/* style for action messages */
.action {
        color: green;
        font-weight: bold;
}

/* style for "user has timed out" messages */
.timeout {
	color: green;
  	font-style: italic;
	font-weight: 500;
}

/* style for smilie images */
IMG.smilie {
	
}

/* style for private message box */
.pmessage {
	width: 70%;
	background-color: #FFFFF8;
	font-size: 14px;
	border: 2px ridge #b8860b;
	padding: 1px;
}

/* style for private message notifications */
.pmess-note {
             
}
