/* CORE CSS - 20081110 */


/* BODY */

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%; /* % unit to ensure font resizing consistency in IE */
    color: #626364;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}


/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #626364;
    margin: 0.75em 0 0.5em 0;
    padding: 0;
}

h1
{
    font-size: 2.4em;
    font-weight: bold;
    margin-top: 0;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1em;
}

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


/* PARAGRAPHS */

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


/* LINKS */

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

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

a img
{
    border: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    color: #626364;
    text-decoration: none;
} 

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    text-decoration: underline;
} 


/* 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 #e0e0e0;
    border-style: solid none none solid;
}

table.list th, table.list td
{
    padding: 0.25em;
    border: 1px #e0e0e0;
    border-style: none solid solid none;
    text-align: left;
    vertical-align: top;
}

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

table.list td
{
    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.5em;
    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;
}


/* 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.text, textarea
{
    padding: 1px 2px;
    border: 1px solid #b2b8bd; 
}

input.text
{
    background: url(../images/searchtext-bg.png) top left no-repeat;
}

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

button, input.button
{
    font-weight: normal;
    color: #000000;
    background: #ededed url(../images/button-bg.png) top left repeat-x;
    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 #ece8e9;
    border-style: solid none none none;
}

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


div.hr hr
{
    display: none;
}