/* 
    Document   : main
    Created on : 07-sep-2009, 1:01:13
    Author     : Rafael
    Description:
        Purpose of the stylesheet follows.
*/

/*
@font-face {
    font-family: Franklin;
    src: url("frabk.ttf");
}
*/

@font-face {
    font-family: scripting_balloon;
    src: url("dmanners.ttf");
}

root { 
    display: block;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11pt;
}

h1 {
    color: #0A71B4;
}

h2 {
    color: #0A71B4;
}

h3 {
    color: #0A71B4;
}

div#header_main > div#google {
    float:right;
}

div#header_main > h1 {
    margin-bottom: 0px;
}

div#header_main > p {
    margin-top: 0px;
    font-size: 0.8em;
    width: 370px;
}

div#aside_col_index {
    float:right;
    width: 190px;
    font-size: 12px;
}

div#aside_col_index input[type="text"] {
    font-size: 12px;
    width: 160px;
}

div#aside_col_index input[type="password"] {
    font-size: 12px;
    width: 160px;
}

div#aside_col_index table {
    margin-bottom: 18px;
}

div#aside_col_index div#donate {
    margin-top: 68px;
    padding-top: 68px;
    width: 230px;
    text-align: center;
}

div#aside_col_target {
    float:left;
    width: 268px;
    font-size: 10px;
}

div#aside_col_target table {
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    width: 224px;
    border-color: #0a71b4;
    border-width: 2px;
    border-style: solid;
}

div#aside_col_target th {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    background-color: LightGrey;
    font-size: 120%;
    padding-top: 2px;
    padding-bottom: 4px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}

div#aside_col_target tr {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div#aside_col_target tr[item='0'] {
    background-color: white;
}

div#aside_col_target tr[item='1'] {
    background-color: #f0f0f0;
}

div#aside_col_target td {
    border-top: 1px dashed LightGrey;
}

div#aside_col_target tfoot {
    background-color: LightGrey;
}

div#aside_col_target tfoot td {
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 12px;
}

p#error {
    color: red;
    font-size: 12px;
    font-style: italic;
    border: 2px dotted red;
    padding: 4px;
}

p#help {
    -moz-border-radius: 4px;
    -moz-box-shadow: 2px 2px 2px #666666;
    border-color: green;
    border-width: 2px;
    border-style: solid;
    background-color: AntiqueWhite;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 16px;
    padding: 4px;
}

p#help > span#question {
    width: 27px;
    height: 22px;
    float: left;
    font-size: 24px;
    -moz-border-radius: 16px;
    border: 2px solid green;
    text-align: center;
    padding-top: 5px;
    margin-right: 6px;
    -moz-box-shadow: 2px 2px 2px #666666;
    background-color: BurlyWood;
}

