/* Start globals */

* {
    margin: 0 auto;
    padding: 0;
}

body {
    font-size: 11px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
}

h1 {
    font-size: xx-large;
}

h2 {
    font-size: x-large;
}

h3 {
    font-size: large;
}

h4 {
    font-size: medium;
}

h5 {
    font-size: small;
}

h6 {
    font-size: xx-small;
}

input, select, textarea {
    margin: 1px;
}

option {
    padding-right: .5em;
}

div#header {
    margin: 1em 0 1em 0;
}

div#body {
    width: 900px;
    height: 100%;
    margin-top: 1em;
}

div#footer {
    clear: both;
    display: block;
    padding: 0;
    margin-top: 2em;
}

div#footer p {
    padding: 0;
    margin-top: .2em;
    margin-bottom: .2em;
    text-align: center;
}

div.messages {
    margin: 1em 0 1em 0;
    padding: 1px;
}

div#errors {
    border: 3px solid #CC3300;
    padding: 3px;
}

div#alerts {
    border: 3px solid #0066CC;
    padding: 3px;
}

div.center {
    margin-left: auto;
    margin-right: auto;
}

div.page-break {
    clear: both;
    margin-top: 1em;
    margin-bottom: 1em;
}

div.autocomplete {
    width: 250px;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
}

div.autocomplete ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
    margin: 0;
    height: 32px;
    cursor: pointer;
    padding: 2px;
    display: block;
    list-style-type: none;
}

ul li {
    list-style-image: url(/image/arrow_gray.gif);
}

ul.checklist li {
    list-style: inside url(/image/check.gif);
}

ul#menuList li {
    list-style-image: none;
}

p {
    margin: 1em 0 0 0;
    padding: 0;
    text-align: left;
}

p.buttons {
    margin-top: 1em;
    margin-bottom: 2em;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.editable {
    color: #0084B4;
    font-weight: bold;
    text-decoration: underline;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

.label-highlight {
    font-weight: bold;
}

.text-highlight {
    background-color: yellow;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}

ol {
    margin: 0;
    padding: 0 0 0 2em;
    text-align: left;
    list-style-position: outside;
}

ul {
    margin: 0;
    padding: 0 0 0 2em;
    text-align: left;
    list-style: none outside;
}

.faq-question {
    font-weight: bold;
}

li.message {
    list-style-image: url(/image/arrow_gray.gif);
}

ul.errors {
    margin: 0;
    padding: 0 0 0 3em;
}

ul.errors li {
    color: #CC3300;
    text-align: left;
}

input[type="radio"] {
    border: none;
}

input[type="radio"].error {
    outline: 2px solid #CC3300;
}

input.checkbox {
    border: none;
}

input[type="checkbox"].error {
    outline: 2px solid #CC3300;
}

input.error {
    border: 2px solid #CC3300;
}

select.error {
    border: 2px solid #CC3300;
}

textarea.error {
    border: 2px solid #CC3300;
}

ul.alerts {
    margin: 0;
    padding: 0 0 0 3em;
    list-style-image: url(/image/arrow_gray.gif);
}

ul.alert li {
    color: blue;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    text-align: left;
    font-weight: bold;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

h1 {
    font-size: 18px;
    text-align: center;
}

h2 {
    font-size: 16px;
}

sup.new {
    font-size: 70%;
    color: red;
}

a {
    color: #0084B4;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #6699FF;
}

a:active {
    color: #000;
}

a.big {
    font-size: 20pt;
}

a.li {
    font: bold 12pt Arial;
}

a img {
    border: 0;
}

select, input {
    font-size: 11px;
    vertical-align: middle;
}

input.button {
    padding: 0.25em;
    font-size: 110%;
    overflow: visible; /* seems to keep IE (inc 7) in check without anything else */
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.call2act {
    color: white;
    overflow: visible; /* seems to keep IE (inc 7) in check without anything else */
    font-size: 1.2em !important;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #0084B4;
}

input.call2act:focus {
    border: 2px inset #999;
}

input#openid_url {
    width: 25em;
    padding-left: 18px;
    background: #FFFFFF url('http://www.myopenid.com/static/openid-icon-small.gif') no-repeat scroll 0 50%;
}

tr.deleted td {
    text-decoration: line-through;
    background-color: #cccccc !important;
}

td.label-left {
    text-align: right !important;
    white-space: nowrap;
    margin-right: 1em !important;
}

table.form {
    text-align: left;
}

table.form td {
    padding: .2em 0;
}

table.list {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

table#photo_list {
    width: auto;
    margin-top: 2em;
}

table.list caption {
    color: #1ba6b2;
    padding: 10px;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 2px;
}

table.list thead th {
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 2px;
    height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

table.list tfoot {
    color: #1ba6b2;
    padding: 2px;
    font-size: 1.2em;
    margin-top: 6px;
    border-top: 6px solid #e9f7f6;
    font-weight: bold;
    text-transform: uppercase;
}

table.list tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

table.list tbody td {
    padding: 5px;
    text-align: center;
}

table.list tbody th {
    padding: 2px;
    text-align: left;
}

table.list tbody th a {
    display: block;
    font-weight: normal;
    text-decoration: none;
}

table.list td.label {
    color: gray;
    text-align: center;
}

table.list td.numeric {
    text-align: right;
}

table.list td.profit {
    color: #336600;
}

table.list td.loss {
    color: #990000;
}

table.list td.bottom-line {
    font-size: 120%;
    border-top: thin solid black;
    font-weight: bold;
}

p.footnote {
    color: gray;
    margin: 0 auto;
    font-size: 90%;
    text-align: left;
    font-style: italic;
}

/****************** inline table *******************/

table.inline {
    width: 100% !important;
    background-color: #fff !important;
    border-collapse: collapse !important;
}

table.inline td.label {
    text-align: right !important;
    padding-right: 1em !important;
}

table.list tbody tr {
    border: 0 !important;
}

table.inline tbody td {
    padding: 1px !important;
    margin: 0 !important;
    text-align: left !important;
}

table.inline thead th {
    text-align: left !important;
    padding: 2px !important;
}

/****************** inline table *******************/

/****************** inquires table *******************/

#inquiries table {
    width: 100%;
    border: thin solid gray;
    border-collapse: collapse;
}

#inquiries table td {
    line-height: 125%;
    vertical-align: middle;
}

#inquiries table td.question, #inquiries table td.answer {
    text-align: left;
}

/****************** inquires table *******************/

.tooltip {
    position: absolute;
    width: 250px;
    background-color: rgb(255, 255, 234);
    border: 1px solid black;
    padding: 2px;
    font-size: 11px;
    margin: 1em;
}

.tooltip p {
    padding: 2px;
    margin-top: 0.5em;
    line-height: 1.2em;
}

.tooltip a.close {
    font-size: 10px;
}

/************** frontpage tabs ****************/

#tabcontainer {
    width: 38em;
    margin: 0 auto;
    padding: 3em 0 0 0;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#tabnav {
    display: block;
    position: relative;
    text-align: center;
}

