/*
 *******************************************************************************
 * TEXT
 *******************************************************************************
 */

body, p, li, span, td, label, h1, h2, h3, h4, th, legend, dt, dd {
    font-family: Arial, Helvetica, Sans-Serif;
}
    
body, p, li, td, label {
    font-size: 9pt;
}

ul, ol {
}
li {
}
h1, h2, h3, h4, th, legend, dt {
    font-weight: bold;
}
h1 {
    font-size: 15pt;
    margin-top: 0;
}
h1.title {
    font-size: 18pt;
}
h2 {
    font-size: 11pt;
}
h3 {
    margin-top: 0;
    font-size: 10pt;
    color: #1450b4;
}
h4 {
}
th, legend {
}
p.copyright {
    font-size: 8pt;
    font-weight: normal;
    color: #999;
    margin: 0;
    padding: 15px 20px;
}

/*
 *******************************************************************************
 * FORMS
 *******************************************************************************
 */

form {
    margin: 0;
}

fieldset {
    margin: 0;
}

label {
    display: block;
    clear: both;
    font-weight: bold;
}

span.field input, span.field label.label {
    display: inline;
    clear: none;
}

.clear {
    clear:both;
    width: auto;
}

/*
 *******************************************************************************
 * LINKS
 *******************************************************************************
 */

a img {
    border: 0;
}

/*
 *******************************************************************************
 * LINKED LISTS
 *******************************************************************************
 */
 
 dl {
    width: auto;
    padding-top: 10px;
    border-top: solid 1px #EEEEEE;
 }
 
 dt {
    font-size: 10pt;
    color: #1450b4;
    padding-top: 10px;
}

 dd {
    font-size: 9pt;
    margin: 5px 10px 10px;
 }

/*
 *******************************************************************************
 * LAYOUT
 *******************************************************************************
 */

body {
    background: #EEEEEE url('/images/bg.gif') repeat-x center top;
    text-align: center;
}

div#page-wrapper {
    width: 840px;
    margin: 0 auto;
    text-align: left;
}

div#page {
}

div#page-header {
    clear: both;
}

div#page-body {
    padding: 10px;
    background-color: #FFFFFF;
}

div#page-footer {
    margin-top: 10px;
}

div.content-header {
    margin: 0;
    padding: 2px;
    width: auto;
}


/*
 *******************************************************************************
 * MAIN MENU
 *******************************************************************************
 */

div#menu {
    float: left;
    height: 100%;
    width: 200px;
}
div#menu ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
div#menu ul li {
}
div#menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    color:#474747;
    display: block;
    width: auto;
    font-size: 10pt;
    font-weight: bold;
}
div#menu ul li a:hover {
    background-color: #EEEEEE;
}

/*
 *******************************************************************************
 * CONTENT
 *******************************************************************************
 */

div#content {
    width: 600px;
    float: right;
}

div.content-left {
    float: left;
    width: 300px;
}

div.content-right {
    float: right;
    width: 300px;
}


div.left {
    float: left;
}

div.right {
    float: right;
}


/*
 *******************************************************************************
 * ERRORS
 *******************************************************************************
 */

p.error {
    font-size: 10pt;
    font-weight: bold;
    color: #FF0000;
    list-style: none;
    margin: 0;
}


table.data-list {
    width: auto;
    width: 100%!important;
    border-collapse: collapse;
}

table.data-list tr {
    border-bottom: solid 1px #CCCCCC;
}

table.data-list thead tr {
    background-color: #CCCCCC;
}

table.data-list th {
    background-color: #CCCCCC;
    font-weight: bold;
    color: #000000;
    padding: 4px 8px;
}

table.data-list td {
    color: #666666;
    padding: 4px 8px;
}

