body {
	font-family: Verdana, sans-serif;
	/*font-size: 13px;*/
	font-size: 82%;
	margin: 1em 2em;
	color: black;
	background: #d6d6d6 url(background.png) repeat-x;
}

a {
	color: black;
}
a:hover {
	color: gray;
}
#header a, .sideBoxHeader a, #tabStrip a {
	padding-left: .4em;
	text-transform: lowercase;
}
#header .links {
	white-space: nowrap;
}
#tabStrip h2, .sideBox h2 {
	font-size: 100%;
	font-weight: bold;
	text-transform: lowercase;
}
h1 {
    font-size: 150%;
    margin-top: 1em;
}
h2 {
    font-size: 120%;
    margin-bottom: .1em;
}
h3 {
    font-size: 100%;
    margin-bottom: .1em;
}
p {
	margin: .2em 0;
}

#header {
	margin-bottom: 1em;	
	line-height: 2em;
}
#header h1 {
	display: inline;
}
#header h1 a {
	padding-left: 0;
}
#header h1 img {
	position: relative;
	border: 0;
	top: 9px;
}
#mainContainer {
	margin-right: 270px;
}
#tabStrip {
	padding-bottom: 1px;
	line-height: 1.8em;
	position: relative;
	top: .17em;
	margin-top: -.4em;
}
#tabStrip h2 a {
	border-bottom: 3px solid;
}
#tabStrip .tab a, #sideBoxAboutCompilation h2 {
	background-image: url(tab-corner.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1px 9px 1px 10px;
	font-weight: bold;
	white-space: nowrap;
}
/* IE6-hack */
* html #tabStrip .tab a, * html #sideBoxAboutCompilation h2 {
	background-image: url(tab-corner-ie6.png);
}
#tabStrip h2, #tabStrip .tab {
	display: inline;
	padding-right: 2px;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}
#tabStrip .tab a {
	text-decoration: none;
	color: white;
}
#tabStrip .tab a:hover {
	position: relative;
	top: -2px;
	padding-bottom: 3px;
}
#tabStripIEHack {
	position: absolute;
	z-index: 99;
	background-color: white;
	width: 98%;
	margin: -2px 3px 0;
	font-size: 1px;
	position: relative;
	top: 4px;
}
#mainBody {
	background: white;
	border: 3px solid;
	padding: 0em 2em 2em;
	border-bottom-width: 0px;
	min-height: 375px;
}
#mainBodyTop {
    margin: 0 -1.5em 2em;
    padding: 2px;
    border-bottom: 1px solid #d6d6d6;
    text-transform: lowercase;
    font-size: 87%;
}
#mainBodyStatus dl {
    display: block;
    margin: 0;
    color: #999;
}
#mainBodyStatus dt {
    display: inline;
}
#mainBodyStatus dt:after {
    content: ':';
}
#mainBodyStatus dd {
    margin: 0;
    display: inline;
}
#mainBodyStatus dt:before {
	content: ' \00A0\00B7\00A0\00A0';
}
#mainBodyStatus dt:first-child:before {
	content: '';
}
dl, dd, dt {
	margin: 0;
	padding: 0;
}
#mainBodyToolbar {
    float: right;
}
#mainFooter1 {
	background: url(bottom-outer-corner.png) right bottom no-repeat;
	padding: 0 3px 3px
}
#mainFooter2 {
	background: url(bottom-inner-corner.png) right bottom no-repeat;
	padding-right: 14px;
}
/* IE6-hack */
* html #mainFooter1 {
	background-image: none;
}
* html #mainFooter2 {
	background-image: none;
	padding: 0;
}
#mainFooter3 {
	font-size: 1px;
	background: white;
	height: 8px
}
#mainAfterFooter {
	text-align: right;
}

#sideContainer {
	position: absolute;
	top: 1em;
	right: 0em;
	width: 280px;
	font-size: 87%;
}
.sideBox {
	margin: 0 2em 1em 0em;
}
.sideBox h2 {
	background: url(box-corner.png) top left no-repeat;
	color: white;
	padding: 0 9px 0 10px;
	display: inline;
}
/* IE6-hack */
* html .sideBox h2 {
	background: url(box-corner-ie6.png) top left no-repeat;
}
.sideBoxBody {
	border: 2px solid gray;
	background-color: white;
	padding: .6em;
	overflow: hidden;
}

