/* f-basics.css */
.debug.search {
    color: #666;
    font: 60% Consolas, 'Lucida Console', 'Courier New';
}

.debug.search strong {
    color: #66f;
}

.debug.search strong.red {
    color: #f66;
}

/* Table border and other crazy stuff */
.blue .top,.search.result .top {
    background: url(../../images/Border_T_Blue.gif);
}

.topline {
    border-top-width: 1px;
    border-top-style: solid;
}

.bottomline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.blue {
    border-color: #b6bdd7;
}

.darkblue {
    border-color: #6077c0;
}

.pad5.top td {
    padding-top: 5px;
}

.pad5.bottom td {
    padding-bottom: 5px;
}

.pad5.left td {
    padding-left: 5px;
}

.pad5.right td {
    padding-right: 5px;
}

.hidden {
    display: none;
}

.inactive {
    color: #85899A;
}

/* Some table make round borders stuff */
.bluebox {
    background: #D1E4EB;
    border: 0;
    color: #333;
    border-collapse: collapse;
}

.bluebox td.tl,.bluebox td.tr,.bluebox td.bl,.bluebox td.br {
    height: 9px;
    width: 9px;
}

.bluebox tr.top,.bluebox tr.bottom {
    height: 9px;
}

.bluebox .border {
    width: 9px;
}

.bluebox td.tl {
    background: url("../../images/small/new-blue-top-left.gif") left top
        no-repeat
}

.bluebox td.tr {
    background: url("../../images/small/new-blue-top-right.gif") right top
        no-repeat
}

.bluebox td.bl {
    background: url("../../images/small/new-blue-bottom-left.gif") left bottom
        no-repeat
}

.bluebox td.br {
    background: url("../../images/small/new-blue-bottom-right.gif") right
        bottom no-repeat
}

form.bluebox,div.bluebox {
    background: #D1E4EB url("../../images/small/new-blue-top-left.gif") left
        top no-repeat
}

form.bluebox div {
    background: url("../../images/small/new-blue-top-right.gif") right top
        no-repeat
}

form.bluebox div div {
    background: url("../../images/small/new-blue-bottom-left.gif") left bottom
        no-repeat
}

form.bluebox div div div {
    background: url("../../images/small/new-blue-bottom-right.gif") right
        bottom no-repeat
}

/* addons */


#delete {
    padding-bottom: 8px;
    margin-top: 30px;
}

div.bloob {
    position: relative;
    left: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16px;
    padding-bottom: 20px;
    width: 605px;
    background: url("../../../images/winks-sent-1_01.jpg") no-repeat #D1E4EB;
    font-weight: bold;
    font-size: 12px;
}

div.bloob p {
    margin: 8px 0 8px 0;
    padding: 0;
}

div.bloob h2 {
    font-family: Helvetica;
    display: inline;
    line-height: 22px;
    vertical-align: top;
    font-size: 22px;
    color: #333399;
}

div.bloob img {
    margin-right: 6px;
}

div.brown_line {
    border-top: 1px solid #AD964B;
    margin-top: 12px;
    margin-bottom: 6px;
}

div.bloob_footer {
    position: relative;
    top: -20px;
    left: -10px;
    overflow: hidden;
    display: block;
    width: 637px;
    height: 3px;
    background: url("../../../images/winks-sent-1_02.jpg") no-repeat #D1E4EB;
}

.bloob ul {
    padding-left: 16px;
    List-style-type: none;
    line-height: 26px;
    margin: 0;
}

.bloob ul li a {
    text-decoration: none;
    color: #333399;
}

.user {
    color: #AD964B;
    font-weight: bold;
}

div.adress_date {
    position: relative;
    top: 10px;
    width: 768px;
}

div.adress_date h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 20px;
    display: inline;
    color: #1E0084;
}

div.adress_date a.actual_position {
    font-weight: bold;
}

div.adress_date a {
    text-decoration: none;
    font-size: 11px;
    color: #314aae;
}

div.date {
    text-align: right;
    color: #314aae;
    font-size: 12px;
    line-height: 16px;
}

/*  div pokud nebyl nalezen zadny profil  */
div.moved_left {
    position: relative;
    /*left: -13px;*/
    color: #333;
}

div.moved_left .adress_date {
	position: static;
}

div.profile_left {
    position: relative;
    left: -4px;
}

div.no_result h3 {
    float: left;
    position: relative;
    display: block;
    height: 390px;
    left: 160px;
    top: 50px;
    line-height: 151px;
    vertical-align: middle;
    width: 539px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 20px;
    color: #1E0084;
}

/*  div se search menu */
div.search_menu {
    position: relative;
    float: right;
    top: 24px;
    left: -24px;
    width: 184px;
    padding-bottom: 100px;
    background: url("../../../images/no-search-results.jpg") no-repeat #fff;
}

.search_menu h4 {
    font-family: Helvetica;
    margin: 0;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #1E0084;
}

.search_menu ul {
    margin: 0;
    padding-left: 24px;
    List-style-type: none;
}

.search_menu ul a {
    color: #1E0084;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    text-decoration: none;
}

.search_menu ul a:hover {
    color: #c64034;
}

.adress_date span.user {
    font-weight: normal;
}

.arrow {
    font-size: 10px;
    color: #AD964B;
}

/*  vysledek z vyhledavani profilu  */
div.result_profile {
    float: left;
    position: relative;
    left: 0px;
    top: -30px;
    vertical-align: middle;
    width: 539px;
    margin-top: 60px;
    padding-bottom: 26px;
    background: url("../../images/mem_search-result2.jpg") no-repeat #D1E4EB;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

div.result_profile_footer {
    position: relative;
    top: 26px;
    overflow: hidden;
    display: block;
    width: 539px;
    height: 2px;
    background: url("../../images/mem_search-result1.jpg") no-repeat #D1E4EB;
}

.result_profile table {
    position: relative;
    top: 15px;
    left: 30px;
    width: 100%;
    border-collapse: collapse;
    height: 120px;
    color: #1E0084;
}

.result_profile table td {
    font-family: Verdana;
    vertical-align: middle;
}

.result_profile table th {
    width: 98px;
    vertical-align: middle;
}

#ODA {
    margin: 50px 0px 20px 0px;
}

/*  Full Profile  */
div.icons {
    text-align: right;
}

div.icons a {
    text-decoration: none;
    color: #333399;
}

div.icons img {
    position: relative;
    top: 2px;
}

div.icons img.back {
    position: relative;
    top: 5px;
}

table.profile {
    position: relative;
    top: -4px;
    font-size: 76%;
    margin-top: 20px;
    width: 750px;
    color: #333;
}

.profile_row th {
    margin: 0;
    padding: 0;
    padding-right: 10px;
    padding-top: 1px;
}

.profile_row td {
    margin: 0;
    padding: 0;
}

.right_border {
    border-right: 1px solid #999;
}

th.left_padding {
    padding-left: 12px;
}

#space {
    height: 8px;
}

.blue {
    color: #333399;
}

.brown {
    color: #BCA65D;
}

.h2_brown_line {
    width: 745px;
    margin: 0;
    padding: 8px 0 4px;
    color: #339;
    font-size: 18px;
    border-bottom: 1px solid #A59A7B;
}

table.profile th#thumbnail {
    text-align: center;
    width: 204px;
    height: 264px;
    padding-right: 20px;
    background: url("../../images/ma_my_profile_01_03.png") no-repeat #fff;
}

tr.buttons th {
    border-collapse: collapse;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0;
    padding-top: 3px;
    text-align: center;
}

#name {
    color: #339;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-bottom: 4px;
}

.red_announcement {
    margin-left: 8px;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #C61532;
    font-size: 12px;
}

.search_result_blue {
    float: left;
    width: 539px;
    margin-top: 12px;
    padding-top: 12px;
    background: url("../../images/mem_search-result2.jpg") no-repeat #D1E4EB;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
}

.search_result_blue_footer {
    overflow: hidden;
    display: block;
    width: 539px;
    height: 2px;
    background: url("../../images/mem_search-result1.jpg") no-repeat #D1E4EB;
}

.result_table {
    width: 519px;
    text-align: left;
}

.result_table .info td.info {
    width: 38%;
    padding-left: 10px;
    text-align: left;
}

.result_table .info td {
    width: 38%;
}

.result_table_unavailable {
    width: 519px;
    height: 120px;
}

.result_table_unavailable td {
    padding-left: 10px;
    text-align: left;
}

.result_table_unavailable .thumbnail_blue {
    width: 110px;
    text-align: right;
}

td.unavaible_profile {
    height: 60px;
    padding-bottom: 4px;
    vertical-align: middle;
    color: #339;
    font-size: 14px;
}

table td h3 {
    margin: 0;
    padding: 0;
    color: #339;
    font-size: 16px;
    padding-bottom: 4px;
}

.brown_profile {
    text-align: right;
    color: #ad964b;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 5px;
}

.brown_bull {
    color: #ad964b;
    font-size: 15px;
}

.space {
    height: 4px;
}

tr.buttons2 td {
    text-align: left;
    padding-top: 6px;
    border-top: 1px solid #339;
}

.search_result_red {
    float: left;
    width: 539px;
    margin-top: 12px;
    padding-top: 12px;
    background: url("../../images/MA_Search_Results_26.jpg") no-repeat #f5edc6;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
}

.search_result_red_footer {
    overflow: hidden;
    display: block;
    width: 539px;
    height: 2px;
    background: url("../../images/MA_Search_Results_13.jpg") no-repeat #f5edc6;
}

