/*
errata.css - CSS definitions for the Errata Project
*/

/* Tags */
div.detail {
    background          : #f0f0f0;
    border              : 2px solid #000066;
    font-family         : arial, tahoma, verdana, sans-serif;
    font-size           : small;
    margin              : 0px 50px 6px 50px;
    padding             : 4px;
}
div.detailhdr {
    background          : #ffffe0;
    border              : 2px solid #660000;
    font-family         : arial, tahoma, verdana, sans-serif;
    font-size           : small;
    margin              : 0px 50px 4px 50px;
    padding             : 4px;
}
div.entrylist {
    background          : #f0f0f0;
    border              : 2px solid #000066;
    font-family         : arial, tahoma, verdana, sans-serif;
    font-size           : small;
    margin-bottom       : 6px;
    padding             : 4px;
}
div.entrylist h1 {
    font-size           : medium;
}
div.entrylist h2 {
    color               : #000099;
    font-size           : medium;
    font-weight         : normal;
}
div.entrylist p {
    font-size           : small;
    margin-bottom       : 4px;
}
form {
    padding     : 4px;
    text-align  : left;
    width       : 620px;
}
form label {
    clear       : left;
/*	display     : block;  */
	float       : left;
	margin-top  : 5px;
	padding     : 0;
	text-align  : right;
	width       : 150px;
}
form input, form textarea, form select {
	margin      : 5px 0 0 10px;
}

/* Classes */

.crumb {
    font-size   : x-small;
    text-align  : right;
}
.errata {
    background  : #99ccff;
    border      : 2px solid #000066;
}
.req {
    color       :   #990000;
}

/* Status display classes */

.statusu {
    color       : #0000cc;
    float       : right;
    font-size   : small;
    font-weight : bold;
    margin-left : 10px;
    text-align  : right;
}
.statusc {
    color       : #00cc00;
    float       : right;
    font-size   : small;
    font-weight : bold;
    margin-left : 10px;
    text-align  : right;
}
.statusp {
    color       : #0000cc;
    float       : right;
    font-size   : small;
    font-weight : bold;
    margin-left : 10px;
    text-align  : right;
}
.statusd {
    color       : #0000cc;
    float       : right;
    font-size   : small;
    font-weight : bold;
    margin-left : 10px;
    text-align  : right;
}
.statusq {
    color       : #ff9900;
    float       : right;
    font-size   : small;
    font-weight : bold;
    margin-left : 10px;
    text-align  : right;
}
.statusb {
    color       : #cc0000;
    float       : right;
    font-size   : small;
    font-weight : bold;
    margin-left : 10px;
    text-align  : right;
}
.statusa {
    color       : #cc00cc;
    float       : right;
    font-size   : small;
    font-weight : bold;
    margin-left : 10px;
    text-align  : right;
}

