/* Template                 */
/* GENERIC TAGS                 */
/* These styles will affect all the generic tags within the IR center.    */
/* Since they are within the #hsbody id they will not be affected by    */
/* conflicting styles implemented by client's developers and integration etc. */

#hsbody {
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #161616;
    background-color: #fff;
    margin: 0px;
    padding: 7px 0 10px 0;
    width: 440px;
}

#hsbody h1 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight:bold;
    color: #e57507;
    text-decoration: none;
}

/* Firefox hack: this removes space between caption and table */
:root #hsbody table {
    margin-top: 0;
}

/* -- Data Table Elements -- */

#hsbody table {
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    border: 1px #EEE solid;
}

#hsbody th {
    text-align: center;
    background-color: #DDD;
    font-size: 11px;
    color: #000;
    padding: 3px;
    font-weight: bold;
    border: 1px #EEE solid;
    border-collapse:collapse;
}

#hsbody td {
    text-align: center;
    background-color: #fff;
    font-size: 11px;
    color: #000;
    padding: 3px;
    border: 1px #EEE solid;
    border-collapse:collapse;
}

#hsbody abbr, #hsbody acronym {
    cursor: help;
}

#hsbody form { padding: 0px; margin: 0px; }

/* -- Disclaimer and Misc -- */

#hsbody div.disclaim {
    color: #5F7B2C;
    font-size: 0.9em;
}

#hsbody div.disclaim a:link, #hsbody div.disclaim a:visited {
    color: #5F7B2C;
    text-decoration: none;
}

#hsbody div.disclaim a:hover{
    color: #5F7B2C;
    text-decoration: none;
}

#hsbody div.key {
    font-size: 1em;
    color: #000000;
    padding-bottom: 10px;
}

#hsbody .greytext {
    color:#333;
    font-size:11px;
}

#hsbody .smallinput {
    font-size:11px;
}
#hsbody .hswidth {
    width: 440px;
}
