/* CORE CSS - 2010 */


/* BODY */

body
{
    font-family: 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;
    margin: 0.75em 0 0.5em 0;
    padding: 0;
}

h1
{
    font-size: 1.8em;
}

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, img
{
    border: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
    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
{
    margin-left: 20px;
}

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: #606060;
    margin-bottom: 2px;
    padding-right: 0.5em;
    display: block;
}

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

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

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

button, input.button, input[type='submit'], input[type='button'], a.button
{
    font-weight: normal;
    color: #000000;
    background: #d0d0d0 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;
    border-radius: 4px;
}

label input[type='checkbox'], label input[type='radio']
{
    position: relative;
    top: -1px;
    vertical-align: middle;
}

input.small
{
    font-size: 0.8em;
    padding: 0px 2px;
}

.required, .required a, .error, .error a
{
    color: #f00000;
}

.error
{
    color: #f00000;
}

input.error, label.error input, select.error
{
    border: 1px solid #f00000;
    color: #000000;
}

a.button
{
    padding: 0 0.5em;
    text-decoration: none;
}

a.button:hover
{
    text-decoration: none;
}


/* HORIZONTAL RULERS */

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

div.hr
{
    margin: 20px 0;
}


div.hr hr
{
    display: none;
}