body {
    background-color: white;
	font-family : Verdana, Tahoma, Times New Roman, Arial;
	text-align: center;
	width: 80%;
    font-size: 0.8em;
}

table, td {
	font-family : Verdana, Tahoma, Times New Roman, Arial;
    font-size: 0.9em;
}

.forumheader {
    font-weight: bold;
    color: black;
}

.forumboxheader {
    background-color: #D5E1EA;
    color: black;
    font-weight: bold;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 0px 0px 0px 2px;
}

.forumbox1 {
    background-color: white;
    border: 1px solid gray;
    width: 100%;
}

.forumbox2 {
    background-color: #eeeeee;
    border: 1px solid gray;
    width: 100%; 
}

.stdmargin {
    margin: 5px;
}

.bigforumheader {
    font-weight: bold;
    color: maroon;
    font-size: 1.2em;
}

.forumbeskrivelse {
    margin: 5px;    
}

A:link {
	color: maroon;
	text-decoration: none;
}

A:hover {
	color: black;
	text-decoration: none;
}

A:visited {
	color: maroon;
	text-decoration: none;
}

A:visited:hover {
	color: black;
	text-decoration: none;
}

.input {
	width: 300px;
	background-color: #eeeeee;
	border: 1px solid gray;

}

#textarea {
    height: 200px;
    width: 500px;
}

.button {
	background-color: #D5E1EA;
	border: 1px solid gray;
}

.buttonarea {
	width: 300px;
	text-align: center;
}

.maintable {
    width: 80%;
    text-align: left;
}

.border {
    background-color: silver;
}

.columnbox {
    background-color: #eeeeee;
    font-weight: bold;

    color: black;
}

.status {
    background-color: #eeeeee;
    color: maroon;
    font-weight: bold;
}

IMG.icon {
	vertical-align: bottom;
	margin-right: 2px;
	cursor: pointer;
}