a:link {
	color: #375D7B;
}

a:visited {
	color: #375D7B;
}

a:active {
	color: #375D7B;
}

a:hover {
	color: #111111;
}

body , table , input , select {
	background-color: #FFFFCE;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

body {
	background-color: #FFFFCE;
    color: black;
}

th{
	background-color: #DE9300;
	font-weight: bold;
}

td {
    border: 1px solid #FFFFCE;
}

td.bordered {
    border: 1px solid #375D7B;
}

td.indent {
     border-left: 4px solid #FFFFCE;
}

td.heading {
    background-color: #DE9300;
    font-weight: bold;
}

td.heading2 {
    background-color:#DE9300;
    font-weight: bold;
}

td.fieldname {
    background-color: #FED686;
    text-align: right;
    vertical-align: top;
}
td.fieldvalue {
    vertical-align: top;
    font-weight: bold;
}

td.category {
	background-color: #FED686;
}

td.navbar {
    border: 0px;
    text-align: center;
}

a.navbar:link {
    color: #ff9711;
    text-decoration: none;
}
a.navbar:visited {
    color: #ff9711;
    text-decoration: none;
}
a.navbar:hover {
    color: #ffc060;
    text-decoration: underline;
}

tr.row0 {
    background-color: #FFD787;
}

tr.row1 {
    background-color: #FED686;
}

tr.subtitle {
	background-color: #eeeeee;
	font-weight: bold;
}

tr.message {
    background-color:#E0E0EF;
}

input , select {
	background-color:#FED686;
	vertical-align: middle;
}

h1 , h2 {
	color: black;
	font-size: x-large;
	font-weight: normal;
	margin-top: 10px;
}

h3 , h4 {
	color: black;
	font-size: small;
	font-weight: bold;
}

img {
    border: 0px;
}

.title {
	font-size: small;
	font-weight: bold;
}

.description {
	font-size: 80%;
	font-weight: normal;
}

.authorcol {
	width: 115px;
	overflow: hidden;
}

.cellwrap{
	width: 100%;
	overflow: auto;
}

blockquote {
	border-left: 2px solid blue;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-style: italic;
}

#thread table {
	width: 100%;
	table-layout: fixed;
}

.sigdelim {
	width: 60%;
	height: 1px;
	background-color: black;
	color: black;
	border: 0;
	margin-right: 100%;
}

pre {
	font-size: 90%;
}