/**
 *  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.3 2005/06/08 16:52:34 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;
}

/* EOF */
