﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.center 
{
    text-align:center;
}

ol li
{
    margin-bottom: 12px;
}
ul li
{
    margin-bottom: 12px;
}
ul.leftNav
{
    padding: 0;
    margin: 0;
}
ul.leftNav li
{
    list-style-type: none;
}

td
{
    padding: 4px 6px 0px 0px;
}
th
{
    padding: 4px 6px 0px 0px;
}
tr
{
    vertical-align: top;
}

table.pad td 
{
    padding: 4px 16px 0px 0px;
}
table.pad th
{
    padding: 4px 16px 0px 0px;
}

table.simple
{
    border-spacing: 0px;
}
table.simple th
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: inherit;
    border: thin solid #808080;
    text-align: center;
}
table.simple td
{
    border: thin solid #808080;
}

table.formInput
{
    border: 1px solid #C0C0C0;
    background-color: #FFF7D6;
    border-spacing: 0px;
}

table.formInput th
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: inherit;
    text-align: right;
}
table.formInput thead th
{
    font-weight: bold;
    text-align: center;
    background-color: #C0C0C0;
}


div.banner
{
    padding: 0px;
    margin: 0px;
    background-color: #FFF7D6;
}

div.leftMenu
{
    float: left;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
}


div.content
{
    padding: 12px;
    width:600px;
}

div.content h1
{
    margin: 0px 0px 4px 0px;
    font-size: large;
    font-weight: normal;
    font-style: normal;
}
div.content h2
{
    margin: 0px 0px 4px 0px;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
}
div.content span.subtitle
{
    font-style: italic;
}

div.footer
{
    font-size: smaller;
}

A:link
{
	text-decoration: none;
	color: #EE0000;
}

A:active
{
	text-decoration: none;
	color: #880000;
}

A:visited
{
	text-decoration: none;
	color: #EE0000;
}

A:hover
{
	text-decoration: none;
	color: #000088;
}

hr
{
    border-color: #EE0000;
}

.nowrap
{
    white-space: nowrap;
}
p.error
{
    font-weight: bold;
    text-align: center;
    color:red;
}

table.zebra
{
    border: 1px solid #C0C0C0;
    border-spacing: 0px;
}

table.zebra th
{
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: inherit;
    text-align: right;
}
table.zebra thead th
{
    font-weight: bold;
    text-align: center;
    background-color: #C0C0C0;
}

table.zebra tr.odd
{
    background-color: #FFF7D6;
}

p.information
{
    padding: 6px;
    background-color: #FFF7D6;
}