/** ===================
  FORUM
==================== */

table.list th { font-weight: bold; text-align: left; border-bottom: 1px solid #AAAAAA; border-top: 1px solid #AAAAAA; padding: 3px; }
table.list td { vertical-align: top; border-bottom: 1px solid #CECECE; padding: 3px; }

table.post th { font-weight: normal; text-align: left; border-bottom: 1px solid black; border-top: 1px solid black; padding: 3px; background-color: rgb(248,248,248); }
table.post td { vertical-align: top; border-bottom: 1px solid #CECECE; padding: 3px; background-color: rgb(248,248,248); }

table.post_head th { font-weight: normal; text-align: left; border-bottom: 1px solid black; border-top: 1px solid black; padding: 3px; background-color: rgb(222,222,222); }
table.post_head td { vertical-align: top; border-bottom: 1px solid #CECECE; padding: 3px; background-color: rgb(248,248,248); }


/** ===================
  !TESTERS!
==================== */

.gray {
	color: gray;
}

.graytext {
	color: gray;
	display: none;
}

p.graybox {
	font-weight: bold;
	background-color: rgb(243,243,243);
	border: 1px solid rgb(222,222,222);
	padding: 2pt;
}

img.image {
	float: right;
	margin: 10pt 0pt 10pt 10pt;
}


/** ===================
  GENERELT
==================== */

* {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

body {
	background-color: rgb(243,243,243);
	margin: 0;
}

td, th, textarea, input {
	font-size: 9pt;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: red;
	text-decoration: underline !important;
}

img {
	border: 0px;
}


/** ===================
  MAIN
==================== */

table.main {
	width: 100% !important;
	border: 0;
	background-color: white;
}


/** ===================
  TITLE
==================== */

td.title {
	display: none !important;
}


/** ===================
  SEARCH
==================== */

td.search {
	display: none !important;
}


/** ===================
  WHERE AM I
==================== */

td.whereami {
	display: none !important;
}


/** ===================
  TOOLBAR
==================== */

td.toolbar {
	display: none !important;
}


/** ===================
  MENU
==================== */

td.menu {
	display: none !important;
}


/** ===================
  CONTENT
==================== */

td.content {
	padding: 10pt;
}

td.content table {
	border-collapse:collapse;
}

td.content p, td.content dt {
	padding-left: 10pt;
}

.overskrift1, h1 {
	font-weight : 900;
	font-size: 13pt;
	padding-left: 0 !important;
}

.overskrift2, h2 {
	font-weight : 900;
	padding-top: 10pt;
	font-size: 10pt;
}

img.floatleft {
	float: left;
	margin: 3pt;
}

img.floatright {
	float: right;
	margin: 3pt;
}


/** ===================
  SPACE
==================== */

tr.space {

}


/** ===================
  BOTTOM
==================== */

tr.bottom td {
	display: none !important;
}


