/*

 WIDTH: 920px
 HEIGHT: 518px

 TOOLBAR-HEIGHT: 19px + 1px-border = 20px
 COPYRIGHT-Height: 19px + 1px-border = 20px

 MAIN-HEIGHT = 520 - 40 = 480px


 */

body {

    color: white;
    background-color: black;
    background-attachment: fixed;
    background-repeat: repeat;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 16px;

    overflow-y: scroll; /*opacity: 0;*/

}

a img {

    border: 0;

}

td.main_left {

    width: 67%;
    text-align: justify;
    padding: 50px;
    font-family: Times; /*border-right: 1px solid #f5f5dc;*/

}

td.main_right {

    width: 33%;

}

table.body_container {

    width: 920px;
    height: 570px; /*border-bottom: 1px solid #f5f5dc;*/
    /* has been 520px before */

}

td#toolbar_container {

    border-bottom: 1px solid #f5f5dc;
    height: 19px;

}

table#toolbar {

}

table#toolbar td {

    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    flood-opacity: 0.5;
    padding: 8px;

}

table#toolbar td a {

    color: #999;
    text-decoration: none;

}

table#toolbar td a.current {

    color: white;
    text-decoration: none;

}

table#toolbar td a:hover {

    color: white;
    cursor: pointer;

}

td#copyright_bar {

    height: 25px;
    border-top: 1px solid #f5f5dc;

}

td#facebook {

    padding-left: 4px;
    padding-top: 4px;

}

#facebook_text {

    font-size: 11px;
    display: none;
    padding-left: 5px;

}

a#facebook_link {

    cursor: pointer;
    text-decoration: none;
    color: white;

}

#facebook_table {

    border: 0;
    text-decoration: none;
    padding: 0;
    margin: 0;

}

a#facebook_link:hover {

    text-decoration: underline;

}

img#facebook_image {

    cursor: pointer;

}

td#copyright {

    padding-top: 4px;
    font-size: 11px;

}

form.seamless_form {

    display: inline;
    margin: 0;
    padding: 0;

}

div.seamless_div {

    display: inline;
    margin: 0;
    padding: 0;

}

input.text {

    width: 250px;

}

select.text {

    width: 250px;

}

a.collection_link_list {

    text-decoration: none;
    color: #999;
    font-size: 13px;
    cursor: pointer;

}

a.collection_link_list:hover {

    color: white;

}

a.collection_link {

    text-decoration: none;
    color: #999;
    cursor: pointer;
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 28px;
    font-variant: small-caps;
    padding: 15px;

}

a.collection_link:hover {

    color: white;

}

.link_list_title {

    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-right: 5px;

}



span.error {

    color: #f33;

}

#about_description{
    overflow-y: scroll !important;
}

