@charset "UTF-8";

@media all
{
    *,
    html,
    body,
    h1,
    h2,
    a,
    div,
    input,
    span{
        font-family: Arial, "Helvetica", Verdana, sans-serif;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    html {
        background-color: #FFFFFF;
    }

    body {
        font: 12px/18px "Helvetica", Arial, Verdana, sans-serif;
        margin: 0;
    }

    h1 {
        background-color: #666 !important;
        color: white !important;
        font-weight: bold;
        padding: 3px 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    h2 {
        background-color: #666 !important;
        color: #fff !important;
        font-weight: normal;
        padding: 3px 10px;
        font-size: 12px;
        margin-bottom: 10px;
        padding: 3px 10px;
    }

    #head {
        height: 62px;
        background: transparent url(images/logo.jpg) no-repeat left center;
        border-bottom: 1px solid #B3C618;
    }

    #page {
        width: 100%;
        margin: 0;
    }

    #main {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    #colCenter {
        width: 775px;
    }

    .loginBox_table {
        border-spacing: 2px;
    }

    .loginBox_table .loginBox_td_label  {
        width: 150px;
    }

    .loginBox_td_submit {
        padding-left: 150px;
    }

    .myGuestsBox_event_addNew a,
    .button {
        color: #6B7402 !important;
        height: 28px !important;
        background-color: #D0D789;
        border: 1px solid gray;
        float: left;
        padding: 0 15px !important;
        display: block;
        font: bold 11px arial, sans-serif;
        height: 26px;
        text-decoration: none;
        margin-bottom: 5px;
        text-align: center !important;
        text-indent: 0 !important;
        line-height: 2.5 !important;
        cursor: pointer;
    }

    .loginBox_field {
        width: 150px;
    }

    input {
        padding-left: 3px;
        padding-right: 3px;
    }

    .hostRegistrationBox_table {
        border-spacing: 3px;
    }

    .hostRegistrationBox_table .label {
        width: 150px;
    }

    .hostRegistrationBox_table .field {
        padding-left: 3px;
        width: 220px;
    }

    .hostRegistrationBox_table .field input {
        width: 200px;
    }

    .hostRegistrationBox_table_action {
        width: 100%;
        margin-top: 20px;
    }

    .hostRegistrationBox_td_cancel {
        float: right;
    }

    .myGuestsBox_td_headline {
        font-weight: bold;
        border-bottom: 1px solid #000000;
    }

    .myGuestsBox_td_guest {
        padding-top: 3px;
    }

    .myGuestsBox_group {
        clear: both;
    }

    /*
    .myGuestsBox_event_addNew {
        padding-bottom: 10px;
    }

    .myGuestsBox_event_addNew a {
        border: 1px solid black;
        padding: 5px;
        text-decoration: none;
    }

    .myGuestsBox_event_addNew a,
    .myGuestsBox_event_addNew a.active,
    .myGuestsBox_event_addNew a.visited,
    .myGuestsBox_event_addNew a.hover {
        color: #000000;
        font-weight: bold;
    }

    .myGuestsBox_event_addNew a.hover {
        text-decoration: underline;
    }
    */


    /* menu */

    #colLeft {
        width: 220px;
        margin-left: 10px;
        margin-right: 15px;
    }

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

    .menu ul li {
        margin: 0;
        border-bottom: 1px solid #CFCECE;
    }

    .menu ul li a {
        padding: 3px 0 3px 20px;
        width: 200px;
        text-align: left;
        display: block;
    }

    .menu ul li a:visited {
        color: #333;
    }

    .menu ul li a:link {
        color: #333;
    }

    .menu ul li a:hover {
        background-color: #CED580;
        color: #010101;
    }

    .menu,
    .menu ul li a:link,
    .menu ul li a:visited {
        color: #333;
        text-decoration: none;
    }

    #colLeft .menu_li_host_myDataEdit {
        display: block;
    }

    .lang_text,
    .lang_td_div_label {
        display: none;
    }

    .lang ul {
        list-style: none;
        margin-left: 16px;
    }

    .lang li {
        float: left;
        margin-left: 5px;
    }

    .myGuests_event_grid {
        width: 775px;
        height: 400px;
    }

    .group_3870.status_10,
    .group_3870.status_20,
    .group_3870.status_25,
    .group_3870.status_30,
    .group_3870.status_40,
    .group_3870.status_50,
    .group_3871.status_10,
    .group_3871.status_20,
    .group_3871.status_25,
    .group_3871.status_30,
    .group_3871.status_40,
    .group_3871.status_50,
    .group_3872.status_10,
    .group_3872.status_20,
    .group_3872.status_25,
    .group_3872.status_30,
    .group_3872.status_40,
    .group_3872.status_50,
    .group_3873.status_10,
    .group_3873.status_20,
    .group_3873.status_25,
    .group_3873.status_30,
    .group_3873.status_40,
    .group_3873.status_50,
    .group_3874.status_10,
    .group_3874.status_20,
    .group_3874.status_30,
    .group_3874.status_25,
    .group_3874.status_40,
    .group_3874.status_50,
    .groupName .status {
        display: none;
    }

    .groupGuestCountLimit td,
    .groupGuestCountLimit th {
        padding-left: 10px;
    }

    .groupGuestCountLimit .guestCount,
    .groupGuestCountLimit .limit {
        text-align: right;
    }
}