.sideBoxGoogleAdSense .sideBoxBody {
	padding: 0;
}

#sideBoxTags ul {
	display: block;
	padding: 0;
	margin: 0;
}
#sideBoxTags li {
	display: inline;
}
#sideBoxTags li:after {
	content: ' \00B7';
}
#sideBoxTags li:last-child:after {
	content: '';
}
#sideBoxLogin .sideBoxBody {
	min-height: 36px;
}
#sideBoxLogin table {
	width: 100%;
}
#sideBoxLogin th {
	font-weight: normal;
	text-align: left;
	width: 40%;
}
#sideBoxLogin td input {
	width: 90%;
}
#sideBoxAboutCompilation .sideBoxBody {
	min-height: 250px;
}
#sideBoxBlogs ul {
    margin: 0;
    padding: 0;
}
#sideBoxBlogs .time {
	color: #999;
	font-size: smaller;
}
.post {
 /*   margin: .9em 0; */
	/*background: transparent url(post-background.png) no-repeat bottom right;*/
}
.post h3, .post h4 {
	display: inline;
	font-size: 100%;
	padding-right: .3em;
}
.post h3 a {
	text-decoration: none;
}
.post h3 a:hover {
	color: gray;
}
.post .blogInfo {
	font-size: 87%;
}
.post .time {
	float: right;
	color: #999;
	font-size: smaller;
}
.post .links {
	padding: 0 .2em .2em 0;
}
.post .links div.info a {
	color: gray;
}
.post .links div.more {
	float: right;
}
.post .links a {
	text-decoration: none;
}
.post a:hover.more {
	color: black;
}
/*
body {
	color: black;
	background: #e6e6e6;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-family: verdana, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	padding: 0px;
}
*/
form {
	margin: 0px;
}
img {
	border: 0px;
	margin: 0px;
}
td {
	vertical-align: middle;
	padding: 0px;
}

/*
h1, .right h3 {
	font-weight: bold;
	display: block;
	background-color: #e6e6e6;
	border: 1px solid;
	border-color: white #404040 #404040 white;
	margin: 0px 0px 8px;
	vertical-align: bottom;
}
h1 {
	font-size: 11px;
}
.right h3 {
	padding-top: 1px;
	font-size: 10px;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
#content h3 {
	font-size: 11px;
	margin-bottom: 1px;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content, .right {
	vertical-align: top;
	padding-top: 0px;
	background: white url('/images/dot.vertical.gif') repeat-y right;
}
.right {
	font-family: verdana, sans-serif;
	font-size: 70%;
}
#content {
	padding-bottom: 30px;
}
#content {
	font-family: verdana, sans-serif;
	font-size: 70%;
}


#content, .right {
	padding-left: 8px;
	padding-right: 8px;
}
h1, .right h3, .description {
	padding-left: 8px;
	margin-left: -8px;
	margin-right: -8px;
	padding-right: 8px;
}

.item {
	margin-bottom: 9px;
}
.item .properties {
	float: right;
	margin-top: 2px;
	cursor: pointer;
}
.item .pubDate {
	font-weight: bold;
}
.item h2.title {
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #777777;
	font-weight: normal;
}
.item .description {
	margin: 1px -7px 1px -8px;
	padding: 1px 8px ! important;
	background-image: url('/images/dot.horizontal.gif');
	background-repeat: repeat-x;
}
.item a, .right a {
	text-decoration: none;
}
*/
#properties {
	position: absolute;
	width: 15em;
	height: auto;
	border: 1px solid black;
	visibility: hidden;
	padding: .5em;
	background: white;
}
#properties h3 {
	margin: 0;
}
#properties input.button {
	font-family: verdana, sans-serif;
	font-size: 95%;
}