div.space {
    display: block;
    width: 500px;
    height: 30px;
}

div.photo_dark {
    padding-bottom: 10px;
    width: 495px;
    background: url("../../images/MA_Edit_My_Photos_01_03.jpg") no-repeat
        #94B4BF;
}

div.photo_dark_footer {
    position: relative;
    top: 10px;
    overflow: hidden;
    display: block;
    width: 495px;
    height: 7px;
    background: url("../../images/MA_Edit_My_Photos_01_25.jpg") no-repeat #fff;
}

table.title_table {
    font-size: 12px;
    text-align: left;
    width: 75%;
    color: #1E0084;
    border-collapse: collapse;
    margin-left: 20px;
    margin-top: 16px;
}

table.title_table th {
    font-size: 14px;
}

table.title_table th a {
    text-decoration: none;
    color: #1E0084;
}

table.upload_photo {
    font-size: 12px;
    text-align: left;
    width: 96%;
    color: #1E0084;
    height: 158px;
    border-collapse: collapse;
    padding: 0;
    margin-bottom: 26px;
}

table.upload_photo th {
    vertical-align: top;
    font-size: 14px;
    padding: 14px 0px 0px 20px;
    margin: 0;
}

table.upload_photo th a {
    text-decoration: none;
    color: #1E0084;
}

table.upload_photo td {
    vertical-align: top;
    padding-top: 0px;
    padding-left: 20px;
    margin: 0;
}

.thumbnail_photo {
    text-align: left;
    vertical-align: top;
    width: 93px;
    height: 150px;
    background: url('../../images/member-photos-primary-bg.png') top center
        no-repeat #94B4BF;
}

table.upload_photo .thumbnail_photo {
    padding: 5px 4px 0 4px;
    margin: 0 auto;
}

.red {
    color: #A53605;
}

.white {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
}

.black {
    color: #000;
    font-size: 10px;
    line-height: 18px;
}

.small_red {
    font-weight: bold;
    color: #A53605;
    font-size: 10px;
    line-height: 10px;
}

div.photo_light {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 14px;
    width: 495px;
    background: url("../../images/MA_Edit_My_Photos_01_27.jpg") no-repeat
        #D1E4EB;
}

div.photo_light .thumbnail_photo {
    background: url("../../images/member-photos-secondary-bg.png") top center
        no-repeat #D1E4EB;
}

#none {
    background: #D1E4EB;
}

div.photo_right {
	position: absolute;
    top: 0;
    left: 519px;
    width: 236px;
    background: url("../../images/MA_Edit_My_Photos_01_05.jpg") no-repeat #fcffd1;
    font-size: 10px;
    line-height: 18px;
    height: 1030px;
}

div.footer_photo {
    clear: both;
    position: relative;
    top: -40px;
    display: block;
    width: 747px;
    height: 11px;
    margin-left: 7px;
    background: url("../../images/MA_Edit_My_Photos_footer.jpg") no-repeat #fff;
}

.photo_right table {
    margin-bottom: 5px;
    left: 0px;
    width: 100%;
    top: 0px;
    positon: absolute;
}

.photo_right table td {
    border-top: 1px solid #64539F;
    padding: 9px 4px 9px 4px;
    margin: 0;
}

.photo_right table h3 {
    font-size: 12px;
}

.orange {
    color: #a53605;
}

.orange h3 {
    color: #a5683e;
}

.gray {
    color: #636466;
}

.gray h3 {
    color: #1e0084;
}

.light_gray {
    color: #a0a09c;
}

.light_gray h3 {
    color: #1e0084;
}

.inbox_totals {
    color: #314aae;
    font-size: 12px;
    font-weight: bold;
}

.subheader .inbox_totals {
    position: absolute;
    right: 0;
    bottom: 0;
}

.messageslist .inbox_totals {
	width: 750px;
	margin: 20px auto 0;
	text-align: right;
}

.inbox_totals a {
    text-decoration: none;
}

.inbox_totals strong {
    font-size: 12px;
}

.inbox_totals img {
	margin-bottom: -2px;
}

.inbox_totals span.gray a {
    font-weight: 400;
    color: #a0a09c;
}

.inbox_totals span.brown a {
    color: #AD964B;
}

.border_none {
    border: none !important;
}

table.inbox_buttons {
    width: 750px;
    margin: 0 auto;
    text-align: right;
    color: #314aae;
    font-size: 12px;
}

table.inbox_buttons a {
    text-decoration: none;
    font-weight: bold;
    color: #314aae;
}

.inbox_buttons img {
    margin-bottom: -2px;
}

table.inbox {
    color: #314aae;
    font-weight: bold;
    text-align: left;
    width: 750px;
    margin: 6px auto 0;
    border-collapse: collapse;
    font-size: 13px;
}

.messageslist {
	padding-top: 10px;
	text-align: center;
}

table.inbox a {
    text-decoration: none;
    color: #314aae;
}

table.inbox tr {
    height: 36px;
    vertical-align: middle;
}

.header td {
    border: none !important;
}

.header th {
    border: none !important;
}

table.inbox td {
    border-bottom: 1px solid #ad964b;
}

table.inbox th {
    text-align: center;
    border-bottom: 1px solid #ad964b;
}

tr.header {
    background: url("../../images/My_Inbox_center.jpg") center left repeat-x
        #fff;
    color: #fff;
    font-size: 15px;
}

table tr .check {
    padding-bottom: 3px;
    vertical-align: middle;
    width: 70px;
}

#left_head {
    background: url("../../images/My_Inbox_left.jpg") center right no-repeat
        #fff;
    width: 1px;
}

#right_head {
    background: url("../../images/My_Inbox_right.jpg") center left no-repeat
        #fff;
    width: 1px;
}

.normal {
    font-weight: normal;
}

.moved {
    position: relative;
    top: 2px;
}

div.red_announcement {
    position: relative;
    left: -10px;
    margin-top: 30px;
    padding: 0 2px 0 2px;
    color: #B60303;
    font-size: 11px;
    width: 98%;
    text-align: left;
}

div.no_mail {
    margin-top: 80px;
    margin-bottom: 80px;
    color: #314aae;
    text-align: center;
}

.no_mail h3 {
    font-size: 16px;
}

.navigation {
    font-size: 12px;
    margin-top: 18px;
    padding-right: 30px;
    font-weight: bold;
    text-align: right;
}

.navigation a {
    text-decoration: none;
    color: #314aae;
}

div.option {
    padding-top: 12px;
    padding-bottom: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    width: 732px;
}

div.option a {
    color: #314aae;
    text-decoration: none;
}

.option table {
    width: 100%;
}

.option table th {
    width: 93px;
}

.option table td {
    margin: 0;
    padding: 0;
}

div.option h3 {
    display: inline;
    font-weight: normal;
    font-size: 20px;
    color: #314aae;
}

table.received_message_head {
    width: 732px;
    color: #314aae;
    font-size: 12px;
}

table.received_message_head a {
    text-decoration: none;
    color: #314aae;
}

table.received_message_head th,table.received_message th,table.table_profile th,table.table_profile th.status
    {
    text-align: left;
}

table tr.blue_bckgnd th {
    text-align: center;
}

.brown_border {
    text-align: left;
    width: 732px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #AD964B;
    border-bottom: 1px solid #AD964B;
}

.square {
    text-align: right;
    padding-right: 20px;
    margin: 0;
}

table.received_message {
    color: #314aae;
    font-size: 12px;
    margin-left: 7px;
    margin-bottom: 40px;
    border-collapse: collapse;
}

table.received_message td {
    padding-top: 20px;
    padding-bottom: 24px;
}

table.received_message th {
    padding-top: 30px;
    padding-bottom: 30px;
}

.message {
    background: url("../../images/dashed-line.jpg") top left no-repeat #fff;
    vertical-align: top;
}

.message_buttons td {
    text-align: left;
}

.message_buttons th {
    text-align: left;
    width: 100px;
}

table.receivedwink {
    margin-bottom: -6px;
    margin-left: 6px;
    width: 590px;
    text-align: justify;
    color: #314aae;
    font-size: 12px;
    margin-bottom: 40px;
    border-collapse: collapse;
    margin-top: 20px;
}

table.receivedwink td {
    padding-top: 13px;
}

table.receivedwink td.label {
    vertical-align: top;
    width: 112px;
    margin-bottom: -6px;
    font-weight: bold;
    vertical-align: top;
}

.message_td {
    width: 120px;
}

div.send_email {
    width: 705px;
    background: url("../../images/Send_Member_Email_13.jpg") no-repeat #D1E4EB;
    font-size: 12px;
    padding: 4px 10px 6px 20px;
    color: #666;
}

div.send_email_footer {
    position: relative;
    top: -6px;
    display: block;
    width: 735px;
    height: 4px;
    background: url("../../images/Send_Member_Email_06.jpg") no-repeat #fff;
}

.send_email span.user {
    font-size: 14px;
}

.send_email p {
    margin: 14px 0 12px;
}

.send_email table {
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
}

.send_email center table {
	border-bottom: 0;
}

.send_email table th {
    padding-bottom: 10px;
    color: #339;
    width: 80px;
    font-size: 14px;
}

.send_email table td.red {
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 6px;
    color: #914344;
    font-family: Verdana;
}

.send_email table td {
    padding-bottom: 10px;
}

#delete_button {
    margin: 0;
    padding-top: 14px;
    padding-bottom: 10px;
}

div.all_content {
    position: relative;
    width: 100%;
    background: url("../../images/Edit_Folders_Inbox_02.jpg") repeat-y top left  #fff;
}

