/* CORE CSS - 20081212 */


/* BODY */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    font-style: normal;
    color: #546263;
    margin: 0.75em 0 0.4em 0;
    padding: 0;
}

h1
{
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
    font-size: 2.3em;
}

h2
{
    font-size: 1.3em;
    color: #a60f1a;
}

h3
{
    font-size: 1em;
}

h4, h5, h6
{
    font-size: 1em;
    font-weight: normal;
}


/* PARAGRAPHS */

p
{
    margin: 0.5em 0 0.5em 0;
    line-height: 1.5em;
}


/* LINKS */

a
{
    color: #305080;
    text-decoration: underline;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

a img
{
    border: none;
}


/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}


/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: 1px solid;
    border-color: #f0f0f0 #e0e0e0 #e0e0e0 #f0f0f0;
}

table.list th, table.list td
{
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: #e0e0e0;
    white-space: nowrap;
}

table.list td
{
    border-top: 1px solid #f8f8f8;
    font-weight: normal;
}

tr.bglight
{
    background-color: #f8f8f8;
}

tr.bgdark
{
    background-color: #f0f0f0;
}

tr.bglight:hover, tr.bgdark:hover /* This has no effect in IE6 and below */
{
    background-color: #ffffff;
}


/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 2.3em;
    padding: 0;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
    list-style-position: outside
}

ul
{
    margin-left: 0.5em;
}

ul li
{
    background: url(../images/list-bullet.png) 0 0.5em no-repeat;
    padding-left: 12px;
    list-style-type: none;
}

/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

button, input, select, textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
    font-size: 1em; /* Set for visual consistency */
}

input, textarea
{
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

button, input.button
{
    font-weight: normal;
    color: #000000;
    background-color: #f0f0f0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #e0e0e0 #808080 #808080 #e0e0e0;
}


/* HORIZONTAL RULERS */

hr, div.hr
{
    height: 1px;
    color: #ffffff;
    border: 1px dashed #808080;
    border-style: dashed none none none;
}

div.hr
{
    margin: 1em 0 1em 0;
}


div.hr hr
{
    display: none;
}
