/* http://yui.yahooapis.com/3.1.1/build/cssreset/reset.css */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
    color:#000;
    background:#FFF;
}
/*
    TODO remove settings on BODY since we can't namespace it.
*/
/*
    TODO test putting a class on HEAD.
        - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,
img {
    border:0;
}
/*
    TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style:normal;
    font-weight:normal;
}
/*
    TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
    list-style:none;
}

caption,
th {
    text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,
q:after {
    content:'';
}
abbr,
acronym {
    border:0;
    font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
    vertical-align:text-top;
}
sub {
    vertical-align:text-bottom;
}
input,
textarea,
select {
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
    *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
    color:#000;
}

/* ----- */

html,
body {
    background-color: #00367e;
}

body {
    font-family: verdana,arial;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    width: 100%;
}

th {
    background-color:#004488;
}

td {
    padding:5px;
    vertical-align:top;
    white-space:nowrap;
}

table table {
    border:1px solid transparent;
}

table table:hover {
    border: 1px solid black;
}

table table td {
    padding:0;
    vertical-align:middle;
}

table table td a {
    font-size: 90%;
    text-transform: lowercase;
}

th a {
    font-weight: bold;
    font-size: 90%;
    padding: 2px 4px;
}

a {
    color:#6f9bd9;
    display:block;
    padding:4px;
    text-decoration:none;
}

a:hover {
    background-color:#000;
}

.wid {
    border: 1px solid #fff;
    margin-right: 1px;
    padding: 1px 2px;
}

select {
    font-size: 90%;
}

optgroup {
    border-top: 1px solid #C0C0C0;
    color: #999;
    font-family: monospace;
    padding: 2px;
}

option {
    border: 0;
    color:#000000;
    font-family:verdana,arial;
}

input {
    font-size:90%;
}

input[type="button"],
input[type="submit"],
select {
    text-transform: lowercase;
}

/* jAutoSuggest */
#autosuggest {
    background-color: #FFF;
    border: 1px solid #666;
    display: none;
    font-size: 90%;
    list-style: none;
    margin-top: -2px;
    padding: 0;
    position: absolute;
}

#autosuggest li {
    display: block;
    background-color: #FFF;
    color: #000;
    cursor: default;
    line-height: 128%;
    overflow: hidden;
    padding-right: 3px;
    padding-left: 3px;
    text-decoration: none;
    white-space: nowrap;
}

#autosuggest li.active {
    background-color: #D5E2FF;
}
/* /jAutoSuggest */

#tineye_form table {
    border: 0;
    margin-bottom: 0;
}

#tineye_form table:hover {
    border: 0;
}

#tineye_url_td {
    width: 46px;
    padding: 0 1px 0 0;
}

#tineye_url {
    border: 0;
    padding: 2px 0;
    width: 100%;
}

#tineye_submit_td {
    width: 0;
}