div.blue_box {
    position: relative;
    width: 192px;
    float: left;
    padding-left: 6px;
    padding-top: 20px;
}

div.add_folder {
    display: block;
    width: 174px;
    height: 93px;
    background: url("../../images/Edit_Folders_Inbox_03.jpg") no-repeat #D1E4EB
        ;
    padding-left: 14px;
    padding-top: 8px;
}

.input_folder {
    position: relative;
    left: -1px;
    width: 156px;
    margin-top: 4px !important;
}

.add_folder h2 {
    display: inline;
    font-size: 15px;
}

.add_folder input {
    margin-top: 8px;
}

div.folders {
    position: relative;
    float: left;
    left: 10px;
    width: 550px;
}

table.folder {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}

table.folder a {
    text-decoration: none;
    color: #339;
}

table.folder h3 {
    color: #339;
    margin: 0;
    font-size: 20px;
    padding: 0;
}

th.folder_tab_title {
    text-align: left;
    margin: 0;
    padding: 0;
}

.folder_title {
    font-size: 12px;
}

.gray_background {
    background: #5b79d1;
    color: #fff;
    font-size: 15px;
}

.gray_background th {
    border-left: 1px solid #999;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 2px 8px 2px 8px;
}

.gray_background td {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.folder_row {
    text-align: right;
    color: #333;
    line-height: 28px;
}

.folder_row th {
    border-bottom: 1px solid #CCC;
    padding-right: 8px;
}

.folder_row td {
    border-bottom: 1px solid #CCC;
    padding-right: 8px;
}

.blue_name {
    padding-left: 8px;
    color: #339;
    text-align: left;
}

.align-left {
    text-align: left;
    padding: 0 !important;
}

.empty {
    font-weight: normal;
    font-size: 11px;
}

table.folder_totals {
    position: relative;
    float: right;
    text-align: right;
    left: -46px;
    top: 36px;
    margin-bottom: 40px;
    padding-bottom: 16px;
}

table.table_profile {
    width: 97%;
    color: #339;
    border-collapse: collapse;
    font-size: 12px;
}

table.table_profile a {
    text-decoration: none;
    color: #339;
}

td.thumbnail_profile {
    height: 167px;
    /*  background: url("../../images/Member_Profile_03.jpg") bottom left no-repeat #fff;*/
    width: 180px;
    /*padding-left:6px;
/*    vertical-align:bottom;*/
}

td#thumbnail_profile_pending {
    height: 186px;
    /*background: url("../../images/Mem-Profile-w-pend.photo-03.jpg") bottom left no-repeat #fff;*/
}

/*td#thumbnail_profile_pending img{
  position:relative;
  top:-9px;
}

td.thumbnail_profile img{
  position:relative;
  top:-5px;
}*/
.pending_photo {
    position: relative;
    top: -6px;
    left: 3px;
    color: #fff;
    font-family: Verdana;
    font-size: 10px;
}

.pending_photo img {
    position: relative;
    top: 3px !important;
}

td.left_side {
    height: 142px;
    background: url("../../images/Member_Profile_2.jpg") no-repeat #fff;
}

td.right_side {
    height: 142px;
    background: url("../../images/Member_Profile_20.jpg") no-repeat #fff;
}

.blue_bckgnd {
    background: #D1E4EB;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
}

.status {
    background: #fff;
    text-align: left;
    margin: 0;
    padding-top: 4px;
    padding-bottom: 8px;
    color: #0043BE;
    vertical-align: top;
}

.status h3 {
    color: #1F35B4;
    vertical-align: top;
}

.first_title {
    padding: 0;
    height: 27px;
    vertical-align: top;
}

.switch_status {
    vertical-align: top;
    font-size: 10px;
    height: 106px;
    padding: 0;
    margin: 0;
}

.switch_status img {
    border: 0;
    position: relative;
    left: 1px;
    top: 2px;
}

#height_pending {
    height: 84px;
}

.switch_status a {
    color: #0043BE !important;
}

#pending_status {
    height: 80px;
}

table.table_profile th h3 {
    font-size: 14px;
    margin: 0;
}

div.homepage_blue {
    position: relative;
    width: 290px;
    float: left;
    padding-left: 16px;
    background: url("../../images/Member-Homepage_03.jpg") top left no-repeat
        #D1E4EB;
    font-size: 14px;
}

div.homepage_blue_footer {
    position: relative;
    display: block;
    height: 199px;
    width: 4px;
    float: left;
    background: url("../../images/Member-Homepage_05.jpg") top left no-repeat
        #fff;
}

div.homepage_blue h3 {
    color: #339;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 14px;
}

div.homepage_blue a {
    text-decoration: none;
    color: #333;
    padding-left: 12px;
}

div.homepage_blue .small a {
    padding: 0;
}

div.homepage_blue table th {
    border-right: 1px solid #999;
    width: 94px;
}

div.homepage_blue table th img {
    border: 1px solid #2455B3;
}

div.homepage_blue table {
    border-collapse: collapse;
    margin-left: 6px;
}

div.homepage_blue#pending_photo table {
    margin-left: 0px;
}

th#homepage_photo img {
    border-left: 0 !important;
    position: relative;
    top: -1px;
}

#homepage_photo {
    padding-left: 13px;
    background: url(../../images/Mem-Homepage_w-pend.phot-03.jpg) no-repeat
        left 1px;
}

.small {
    font-size: 11px;
    line-height: 11px;
}

#tinner {
    width: 200px;
    margin-left: 12px;
}

#tinner table {
    margin: 0;
}

#tinner a {
    padding: 0;
    line-height: 19px;
}

#tinner a.underline {
    text-decoration: underline;
}

#darker {
    width: 176px;
    margin-left: 12px;
    background: url("../../images/Member-Homepage_07.jpg") top left no-repeat
        #94B4BF;
    color: #fff;
    font-size: 8pt;
    /*line-height:18px;*/
}

#darker select {
    font-size: 8pt;
    height: 19px;
}

#darker option {
    padding-top: 3px;
}

#darker h3 {
    color: #fff;
}

#darker_footer {
    background: url("../../images/Member-Homepage_09.jpg") top left no-repeat
        #fff;
}

#homepage_red {
    width: 730px;
    margin-top: 12px;
    height: 151px;
    background: url("../../images/Member-Homepage_24.jpg") top left no-repeat
        #F5EDC6;
}

#red_footer {
    margin-top: 12px;
    background: url("../../images/Member-Homepage_27.jpg") top left no-repeat
        #fff;
    height: 162px;
}

#homepage_red  table {
    width: 100%;
    height: 68%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

#homepage_red  table td {
    border-left: 1px solid #999;
}

div.member_login {
	color: #333;
    width: 397px;
    padding: 14px 10px 0px 20px;
    height: 245px;
    float: left;
    margin-left: 10px;
    font-size: 12px;
    background: url("../../images/Member-Login_03.jpg") top left no-repeat #D1E4EB;
}

div.member_login_footer {
    width: 4px;
    height: 259px;
    float: left;
    background: url("../../images/Member-Login_05.jpg") top left no-repeat #fff;
}

div.member_login h2 {
    font-weight: normal;
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #1E0084;
}

div.member_login p {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.member_login th {
    text-align: left;
}

table.login_table {
    border-collapse: collapse;
    width: 100%;
}

table.login_table td {
    padding: 10px 0px 10px 30px;
    width: 70px;
}

table.login_table.susername td {
    padding: 10px 0px 10px 30px;
    width: 110px;
}

th.remember_me {
    font-weight: normal;
    padding: 0;
}

.login_button {
    padding-top: 14px;
}

#lookup_password {
    background: url("../../images/Member-Login_07.jpg") top left no-repeat #fcffd1;
    margin-left: 26px;
}

#lookup_password_footer {
    background: url("../../images/Member-Login_09.jpg") top left no-repeat #fff;
}

#lookup_password table.login_table td {
    padding: 10px 0px 10px 16px;
    width: auto;
}

#lookup_password table.login_table td.l {
    padding-left: 5px;
    width: 90px;
}

div.registration_box {
    position: relative;
    width: 602px;
    padding: 0px 18px 4px 18px;
    font-size: 11px;
    float: left;
    overflow: hidden;
}

div.registration_box p {
    margin-top: 10px;
    margin-bottom: 11px;
}

div.registration_box_footer {
    
    display: none;
    
}

div.registration_box h3 {
    color: #339;
    margin: 26px 0 16px 0;
    padding: 0 0 4px 0;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

div.official_warning {
    position: relative;
    left: -6px;
    width: 600px;
}

div.registration_box h5 {
    color: #96313D;
    font-family: Verdana;
    margin: 26px 0 0 0;
    padding: 0;
    font-size: 10px;
}

div.registration_box .official_warning h5 {
    margin-top: 20px;
}

div.registration_box p.protection {
    color: #5B5F61;
    font-size: 10px;
    margin: 0px 0 27px 0;
    padding: 0;
}

table.registration_fields td {
    width: 50px;
    font-size: 12px;
    padding-left: 50px;
}

div.registration_box p a {
    text-decoration: none;
    color: #5B79D1;
}

div.registration_progress {
    position: relative;
    margin-top: 30px;
    float: left;
    height: 219px;
    width: 214px;
    padding-left: 6px;
    background: url("../../images/Registration-Page1_05.jpg") top left
        no-repeat #fcffd1;
}

div.registration_progress_footer {
    position: relative;
    float: left;
    height: 219px;
    width: 4px;
    margin-top: 30px;
    background: url("../../images/Registration-Page1_07.jpg") top left
        no-repeat #fff;
}

.registration_progress table {
    color: #B9C2D6;
    margin-left: 26px;
}

.registration_progress table th {
    width: 150px;
    font-size: 16px;
    padding-top: 20px;
}

#progress_arrow {
    padding: 20px 6px 0 40px;
}

