BODY { font-family:Verdana,arial,helvetica,sans-serif;background-color:#f1f4f5;color:#000000 }
TD,TH { font-family:Verdana,arial,helvetica,sans-serif }
A:link { text-decoration:none }
A:visited { text-decoration:none;color:#551a8b }
A:active { text-decoration:none;color:#b70000 }
.norm { font-size:10pt }
a.fixed { font-weight:bold }
a.closed{ font-weight:lighter;color:#C0C0C0 }
img{ border-style: none; }

#header { 
	font-size:10pt;font-weight:bold 
		}
#input { font-size:10pt; }
table.navbartbl a:link,
table.navbartbl a:visited {
	color:#551a8b;
	}
#msgsubject {font-size:11pt; font-weight:bold; color:#000000}
#msgauthor {font-size:10pt;color:#000000}
#msgreplyto {font-size:9pt;color:#000000}

textarea#message { width: 100%;height: 200px;font-family: "Courier New", Courier, monospace;font-size:10pt }
#messagebody {font-family: "Courier New", Courier, monospace;font-size:10pt}
#messagetext {font-family: "Courier New", Courier, monospace;font-size:10pt}

#thread
ul{
list-style-type:disc;
}

/* highlight user */
.highlight { color:#B51818  }

/* highlight own entries */
.own { font-weight:bold;color:#0015FF }
.own A:link { font-weight:bold;text-decoration:none;color:#551a8b }
.own A:visited { font-weight:bold;text-decoration:none;color:#551a8b }
.own A:active { font-weight:bold;text-decoration:none;color:#b70000 }

/* highlight new entries */
.new { font-weight:normal;color:#000000 }
.new A:link { text-decoration:none;color:#0015FF }
.new A:visited { font-weight:normal;text-decoration:none;color:#551a8b }
.new A:active { font-weight:normal;text-decoration:none;color:#b70000 }


/* background colors for table cells */
.bg1 {background-color:#abbcc0 }
.bg2 {background-color:#e3e9ea }

/* message */
.messagebody {background-color:#F7F7F7 }
.messagesubject {background-color:#D5E5E1 }
.messageauthor {background-color:#D5E5E1 }
.messagereplyto {background-color:#D5E5E1 }
.messagefooter {background-color:#D5E5E1 }

/* Message Reply Form */
.msgreplyheader {background-color:#D5E5E1 }
.msgreplybg {background-color:#F7F7F7 }
.msgreplyfooter  {background-color:#D5E5E1 }

/*Navbar */
.navbar {background-color:#D5E5E1 }

/* Boardlist */
.boardlistlogo {background-color:#D5E5E1 }
.boardlistbg {background-color:#F7F7F7 }
.boardlisthd {background-color:#D5E5E1 }

/* messagesearch */
.msgsearchheader {background-color:#D5E5E1 }
.msgsearchbg {background-color:#F7F7F7 }
.msgsearchfooter  {background-color:#D5E5E1 }

/* messagelist */
.msglistheader {background-color:#D5E5E1 }
.msglistbg {background-color:#F7F7F7 }
.msglistfooter  {background-color:#D5E5E1 }

.bgheader {background-color:#D5E5E1 }
.bgbody {background-color:#F7F7F7 }
.bgfooter  {background-color:#D5E5E1 }

th	{
	font-weight:bold;
	text-align:left;
	}

td.boardlistlogo	{
	text-align:center;
	}

.quote { 
  border-left-width:thick;
  border-left-style:solid;
  border-left-color:#CCCCCC;
  padding-left: 3pt;
  color:#808080;
}

.quote a:link,
.quote a:visited,
.quote a:active {
color: #808080
}

.navboard {
 font-size: 11pt;
 width: 120px;
 }
 
/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { 
    content: " \25B4\25BE" 
}

table.sortable tbody tr:nth-child(2n) td {
  background: #D5E5E1;
}
table.sortable tbody tr:nth-child(2n+1) td {
  background: #ccfffff;
}
span.badge {
    position: relative;
	left:-2px;
    top:-8px;
    right: -8px;
    padding: 2px 6px;
    border: 1px solid white;
    border-radius:60px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 12px/16px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}​