/**
 *  Copyright 1999- 2005 by Gero Kohnert
 *
 *  This program is free software; you can redistribute it and/or modify it 
 *  under the terms of the GNU General Public License as published by the   
 *  Free Software Foundation; version 2 of the License.                     
 *
 * CVS Info: $Id: default.css,v 1.12 2007/12/15 22:05:26 gokohnert Exp $
 * $Author: gokohnert $
 *
 * Default Style Settings for all tutos styles/themes and layouts
 *
 * DO NOT MODIFY THIS FILE !
 * For customization please use/create  a file html/custom.css
 *
 */
TD.motd    {
        background-image: url(../html/tutos_bg.png);
        background-repeat: no-repeat;
        background-position: center;
}

TH.icons {
        text-align: right;
}

TD.over1 {
        text-align: right;
        white-space: nowrap;
}
TD.over2 {
        text-align: left;
        white-space: nowrap;
}

SPAN.bugclass1 {
	color: blue;
}
SPAN.bugclass2 {
	color: #EE1111;
}
SPAN.bugclass3 {
	color: red;
}
SPAN.bugclass4 {
	color: green;
}

SPAN.bugstate1 {
	color: red;
}
SPAN.bugstate2 {
	color: blue;
}
SPAN.bugstate3 {
	color: green;
}
SPAN.bugstate4 {
	color: gray;
}

.col0 { 
       background-color: #e0e0e0;
}
.col1 { 
       background-color: #d0d0d0;
}
.col2 { 
       background-color: #e8e8e8;
}
.col3 { 
       background-color: #d8d8d8;
}

/* more red */
.col4 { 
       background-color: #f2c0c0;
}
.col5 { 
       background-color: #e2b0b0;
}
.col6 { 
       background-color: #fab8b8;
}
.col7 { 
       background-color: #eab8b8;
}



.selectbox {
        padding-left: 60px;
        padding-top: 30px;
	vertical-align: top;
}

.showbox {
        padding-left: 1px;
        padding-top: 1px;
	vertical-align: top;
}

.overviewbox {
        padding-left: 5px;
        padding-top: 5px;
        padding-right: 5px;
	vertical-align: top;
}
	
/* EOF */