.highlight_blue {
    color: #4064B8;
}

.registration_progress h4 {
    color: #637FC2;
    margin: 14px 0 4px 0;
    padding-left: 14px;
    font-size: 14px;
}

table.account_type {
    color: #4065B8;
    border-top: 1px solid #C4CADE;
    margin: 0 0 4px 10px;
    width: 190px;
    font-size: 12px;
    font-family: Verdana;
}

table.account_type th {
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 11px;
}

table.account_type td {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 11px;
}

div.blank {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
}

table.registration_fields_step2 {
    width: 474px;
}

table.registration_fields_step2 td {
    width: 160px;
    font-size: 12px;
    padding-left: 30px;
    height: 30px;
}

table.registration_fields_step2 th img {
    border: 2px inset #AEAFB0;
}

td.article {
    padding: 10px 0 10px 30px;
    text-align: justify;
    font-size: 9px !important;
    width: 100% !important;
    color: #5B5F61;
    font-family: Verdana;
    font-weight: normal;
}

.Confidential {
    color: #96313D;
    font-size: 10px;
}

.submit_registration {
    margin: 30px 0 20px 0;
}

.vertical_position {
    position: relative;
    top: 5px;
    left: 2px;
}

div.search_box, div.search_box_longer {
    float: left;
    margin: 0 0 0 44px;
    height: 292px;
    width: 442px;
    color: #1E0084;
    font-size: 11px;
    padding: 6px 0px 0 20px;
    background: url("../../images/Search_Basic_03.jpg") top left no-repeat #D1E4EB;
}
div.search_box_longer{
    height: 312px;
    background: url("../../images/Search_Basic_03_longer.gif") top left no-repeat #D1E4EB;
}

div.search_box table, div.search_box_longer table {
    width: 100%;
}

div.search_box table td, div.search_box_longer table td {
    line-height: 32px;
    width: 150px;
}

div.search_box table th, div.search_box_longer table th {
    line-height: 21px;
    font-weight: normal;
}

.moved_checkbox {
    position: relative;
    left: -3px;
    top: 2px;
}

.search_button {
    padding-top: 10px !important;
    padding-left: 2px;
    text-align: center;
}

div.search_box_footer, div.search_box_footer_longer {
    float: left;
    height: 298px;
    width: 5px;
    background: url("../../images/Search_Basic_05.jpg") top left no-repeat #fff;
}
div.search_box_footer_longer {
    height: 318px;
    background: url("../../images/Search_Basic_05_longer.gif") top left no-repeat #fff;
}

#username_search {
    padding-top: 60px;
    padding-right: 14px;
    height: 238px;
    width: 430px;
}

#username_search table {
    width: 420px;
}

#username_search table th {
    text-align: center;
    font-weight: bold;
}

#username_search .search_button {
    padding: 34px 0 0 10px !important;
}

#search_error {
    height: 306px;
    background: url("../../images/Search_Basic_Error_03.jpg") top left no-repeat #D1E4EB;
    width: 446px;
}

#search_error span.red {
    position: relative;
    left: -12px;
}

#search_error th.red {
    padding: 0;
    line-height: 18px;
}

#search_error_footer {
    height: 4px;
    width: 466px;
    margin: 0 0 0 44px;
    background: url("../../images/Search_Basic_Error_06.jpg") top left no-repeat #fff;
}

div.username_error {
    font-weight: bold;
    position: relative;
    top: -44px;
    left: 15px;
    width: 400px;
    color: #96313D;
}

.username_error ul {
    font-size: 10px;
    padding: 14px 0 0 15px;
    margin: 0;
}

.username_error {
    position: relative;
    top: -18px;
}

#search_saved_error {
    width: 430px;
    left: 6px;
}

#search_winks {
    left: 29px;
}

#search_favorites {
    left: 12px;
}

#newest_member_error {
    left: 44px;
    width: 330px;
}

#search_style {
    top: -1px;
    padding-bottom: 40px;
    top: -3px;
}

.saved_error {
    position: relative;
    top: -36px;
}

th#saved_search {
    height: 50px;
}

.no_search_error {
    font-weight: bold;
    position: relative;
    top: -44px;
    left: 23px;
    padding-left: 20px;
    width: 400px;
    color: #96313D;
}

.no_search_error ul {
    font-size: 10px;
    padding: 14px 0 0 16px;
    margin: 0;
}

.email_error {
    position: relative;
    top: -42px;
    text-align: center;
}

div.contact_us {
	color: #333;
    position: relative;
    text-align: justify;
    top: 24px;
    left: 46px;
    width: 617px;
    font-size: 12px;
    padding: 14px 22px 8px 26px;
    margin: 0px;
    background: url("../../images/Contact-Us_03.jpg") top left no-repeat
        #D1E4EB;
}

div.contact_us table {
    margin: 24px 0 2px 0;
    padding: 0;
    border-collapse: collapse;
}

div.contact_us table td {
    height: 28px;
    width: 130px;
    padding: 0;
    margin: 0;
}

div.contact_us p {
    padding: 0;
    margin: 0;
}

div.contact_us_footer {
    position: relative;
    top: 24px;
    left: 46px;
    height: 4px;
    width: 665px;
    margin-bottom: 30px;
    background: url("../../images/Contact-Us_06.jpg") top left no-repeat #fff;
}

.bottom_notice {
    padding: 6px 0 20px 0 !important;
    width: 550px;
    font-size: 9px;
    text-align:justify;
}

.adpanel {
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Tahoma;
    width: 125px;
}

.adpanel .adslot {
    padding-top: 20px;
}

.adpanel .adslot a strong {
    display: block;
    color: #2D5296;
    text-align: left;
}

.adpanel .adslot a img {
    border: 0;
    padding: 14px 0 9px;
    margin: 0 auto;
}

.adpanel .adslot a {
    color: #000;
    text-decoration: none;
    text-align: left;
}

.adpanel .adslot p {
    text-align: left;
    padding: 0;
    margin: 0;
}

/* New layout for search form inputs etc */
table.searchform {
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
}

/* nulovani hodnot z new.css */
div.search_box table.searchform tr td, div.search_box_longer table.searchform tr td {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.searchform td.input {
    text-align: right;
}

table.searchform.multi td {
    text-align: left;
}

table.searchform td.error {
    font-weight: bold;
    color: #96313D;
    line-height: 120%;
    /*padding: 0;
    margin: 0;*/
    vertical-align: top;
}

table.searchform td.error ul {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

table.searchform td.error ul li {
    font-size: 80%;
}

table.searchform label {
    font-weight: bold;
    text-transform: uppercase;
}

table.searchform select {
    font-size: 12px;
}

table.searchform.multi {
    margin-top: 0;
    /*text-align: left;*/
}

table.searchform.multi td { /*text-align: left;*/
    
}

div.search_box form table.searchform tr td.buttons, div.search_box_longer form table.searchform tr td.buttons {
    padding-top: 40px !important;
    text-align: center !important;
}

div.search_box form table.searchform td.buttons.smallpad, div.search_box_longer form table.searchform td.buttons.smallpad {
    padding-top: 10px !important;
}

div .homepage_blue a.BlueText02.upg {
    text-decoration: underline;
    color: rgb(49, 74, 174);
}

label.pad1em {
    padding-right: 1em;
}

/* Account Menu */
#accountmenu {
    font-size: 12px;
    color: #333399;
}

#accountmenu .please-choose {
    font-weight: bold;
    margin: 16px 0 9px 8px;
    text-transform: uppercase;
    font-size: 12px;
}

#accountmenu .boxcontent {
	text-align: left;
    padding-bottom: 7px;
}

#accountmenu a {
    display: block;
    margin: 0 0 0 12px;
    font-weight: bold;
    padding: 9px 0 4px 26px;
    text-decoration: none;
    color: #333399;
}

#accountmenu a.membership {
    background: url("../../images/small/membership.png") 0 8px no-repeat
}

#accountmenu a.blocked-profiles {
    background: url("../../images/small/shield.png") 0 8px no-repeat
}

#accountmenu a.sign-up-info {
    background: url("../../images/small/pen.png") left bottom no-repeat
}

#accountmenu .info {
    color: #333333;
    margin: 0 0 20px 38px;
}

/* Sign-Up Info */
#sign-up-info {
    font-size: 12px;
}

#sign-up-info h3 {
    padding: 0 0 4px 0;
    margin: 8px 0 24px 0;
    font-size: 15px;
    border-bottom: 1px solid #CCCCCC;
}

#sign-up-info table {
    margin-left: 59px !important;
}

#sign-up-info .info {
    padding-top: 10px;
    font-size: 10px;
}

#sign-up-info .confidential {
    font-weight: bold;
    color: #FFCCCC;
    font-size: 10px;
    text-align: left !important;
}

#sign-up-info .label,#sign-up-info .input {
    vertical-align: middle !important;
}

#sign-up-info input.text {
    width: 214px;
}

#sign-up-info label.shorter {
    
}

#sign-up-info a {
    display: block;
    margin: 24px 0 28px;
    color: #333333;
}

/* Memeber / Account / Block */
#blocked-add {
    margin: none;
    width: 95%;
}