/*
#top {
	background: #940000 url('/images/top.red.gif');
	height: 50px;
	vertical-align: top;
	padding: 0px;
}
.compilation #top {
	background: #00729c url('/images/top.blue.gif');
}

#topnav {
	float: right;
	background-color: black;
	font-family: verdana, sans-serif;
	font-size: 65%;
	padding: 1px 3px 2px;
}
#topnav span {
	padding: 0px 5px;
}
#topnav a {
	color: white;
	text-decoration: none;
}
#welcome {
	padding: 1px 8px 1px 60px;
	font-family: verdana, sans-serif;
	font-size: 70%;
	background: #c7bea8;
	height: 55px;
}


#sitelist {
	width: 100%;
	font-size: 100%;
}
#sitelist td {
	padding-bottom: 1px;
	font-size: 90%;
}
#sitelist td.icon {
	padding-right: 3px;
	background-color: white;
}
#sitelist td.time {
	padding-left: 3px;
	padding-right: 4px;
	font-weight: bold;
	text-align: center;
}


#show td {
	padding: 0px 5px;
	height: 1.6em;
}

*/
input.inline {
	position: relative;
	top: 2px;
}
input[type=button],input[type=submit] {
	border: 1px solid;
	border-color: white #404040 #404040 white;
	background: #e6e6e6;
}

.bold {
	font-weight: bold;
}
/*
tr.alternate0 td {
	background-color: #c7bea8;
}
tr.alternate1 td {
	background-color: white;
}

.dotvertical {
	background-image: url('/images/dot.vertical.gif');
}
.dothorizontal {
	background: url('/images/dot.horizontal.gif') repeat-x;
	height: 1px;
	font-size: 1px;
}
*/
p.msg {
	font-weight: bold;
	color: #990000;
}
div.msg {
	border: 2px solid #990000;
	margin: 0px 5% 1em;
	padding: 1em 10%;
}
div.msg h2 {
	margin-top: 0px;
}
/*
a, .red {
	color: #990000;
}
*/
/*
.compilation a, .compilation .red {
	color: #0065a5;
}
*/

textarea {
	font-family: sans-serif;
}

.soegbutton {
	border: 0px;
	height: 15px;
	width: 25px;
	position: relative; 
	top: 1px;
}



.prefs {
	width: 100%;
}
.prefs td {
	padding-bottom: 5px;
}
.prefs td p {
	margin-top: 0;
	margin-bottom: 1em;
}


ul.menu { 
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	margin-top: 0px;
}
ul.menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 1em;
	list-style-position: outside;
}
li {
	display: block;
	padding-bottom: .3em;
}


.channel16736 {
	border-left: solid #b02b2c 10px;
	margin-left: -15px;
	padding-left: 5px;
}


.compilation {
	margin-top: 10px;
	margin-bottom: 20px;
}

.compilation_desc {
	margin-left: 10px;
	margin-right: 10px;
	color: #444;
}

.compilation_title {
	font-weight: bold;
}

.compilation_title A {
	text-decoration: none;
}

.skjult {
	display: none;
}

.postcontainer {
	margin-left: 110px;
}

.post {
	border-bottom: 1px solid #d6d6d6;
	padding-top: 10px;
}

.post .info {
	padding-bottom: 10px;
}

.post .screenshot {
	float: left;
	padding-bottom: 10px;
}

.post .screenshot IMG {
	width: 96px;
	height: 72px;
	border: solid #999 1px;
	padding: 1px;

/*
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
*/
}

.post:hover .screenshot IMG {
/*
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
*/	
}

/*
.post A.external {
	background: url( external.gif ) right center no-repeat;
	padding-right: 12px;
}
*/

.bottomicons {
	margin: 20px;
	text-align: center,
}

.post.reklame {
	text-align: center;
}

.reportform TH {
	text-align: left;
}

.reportform TD,
.reportform TH {
	vertical-align: top;
}

.reportform TD {
	padding-bottom: 10px;
}

.reportform LABEL {
	font-size: 75%;
}

.reportform TEXTAREA {
	width: 500px;
	height: 100px;
}