#tabnav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
    color: #666;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin-right: 4px;
    background: #f3f3f3;
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 2px 20px 2px 20px;
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

#tabnav a:link.active, #tabnav a:visited.active {
    color: #669933;
    background: #fff;
    border-bottom: 1px solid #fff;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

#tabnav a:hover {
    background: #fff;
}

/************** frontpage tabs ****************/

/****************** wizard steps *******************/

table#steps {
    border-collapse: collapse;
    border: 0;
    height: 5em;
}

table#steps tr {
    padding: 0;
    margin: 7px;
}

table#steps tr#step-numbers {
}

table#steps td {
    text-align: center;
    vertical-align: middle;
}

.step-number {
    border: 1px solid #ccc;
    padding: 7px;
    position: relative;
    background-color: #f2f9ff;
}

#current-step-number {
    border: 2px solid black;
    font-weight: bold;
}

#current-step-name {
    font-weight: bold;
}

/****************** wizard steps *******************/

/******************* pagination ********************/

.paging-link {
}

.paging-number {
    font: bold 10pt Arial;
    color: #669933;
    border: 1px solid #ccc;
    padding: 4px 5px;
    text-decoration: none;
}

.paging-number:hover {
    color: #FFF;
    background-color: #669933;
}

#paging-current {
    color: #FFF;
    background-color: #669933;
}

#paging-current, #paging-current:hover {
}

#paging-href-prev, #paging-href-next {
    font: bold 10pt Arial;
}

/******************* pagination ********************/

/****************** advertising *******************/

.ad-container {
    margin: .25em 0;
    border: 1px solid #b4d0dc;
    padding: .25em;
    display: table;
}

.ad-container div {
    margin: 0;
    padding: 0;
    text-align: left;
}

.ad-container a {
    display: inline;
    font-weight: normal;
    text-decoration: underline;
}

.ad-headline {
    margin: 0;
    padding: 0;
    font: bold 110% Verdana;
}

a.ad-dest-url {
    margin: 0;
    padding: 0;
}

.ad-description-line {
    margin: 0;
    padding: 0;
    font-size: 90%
}

.ad-display-url {
    color: green;
    font-size: 90%;
}

.ad-font {
    font-family: arial, sans-serif;
}

.ad-container-halfbanner {
    width: 234px;
    height: 60px;
}

.ad-container-smallsquare {
    width: 234px;
    height: 120px;
    text-align: left;
}

.ad-container-smallsquare-line {
    padding-top: 117px;
}

.ad-image-banner {
    width: 22%;
    float: left;
    display: table-cell;
    vertical-align: top;
}

.ad-image-banner-img {
    margin: .2em;
}

.ad-text-banner {
    width: 78%;
    float: left;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

/****************** advertising *******************/

/******************* questions ********************/

a.question {
    font-size: 125%;
    font-weight: bold;
}

.question-title {
    font-size: 200%;
    font-weight: bold;
    background-color: #FFFFCC;
}

.question-body {
    font-size: 150%;
}

/******************* questions ********************/

/******************* tooltips *********************/

a.tooltipGrp {
    text-decoration: none;
    border-bottom: 1px dashed #666;
    cursor: default;
}

.tooltip {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    color: #330;
    background: #ffc;
    border: 1px solid #330;
    margin: 0;
    padding: 2px;
    width: 180px;
    height: auto;
    z-index: 10;
}

.tooltip p {
    padding: 2px;
    margin-top: 0.5em;
    line-height: 1.2em;
}

.tooltip a.close {
    font-size: 10px;
}

/* tooltips */

/* autocomplete */

li.autocomplete-item {
    margin: 0;
    height: 50px;
    display: block;
    padding: 2px;
    list-style-type: none;
}

li.autocomplete-item div.autocomplete-image {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

li.autocomplete-item div.autocomplete-name {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2em;
}

/* autocomplete */

/* End globals */




