/* CORE CSS - 2010 */


/* BODY */

body
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}


/* HEADINGS */

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

h1
{
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
}

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


/* PARAGRAPHS */

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


/* LINKS */

a
{
    color: #717008;
    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: #ed6902;
    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;
    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
{
    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;
    color: #898c8f;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

button, input, select, textarea
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
}

input.text, input[type="text"], input[type="password"], textarea
{
    background: #ffffff url(../images/textinput-bg.png) repeat-x;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

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

button, input.button, input.defaultbutton
{
    font-weight: bold;
    color: #ffffff;
    background-color: #f49e5b;
    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;
}