#blocked-list {
    margin-left: 7px;
    width: 80%;
}

#blocked-list p, #blocked-add p {
	margin: 12px 0;
}

#blocked-add fieldset,#blocked-list fieldset {
    border: 0;
}

#blocked-add,#blocked-list {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #434652;
}

#blocked-add fieldset,#blocked-list fieldset {
    padding: 10px;
    margin: 0;
}

#blocked-add fieldset legend, #blocked-list fieldset legend {
    text-indent: 0;
    margin: 10px 0 0;
    padding: 0;
    font: bold 12px Arial;
    color: #1e0084;
}

#blocked-add .error {
    padding: 10px;
    color: #a53605;
    font-size: 80%;
    /*margin: 0;
    /*padding: 0;*/
}

#blocked-add .error ul {
    margin: 0;
    padding: 1em 1em 1em 4em;
}

#blocked-add label {
    margin-bottom: 2pt;
}

#blocked-add .buttons,#blocked-list .buttons {
    margin-left: 7em;
}

.blocked-list {
    display: block;
    margin: 0;
    padding: 0;
    width: 350px;
    background: #e2e2e2;
    list-style: none;
    min-height: 250px;
    _height: 250px;
}

.blocked-list li {
    display: block;
    margin: 10px;
    padding: 0;
}

.blocked-list label {
    padding-left: 11px;
}

.blocked-list .top {
    font-weight: bold;
    padding-bottom: 20px;
}

div.blocked-list.empty {
    color: #1d0083;
    background: white;
    width: 300px;
    height: 125px;
    min-height: 0;
    text-align: center;
    padding-top: 125px;
}

.sidebar-right {
    float: right;
    width: 15%;
    position: absolute;
    right: 0;
    top: 62px;
}

#folders-move,#folders-goto {
    text-align: left;
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 120px;
    z-index: 999;
    font-size: 10px;
    font-weight: bold;
}

#folders-move ul,#folders-goto ul,#folders-move li,#folders-goto li {
    display: block;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: auto;*/
}

#folders-move li.last,#folders-goto li.last
    /*, #folders-move li.first, #folders-goto li.first  */ {
    /*border: 0;-*/
    border-bottom: 1px solid #9499AF;
}

#folders-move li.small,#folders-goto li.small {
    display: none;
}

#folders-move li,#folders-goto li {
    opacity: 0.9;
    display: block;
    padding: 0;
    margin: 0;
    /*background: #C1C8E5;*/
    background: #C1C8E5;
    border: 1px solid #9499AF;
    border-bottom: 0;
}

#folders-move li.first,#folders-goto li.first { /*padding-top: 6px;
    /*background: #C1C8E5 url(../../images/menu-top.gif) left top no-repeat;*/
    
}

#folders-move li.last,#folders-goto li.last { /*padding-bottom: 9px;
    /*background: #C1C8E5 url(../../images/menu-bottom.gif) left bottom no-repeat;*/
    
}

#folders-move li.last.small,#folders-goto li.last.small {
    padding-bottom: 0;
    height: 9px;
    font-size: 0;
    line-height: 0;
}

#folders-move li.first.small,#folders-goto li.first.small {
    padding-top: 0;
    height: 6px;
    font-size: 0;
    line-height: 0;
}

#folders-move a,#folders-goto a {
    text-decoration: none;
    color: #333 !important;
    font-weight: bold;
    display: block;
    padding: 6px 10px;
    /*    width: 15em;*/
}

#folders-move a:hover,#folders-goto a:hover {
    /**color: #AD964B !important;*/ /*color: #fff !important;
    color: #000;
    /*background: rgb(184, 189, 219);*/ /*display: block;
    margin: 5px;*/
    
}

.hidden {
    display: none;
}

.BlueText02 {
    font-family: Arial;
    font-size: 12px;
    color: #434652;
}

.cp5,.cp4 {
    margin: 6px 0;
}

/* Adjusted boxes of New Member Search... */
#homepage_red {
    width: 730px;
    margin-top: 12px;
    height: 160px;
    background: url("../../images/Member-Homepage_24.jpg") top left no-repeat
        #F5EDC6;
}

#red_footer {
    margin-top: 12px;
    background: url("../../images/Member-Homepage_27.jpg") top left no-repeat
        #fff;
    height: 171px;
}

div.contact_us_footer {
    position: relative;
    top: 24px;
    left: 46px;
    height: 4px;
    width: 665px;
    margin-bottom: 40px;
    background: url("../../images/Contact-Us_06.jpg") top left no-repeat #fff;
}

.error {
    color: #901c2f;
    font-weight: bold;
}

#accountmenu {
    width: 100%;
    font-size: 12px;
    color: #333399;
}

#blocked-add .buttons,#blocked-list .buttons {
    margin-left: 9em;
}

div.content.wink {
    position: relative;
    width: 768px;
    text-align: left;
    padding-bottom: 35px;
    padding-left: 36px;
}

#sign-up-info {
    width: 738px;
    font-size: 12px;
}

#sign-up-info .info {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
}

div.search_menu {
    position: relative;
    float: right;
    top: 24px;
    left: -24px;
    width: 184px;
    padding-bottom: 20px;
    background: url("../../images/no-search-results.jpg") no-repeat #fff;
}

.error.login_suspended {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #901c2f;
    line-height: 16px;
    clear: both;
    padding-bottom: 16px;
    margin: 0 10px;
}

div.member_login.longer {
    width: 320px;
    padding: 14px 10px 0px 20px;
    height: 275px;
    float: left;
    font-size: 12px;
    background: url("../../images/Member-Login_03_longer.jpg") top left no-repeat #D1E4EB;
}

div.member_login_footer.longer {
    width: 4px;
    height: 289px;
    float: left;
    background: url("../../images/Member-Login_05_longer.jpg") top left no-repeat #fff;
}

div.member_login.extralonger {
    width: 320px;
    margin-bottom: 26px;
    padding: 14px 10px 0px 20px;
    height: 355px;
    float: left;
    font-size: 12px;
    background: url(../../images/backgrounds/blue-box-369left.gif) top left
        no-repeat #D1E4EB;
}

div.member_login.extralonger .error {
    height: 120px;
}

div.member_login_footer.extralonger {
    width: 4px;
    height: 369px;
    float: left;
    background: url(../../images/backgrounds/blue-box-369right.gif) top left
        no-repeat #fff;
}

/* 1 or 2 items in search results only */
div.search_menu.one_or_two {
    position: relative;
    float: right;
    top: 24px;
    left: -24px;
    width: 184px;
    padding-bottom: 20px;
    background: url("../../images/no-search-results.jpg") no-repeat #fff;
}

.moved {
    position: relative;
    top: 5px;
}

#reg-step-1 div.registration_box h3,#reg-step-2 div.registration_box h3
    {
    color: #339;
    margin: 26px 0 16px 0;
    padding: 0 0 4px 0;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid #b6bdd7;
}

#reg-step-1 div.blank,#reg-step-2 div.blank {
    display: block;
    float: left;
    width: 100%;
    height: 20px;
}

.red_announcement {
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #C61532;
    font-size: 12px;
}

div.red_announcement {
    position: relative;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    color: #1e0084;
    font-size: 12px;
    width: 100%;
}

.red_announcement a {
    font-family: Arial;
    font-size: 12px;
    color: #1e0084;
    text-decoration: none
}

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

.member_login .error {
    font-weight: bold;
    height: 45px;
}

.member_login .error.longer {
    height: 70px;
}

.remember_me .moved {
    position: relative;
    top: 1px;
}

.profile-basics {
    width: 779px;
    text-align: left;
}

.member_header_blue {
    color: #1e0084;
    font-size: 14px;
    font-weight: bold;
}

.member_subheader_blue {
    color: #1e0084;
    font-size: 12px;
    font-weight: bold;
}

.RedText02 {
    color: #901c2f;
}

.SubText_Bullet_Gray_10 {
    color: #636466;
    font-size: 10px;
    margin-left: -25px;
}

.BodyText_12 {
    font-family: Arial;
    font-size: 12px;
    color: #304bae;
}

div.content.mail-write {
    position: relative;
    width: 768px;
    text-align: left;
    padding-bottom: 25px;
    padding-left: 36px;
}

.mail-write.suspended h2 {
    background: url(../../images/icons/shield-red.png) left center no-repeat;
    padding-left: 33px;
}

table.profile {
    position: relative;
    top: -4px;
    left: -3px;
    font-size: 76%;
    margin-top: 20px;
    width: 750px;
    color: #333;
    /*border-collapse: collapse;*/
}

.profile_row th {
    margin: 0;
    padding: 0;
    padding-right: 8px;
    padding-top: 1px;
}

.profile_row td {
    margin: 0;
    padding: 0;
}

th.left_padding {
    padding-left: 12px;
}

div.content.member-home {
    position: relative;
    width: 768px;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 36px;
}

.member-home .moved {
    position: relative;
    top: 1px;
}

.mail .red_announcement {
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #901c2f;
    font-size: 11px;
}

.mail div.red_announcement {
    position: relative;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    color: #901c2f;
    font-size: 11px;
    width: auto;
    padding-right: 28px;
    text-align: justify;
}

.no_intro {
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #C61532;
    font-size: 12px;
}

div.no_intro {
    position: relative;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    color: #1e0084;
    font-size: 12px;
    width: 100%;
}

table.profile th#thumbnail {
    text-align: center;
    width: 204px;
    height: 264px;
    padding-right: 20px;
    background: url("../../images/ma_my_profile_01_03.png") no-repeat #fff;
}

