/** ===================
  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: 0px;
}

td, th, textarea, input {
	font-size: 9pt;
}

form {
	margin: 0px;
	padding: 0px;
}

a {
	color: red;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}


/** ===================
  MAIN
==================== */

table.main {
	width: 755px;
	border-right: 1px solid rgb(203,203,203);
	background-color: white;
}


/** ===================
  TITLE
==================== */

td.title {
	padding-right: 70pt;
}


/** ===================
  SEARCH
==================== */

td.search {
	background: url("logo_lys.gif") rgb(199,229,26) no-repeat;
	padding-right: 10pt;
}

td.search input.text {
	border: 1px solid rgb(149,206,39);
	height: 20px;
	width: 120px;
}

td.search input.button {
	background-color: rgb(199,229,26);
	border: 1px solid rgb(149,206,39);
	height: 20px;
}


/** ===================
  WHERE AM I
==================== */

td.whereami {
	background: url("logo_mork.gif") rgb(149,206,39) no-repeat;
}


/** ===================
  TOOLBAR
==================== */

td.toolbar {
	padding: 0 10pt;
}


/** ===================
  MENU
==================== */

td.menu {
	padding: 10pt 10pt 10pt 20pt;
}

div.menu {
	padding: 3pt;
}

table.menuparent {
	border-collapse: collapse;
	border-top: 1px solid black;
}

table.menuparent a {
	display: block;
	background-color: rgb(217,217,217);
	width: 100%;
	color: black;
	font-size: 8pt;
}

table.menuparent a:hover {
	text-decoration: none;
	background-color: rgb(224,224,224);
}

table.menuparent a.selected {
	background-color: rgb(224,224,224);
}

table.menulist {
	border-collapse: collapse;
	border-bottom: 1px solid black;
}

table.menulist td {
	border-top: 1px solid rgb(177,177,177);
}

table.menulist a {
	display: block;
	background-color: rgb(243,243,243);
	width: 100%;
	color: black;
	font-size: 8pt;

}

table.menulist a:hover {
	text-decoration: none;
	background-color: rgb(250,250,250);
}

table.menulist a.selected {
	background-color: rgb(220,239,111);
}

table.menulist a.selected:hover {
	background-color: rgb(220,239,111);
}


/** ===================
  MENU - QUICKLINKS
==================== */

table.quicklinks {
	padding: 20pt 10pt;
	line-height: 120%;
}

table.quicklinks td {
	color: red;
	font-size: 8pt;
}


/** ===================
  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 {
	background-color: rgb(243,243,243);
	color: rgb(177,177,177);
	font-size: 8pt;
	padding-left: 20pt;
}

tr.bottom a {
	color: rgb(177,177,177);
}