table.shopping td.pvp {
    color: green;
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

table.shopping td.buttons {
    padding-right: 18px;
}

table.shopping td h3 {
    padding-left: 18px;
}

table.shopping td p {
    padding-left: 18px;
    font-size: 10pt;
}

img.logo16 {
    margin-right: 6px;
    float: left;
}

span.big_no_image {
    color: #0A71B4;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

div.vcard {
    width: 440px;
    background-color: white;
    /*height: 140px;*/
}

table.vcard {
    -moz-box-shadow: 2px 2px 2px #666666;
    -moz-border-radius: 5px;
    border: 2px solid #0A71B4;
}

table.vcard th.title {
    background-image: url(../images/ul_back.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 18px;
    color: black;
    text-align: center;
    height: 24px;
}

table.vcard tfoot td.footer {
    border-top: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

table.vcard td.subtitle {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    color: #0A71B4;
    text-decoration: underline;
}

table.vcard td.avatar {
    width: 106px;
    padding: 4px;
}

table.vcard td.avatar img {
    -moz-box-shadow: 2px 2px 2px #666666;
    border: 1px solid black;
}

table.vcard td.star {
    text-align: right;
}

table.vcard span.rotulo {
    font-style: italic;
    font-weight: bolder;
    font-size: 12px;
}

table.vcard span.negative {
    color: red;
}

table.vcard span.positive {
    color: green;
    font-size: 8pt;
    cursor: default;
}

table.vcard td.alert {
    color: red;
}

table.vcard td.warning {
    color: #ff9900;
}

table.vcard td.good {
    color: green;
}

.float_user_card {
    position:absolute;
    z-index: 200;
}

.float_user_card_shadow {
    position:fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    background-color: #666666;
    z-index: 100;
    opacity: 0.4;
    filter: alpha('opacity=40');
}

.float_user_card_close {
    position:absolute;
    z-index: 255;
    cursor: pointer;
}

table.checklist table {
    -moz-box-shadow: 2px 2px 2px #666666;
    border: 1px solid #666666;
}

table.checklist td.checklist {
    padding-right: 3px;
    padding-top: 4px;
}

table.checklist td.checklist td.cardname {
    font-size: 10px;
}

/**************************** Nuevos estilos *********************************/
body.body {
    background-color: #cccccc;
    margin: 0;
}

div.body {
    background-image: url(/images/article_background.gif);
    width: 1046px;
}

div.header_main {
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 996px;
}

div.header_main > h1 {
    margin-bottom: 0px;
}

div.header_main > p {
    margin-top: 0px;
    font-size: 0.8em;
    width: 370px;
}

div.header_main_compact {
    text-align: left;
    padding-top: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    width: 760px;
}

div.header_main_compact > h1 {
    margin-bottom: 0px;
}

div.header_main_compact > p {
    margin-top: 0px;
    font-size: 0.8em;
    width: 370px;
}

div.header_main a img {
    border: none;
}

div.header_banner {
    float: right;
    width: 468px;
    height: 60px;
    margin-top: 22px;
}

div.header_banner a img {
    border: none;
}

div.ad_banner {
    float: right;
    width: 472px;
    height: 80px;
    margin-top: 16px;
    -moz-box-shadow: 2px 2px 2px #666666;
}

div.ad_banner a img {
    border: 2px solid #0A71B4;
}

div.ad_banner span {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top: 2px solid #0A71B4;
    border-left: 2px solid #0A71B4;
    border-right: 2px solid #0A71B4;
    float: right;
    font-size: 8pt;
    padding: 0 4px;
    font-style: italic;
    height: 14px;
}

div.best_card {
    width: 600px;
    height: 100px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    border: 2px solid #0A71B4;
    background-color: Beige;
    float: right;
}

div.best_card td.title {
    color: #0A71B4;
    font-size: 16px;
    font-weight: bold;
}

div.best_card td.name {
    font-size: 11px;
}

div.best_card td.disclosure {
    font-size: 11px;
}

div.best_card td.card img {
    border: none;
}

div.best_card td.card img:hover {
    border: none;
}

div.best_card a,a:hover {
    color: black;
    text-decoration: none;
}

div.best_card td.link a {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

div.best_card td.link {
    padding-right: 8px;
    padding-bottom: 4px;
}

div.article {
    text-align: left;
    width: 996px;
}

div.article div.separator {
    height: 8px;
}

div.article table.article td.separator {
    height: 10px;
    border-bottom: 2px solid #0A71B4;
}

div.article_compact {
    text-align: left;
    width: 760px;
}

div.article_box {
    width: 756px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0a71b4;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
}

div.article_box span.options {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #D75B33;
    text-decoration: none;
    font-weight: normal;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #D75B33;
}

div.article_box ul.options {
    margin: 0;
    padding: 0;
    display: inline;
}

div.article_box ul.options li {
    display: inline;
    list-style: none;
    white-space: nowrap;
    line-height: 26px;
    line-height: 26px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 0;
}

div.article_box a.options {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    color: #085b91;
    font-size: 9pt;
}

div.article_box a.options:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.article_box img.portrait {
    float: left;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 8px;
}

div.article_box img.card_left {
    float:left;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 8px;
}

div.article_box img.card_right {
    float:left;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 8px;
}

div.article_box div.sheet table.sheet {
    border: 2px solid #D75B33;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    float: right;
    width: 180px;
    background-color: #f0d6cf;
    margin-left: 8px;
}

div.article_box div.sheet table thead {
    background-image: url(/images/ul_back.gif);
}

div.article_box div.sheet table th {
    text-align: center;
    height: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px solid #D75B33;
    color: #D75B33;
}

div.article_box div.sheet table tr[item="0"] {
    background-color: white;
}

div.article_box div.sheet table tr[item="1"] {
    background-color: #f0d6cf;
}

div.article_box div.sheet table tbody td {
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px dashed #D75B33;
    font-size: 10px;
}

div.article_box div.sheet table tbody td.left {
    text-align: right;
    font-weight: bold;
    padding-left: 3px;
}

div.article_box div.sheet table tbody td.right {
    text-align: left;
    padding-left: 4px;
    padding-right: 3px;
    font-weight: normal;
}

div.article_box div.sheet table tfoot {
    height: 5px;
    background-color: #f0d6cf;
}

div.article_box p.collection {
    color: black;
    font-size: 12px;
    font-weight: bold;
}

div.article_box div.collection_header {
    min-height: 70px;
    margin-bottom: 12px;
}

div.article_box div.collection_header a img {
    border: none;
}

div.article_box div.collection_header a:hover img {
    border: none;
}

div.article_box h1 a.collection {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

div.article_box h1 a.collection:hover {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
}

div.article_box div.collection_top_body {
    min-height: 160px;
}

div.article_box p.collection_card {
    margin-bottom: 0px;
}

div.article_box p.collection_card > h2 {
    color: #0A71B4;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

div.article_box a.collection {
    color: #0A71B4;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

div.article_box a.collection:hover {
    color: #0A71B4;
    font-size: 18px;
    font-weight: normal;
    text-decoration: underline;
}

div.article_box p.editor {
    color: black;
    font-size: 12px;
    font-style: italic;
}

div.article_box a.editor {
    color:#D75B33;
    font-size:16px;
    font-style:italic;
    text-decoration:none;
}

div.article_box a.editor:hover {
    color:#D75B33;
    font-size:16px;
    font-style:italic;
    text-decoration:underline;
}

div.article_box a.card {
    text-decoration: none;
    border: 0;
}

div.article_box a.card:hover {
    text-decoration: underlined;
    border: 0;
}

div.article_box a.card img {
    border: 0;
    -moz-box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=2);
}

div.article_box p.user_star {
    vertical-align: middle;
    font-style: italic;
    font-size: 11px;
    color: green;
}

div.article_box p.user_star img {
    margin-right: 4px;
    float: left;
}

table.collections_2_col th h1 {
    margin-top: 0;
    margin-bottom: 8px;
}

table.collections_2_col th.pages {
    padding-bottom: 6px;
}

table.collections_2_col th.pages div {
    background-color: beige;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

table.collections_2_col tfoot td.pages {
    padding-bottom: 6px;
}

table.collections_2_col tfoot td.pages div {
    background-color: beige;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

table.collections_2_col td.left {
    padding-bottom: 8px;
}

table.collections_2_col td.right {
    padding-bottom: 8px;
}

div.nav_main {
    width: 996px;
}

ul.nav_main {
    border: 2px solid #0a71b4;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: url(/images/ul_back.gif);
    text-align: left;
}

ul.nav_main li {
    display: inline;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background-color: White;
    border-color: #0a71b4;
    border-style: solid solid none;
    border-width: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 3px;
    margin-left: 10px;
    margin-right: 0px;
    font-size: 10pt;
    font-weight: bold;
}

ul.nav_main li a {
    text-decoration: none;
    color: #0A71B4;
}

ul.nav_main li a:hover {
    text-decoration: none;
    color: #0A71B4;
}

p.nav_main {
    text-align: right;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    background-color: White;
    border-color: #0a71b4;
    border-style: none solid solid;
    border-width: 2px;
    font-size: 10px;
    margin-top: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
}

div.article table.article {
    width: 996px;
}

div.article table.article > td.left {
    width: 776px;
}

div.article table.article > td.right {
    width: 220px;
}

div.login_box {
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border-width: 2px;
    border-style: solid;
    border-color: green;
    margin: 0px;
    margin-bottom: 6px;
    padding: 5px;
    width: 200px;
    background-color: white;
    font-size: 9pt;
}

div.login_box input[type="text"] {
    width: 176px;
    font-size: 12px;
    border: 2px solid green;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.login_box input[type="password"] {
    width: 176px;
    font-size: 12px;
    border: 2px solid green;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.login_box td {
    padding-top: 2px;
    padding-bottom: 2px;
}

div.login_box a {
    text-decoration: none;
    color: black;
}

div.login_box a:hover {
    text-decoration: underline;
    color: #D75B33;
}

div.collection_box {
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    background-color: Beige;
    width: 370px;
    font-size: 9pt;
}

div.collection_box td.portrait a img {
    border: none;
    margin: 3px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

div.collection_box td.portrait a:hover img {
    border: none;
    -moz-box-shadow: 6px 6px 6px #666666;
    -webkit-box-shadow: 6px 6px 6px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=8);
    position: relative;
    left: -3px;
    top: -3px;
}

div.collection_box td.title {
    padding-right: 3px;
}

div.collection_box td.title a {
    color: #0A71B4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

div.collection_box td.title a:hover {
    color: #0A71B4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

div.collection_box td.editor a {
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    color: #D75B33;
}

div.collection_box td.editor a:hover {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #D75B33;
}

div.collection_box td.line {
    border-bottom: 2px solid #0A71B4;
    height: 2px;
}

div.collection_box td.left_data {
    text-align: right;
    padding-right: 4px;
}

div.collection_box td.right_data {
    text-align: left;
    width: 65px;
    padding-right: 2px;
}

div.collection_box td.options {
    padding-left: 3px;
    padding-right: 3px;
    /*padding-top: 6px;
    padding-bottom: 6px;*/
}

div.collection_box td.options a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
    font-size: 7pt;
}

div.collection_box td.options a:hover {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.collection_wide_box {
    width: 756px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0a71b4;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
}

div.collection_wide_box div.collection_header {
    min-height: 70px;
    margin-bottom: 12px;
}

div.collection_wide_box div.collection_header h1 a.collection {
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #0a71b4;
}

div.collection_wide_box div.collection_header h1 a.collection:hover {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    color: #0a71b4;
}


div.collection_wide_box div.great_smedia {
    float: right;
    text-align: center;
    height: 66px;
}

div.collection_wide_box div.collection_header a img {
    border: none;
}

div.collection_wide_box div.collection_header a:hover img {
    border: none;
}


div.collection_wide_box div.collection_top_body {
    min-height: 166px;
}

div.collection_wide_box div.text p {
    display: none;
}

div.collection_wide_box div.text p:first-child {
    display: block;
}

div.collection_wide_box span.options {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #D75B33;
    text-decoration: none;
    font-weight: normal;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #D75B33;
}

div.collection_wide_box ul.options {
    margin: 0;
    padding: 0;
}

div.collection_wide_box ul.options li {
    display: inline;
    list-style: none;
    line-height: 26px;
    white-space: nowrap;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 0;
}

div.collection_wide_box a.options {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    color: #085b91;
    font-size: 9pt;
}

div.collection_wide_box a.options:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.collection_wide_box img.portrait {
    float: left;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 8px;
}

div.collection_wide_box div.sheet table.sheet {
    border: 2px solid #D75B33;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    float: right;
    width: 180px;
    background-color: #f0d6cf;
    margin-left: 8px;
}

div.collection_wide_box div.sheet table thead {
    background-image: url(/images/ul_back.gif);
}

div.collection_wide_box div.sheet table th {
    text-align: center;
    height: 12px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px solid #D75B33;
    color: #D75B33;
}

div.collection_wide_box div.sheet table tr[item="0"] {
    background-color: white;
}

div.collection_wide_box div.sheet table tr[item="1"] {
    background-color: #f0d6cf;
}

div.collection_wide_box div.sheet table tbody td {
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: 1px dashed #D75B33;
    font-size: 10px;
}

div.collection_wide_box div.sheet table tbody td.left {
    text-align: right;
    font-weight: bold;
    padding-left: 3px;
}

div.collection_wide_box div.sheet table tbody td.right {
    text-align: left;
    padding-left: 4px;
    padding-right: 3px;
    font-weight: normal;
}

div.collection_wide_box div.sheet table tfoot {
    height: 5px;
    background-color: #f0d6cf;
}

div.collection_wide_box p.editor {
    color: black;
    font-size: 12px;
    font-style: italic;
}

div.collection_wide_box a.editor {
    color:#D75B33;
    font-size:16px;
    font-style:italic;
    text-decoration:none;
}

div.collection_wide_box a.editor:hover {
    color:#D75B33;
    font-size:16px;
    font-style:italic;
    text-decoration:none;
}

div.collection_tile {
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    width: 200px;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
    padding: 5px;
    border: 2px solid #0A71B4;
    background-color: white;
}

table.collection_tile th h1 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}

table.collection_tile td.tile {
    padding-bottom: 6px;
}

table.collection_tile div.collection_mini_box {
    width: 194px;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    background-color: Beige;
}

table.collection_tile div.collection_mini_box td.portrait {
    text-align: center;
}

table.collection_tile div.collection_mini_box td.portrait a {
    text-decoration: none;
}

table.collection_tile div.collection_mini_box td.portrait a:hover {
    text-decoration: none;
}

table.collection_tile div.collection_mini_box td.portrait a img {
    border: none;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    padding-top: 3px;
}

table.collection_tile div.collection_mini_box td.portrait a img:hover {
    border: none;
    -moz-box-shadow: 6px 6px 6px #666666;
    -webkit-box-shadow: 6px 6px 6px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=8);
    position: relative;
    left: -3px;
    top: -3px;
}

table.collection_tile div.collection_mini_box td.title {
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 6px;
    padding-bottom: 2px;
}

table.collection_tile div.collection_mini_box td.title a {
    color: #0A71B4;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

table.collection_tile div.collection_mini_box td.title a:hover {
    color: #0A71B4;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

table.collection_tile div.collection_mini_box td.left_data {
    text-align: right;
    width: 50%;
    font-size: 11px;
}

table.collection_tile div.collection_mini_box td.right_data {
    text-align: left;
    width: 50%;
    padding-left: 4px;
    font-size: 11px;
}

table.collection_tile div.collection_mini_box td.editor {
    padding-top: 0px;
    padding-bottom: 4px;
}

table.collection_tile div.collection_mini_box td.editor a {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    color: #D75B33;
}

table.collection_tile div.collection_mini_box td.editor a:hover {
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    color: #D75B33;
}

table.collection_tile div.collection_mini_box td.line {
    border-bottom: 2px solid #0A71B4;
    height: 2px;
}

table.collection_tile div.collection_mini_box td.options {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
}

table.collection_tile div.collection_mini_box td.options a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
    font-size: 10px;
}

table.collection_tile div.collection_mini_box td.options a:hover {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.article_box div.smedia {
    height: 32px;
}

div.article_box div.great_smedia {
    float: right;
    text-align: center;
    height: 66px;
}

div.article_box table.search_box h1 {
    margin-top: 0;
    margin-bottom: 8px;
}

div.article_box table.search_box td.not_found {
    padding-top: 12px;
    font-size: 12px;
}

div.article_box table.search_box td.not_found i {
    color: red;
    font-size: 14px;
}
div.article_box table.search_box input[type="text"] {
    border: 2px solid #0A71B4;
    font-size: 11px;
    color: #0A71B4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

div.seo_themes {
    width: 996px;
}

div.seo_themes ul.seo_themes {
    width: 988px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    clear: both;
    float: left;
}

div.seo_themes ul.seo_themes li.seo_themes {
    display: inline;
    width: 245px;
    float: left;
    font-size: 12px;
    color: #0A71B4;
    list-style-image: none;
    list-style-type: none;
}

div.seo_themes ul.seo_themes ul.seo_theme {
    width: 249px;
    padding-left: 8px;
}

div.seo_themes ul.seo_themes ul.seo_theme li {
    font-size: 10px;
    color: black;
    list-style-image: none;
    list-style-type: none;
    width: 232px;
}

div.seo_themes ul.seo_themes ul.seo_theme li a {
    text-decoration: none;
    color: black;
}

div.seo_themes ul.seo_themes ul.seo_theme li a:hover {
    text-decoration: underline;
    color: #D75B33;
}

div.seo_disclaimer {
    font-size: 10px;
    color: black;
    width: 988px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
}

div.seo_disclaimer h2 {
    font-size: 12px;
}

div.nav_main p.optimized_for {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    width: 988px;
    text-align: right;
    font-size: 10px;
}

div.nav_main p.optimized_for > a {
    text-decoration: none;
    color: black;
}

div.nav_main p.optimized_for > a:hover {
    text-decoration: none;
    color: #D75B33;
}

div.nav_main p.optimized_for > a > img {
    border: none;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

div.nav_main p.optimized_for > a:hover > img {
    border: none;
    -moz-box-shadow: 4px 4px 4px #666666;
    -webkit-box-shadow: 4px 4px 4px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
    position: relative;
    left: -2px;
    top: -2px;
}

div.nav_main p.optimized_for > span {
    width: 30px;
    padding-left: 30px;
}

p.nav_main a {
    text-decoration: none;
    color: black;
}

p.nav_main a:hover {
    text-decoration: underline;
    color: #D75B33;
}


div.footer_main {
}

div.footer_main > p {
    font-size: 10px;
    text-align: center;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

div.editor_box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    background-color: Beige;
    width: 370px;
    font-size: 9pt;
}

div.editor_box td.portrait {
    height: 104px;
}

div.editor_box td.portrait a img {
    border: none;
    margin: 3px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

div.editor_box td.portrait a:hover img {
    border: none;
    -moz-box-shadow: 6px 6px 6px #666666;
    -webkit-box-shadow: 6px 6px 6px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=8);
    position: relative;
    left: -3px;
    top: -3px;
}

div.editor_box td.title {
    padding-right: 3px;
}

div.editor_box td.title a {
    color: #0A71B4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

div.editor_box td.title a:hover {
    color: #0A71B4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

div.editor_box td.editor a {
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    color: #D75B33;
}

div.editor_box td.editor a:hover {
    font-size: 14px;
    font-style: italic;
    text-decoration: underline;
    color: #D75B33;
}

div.editor_box td.line {
    border-bottom: 2px solid #0A71B4;
    height: 2px;
}

div.editor_box td.options {
    padding: 3px;
}

div.editor_box td.left_data {
    text-align: right;
    padding-right: 4px;
}

div.editor_box td.right_data {
    text-align: left;
    width: 65px;
    padding-right: 2px;
}

div.editor_box td.options {
    padding-top: 6px;
    padding-bottom: 6px;
}

div.editor_box td.options a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
}

div.editor_box td.options a:hover {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

table.collections_5_col th h1 {
    margin-top: 0;
    margin-bottom: 8px;
}

table.collections_5_col th.pages {
    padding-bottom: 6px;
}

table.collections_5_col th.pages div {
    background-color: beige;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

table.collections_5_col tfoot td.pages {
    padding-bottom: 6px;
}

table.collections_5_col tfoot td.pages div {
    background-color: beige;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

table.collections_5_col td.left {
    padding-bottom: 8px;
}

table.collections_5_col td.center {
    padding-bottom: 8px;
}

table.collections_5_col td.right {
    padding-bottom: 8px;
}

table.collections_5_col div.collection_mini_box {
    width: 142px;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    background-color: Beige;
}

table.collections_5_col div.collection_mini_box div.chi {
    height: 0px;
    left: -66px;
    position: relative;
    top: -11px;
    z-index: 10;
}

table.collections_5_col div.collection_mini_box td.portrait {
    text-align: center;
}

table.collections_5_col div.collection_mini_box td.portrait a {
    text-decoration: none;
}

table.collections_5_col div.collection_mini_box td.portrait a:hover {
    text-decoration: none;
}

table.collections_5_col div.collection_mini_box td.portrait a img {
    border: none;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    padding-top: 3px;
    height: 64px;
}

table.collections_5_col div.collection_mini_box td.portrait a img:hover {
    -moz-box-shadow: 6px 6px 6px #666666;
    -webkit-box-shadow: 6px 6px 6px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=8);
    position: relative;
    left: -3px;
    top: -3px;
}

table.collections_5_col div.collection_mini_box td.title {
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 6px;
    padding-bottom: 2px;
}

table.collections_5_col div.collection_mini_box td.title a {
    color: #0A71B4;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

table.collections_5_col div.collection_mini_box td.title a:hover {
    color: #0A71B4;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

table.collections_5_col div.collection_mini_box td.left_data {
    text-align: right;
    width: 50%;
    font-size: 10px;
}

table.collections_5_col div.collection_mini_box td.right_data {
    text-align: left;
    width: 50%;
    padding-left: 4px;
    font-size: 10px;
}

table.collections_5_col div.collection_mini_box td.editor {
    padding-top: 0px;
    padding-bottom: 4px;
}

table.collections_5_col div.collection_mini_box td.editor a {
    font-size: 10px;
    font-style: italic;
    text-decoration: none;
    color: #D75B33;
}

table.collections_5_col div.collection_mini_box td.editor a:hover {
    font-size: 10px;
    font-style: italic;
    text-decoration: underline;
    color: #D75B33;
}

table.collections_5_col div.collection_mini_box td.line {
    border-bottom: 2px solid #0A71B4;
    height: 2px;
}

table.collections_5_col div.collection_mini_box td.options {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
}

table.collections_5_col div.collection_mini_box td.options a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
    font-size: 10px;
}

table.collections_5_col div.collection_mini_box td.options a:hover {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

table.card_list {
    font-size: 9pt;
}

table.card_list a.card {
    text-decoration: none;
    font-style: italic;
    font-size: 11px;
    color: green;
}

table.card_list a.card:hover {
    text-decoration: none;
    font-style: italic;
    font-size: 11px;
    color: green;
}

table.card_list a.card img {
    border: none;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

div.mailer_lot_tile {
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border:2px solid green;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    width: 200px;
    background-color: #CEDBCE;
}

table.mailer_lot_tile th h1 {
    color: green;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0px;
}

table.mailer_lot_tile td input[type="text"] {
    width: 194px;
    color: red;
    font-weight: bold;
    text-align: center;
    border: 2px solid green;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

table.mailer_lot_tile td.options {
    padding-top: 4px;
    padding-bottom: 4px;
}

table.mailer_lot_tile td.options a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
    font-size: 10px;
}

table.mailer_lot_tile td.options a:hover {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.mailer_slot_tile {
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border:2px solid green;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    width: 200px;
    background-color: #CEDBCE;
}

table.mailer_slot_tile th h1 {
    color: green;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0px;
}

table.mailer_slot_tile td input[type="text"] {
    width: 194px;
    color: red;
    font-weight: bold;
    text-align: center;
    border: 2px solid green;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

table.mailer_slot_tile td.options {
    padding-top: 4px;
    padding-bottom: 4px;
}

table.mailer_slot_tile td.options a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
    font-size: 10px;
}

table.mailer_slot_tile td.options a:hover {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.ad_campaign_tile {
    -moz-border-radius: 5px;
    -moz-box-shadow:2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border:2px solid #D75B33;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    width: 200px;
}

table.ad_campaign_tile td.tile {
    padding-bottom: 6px;
}

table.ad_campaign_tile div.ad_campaign_mini_box {
    -moz-border-radius: 5px;
    -moz-box-shadow:2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow:2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border:2px solid #D75B33;
    width: 186px;
    background: #F7ECE8;
    padding-left: 4px;
    padding-right: 4px;
}

table.ad_campaign_tile th h1 {
    color: #D75B33;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 0px;
}

table.ad_campaign_tile div.ad_campaign_mini_box p.title {
    color: #d75b33;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #d75b33;
    padding-bottom: 12px;
}

table.ad_campaign_tile div.ad_campaign_mini_box p.go {
    font-size: 12px;
    text-align: center;
}

table.ad_campaign_tile div.ad_campaign_mini_box p.info {
    font-size: 12px;
    text-align: center;
}

table.ad_campaign_tile div.ad_campaign_mini_box ul {
    padding-left: 18px;
    margin-left: 0px;
}

table.ad_campaign_tile div.ad_campaign_mini_box a {
    border: none;
}

table.ad_campaign_tile div.ad_campaign_mini_box a:hover {
    border: none;
}

table.ad_campaign_tile div.ad_campaign_mini_box img {
    border: none;
}

div.right_floating {
    position: fixed;
    width: 30px;
    top: 80px;
    right: 0px;
    z-index: 200;
}

div.right_floating img.button {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #666666;
    -webkit-box-shadow: 5px 5px 5px #666666;
    background-color: white;
    cursor: pointer;
    position: fixed;
    border-top: 2px solid green;
    border-bottom: 2px solid green;
    border-left: 2px solid green;
    border-right: none;
    float: left;
    z-index: 200;
}

div.right_floating div.message {
    overflow: hidden;
    position: fixed;
    max-height: 500px;

    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-box-shadow: 5px 5px 5px #666666;
    -webkit-box-shadow: 5px 5px 5px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=7);
    border-color: green;
    border-width: 2px;
    border-style: solid;
    background-color: AntiqueWhite;
    margin-left: 30px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 16px;
    padding: 4px;
    width: 438px;
    z-index: 210;
    font-size: 9pt;
}

div.right_floating span.question {
    width: 27px;
    height: 22px;
    float: left;
    font-size: 24px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 2px solid green;
    text-align: center;
    padding-top: 5px;
    margin-right: 6px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    background-color: white;
    color: #0A71B4;
}

table.article_wide_list {
    font-size: 10pt;
}

table.article_wide_list th h1 {
    margin-top: 0;
    margin-bottom: 8px;
}

table.article_wide_list th.pages {
    padding-bottom: 6px;
}

table.article_wide_list th.pages div {
    background-color: beige;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

table.article_wide_list th.pages div table tbody tr:first-child td {
    padding-top: 8px;
}

table.article_wide_list tbody td {
    padding-bottom: 6px;
    color: #0A71B4;
}

table.article_wide_list tfoot td.pages {
    padding-bottom: 6px;
}

table.article_wide_list tfoot td.pages div {
    background-color: beige;
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
}

table.article_wide_list td.left {
    padding-left: 4px;
    vertical-align: baseline;
}

table.article_wide_list td.right {
    padding-right: 4px;
}

table.article_wide_list select {
    border: 2px solid #0A71B4;
    background-color: transparent;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    color: #0A71B4;
    padding-left: 8px;
    padding-right: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
}

table.article_wide_list input[type="text"] {
    border: 2px solid #0A71B4;
    background-color: white;
    color: #0A71B4;
    padding-left: 8px;
    padding-right: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 11px;
}

table.items_list {
   -moz-border-radius: 5px;
   -moz-box-shadow: 2px 2px 2px #666666;
   -webkit-border-radius: 5px;
   -webkit-box-shadow: 2px 2px 2px #666666;
   border-width: 2px;
   border-color: #0A71B4;
   border-style: solid;
   font-size: 9pt;
   background-color: beige;
   padding: 0px;
}

table.items_list th.heads > div {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border-top: 2px solid #D75B33;
    border-left: 2px solid #D75B33;
    border-right: 2px solid #D75B33;
    border-bottom: none;
    background-color: white;
    padding-left: 3px;
    padding-right: 3px;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    background-color: #d75931;
    text-align: center;
    color: black;
    font-weight: bold;
}

table.items_list th.heads {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 6px;
    border-bottom: 1px dashed #D75B33;
}

table.items_list tr[item='0'] {
    background-color: white;
}

table.items_list tr[item='1'] {
    background-color: #f0f0f0;
}

table.items_list tr[item='e0'] {
    background-color: #ffbdbd;
}

table.items_list tr[item='e1'] {
    background-color: #ff9090;
}

table.items_list tbody tr {
    padding-top: 1px;
    padding-bottom: 1px;
}

table.items_list tbody td {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 0px;
    border-bottom: 1px dashed #D75B33;
    color: black;
    height: 26px;
}

table.items_list tbody td.avatar {
    width: 110px;
}

table.items_list tbody td.avatar img {
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    margin: 4px 4px;
    float: none;
    width: 100px;
    height: 100px;
}

table.items_list tbody td.star {
    text-align: right;
    font-size: 8pt;
}

table.items_list tbody td.subtitle {
    font-size: 12pt;
    font-weight: bold;
}

table.items_list tbody span.rotulo {
    font-size: 9pt;
    font-weight: bold;
    font-style: italic;
    white-space: nowrap;
}

table.items_list tbody td img.portrait {
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    margin: 2px 0;
    float: none;
}

table.items_list tr[item]:hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-width: 1px;
    border-color: Gray;
    border-style: dotted;
    background-color: #e8e8e8;
}

table.items_list tr[item] td:first-child {
    padding-left: 4px;
}

table.items_list tr[item] td:last-child {
    padding-right: 4px;
}

table.items_list tr[item] td input[type="button"] {
    font-size: 7px;
    width: 10px;
    height: 18px;
    margin: 0;
    padding-top: 3px;
}

table.items_list tr[item] td input[type="text"] {
    font-size: 10px;
    height: 12px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

table.items_list tfoot {
    background-color: beige;
}

table.items_list tfoot td {
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 16px;
    color: black;
    font-weight: bold;
}

table.items_list tfoot td.sumarize {
    font-weight: bold;
    font-size: 18px;
}

table.items_list td span.card_name {
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
}

table.items_list td span.card_section {
    font-size: 12px;
    font-style: italic;
}

table.items_list td.not_found {
    font-size: 18px;
    font-style: italic;
    color: #D75B33;
    padding-top: 12px;
    padding-bottom: 12px;
}

table.card_stock {
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
}

table.card_stock td.card_stock {
    border-top: 2px solid #D75B33;
    border-bottom: 2px solid #D75B33;
    border-left: none;
    border-right: none;
    font-size: 11px;
    background-color: white;
    cursor: default;
    height: 14px;
}


table.card_stock tr td.left {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    font-weight: normal;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-left: 2px solid #D75B33;
    border-right: 1px solid #D75B33;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    cursor: pointer;
    color: black;
}

table.card_stock tr td.left:hover {
    -moz-box-shadow: 0 0 8px #D75B33;
    -webkit-box-shadow: 0 0 8px #D75B33;
}

table.card_stock tr td.right {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    font-weight: normal;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-left: 1px solid #D75B33;
    border-right: 2px solid #D75B33;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    cursor: pointer;
    color: black;
}

table.card_stock tr td.right:hover {
    -moz-box-shadow: 0 0 8px #D75B33;
    -webkit-box-shadow: 0 0 8px #D75B33;
}

table.card_stock span.cards_fault {
    font-weight: normal;
    font-style: italic;
    color: red;
}

table.card_stock span.cards_stock {
    font-weight: bolder;
    font-style: normal;
    color: green;
    text-align: center;
}

table.card_stock td.card_stock_disabled {
    border-top: 2px solid #D75B33;
    border-bottom: 2px solid #D75B33;
    border-left: none;
    border-right: none;
    font-size: 11px;
    background-color: white;
    cursor: default;
    height: 14px;
    color: #c0c0c2;
}

table.card_stock tr td.card_stock_disabled:first-child {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    font-weight: normal;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-left: 2px solid #D75B33;
    border-right: 1px solid #D75B33;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    cursor: pointer;
    color: #c0c0c2;
}

table.card_stock tr td.card_stock_disabled:last-child {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    font-weight: normal;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-left: 1px solid #D75B33;
    border-right: 2px solid #D75B33;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    cursor: pointer;
    color: #c0c0c2;
}

div.vote_stars {
    text-align: right;
    float: right;
    padding-left: 8px;
}

span.like_link {
    text-decoration:none;
    color: #0A71B4;
    cursor: pointer;
    font-size: 9pt;
}

span.like_link:hover {
    text-decoration: underline;
    color: #D75B33;
    font-size: 9pt;
}

div.article_box table.join_friend td input[type="text"] {
    border: 2px solid #0A71B4;
}

div.article_box table.join_friend td:first-child input[type="text"] {
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    padding-left: 10px;
    width: 300px;
}

div.article_box table.join_friend td:last-child input[type="text"] {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    padding-right: 10px;
    width: 300px;
}

div.article_box table.join_friend td[align="left"] {
    padding-left: 10px;
}

div.article_box table.join_friend td[align="right"] {
    padding-right: 10px;
}

div.article_box form.form_data {

}

div.article_box form.form_data cite {
    font-size: 8pt;
    color: #D75B33;
}

div.article_box form.form_data input[type="text"] {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #0A71B4;
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 2px;
}

div.article_box form.form_data input[type="submit"] , input[type="button"] {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #0A71B4;
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 2px;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    color: #085b91;
    margin-right: 4px;
    cursor: pointer;
}

div.article_box form.form_data input[type="file"] {
    font-size: 9pt;
}

div.article_box form.form_data input:hover {
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#D75B33,direction=135,strength=3);
}

div.article_box form.form_data input:focus {
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#D75B33,direction=135,strength=3);
}

div#shadow {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    display: none;
    z-index: 100;
    opacity: 0;
    filter: alpha('opacity=0');
}

div#shadow_layer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    display: inline;
    z-index: 120;
    display: none;
    opacity: 0;
    filter: alpha('opacity=0');
}

div.dialog_box {
    background-color: white;
    border: 2px solid #0A71B4;
    width: 620px;
    /*height: 460px;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    z-index: 150;
    position: relative;
    top: 50px;
    padding: 10px;
    overflow: hidden;
    font-size: 9pt;
}

div.dialog_box h1 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 18pt;
}

div.dialog_box h2 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 14pt;
}

div.dialog_box table.shadow_loader {
    color: #0A71B4;
    font-size: 12px;
    font-style: italic;
}

div.dialog_box span.options {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #D75B33;
    text-decoration: none;
    font-weight: normal;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #D75B33;
}

div.dialog_box a.options {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
    font-size: 9pt;
}

div.dialog_box a.options:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.dialog_box img.portrait {
    float: left;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    margin-top: 2px;
    margin-right: 12px;
    margin-bottom: 8px;
}

div#bank_card_box_list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

div#bank_user_list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

div#bank_votes_list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

div#bank_contributors_list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

div.status_box {

}

div.status_box table.items_list tfoot td {
    padding-top: 8px;
    padding-bottom: 8px;
}

table.bank_lot_list th.left, td.left {
    padding-right: 4px;
}

table.bank_lot_list th.right, td.right {
    padding-left: 4px;
}

span.message_error {
    color: red;
    font-weight: bold;
}

span.message_warning {
    color: orange;
    font-weight: bold;
}

span.message_ok {
    color: green;
    font-weight: bold;
}

table.datasheet {
    font-family: 'Courier New',Courier,monospace;
    font-size: 12px;
    background-color: #F0F0F0;
}

table.datasheet th#title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 2px;
}

table.datasheet th#data {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

table.datasheet th#status {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: bolder;
}

table.datasheet table#left {
    border-style: double;
    border-width: 3px;
    border-color: #0a71b4;
}

table.datasheet table#right {
    border-style: double;
    border-width: 3px;
    border-color: #0a71b4;
}

table.datasheet table#left tfoot td {
    border-top: 1px solid #0a71b4;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.datasheet table#right tfoot td {
    border-top: 1px solid #0a71b4;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.incidence {
    text-align: left;
    font-size: 9pt;
    line-height: 12pt;
}

div.incidence label {
    font-size: 9pt;
    font-weight: bold;
}

div.incidence textarea {
    width: 614px;
    font-family: Courier;
    font-size: 10pt;
}

div.incidence_box {
    width: 756px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    border: 2px solid #D75B33;
}

div.incidence_box {
    width: 756px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    border: 2px solid #D75B33;
}

div.incidence_box a.options {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
}

div.incidence_box a.options:hover {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

table.exchange_lot_list th.left, td.left {
    padding-right: 4px;
}

table.exchange_lot_list th.right, td.right {
    padding-left: 4px;
}


table.exchange_lot_list th h3 {
    margin-top: 0px;
    margin-bottom: 4px;
    padding: 0px;
}

div#exchange_card_box_list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

div#exchange_user_list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

textarea.exchange_balloon {
    width: 100%;
    height: 42px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9pt;
    background-color: #ffffff;
    border: 1px groove #a0a0a0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

span.exchange_balloon_default {
    color: #a0a0a0;
    font-size: 9pt;
}

span.float_textarea_counter {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12pt;
    font-color: #202028;
}

span.float_textarea_counter_alert {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: orange;
}

span.float_textarea_counter_limit {
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: red;
}

div.seo_disclaimer a {
    color: #D75B33;
    text-decoration: none;
}

div.seo_disclaimer a:hover {
    color: #D75B33;
    text-decoration: underline;
}

div.seo_disclaimer a b {
    color: #D75B33;
}

div.seo_disclaimer b {
    color: #0A71B4;
}

div.banner728x90 {
    width: 100%;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 10px;
}

div.banner160x600 {
    width: 100%;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 10px;
}

ul.hall_of_fame {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.hall_of_fame li {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12pt;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    border: 2px solid #0A71B4;
    margin-top: 4px;
    margin-bottom: 4px;
}

ul.hall_of_fame li.selected {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12pt;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-image: url(/images/ul_back.gif);
    background-repeat: repeat-x;
    border: 2px solid #D75B33;
    margin-top: 4px;
    margin-bottom: 4px;
}

div.hall_of_fame_line {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

div.hall_of_fame_line img {
    float: left;
    margin-right: 16px;
}

div.hall_of_fame_line span.date {
    float: right;
    margin-left: 16px;
}

div.cloud_box {
    width: 756px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    border: 2px solid #D75B33;
    text-align: center;
}

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

div.cloud_box li {
    display: inline;
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 10px;
}

div.cloud_box a {
    text-decoration: none;
}

div.cloud_box a:hover {
    text-decoration: underline;
}

div#collection_card_box_list {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 3px;
}

div.collection_card_mini_box {
    border: 2px solid #0A71B4;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    background-color: Beige;
    margin-left: 2px;
    margin-right: 6px;
    margin-top: 4px;
    margin-bottom: 4px;
}

table.article_wide_list th.pages div div.collection_card_mini_box {
    background-color: #E8E8E8;
}

div.collection_card_mini_box td.portrait {
    text-align: center;
    padding-top: 0;
}

div.collection_card_mini_box td.portrait a {
    text-decoration: none;
}

div.collection_card_mini_box td.portrait a:hover {
    text-decoration: none;
}

div.collection_card_mini_box td.portrait a img {
    border: none;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    padding-top: 0;
}

div.collection_card_mini_box td.portrait a img:hover {
    border: none;
    -moz-box-shadow: 6px 6px 6px #666666;
    -webkit-box-shadow: 6px 6px 6px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=8);
    position: relative;
    left: -3px;
    top: -3px;
}

div.collection_card_mini_box td.title {
    padding-right: 3px;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 2px;
    font-size: 9pt;
    font-style: italic;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

div.collection_card_mini_box td.title h2 {
    color: #0A71B4;
    font-size: 11pt;
    margin: 0;
    padding: 0;
}

div.collection_card_mini_box td.title h2 a {
    color: #0A71B4;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

div.collection_card_mini_box td.title h2 a:hover {
    color: #0A71B4;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

div.collection_card_mini_box td.title a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

div.collection_card_mini_box td.title a:hover {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    font-style: normal;
}

div.collection_card_mini_box td.left_data {
    text-align: right;
    width: 50%;
    font-size: 11px;
}

div.collection_card_mini_box td.right_data {
    text-align: left;
    width: 50%;
    padding-left: 4px;
    font-size: 11px;
}

div.collection_card_mini_box td.editor {
    padding-top: 0px;
    padding-bottom: 4px;
}

div.collection_card_mini_box td.editor a {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    color: #D75B33;
}

div.collection_card_mini_box td.editor a:hover {
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    color: #D75B33;
}

div.collection_card_mini_box td.line {
    border-bottom: 2px solid #0A71B4;
    height: 2px;
}

div.collection_card_mini_box td.options {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 2px;
    padding-right: 2px;
}

div.collection_card_mini_box td.options a {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #0A71B4;
    text-decoration: none;
    background-image: url(/images/ul_back_2.gif);
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
    color: #085b91;
    font-size: 10px;
    font-weight: normal;
}

div.collection_card_mini_box td.options a:hover {
    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px #D75B33;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #D75B33;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0A71B4;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #085b91;
}

div.bank_card_wide_box {
    width: 756px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #666666;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3);
    border: 2px solid #0a71b4;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: white;
    vertical-align: top;
}

div.bank_card_wide_box h1 {
    color: #D75B33;
    margin: 0;
    padding: 0;
    font-size: 16pt;
    text-align: right;
}

div.bank_card_wide_box div.images {
    margin: 0;
    padding: 0;
    width: 368px;
    display: inline;
}

/*div.bank_card_wide_box div.images div {
    display: inline-block;
    text-align: center;
    font-size: 8pt;
    height: 62px;
}*/

div.bank_card_wide_box ul.images {
    margin: 0;
    padding: 0;
}

div.bank_card_wide_box ul.images li {
    display: inline;
    list-style: none;
    /*white-space: nowrap;*/
    font-size: 8pt;
}

div.bank_card_wide_box ul.images li table {
    display: inline;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 3px 0;
}

div.bank_card_wide_box ul.images li table td.label {
    padding-bottom: 8px;
    text-align: center;
}

div.bank_card_wide_box div.message {
    display: inline;
    width: 380px;
}

div.bank_card_wide_box div.message p {
    text-align: right;
    font-size: 10pt;
}

div.bank_card_wide_box div.message p a {
    color: #D75B33;
    font-weight: bold;
    text-decoration: none;
}

div.bank_card_wide_box div.message p a {
    text-decoration: underline;
    margin-top: 4px;
}

div.bank_card_wide_box div.message p cite {
    font-size: 7pt;
    font-style: italic;
    line-height: 8pt;
    display: block;
    margin-top: 10px;
}

div.avatar_big {
    border: 2px solid #6D99B4;
    width: 100px;
    height: 100px;
    background-color: #D4E6F0;
    background-image: url(/images/logo96bna40.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 16pt;
    font-weight: bold;
    color: #0A71B4;
    text-align: center;
}

div.avatar_big img {
    border: 0;
}

div.avatar_big div.no_avatar {
    width: 100px;
    height: 86px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
}

ul.theme_bar {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.theme_bar li {
    padding: 3px 4px;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 2px 2px #666666;
    -webkit-box-shadow: 2px 2px 2px #666666;
    background-color: #9DC694;
    border: 1px solid #3FC620;
    display: inline-block;
}

ul.theme_bar li:hover {
    -moz-box-shadow: 4px 4px 4px #666666;
    -webkit-box-shadow: 4px 4px 4px #666666;
    position: relative;
    left: -2px;
    top: -2px;
}

ul.theme_bar a {
    color: #ffffff;
    text-decoration: none;
}

ul.theme_bar a:hover {
    color: #ffffff;
    text-decoration: underline;
}

ul.stream_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.stream_list > li {
}

div.theme_box {
    width: 752px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

div.theme_box a img {
    border: none;
}

div.scroll_box {
    width: 100%;
    max-height: 800px;
    overflow: auto;
}
