html {
	height:100%;
}
a:link    {text-decoration: none; color: #333333;}
a:visited {text-decoration: none; color: #787878;}
a:active  {text-decoration: none; color: #FFCC00;}
a:hover   {text-decoration: none; color: #007B25;}
a.msglink {font-weight: bold;}
a.para-index:visited {color: #007B25;}
td { 
  font-family:Verdana;
  font-size: 10px;
  line-height: 15px;
}


td.m-tag {
 margin-left: 5px;
 margin-right: 5px;
 padding-left: 3px;
 padding-right: 3px;
 border: solid 1px #c0c0c0;
 background-color: #dadada;
}



table.para-message {
  border: 1px solid #666666;
}

td.para-msg-subject {
   background-color: #999999;
   border: 1px solid #909090;
   color: #FFFFFF;
}

td.para-msg-subject-label {
   background-color: #999999;
   border: 1px solid #909090;
   font-weight: bold;
   color: #FFFFFF;
}

td.para-msg-author {
   background-color: #ABABAB;
   border: 1px solid #909090;
   color: #FFFFFF;
}

td.para-msg-author-label {
   background-color: #ABABAB;
   border: 1px solid #909090;
   font-weight: bold;
   color: #FFFFFF;
}

td.para-msg-date {
  background-color:#777777;
  border: 1px solid #909090;
   color: #FFFFFF;
}
td.para-msg-date-label {
   background-color:#777777;
   border: 1px solid #909090;
   font-weight: bold;
   color: #FFFFFF;
}

td.para-msg {
   background-color:#CCCCCC;
   border: 1px solid #909090;
   color: #FFFFFF;
}
td.para-msg-link {
   background-color:#CCCCCC;
   text-align: center;
   color: #FFFFFF;
}
td.para-msg-body {
   font-size: 11px;
   background-color:#eeeeee;
}

.quoted {
 color: #909090;
}

.thismsg {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}

table.para-main {
  background-color: #fafafa;
}

table.index-tags {
  background-color: #dadada;
  border: solid 1px #404040; 
}

div.para-contain  {
  padding-left: 20px;
  font-size: 10px;
}
textarea {
	background-color: #dedede;
}
input {
	background-color: #dedede;
}
.firstul {
	border: 1px dotted #666666;
}
.debul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #cccccc;/**/
}
.indexpage>.debul {
	z-index:1000;
	position:relative;
}
.readpage .debul {}
.debli {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.subject_tag_image {
	border: 1px solid #999999;
}
.fh {
	background-color: #FFFF00;
	float: left;
}
.indlaeg {
	clear: right;
	padding:2px;
	border-bottom: 1px solid #999999;
}
.dot {
	margin-right: 5px;
	clear: left;
	float: left;
	width: 13px;
	/**/
	border:1px solid #DEDEDE;
}
/**POPPING***/
#footer {
	position: fixed;
	bottom: 0px;
	/*height:100%;
	overflow:hidden;*/
	z-index:999;
}
*html #footer {
	position: absolute;
	bottom: 0px;
}
.debulstroke {
	display:block;
	filter: alpha(opacity= 50);
	-moz-opacity:0.50; 
	opacity: 0.50;
}