body {
    background-image: url("img/gray_gradient.png");
    background-repeat: repeat-x;
    background-color: white;
    font-family: Verdana, Arial, Sans Serif;
    font-size: 13px;
    margin: 5px 10px;
    color: black;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:active {
	color: blue;
}

a:hover {
        color: #000033;
}

a.nav:link {
        color: #000000;
	text-decoration: none;
}

a.nav:visited {
        color: #000000;
	text-decoration: none;
}

a.nav:active {
        color: #000000;
	text-decoration: none;
}

a.nav:hover {
        color: #000000;
        text-decoration: underline;
}

a.navul:link {
        color: #000000;
        text-decoration: underline;
}

a.navul:visited {
        color: #000000;
        text-decoration: underline;
}

a.navul:active {
        color: #000000;
        text-decoration: underline;
}

a.navul:hover {
        color: #000000;
        text-decoration: underline;
}

a.black:link {
        color: #000000;
}

a.black:visited {
        color: #000000;
}

a.black:active {
        color: #000000;
}

a.black:hover {
        color: #000000;
}

table , input , select {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

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

th.heading {
        background-color: #f4eeff;
        font-weight: bold;
}

td.noborder {
    border: none;
    background-color: #fbbfff;
}

td.round {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}


td.bordered {
    border: 1px solid gray;
}

td.profilebordered {
    border: 0px solid gray;
}

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

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

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

td.fieldname {
    background-color: #eeeeee;
    text-align: right;
    vertical-align: top;
    color: black;
}
td.fieldvalue {
    vertical-align: top;
    font-weight: bold;
}
span.authorinfo img{
  width:expression(this.height > 100 ? 100: true);
  height:expression(this.height > 100 ? 100: true);
}
td.category {
	background-color: #dddddd;
}

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.postseperator {
    background-color: rgb(100,100,100);
}
tr.postseperator td{
    border-top: 1px solid rgb(170,170,170);
    border-bottom: 1px      solid rgb(170,170,170);
}

td.threadline {
    text-align:left;
}
 
td.running {
    background-color: #00ff00;
}
 
td.notrunning {
    background-color: #ff0000;
}
 
td.disabled {
    background-color: #ff8800;
}

tr.row0 {
    background-color: rgb(217,217,217);
}
tr.row0 td{
    background-color: rgb(217,217,217);
}

tr.row1 {
    background-color: rgb(237,237,237);
}


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

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

input , select {
	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;
}

#pre {
	white-space: normal;
	margin: 0;
}

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;
}

blockquote.noborder {
        border-left: none;
        padding-left: 5px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-left: 10px;
        font-style: normal;
}

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

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

.title_big {
	color: #000033;
	font-size: x-large;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.smallgrey {
        font-weight: normal;
        font-size: 10px;
        font-family: Verdana, Arial, San Serif;
        color: #999999;
}
