a:link {
	color: #330033;
	text-decoration: underline;
}

a:visited {
	color: #330033;
	text-decoration: underline;
}

a:active {
	color: #330033;
	text-decoration: underline;
}
a:hover {
	background-color: #FFFF66;
	text-decoration: none;
}
table , input , select {
    background-color: white;
	/*background-image:url(img/spinhenge_marble_1.jpg);*/
	/*background-attachment:fixed;*/
    font-family: Verdana;
    font-size: 12px;
}
table.bordered {
	border: 4px solid blue;
}
body {
	/*background-color: white;*/
	background-color: #ffba45;
	font-family: Verdana;
    font-size: 12px;
    color: black;
}
th{
	background-color: #c8c8c8;
	font-weight: bold;
}
/* Tebellenrahmenstärke */
td {
    border: 1px solid white;
}
/* Tabellenrahmen */
td.bordered {
    /*border: 2px solid blue;*/
	border: 1px solid gray;
}
td.indent {
     border-left: 4px solid white;
}
td.heading {
    background-color: #d8d8d8;
    font-weight: bold;
}
td.heading2 {
    background-color:#c0c0ff;
    font-weight: bold;
}
td.fieldname {
    background-color: #eeeeee;
    text-align: right;
    vertical-align: top;
}
td.fieldvalue {
    vertical-align: top;
    font-weight: bold;
}
td.category {
	background-color: #dddddd;
}
/*
td.navbar {
	background-image:url(img/lines/lines_1.png);
    border: 0px;
    text-align: center;
}
*/
td.navbar {
	/*font-family: "Comic Sans MS";*/
	background-image:url(img/lines/lines_2a.png);
	background-position:left;
	border: 0px;
    text-align: center;
}
td.navbar_rev {
	/*font-family: "Comic Sans MS";*/
	background-image:url(img/lines/lines_2a.png);
	background-position:right;
	border: 0px;
    text-align: center;
}
a.navbar:link {
	/*color: #ff9711;
    color: black;*/
    text-decoration: none;
}
a.navbar:visited {
    /*color: #ff9711;
	color: black;*/
    text-decoration: none;
}
a.navbar:hover {
    /*color: #ffc060;
	color: black;*/
    text-decoration: underline;
}
tr.row0 {
    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;
	*/
	background-image:url(img/lines/lines_4a.png);
	color: black;
	font-size: x-large;
	font-weight: normal;
	margin-top: 10px;
}
h3 , h4 {
	/*
	color: black;
    font-size: small;
    font-weight: bold;
	*/
	background-image:url(img/lines/lines_2a.png);
	color: black;
	font-size: small;
	font-weight: bold;
}
h5 {
	color: black;
	font-size: large;
	font-weight: normal;
}
h6 {
	background-image:url(img/lines/lines_2_1.png);
	color: black;
	font-size: medium;
	font-weight: bold;
}
img {
    border: 0px;
}
.title {
	font-size: 80%;
	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;
	background: #DDDDDD;
	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%;
}
td.postheader{
    background-color: rgb(220,210,210);
    border-bottom: 1px solid rgb(190,190,200);
    border-left: none;
    border-right: none;
    height:1px;
}
td.postbody {
    font-family: Helvetica;
	font-size: 100%;
	font-weight: normal;
}
td.postfooter{
    background-color: rgb(220,210,210);
    border-top: 1px solid rgb(190,190,200);
    border-left: none;
    border-right: none;
    height:1px;
}
tr.helpdeskseperator{
        height:15px;
}
tr.postseperator{
        background-color: rgb(200,200,200);
        height:4px;
}
tr.postseperator td{
        border-top: 1px solid rgb(170,170,170);
        border-bottom: 1px      solid rgb(170,170,170);
}
td.threadline {
    font-size:10pt; 
    text-align:left;
}
.code {
    font-family: System, Fixed, sans-serif;
    color: #000000;
}

td.running {
	background-color:green;
}

td.notrunning {
	background-color:red;
}

td.disabled {
	background-color:orange;
}