table.profile {
    position: relative;
    top: -4px;
    left: -3px;
    font-size: 76%;
    margin-top: 20px;
    width: 750px;
    color: #333;
}

.profile_row th {
    margin: 0;
    padding: 0;
    padding-right: 8px;
    padding-top: 1px;
}

.profile_row td {
    margin: 0;
    padding: 0;
}

th.left_padding {
    padding-left: 12px;
}

.BodyText_12 {
    font-family: Arial;
    font-size: 12px;
    color: #304bae;
}

table.profile th#thumbnail {
    text-align: center;
    width: 204px;
    height: 264px;
    padding-right: 20px;
    background: url("../../images/ma_my_profile_01_03.png") no-repeat #fff;
}

.red_announcement.red {
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #901c2f;
    font-size: 11px;
}

div.red_announcement.red {
    position: relative;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    color: #901c2f;
    font-size: 11px;
    width: 100%;
}

table.profile {
    position: relative;
    top: -4px;
    left: -3px;
    font-size: 76%;
    margin-top: 20px;
    width: 780px;
    color: #333;
}

table.profile th {
    text-align: left;
}

.profile_row th {
    margin: 0;
    padding: 0;
    padding-right: 8px;
    padding-top: 1px;
}

.profile_row td {
    margin: 0;
    padding: 0;
}

th.left_padding {
    padding-left: 12px;
}

.red_announcement {
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #901c2f;
    font-size: 11px;
}

div.red_announcement {
    position: relative;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 0 0 0;
    color: #901c2f;
    font-size: 11px;
    width: 100%;
}

.BodyText_12 {
    font-family: Arial;
    font-size: 12px;
    color: #304bae;
}

/*.thumbnail_profile .pbc {
    padding-top: 9px;
    background-position: top left;
}

#thumbnail_profile_pending .pbc {
    padding-top:0px;
}
#thumbnail_profile_pending {
    padding-top: 0;
}

/*#thumbnail_profile_pending span{
    margin-top: 10px;
    display: block;
}*/
.received_message_head a.user {
    color: #AD964B;
}

#photo-rules-1-ctg {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 99%;
    font-weight: normal;
    font-size: 75%;
    background: #94b4bf;
    padding: 1em .5em 8em;
}

#photo-rules-1-ctg ul {
    padding: 0 0 0 1em;
    margin: 0 0 0 .5em;
}

.photo-rules ul li {
    color: #AD964B;
}

.photo-rules ul li span {
    color: #1e0084;
}

#photo-rules-2-ctg {
    display: none;
    position: absolute;
    top: 100%;
    left: -14px;
    width: 320px;
    font-weight: normal;
    font-size: 75%;
    background: #d1e4eb;
    padding: 1em .5em 10em;
}

#photo-rules-2-ctg ul {
    padding: 0 0 0 1em;
    margin: 0 0 0 .5em;
}

div.content.member-profile {
    position: relative;
    width: 768px;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 36px;
}

.blue_announcement {
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    color: #C61532;
    font-size: 12px;
}

div.blue_announcement {
    position: relative;
    left: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    color: #1e0084;
    font-size: 12px;
    width: 100%;
}

div.blue_announcement a {
    font-family: Arial;
    font-size: 12px;
}

div.blue_announcement a:link {
    color: #1e0084;
    text-decoration: none;
}

div.blue_announcement a:visited {
    color: #1e0084;
    text-decoration: none;
}

div.blue_announcement a:hover {
    color: #1e0084;
    text-decoration: underline;
}

div.blue_announcement a:active {
    color: #1e0084;
    text-decoration: none;
}

div.content.member-profile.pending {
    position: relative;
    width: 768px;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 36px;
}

.pending .switch_status {
    vertical-align: top;
    font-size: 10px;
    height: 85px;
    padding: 0;
    margin: 0;
}

.content .adress_date h2 {
    text-transform: uppercase;
}

html,body {
    background-color: #000033;
    margin: 0;
    padding: 0;
}

.main {
    background-color: #ffffff;
    padding-bottom: 1em;
}

.ui-dialog-overlay,.ui-widget-overlay {
    background: #000;
    opacity: 0.75;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9999;
}

.ui-widget-overlay .ui-working {
    position: absolute;
    text-align: center;
    opacity: 1;
}

.ui-widget-overlay .ui-working span {
    background: #ccc;
    color: #333;
    border: 1px solid #999;
    padding: .25em 1em;
    font-size: 10pt;
    font-weight: bold;
    opacity: 1;
}

.ui-dialog.folder-notice,.folder-notice .ui-resizable-handle {
    background-color: #d1e4eb !important;
}

.folder-notice .ui-resizable-handle {
    cursor: default !important;
}

.folder-notice .ui-dialog-titlebar {
    margin: 13px 13px 6px 13px;
    position: relative;
    /*display: inline;*/
    line-height: 22px;
    vertical-align: top;
    font: bold 22px Helvetica;
    color: #333399;
}

.folder-notice .ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
    background: url(../../images/buttons/close.png) no-repeat;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
}

.folder-notice .ui-dialog-content {
    margin: 0 13px 13px 13px;
    border-top: 1px solid #AD964B;
    font-weight: bold;
    font-size: 12px;
    padding: 13px 0;
}

.folder-notice .ui-dialog-content .buttons {
    text-align: center;
    margin: 0 0 13px;
    padding: 5px;
}

/*#thumbnail_profile_pending .pbc {
    padding-top: 9px;
}*/
table.profile th#thumbnail_pending {
    text-align: center;
    width: 204px;
    height: 280px;
    padding-right: 20px;
    background: url("../../images/ma_my_profile_01_03-w-pend.png") no-repeat
        #fff;
}

table.profile .pending_photo_lg {
    position: relative;
    top: 2px;
    left: 3px;
    color: #fff;
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
}

table.profile .pending_photo_lg img {
    position: relative;
    top: 3px !important;
}

.jsmenu {
    font-size: 8pt;
    font-weight: bold;
    position: absolute;
    border: 0;
}

.jsmenu ul,.jsmenu li,.jsmenu a {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.jsmenu ul {
    border: 1px solid #1A007D;
    background: #314AAE;
}

.jsmenu ul li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 10px;
}

/* jQuery LIGHTBOX */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

.shadow,.shadow tr,.shadow td,.photo-show-box,.photo-show-box tr,.photo-show-box td,.photo-show-box table,.photo-show-box img
    {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

.photo-show-box {
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 91;
    color: #fff;
}

.photo-show-box td {
    background: url(../../images/photoshow/box-bg.png);
}

.photo-show-box .psb-top .left {
    height: 8px;
    width: 8px;
    background: url(../../images/photoshow/box-top-left.png) top left no-repeat
        ;
}

.photo-show-box .psb-top .middle {
    height: 8px;
    background: url(../../images/photoshow/box-top.png) top left repeat-x;
    text-align: center;
    vertical-align: middle;
    font: bold 8pt Arial;
    color: #fff;
}

.photo-show-box .psb-top .right {
    height: 8px;
    width: 10px;
    background: url(../../images/photoshow/box-top-right.png) top right
        no-repeat;
}

.photo-show-box .middle .psb-left {
    width: 8px;
    vertical-align: middle;
    text-align: center;
    background: url(../../images/photoshow/box-left.png) top left repeat-y;
}

.photo-show-box .middle .photo {
    background: red;
}

.photo-show-box .middle .psb-right {
    width: 10px;
    vertical-align: middle;
    text-align: center;
    background: url(../../images/photoshow/box-right.png) top right repeat-y;
}

.photo-show-box .psb-bottom .left {
    height: 11px;
    width: 8px;
    background: url(../../images/photoshow/box-bottom-left.png) bottom left
        no-repeat;
}

.photo-show-box .psb-bottom .middle {
    height: 11px;
    background: url(../../images/photoshow/box-bottom.png) bottom left repeat-x
        ;
}

.photo-show-box .psb-bottom .right {
    width: 10px;
    height: 11px;
    background: url(../../images/photoshow/box-bottom-right.png) bottom right
        no-repeat;
}

.photo-show-box .middle .content {
    vertical-align: middle;
    text-align: center;
    width: 245px;
    height: 319px;
}

.photo-show-box .middle .content .ffrelposfix {
    position: relative;
    width: 100%;
    height: 100%;
}

.photo-show-box .middle .info {
    vertical-align: middle;
    text-align: center;
    height: auto;
    /*border: 1px solid #fff;*/
    width: 100%;
    font: bold 8pt Arial;
    color: #fff;
    height: 35px;
}

.photo-show-box .photo {
    background-position: center center;
    background-repeat: no-repeat;
}

.photo-show-box #lightbox-container-image-box {
    position: absolute;
}

.photo-show-box .photo-show-box-in {
    margin: 0 6px 15px;
}

.photo-show-box table.psb-header {
    font: bold 8pt Arial;
    width: 100%;
    height: 20px;
    vertical-align: top;
}

.photo-show-box .psb-number {
    padding: 0 0 2px 5em;
    text-align: center;
    vertical-align: middle;
}

.photo-show-box .psb-close {
    width: 5em;
    padding: 0 1em 2px 0;
    text-align: right;
    vertical-align: middle;
}

.photo-show-box .psb-close a {
    color: #fff;
    text-decoration: none;
    /*font-size: 7pt;
    font-weight: bold;*/
}

.photo-show-box .psb-prev {
    width: 30px;
    text-align: left;
    padding-left: 2px;
}

.photo-show-box .psb-next {
    width: 30px;
    text-align: right;
    padding-left: 2px;
}

