a:link {
	text-decoration: none ! important;
color:#D03505;
}

a:visited {
	 text-decoration: none ! important;
  	color:#E44D03;
}

a:active {
	text-decoration: none ! important;
color:#E44D03;
}

body , table , input , select {
	background-color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
}

body {
	background-color: white;
    color:#6A6A6A;
}

th{
/*	background-color: #D03505;*/
	background-color: #ffd58f;
	font-weight: bold;
}

td {
    border: 1px solid white;
}

td.bordered {
    border: 1px solid gray;
}

td.indent {
     border-left: 4px solid white;
}

td.heading {
/*    background-color: #ED3905; */
    background-color: #ffd58f;
    font-weight: bold;
}

td.heading2 {
    background-color:#F7650D; 
    font-weight: bold;
}

td.fieldname {
/*    background-color: #F29E4A;*/
    background-color : #FFF3dF;
    text-align: right;
    vertical-align: top;
}
td.fieldvalue {
    vertical-align: top;
    font-weight: bold;
}

td.category {
	background-color: #dddddd;	
}

td.navbar {
    border: 0px;
    text-align: center;
}

a.navbar:link {
    color:#D03505;
    text-decoration: none;
}
a.navbar:visited {
    color:#E44D03;
    text-decoration: none;
}
a.navbar:hover {
    color:#FF7045;
    text-decoration: none;
}

tr.row0 {
/*    background-color: #7E2601;*/
	background-color: #ffd58f;
}

tr.row1 {
/*    background-color: #A93301;*/
	background-color :#fff3df;
}

tr.subtitle {
	background-color: #CB3E01;
	font-weight: bold;
}

tr.message {
    background-color:#CB3E01;
}

input , select {
	vertical-align: middle;
}

h1 , h2 {
	color:#550000;
	font-size: x-large;
	font-weight: normal;
	margin-top: 10px;
}

h3 , h4 {
	color:#550000;
	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%;
}

