body, ul, td, th {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif", "ËÎÌå";
	font-size: 12px;
}

div#content {
        margin: 4px;
}

p {
	font-family: verdana,arial,helvetica,sans-serif, ËÎÌå;
	font-size: 12px;
}

em {
	font-weight: bold;
	font-style: italic;
}

.headertop {
        background: #669999;
}
.headersep {
        background: #000033;
}
.headerbottom {
        background: #eeeeee;
}

.error {
        color: #cc0000;
}

code, pre {
	font-family: "andale mono", "monotype.com", "courier new", "monospace";
}

pre.note {
        margin-left: 20px;
}

h1 {
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-weight: bold;
	color: #ff0000;
	font-size: 12px;

}

h2 {
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

h3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

h4 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #336666;
}

small {
	font-family: verdana, arial,helvetica,sans-serif;
	
}

a.small {
	font-family: "Arial", "Helvetica", "sans-serif";
	
	text-decoration: none;
}

A.menuWhite {
        font-family: verdana, arial,helvetica,sans-serif;
        
        color: #ffffff;
}
A.menuBlack {
        font-family: verdana, arial,helvetica,sans-serif;
       
        color: #000000;
}


input {
	font-family: verdana, arial,helvetica,sans-serif;
}

textarea {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
}

input.small, select.small {
	font-family: verdana, arial,helvetica,sans-serif;
	
}

textarea.small {
	font-family: "andale mono", "monotype.com", "courier new", monospace;
	
}

div.errors {
        border: 1px dashed #660000;
        background: #fee;
        color: #660000;
        margin: 4px;
        padding: 6px;
}
div.warnings {
        border: 1px dashed #ff8c00;
        background: #ffa;
        color: #ff8c00;
        margin: 4px;
        padding: 6px;
}
div.explain {
        border: 1px dashed #000066;
        color: #000066;
        margin: 4px;
        padding: 6px;
}
div.thanks {
        border: 1px dashed #006600;
        color: #006600;
        margin: 4px;
        padding: 6px;
}

table.lusersearch td {
	font-size: 75%;
}

table.lusersearch tr {
	vertical-align: top;
}

/* these are redundant with things in controls.css, to try and make the
 * bug forms look a smidge better on netscape 4 (ugh). */
span.control {
	font-weight: bold;
	font-family: "Arial", "Helvetica", "sans-serif";

}

td#summary {
        font-weight: bold;
}
th {
        text-align: right;
}

div#bugheader {
        border-bottom: 2px solid #666666;
        width: 100%;
}

div#bugheader table#details th {
        text-align: right;
        color: #666666;
}
div#bugheader table#details th#number {
        color: #000066;
        font-size: larger;
}
div#bugheader table#details td#summary {
        font-weight: bold;
}

form#vote {
        font-size: smaller;
}
form#vote div.sect {
        float: left;
}
form#vote fieldset {
        border: 1px solid #000000;
}
form#vote div#submit {
        margin-top: 24px;
        margin-left: 10px;
        text-align: center;
}

form#asearch th {
        text-align: left;
        font-weight: bold;
}

form#asearch table#primary {
        background: #eee;
}