#lightbox-image-details-pending td {
    padding: 5px 0 10px 0;
    text-align: center;
}

#lightbox-image-details-pending span {
    color: #fff;
    text-transform: uppercase;
    background: url(../../images/photoshow/pending.gif) left top no-repeat;
    padding: 0 0 0 18px;
    margin: 0;
    font-size: 10px;
}

#lightbox-image-details-caption {
    padding-top: 19px;
}

.photo-show-box .photo-ctg .top .left {
    height: 10px;
    width: 10px;
    background: url(../../images/photoshow/image-top-left.png) left top
        no-repeat;
}

.photo-show-box .photo-ctg .top .middle {
    height: 10px;
    background: #051964 url(../../images/photoshow/image-border.png) left top
        repeat-x;
}

.photo-show-box .photo-ctg .top .right {
    height: 10px;
    width: 10px;
    background: url(../../images/photoshow/image-top-right.png) right top
        no-repeat;
}

.photo-show-box .photo-ctg .middle .left {
    width: 10px;
    background: #051964 url(../../images/photoshow/image-border.png) left top
        repeat-y;
}

.photo-show-box .photo-ctg .middle .right {
    width: 10px;
    background: #051964 url(../../images/photoshow/image-border.png) right top
        repeat-y;
}

.photo-show-box .photo-ctg .bottom .left {
    height: 10px;
    width: 10px;
    background: url(../../images/photoshow/image-bottom-left.png) left bottom
        no-repeat;
}

.photo-show-box .photo-ctg .bottom .middle {
    height: 10px;
    background: #051964 url(../../images/photoshow/image-border.png) left
        bottom repeat-x;
}

.photo-show-box .photo-ctg .bottom .right {
    height: 10px;
    width: 10px;
    background: url(../../images/photoshow/image-bottom-right.png) right bottom
        no-repeat;
}

.shadow .top .left {
    height: 1px;
    width: 2px;
    background: url(../../images/shadows/menu-top-left.png) left top no-repeat;
}

.shadow .top .center {
    height: 1px;
    background: url(../../images/shadows/menu-top.png) left top repeat-x;
}

.shadow .top .right {
    height: 1px;
    width: 4px;
    background: url(../../images/shadows/menu-top-right.png) right top
        no-repeat;
}

.shadow .center .left {
    width: 2px;
    background: url(../../images/shadows/menu-left.png) left top no-repeat;
}

.shadow .center .content {
    width: auto;
}

.shadow .center .right {
    width: 4px;
    background: url(../../images/shadows/menu-right.png) right top no-repeat;
}

.shadow .bottom .left {
    height: 4px;
    width: 2px;
    background: url(../../images/shadows/menu-bottom-left.png) left bottom
        no-repeat;
}

.shadow .bottom .center {
    height: 4px;
    background: url(../../images/shadows/menu-bottom.png) left bottom no-repeat
        ;
}

.shadow .bottom .right {
    height: 4px;
    width: 4px;
    background: url(../../images/shadows/menu-bottom-right.png) right bottom
        no-repeat;
}

.shadow .center .content {
    text-align: left;
}

table.profile .photo-ctg {
    width: 222px;
    height: 256px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    vertical-align: top;
}

.profile .photo-ctg .border {
    background: #314AAE
}

.profile .photo-ctg .border .b-t {
    background: url(../../images/borders/ptp-top.gif) left top repeat-x
}

.profile .photo-ctg .border .b-l {
    background: url(../../images/borders/ptp-left.gif) left top repeat-y
}

.profile .photo-ctg .border .b-tl {
    background: url(../../images/borders/ptp-top-left.gif) left top no-repeat
}

.profile .photo-ctg .border .b-tr {
    background: url(../../images/borders/ptp-top-right.gif) right top no-repeat
}

.profile .photo-ctg .border .b-bl {
    background: url(../../images/borders/ptp-bottom-left.gif) left bottom
        no-repeat
}

.profile .photo-ctg .border .b-br {
    background: url(../../images/borders/ptp-bottom-right.gif) right bottom
        no-repeat;
    padding: 5px 4px 4px
}

.thumbnail_profile .border {
    background: #314AAE
}

.thumbnail_profile .border .b-t {
    background: url(../../images/borders/ptp-top.gif) left top repeat-x
}

.thumbnail_profile .border .b-l {
    background: url(../../images/borders/ptp-left.gif) left top repeat-y
}

.thumbnail_profile .border .b-tl {
    background: url(../../images/borders/ptp-top-left.gif) left top no-repeat
}

.thumbnail_profile .border .b-tr {
    background: url(../../images/borders/ptp-top-right.gif) right top no-repeat
}

.thumbnail_profile .border .b-bl {
    background: url(../../images/borders/ptp-bottom-left.gif) left bottom
        no-repeat
}

.thumbnail_profile .border .b-br {
    background: url(../../images/borders/ptp-bottom-right.gif) right bottom
        no-repeat;
    padding: 5px 4px 4px
}

/*table.profile */
.photo-ctg .pending {
    text-align: center;
    width: auto;
    padding: 4px 0 0 0;
    color: #fff;
}

/*table.profile*/
.photo-ctg .pending span { /*display: block;*/
    text-transform: uppercase;
    background: url(../../images/MA_Edit_My_Photos_01_42.jpg) left top
        no-repeat;
    padding: 0 0 0 18px;
    margin: 0;
    font-size: 10px;
}

div.pbc,div.pbc a,div.pbc img,div.pbc a img {
    margin: 0;
    padding: 0;
    border: 0;
}

.search-result /*.blue */  .photo-shadow {
    background: url(../../images/shadows/photo-blue-left.gif) no-repeat bottom
        right;
}

.search-result /*.blue */  .photo-shadow .layer1 {
    background: url(../../images/shadows/photo-blue-top-left.gif) no-repeat top
        right;
    padding-right: 7px;
}

.search-result /*.blue */  .photo-shadow .layer2 {
    background: url(../../images/shadows/photo-blue-bottom.gif) no-repeat
        bottom left;
    padding-bottom: 8px;
}

.search-result.c-red .photo-shadow {
    background-image: url(../../images/shadows/photo-yellow-left.gif);
}

.search-result.c-red .photo-shadow .layer1 {
    background-image: url(../../images/shadows/photo-yellow-top-left.gif);
}

.search-result.c-red .photo-shadow .layer2 {
    background-image: url(../../images/shadows/photo-yellow-bottom.gif);
}

.search-result .thumb {
    width: 123px;
    height: 113px;
    text-align: left;
    vertical-align: top;
}

.search-result .thumb .photo-ctg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-result .thumb .photo-ctg .photo-shadow {
    position: absolute;
    top: 0;
    left: 28px;
}

.search-result.new-member .thumb .photo-ctg .photo-shadow {
    left: 11px;
}

.search-result.new-member .thumb .photo-ctg .photo-shadow a,.search-result.new-member .thumb .photo-ctg .photo-shadow img
    {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.search-result.new-member .thumb {
    background: url(../../images/photo-new-member.gif) no-repeat 11px 1px;
    padding-left: 17px;
}

.search-result table {
    border-collapse: collapse;
}

.search-result tr.info td {
    line-height: normal
}

.search-result tr.last td {
    line-height: 130%
}

/*.search-result tr.info td{ height: 15px }*/
.search-result td.space {
    height: 4px
}

/*.search-result .buttons2 td { height: 31px }*/

div.search_box select {
    height: 21px;
}

div.quick-search-box {
    font-size: 7pt;
}

div.quick-search-box h3 {
    margin-bottom: 4px;
}

.quick-search-box {
    font-size: 7pt;
}

.quick-search-box fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.quick-search-box fieldset.main label {
    display: block;
    margin: 3px 0;
}

.quick-search-box fieldset.others {
    padding-top: 8px;
}

.quick-search-box fieldset.buttons {
    text-align: center;
    padding-top: 6px;
    padding-right: 12px;
}

table.profile tr.balance {
    height: 0px;
    padding: 0;
    margin: 0;
}

table.profile tr.balance td {
    height: 1px;
    padding: 0;
    margin: 0;
    height: 1px;
    border-top: 1px solid #999;
}

.thumbnail_profile {
    text-align: left;
    vertical-align: top;
}

tr.buttons th {
    padding: 4px 0 1px;
    vertical-align: middle;
}

.p-icons {
    display: block;
    height: 13px;
    margin: 6px 0 0 4px;
}

/* Go Away Mozilla's Ugly Focus Borders */
a,a img,input[type="image"]:focus,select:focus,option:focus {
    outline: none;
}

.content.mail .vertical_position {
    z-index: 2;
    width: 50%;
}

.photo_hl {
    border: 1px solid #933 !important;
}

.tos .style3,.privacy .style3 {
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
}

.tos ul.terms li,.privacy .style3 ul.terms li,.tos ul.terms,.privacy .style3 ul.terms {
	margin: 10px 5px;
}

.BlueText_12 {
    color: #304BAE;
    font-family: Arial;
    font-size: 12px;
}

.Header-LtBlue-LG {
    color: #1E0084;
    font-family: Arial;
    font-size: 22px;
    text-transform: uppercase;
}

.Header-LtBlue-14px {
    color: #1A3AA7;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.bluetextverysmbold {
    color: #1E0084;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
}

.tos a,.privacy a {
    text-decoration: none;
}

.hint {
    color: infotext;
    background: infobackground;
    font-size: 9pt;
    position: absolute;
    border: 1px solid #999;
    padding: 2pt;
}

#moved_left {
    z-index: 23001;
}

