a:link    { color: #0000ff; }
a:visited { color: #880088; }
a:active  { color: #ffff00; }
a:hover   { color: red; text-decoration: none }

table, body {
font-family: tahoma, arial, helvetica, "sans serif";
font-size: 10pt;
}

body {
background-color: white;
}

img { border-width: 0px; }
image { border: none; }

input, select, textarea, option {
font-family: Verdana, Helvetica, Sans-Serif, Arial;
font-size: 10pt;
font-weight: normal;
}

input, select, textarea {
background-repeat: repeat-x;
background-image: url("/graphics/guidebarback.gif");
background-color: transparent;
border: 1px solid #808080;
}

select[multiple="multiple"],
textarea { background-color: white; }

input[type="checkbox"],
input[type="radio"] {
 background-image: none;
 border: 0px;
 padding: 0px;
 margin: 0px;
}


input:hover,
input:focus {
background-repeat: repeat-x;
background-image: url("/graphics/gold.gif");
background-color: #ffffee;
}

textarea:hover,
select:hover,
textarea:focus,
select:focus {
background-repeat: repeat-x;
background-image: url("/graphics/gold_reverse.gif");
background-color: #ffffee;
}

.fnh a:link    { color: #ffffff; }
.fnh a:visited { color: #ffffff; }
.fnh a:active  { color: #ff0000; }
.fnh a:hover   { color: #ff0000; background-color : #0000ff;}
.fnh a{ text-decoration: none }

.navbar {
background-image: url("/graphics/blue.gif");
background-color: #000080;
font-weight: bold;
text-align: center;
font-family: tahoma, verdana, arial, helvetica, sans-serif;
font-size: 8pt;
}

.navbar a {
width: 95px;
height: 14px;
display: block;
padding: 4px;
border: 1px solid blue;
border-bottom-color: black;
border-right-color: black;
color: #ffffff;
text-decoration: none;
}

.footer { margin-top: 10px; }

.navbar a { text-decoration: none }
.navbar a:link    { color: #ffffff; }
.navbar a:visited { color: #ffffff; }
.navbar a:hover   { color: #ff0000; }
.navbar a:active  { color: #ffff00; }


.navbar a:hover {
border-color: black;
border-bottom-color: blue;
padding: 5px 3px 3px 5px;
color: #ffffff;
background-image: url("/graphics/blue_reverse.gif");
}


.paf_required {
 color: red;
 font-size: large;
 font-weight: bold;
}

.number { text-align: right; }

/* Nice colours copied from http://userscripts.org/ */
#generalnotices { background-color: #DF9; }
#urgentnotices { background-color: #C00; }
.sitenotices {
 padding: 7px 15px;
 list-style: none;
 margin-left: 0px;
}

#captchaimg { vertical-align: top; }

#categories { width: 100%; }
#categories td { padding: 4px; }
.categorieslink a { font-weight: bold; }
#categoriesheader { text-align: center; }

acronym {
 border-bottom: 2px dotted #0000cc;
 cursor: help;
 font-variant: normal;
}

.helplink { cursor: help; }


#postaladdress {
 width: 300px;
 border: 1px solid black;
 margin: auto;
 padding: 3px;
}

.zipcode_unit { font-weight: bold; }

.error { color: red; }

.zstripe { background-color: #ddd; }
