/* Global Margin & Padding Defaults for Browser Compatibility */

body, div, span, a, h1, h2, h3, h4, h5, h6, br, img, table, textarea, th, tr, td {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}

body {
    background-image:url('/static/images/sailorjerry/patterns/body_background_sand.gif');
    background-repeat: repeat;
}

hr {
    background-color: #000000;
    border: none;
    height: 1px;
}

input text {
    border-top: solid #999999 1px;
    border-left: solid #CCCCCC 1px;
    border-right: none;
    border-bottom: none;
    display: inline;
    float: left;
    height: 1.7em;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 3px;
    margin-bottom: 10px;
    position: relative;
    width: 95%;
}

textarea {
    border-top: solid #999999 1px;
    border-left: solid #CCCCCC 1px;
    border-right: none;
    border-bottom: none;
    display: inline;
    float: left;
    margin-top: 0px;
    overflow: hidden;
    padding-bottom: 3px;
    margin-bottom: 10px;
    position: relative;
    width: 98%;
}

input:focus {
    outline: none;
}

.file {
    border: none;
}

textarea:focus {
    outline: none;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #990000;
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

.link:hover {
    color: #5C2997;
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.no_underline:hover {
    text-decoration: none;
}

.clear_left {
    clear: left;
}

a img {
    border: none;
}

/* Table CSS */

td, th, table, tr {
    height: 1.3em;
    text-align: left;
}

/* General CSS */

.page {
    clear: left;
    display: block;
    min-height: 1322px;
    overflow: hidden;
    position: relative;
    /* margin-top: 5px; */
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 992px;
}

.header_container {
    height: 221px;
    overflow: hidden;
    width: 982px;
}

.center {
    text-align: center;
}

.age_check_container {
    clear: left;
    display: block;
    background-image:url('/static/images/sailorjerry/headers/age_check.gif');
    background-repeat: repeat;
    position: relative;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 552px;
    height: 473px;
    min-height: 473px;
    overflow: hidden;
    text-align: center;
}

.age_check_country_container {
    display: inline;
    float: left;
    position: relative;
    margin-top: 176px;
    margin-left: 40px;
    text-align: center;
    width: 473px;
}

.age_check_dob_container {
    display: inline;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-left: 40px;
    text-align: center;
    width: 473px;
}

.content_container {
    background-image:url('/static/images/sailorjerry/patterns/content_background_creme.gif');
    background-repeat: repeat;
    display: inline;
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: left: 20px;
    padding-right: 0px;
    min-height: 1061px;
    width: 982px;
}

.left_column {
    display: inline;
    float: left;
    position: relative;
    width: 242px;
    margin-left: 20px;
    padding-right: 0px;
    overflow: hidden;
}

.pinup_calendar_cover {
    width: 219px;
    height: 184px;
    padding-top: 5px;
    position: relative;
    display: inline;
    float: left;
}

.calendar_open {
    width: 219px;
    height: 362px;
    padding-top: 8px;
    position: relative;
    display: inline;
    float: left;
}

.right_column {
    display: inline;
    float: left;
    position: relative;
    width: 670px;
    overflow: hidden;
}

.half_column {
    float: left;
    position: relative;
    width: 330px;
    min-height: 450px;
    overflow: hidden;
}


.frameless_half_column {
    float: left;
    position: relative;
    width: 360px;
    min-height: 450px;
    overflow: hidden;
}

.frameless_third_column {
    float: left;
    position: relative;
    width: 293px;
    margin-left: 5px;
    min-height: 450px;
    overflow: hidden;
}

.inner_left {
    width: 320px;
    overflow: hidden;
    min-height: 450px;
}

.inner_right {
    width: 348px;
    overflow: hidden;
    min-height: 450px;
}

.frameless_inner_left {
    width: 355px;
    overflow: hidden;
    min-height: 450px;
}

.frameless_inner_right {
    width: 313px;
    overflow: hidden;
    min-height: 450px;
}

.header_bar {
    display: inline;
    position: relative;
    float: left;
    background-image:url('/static/images/sailorjerry/headers/header_bar_blank.png');
    padding-top: 3px;
    padding-left: 10px;
    margin-bottom: 20px;
    width: 650px;
    height: 20px;
}

.half_bar {
    display: inline;
    position: relative;
    float: left;
    background-image:url('/static/images/sailorjerry/headers/header_bar_blank.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 7px;
    width: 330px;
    height: 20px;
}

.frameless_half_bar {
    display: inline;
    position: relative;
    float: left;
    background-image:url('/static/images/sailorjerry/headers/header_bar_blank.png');
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 7px;
    width: 350px;
    height: 20px;
}

.white {
    color: #F5ECCE;
}

.dark_red {
    color: #842627;
}

.dark_grey {
    color: #555555;
}

.black {
    color: #000000;
}

.extra_small {
    font-size: .7em;
    letter-spacing: -1px;
}

.small_caps {
    font-variant: small-caps;
}

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

.caps {
    text-transform: uppercase;
}

.bold {
    font-weight: 900;
}

.thin {
    font-weight: 100;
}

.contestants_containers_container {
    background-image:url('/static/images/sailorjerry/patterns/content_background_dark_creme.gif');
    background-repeat: repeat;
    width: 645px;
    margin-top: 45px;
    padding-left: 15px;
    padding-top: 15px;
    height: 465px;
    min-height: 465px;

}

.contestant_index_page_thumbnail {
    border: none;
    width: 150px;
    /* height: 118px; */
    overflow: hidden;
    position: relative;
    float: left;
}

.thumbnail_container_with_shadow {
    height: 122px;
    width: 150px;
    overflow: hidden;
    positon: relative;
    float: left;
    display: inline;
    clear: both;
}

.contestant_page_thumbnail_container {
    border: none;
    width: 118px;
    height: 108px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    float: left;
}

.contestant_page_thumbnail_118 {
    border: none;
    width: 118px;
    height: 104px;
    overflow: hidden;
    position: relative;
    float: left;
}

.contestant_container {
    display: inline;
    width: 150px;
    min-height: 155px;
    height: 155px;
    float: left;
    position: relative;
    overflow: hidden;
    padding-right: 10px;
}

.footer_container {
    border-top: dashed #AAAAAA 1px;
    height: 28px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    font-size: .6em;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 942px;
}

.footer_copyright {
    display: inline;
    float: left;
    width: 40%;
    height: 50%;
}

.footer_csr {
    display: inline;
    float: left;
    width: 40%;
    height: 50%;
}

.footer_links {
    display: inline;
    float: right;
    width: 20%;
    height: 50%;
}

.menu_item {
    padding-bottom: 3px;
    margin-left: -15px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.minus_1 {
    font-size: 0.9em
}

.minus_2 {
    font-size: 0.8em
}

.minus_3 {
    font-size: 0.7em
}

.minus_4 {
    font-size: 0.6em
}

.minus_5 {
    font-size: 0.5em
}

.plus_1 {
    font-size: 1.1em
}

.plus_2 {
    font-size: 1.2em
}

.plus_3 {
    font-size: 1.3em
}

.plus_4 {
    font-size: 1.4em
}

.plus_5 {
    font-size: 1.5em
}


.very_light_shadow {
    display: inline;
    background-color: #000000;
    position: relative;
    min-height: 1322px;
    height: 100%;
    overflow: hidden;
    opacity: .04;
    filter: alpha(opacity=04);
    width: 1px;
}

.light_shadow {
    display: inline;
    background-color: #000000;
    position: relative;
    min-height: 1322px;
    height: 100%;
    overflow: hidden;
    opacity: .08;
    filter: alpha(opacity=08);
    width: 1px;
}

.medium_shadow {
    display: inline;
    background-color: #000000;
    position: relative;
    min-height: 1322px;
    height: 100%;
    overflow: hidden;
    opacity: .12;
    filter: alpha(opacity=12);
    width: 1px;
}

.dark_shadow {
    display: inline;
    background-color: #000000;
    position: relative;
    min-height: 1322px;
    height: 100%;
    overflow: hidden;
    opacity: .16;
    filter: alpha(opacity=16);
    width: 1px;
}

.very_dark_shadow {
    display: inline;
    background-color: #000000;
    position: relative;
    min-height: 1322px;
    height: 100%;
    overflow: hidden;
    opacity: .20;
    filter: alpha(opacity=20);
    width: 1px;
}

.social_links_container {
    display: inline;
    float: left;
    position: relative;
    padding-top: 13px;
    height: 18px;
    width: 315px;
}

.portrait_frame {
    background-image:url('/static/images/sailorjerry/portrait_frame.gif');
    background-repeat: repeat-x;
    display: inline;
    float: left;
    overflow: hidden;
    padding-bottom: 14px;
    position: relative;
    width:314px;
    height: 358px;
}

.portrait_frameless {
    display: inline;
    float: left;
    overflow: hidden;
    padding-bottom: 14px;
    position: relative;
    width:349px;
    min-height: 358px;
}

.portrait_container {
    width: 306px;
    margin-top: 4px;
    margin-left: 4px;
    overflow: hidden;
    height: 350px;
}

.portrait_frameless_container {
    width: 349px;
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
    min-height: 358px;
}

.social_link {
    padding-right: 6px;
}

.hidden {
    display: none;
}

/* START: Content Pagination (Non Graphic) CSS */

.paginator {
    padding-top: 10px;
}

.paginator a:active {
    text-decoration: underline;
}

.paginator a:hover {
    text-decoration: underline;
}

/* END: Content Pagination (Non Graphic) CSS */