#mmbody td,#mmbody tr,#mmbody table {
    border: 0;
    padding: 0;
    margin: 0;
}

.winkmenu {
    position: absolute;
    font-size: 8pt;
}

.winkmenu .content {    
    background: #E0DFDF;
}

.winkmenu a {
    display: block;
    padding: 3pt 4pt;
    color: #333;
}

.winkmenu a:hover {
    background: #333399;
    color: #eee;
}

/* member home page */

/* mhp - news */
.subheader .news {
    color: #ad964b;
    font-size: 7pt;
    position: absolute;
    left: 332px;
    top: 0;
    text-align: center;
    z-index: 1;
    
}
.subheader .news a {    
    color: #333399;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.subheader .news a.new {
    color: #e3141e;
}

/* My Account Settings */
#membership {
    color: #333;
    font-size: 9pt;
    width: 100%;
}

#membership .boxcontent {
	text-align: left;
    padding: 20px 35px 0px;
}

#membership table.info caption,#membership .boxcontent form fieldset legend
    {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #333399 !important;
    padding-left: 3px;
    padding-bottom: .75em;
}

#membership table.info td,#membership form fieldset table td {
    height: 20px;
    vertical-align: middle;
}

#membership table.info td.label {
    padding-right: 1.5em;
}

#membership table.info td.space {
    width: 3em;
}

#membership table.info td.data {
    color: #ad964b;
    width: 112px;
}

#membership table.info td.data.longer {
    width: 200px;
}

#membership table.info td.data a {
    color: #333399;
}

#membership fieldset,#membership fieldset legend,#membership .boxcontent table,#membership form
    {
    border: 0;
    margin: 0;
    padding: 0;
}

#membership fieldset table td.label {
    width: 260px;
}

#membership fieldset table td.options label {
    padding-right: 32px;
}

#membership fieldset table td.options label.shorter {
    padding-right: 9px;
}

#membership fieldset {
    margin: 1.75em 0;
}

#membership .boxcontent form fieldset legend {
    padding-bottom: .7em;
}

#membership fieldset legend.spacesmaller {
    margin-bottom: .25em;
}

#membership a.delete {
    color: #333;
}

a span.newcount {
    font-style: italic;
    font-weight: bold;
    color: #e3141e;
    padding-left: 5px;
}

.newpassword table {
    border-collapse: collapse;
}

.newpassword table td {
    padding: 10px 0px 10px 30px;
    width: 115px;
}
.editintroduction {
	color #000;
}

.editintroduction ul {
    padding-left: 40px;
    margin: 1em 0;	
}

.workinprogress {
	top: 0;
	left: 0;
    font: bold 14pt Verdana;
    text-align: center; 
    position: absolute;
    width: 100%;
    z-index: 30000;
    opacity: 0.8;
}

.workinprogress p {
    color: red;
    background: white;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 1em;	
}

/* FAQ */
table.faq .arrowlistmenu {
    width: 100%; /*width of accordion menu*/
}

table.faq .arrowlistmenu .menuheader {
    /*CSS class for menu headers in general (expanding or not!)*/
    font: bold 12px Arial;
    color: #1a3aa7;
    background: white;
    /*border-bottom: 1px solid #b6bdd7;*/
    margin: 0 0 8px 30px;
    padding: 0 0 0 10px; /*header text is indented 10px*/
    cursor: pointer;
    _cursor: hand;
    text-indent: -15px;
}

table.faq .arrowlistmenu .openheader {
    /*CSS class to apply to expandable header when it's expanded*/
    
}

table.faq .arrowlistmenu .categoryitems {
    /*CSS class to apply to Answers*/
    font: 12px Arial;
    color: #333;
    margin: 12px 0 12px 50px;
}

table.faq .arrowlistmenu ul { /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    /*bottom spacing between each UL and rest of content*/
}

table.faq .arrowlistmenu ul li {
    padding-bottom: 0; /*bottom spacing between menu items*/
}

table.faq .arrowlistmenu ul li a {
    color: #A70303;
    background: url(../../images/arrowbullet.png) no-repeat center left;
    /*custom bullet list image*/
    display: block;
    padding: 0 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

table.faq .arrowlistmenu ul li a:visited {
    color: #A70303;
}

table.faq .arrowlistmenu ul li a:hover { /*hover state CSS*/
    color: #A70303;
    background-color: #F3F3F3;
}

table.faq .Category_Header { /*CSS class to apply to Answers*/
    font: bold 13px Arial;
    color: #1e0084;
    text-transform: uppercase;
}

table.faq .arrowlistmenu .categoryitems a {
    color: #1e0084;
    text-decoration: underline;
}

table.faq .arrowlistmenu .categoryitems ul {
    list-style: disc outside none;
    margin-left: 1.5em;
}

table.faq .arrowlistmenu .categoryitems li {
    margin-left: 1em;
}

/*-- Already Existing and Edited --*/
table.faq div.bloob {
    position: relative;
    left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 16px;
    padding-bottom: 20px;
    width: 550px;
    background: url("../../images/winks-sent-1_01.jpg") no-repeat #D1E4EB;
    font-weight: bold;
    font-size: 12px;
}

table.faq div.bloob_footer {
    position: relative;
    top: -20px;
    left: -10px;
    overflow: hidden;
    display: block;
    width: 564px;
    height: 3px;
    background: url("../../images/winks-sent-1_02.jpg") no-repeat #D1E4EB;
}

table.faq .registration_progress table {
    color: #4065B8;
}

table.faq table.account_type {
    color: #4065B8;
    font-size: 12px;
    font-family: Verdana;
}

table.faq .bloob ul {
    padding-left: 50px;
    List-style-type: none;
    line-height: 26px;
    margin: 0;
}

/*-- Already Existing and Un Edited Code --*/
table.faq div.bloob p {
    margin: 8px 0 8px 0;
    padding: 0;
    color: #304BAE;
}

table.faq div.bloob h2 {
    font-family: Helvetica;
    display: inline;
    line-height: 22px;
    vertical-align: top;
    font-size: 22px;
    color: #333399;
}

table.faq div.bloob img {
    margin-right: 6px;
}

table.faq div.brown_line {
    border-top: 1px solid #AD964B;
    margin-top: 12px;
    margin-bottom: 6px;
}

table.faq .bloob ul li a {
    text-decoration: none;
    color: #333399;
}

table.faq div.registration_progress {
    position: relative;
    margin-top: 0;
    float: left;
    height: 282px;
    width: 206px;
    padding-left: 6px;
    background: url("../../images/Registration-Page1_05.jpg") top left
        no-repeat #F8ECB4;
}

table.faq div.registration_progress_footer {
    position: relative;
    float: left;
    height: 219px;
    width: 4px;
    margin-top: 30px;
    background: url("../../images/Registration-Page1_07.jpg") top left
        no-repeat #fff;
}

table.faq table.account_type th {
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 11px;
}

table.faq table.account_type td {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 11px;
}

table.faq .style1 {
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
}

table.faq .style3 {
    color: #FFFFFF;
    font-style: italic;
    font-family: Arial;
    font-size: 11px;
}

.listing
{
	text-align: center;
}

.listing .path, .listing .bottom
{
	background: #e5e5e5;
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	padding: 6pt;
	text-align: left;
}

.listing .bottom
{
	font-weight: normal;
}

.listing .path strong
{
	color: #000;
}

.listing .path span
{
	font-weight: normal;
	color: #0000ff;
}

.listing .path a
{
	color: #0000ff;
	font-weight: bold;
}

.listing .blaorange
{
	color: #ffd801;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	padding: 40px 24px 15px; 
}

.listing .box
{
	border: 1px solid #000;
	background: #fff;
	color: #000;
	padding: 12px 20px 3px;
	font-size: 9pt;
	margin: 13px 0;
}

.listing .box h3
{
	color: #eb0101;
	font-size: 10pt;
}

.listing .listingbox
{
	border: 1px solid #000;
	margin: 2px 0;
}

.listing .listingsidebar
{
	width: 198px;
	border-right: 1px solid #000;
	background: #010066;
	color: #fff;
	padding: 12px 13px;
	height: 982px;
	float: left;
}

.listingsidebar ul
{
	list-style: none;
	display: block;
}

.listingsidebar li
{
	display: block;
	margin: 5px 0;
}

.listingsidebar a.joinnow
{
	font-size: 24pt;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #fff;

}

.listingsidebar a.freemembership
{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	color: #fff;
}

.listing h2
{
	font-size: 18pt;
	color: #390d0d;
	padding: 12px 0 20px;
}


.listing .pagination
{
	width: 100%;
	font-size: 9pt;
	font-weight: bold;	
	padding-top: 20px;
}

.listing .pagination a
{
	font-size: 9pt;
	color: #314AAE;
	text-decoration: none;
}


.listingsidebar img
{
	border: 1px solid #000;
	margin: 0 0 12px 0;
}

.listingsidebar img.logo
{
	border: 0;
	margin: 22px 0 32px;
}

.listingsidebar p
{
	/*margin: 22px 0;*/
}
.listing .listingwrapper
{
	padding-left: 256px;
}
.listing .line
{
	height: 148px;
}

.listing .item
{	
	float: left;
	width: 24%;
	text-align: center;
}

.listing .photo
{
	width: 80px; height: 105px;
	padding: 5px 17px;
	margin: 0 auto 3px;
	background: #AEC5E7;
}

.listing .pbc
{
}

.listing a
{
	font-weight: bold;
	font-size: 8pt;
}