@import url(/media/themes/soufi/css/base.css);

#debug {
    background-color: pink;
    border: 1px solid red;
    color: black;
    height: 200px;
    position: absolute;
    left: 35%;
    top: 100px;
    width: 300px;
    z-index: 1;
}

h1 { display: none; margin: 0; padding: 2px 0; }
.info_text { font-style: italic; padding-left: 20px; }

#members_breadcrumbs {
    font-size: .8em;
    margin: 0 auto;
    padding-bottom: 15px;
    width: 1000px;
}
    #members_breadcrumbs #breadcrumb_links {
        margin-left: 20px;
    }

.contentHeading {
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 7px 10px 5px 5px;
    position: relative;
}
    .contentHeading .contentHeadingText {
        padding: 0 0 0 5px;
        position: absolute;
        top: 11px;
    }
    .contentHeading a {
        float: right;
        font-size: .9em;
        right: 10px;
        position: absolute;
        top: 11px;
    }
    .contentHeading a:hover {
        color: #753;
    }

.even { background-color: white; }
.odd { background-color: #F6F6FA; }

#middle #slideshow {
    background-color: rgb(153, 153, 153);
    margin-bottom: 20px;
}
    #middle #slideshow #frame {
        height: 120px;
        margin: 0 auto;
        width: 1000px;
    }
        #middle #slideshow #backing {
            background-color: rgb(153, 153, 153);
            height: 120px;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            width: 1000px;
        }
            #middle #slideshow #frame #backing img {
                float: left;
            }
            #middle #slideshow #frame #backing #sub-page-title {
                background-color: rgb(153, 153, 153);
                background-image: url(/media/themes/soufi/images/sub-pages-side.jpg);
                color: white;
                float: left;
                font-size: 30px;
                font-weight: bolder;
                height: 120px;
                padding-top: 45px;
                text-align: center;
                width: 300px;
            }


/* Login Page */
#login {
    background-color: rgb(240, 249, 221);
    border: 1px solid rgb(204, 221, 204);
    border-width: 0 1px 1px 0;
    font-size: 14px;
    margin: 10px auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 300px;
    -webkit-border-radius: 5px;
}
    #login form {
        margin: 0 auto;
        padding: 15px 0 5px 0;
    }
        #login form table {
            width: 300px;
        }
            #login form table tr {
            }
                #login form table tr th {
                    text-align: right;
                }
                #login form table tr td {
                    padding-left: 10px;
                }
                    #login form table tr td input {
                        width: 160px;
                    }
                #login form table tr td#submit_button {
                    padding-right: 15px;
                    padding-top: 15px;
                    text-align: right;
                }
                    #login form table tr td#submit_button input {
                        border: 1px solid #999;
                        padding: 5px 10px;
                        width: 60px;
                    }
                    
    #login #forgot_password_link {
        bottom: 10px;
        font-size: 0.8em;
        left: 12px;
        padding-right: 3px;
        padding-top: 10px;
        position: absolute;
        text-align: left;
    }
        #login #forgot_password_link a {
            color: #999;
        }
        #login #forgot_password_link a:hover,
        #login #forgot_password_link a:visited {
            color: black;
        }
    

/* Change Password Page */
#change_password {
    background-color: rgb(240, 249, 221);
    border: 1px solid rgb(204, 221, 204);
    border-width: 0 1px 1px 0;
    font-size: 14px;
    margin: 10px auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 400px;
    -webkit-border-radius: 5px;
}
    #change_password form {
        margin: 0 auto;
        padding: 15px 0 5px 0;
    }
        #change_password form table {
        }
        #change_password table th {
            text-align: right;
            width: 180px;
        }
        #change_password form table td {
            padding-left: 10px;
        }
            #change_password form table tr td input {
                width: 190px;
            }
        #change_password form table td.errors {
            color: red;
            padding-left: 0;
            text-align: right;
        }
        #change_password form table tr td#submit_button {
            padding-right: 15px;
            padding-top: 15px;
            text-align: right;
        }
            #change_password form table tr td#submit_button input {
                border: 1px solid #999;
                padding: 5px 10px;
                width: 130px;
            }



/* Forgot Password Page */
#reset_password {
    background-color: rgb(240, 249, 221);
    border: 1px solid rgb(204, 221, 204);
    border-width: 0 1px 1px 0;
    font-size: 14px;
    margin: 10px auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 400px;
    -webkit-border-radius: 5px;
}
    #reset_password form {
        margin: 10px 5px;
    }
    #reset_password form table {
        width: 400px;
    }
        #reset_password form table .error {
            color: red;
        }
        #reset_password form table .label {
            text-align: left;
            width: 60px;
        }
            #reset_password form table .input input{
                width: 200px;
            }
                #reset_password form table .submit {
                }
                    #reset_password form table .submit input {
                    }
    #reset_password form#new_password {
        width: 600px;
    }
        #reset_password form#new_password table td {
            padding: 5px 0;
        }
        #reset_password form#new_password table .label {
            font-size: 11px;
            width: 150px;
        }
    #reset_password .subtext {
        font-size: 11px;
        margin: 20px 10px 5px 10px;
        text-align: center;
    }
    #reset_password .info_text {
        font-style: normal;
        margin: 10px;
    }

/* Account Profile Page */
#profile { margin: 0 auto; overflow: hidden; width: 1000px; }

/* Modal Dialogs */
#simplemodal-overlay {
    background-color: #000;
}
#implemodal-container {
    background-color: #fff;
    border: 3px solid #ccc;
    height: 400px;
    width: 600px;
}
    #simplemodal-container a.modalCloseImg {
        background: url(/media/themes/common/images/fancy_closebox.png) no-repeat;
        cursor: pointer;
        display: inline;
        height: 30px;
        position: absolute;
        right: -15px;
        top: -15px;
        width: 30px;
        z-index: 3200;
    }

/* Right-Side of Profile */
#profile_right {
    float: right;
    margin-right: 20px;
    width: 300px;
}
    /* Messages */
    #messages {
        overflow: hidden;
    }
        #messages ul {
            padding: 10px;
        }
            #messages ul li.onetimemessage {
                background-color: rgb(255, 195, 183);
                border: 1px solid rgb(255, 146, 135);
                font-size: 14px;
                margin: 0 20px 5px 20px;
                padding: 5px;
                text-align: center;
            }
    
    /* Profile */
    #public_profile {
        margin-bottom: 30px;
        margin-top: 30px;
        overflow: hidden;
    }
        #public_profile .topic {
        }
            #public_profile .subtext {
                color: #999;
                font-size: .8em;
                right: 12px;
                padding-left: 10px;
                position: absolute;
                top: 12px;
            }
        #public_profile #member_picture {
            float: left;
            height: 128px;
            margin-left: 60px;
            width: 128px;
        }
        #public_profile #editor_wrapper {
            background-color: rgb(255, 195, 183);
            border: 1px solid rgb(255, 146, 135);
            margin: 0 30px;
            overflow: hidden;
            padding: 0 10px;
        }
            #public_profile #editor_wrapper .item_editor {
                margin-bottom: 5px;
            }
                #public_profile #editor_wrapper .item_editor label {
                    display: block;
                    font-size: 0.8em;
                    font-weight: bold;
                    padding: 5px 0;
                }
                #public_profile #editor_wrapper .item_editor .input {
                    margin: 0 auto;
                }
                    #public_profile #editor_wrapper .item_editor .input input {
                        width: 210px;
                    }
            #public_profile #editor_wrapper #update_button {
                float: right;
                margin-bottom: 5px;
                margin-right: 0px;
                margin-top: 0px;
            }

/* Member Picture Uploader */
#upload_file {
    background-color: white;
    height: 400px;
    margin: 0 auto;
    width: 600px;
}
    #upload_file form {
        width: 400px;
    }
        #upload_file form legend {
            display: block;
        }
        #upload_file form #image {
            
        }
        #upload_file form #upload {
            
        }
        #upload_file form #cancel {
            
        }

/* Actions */
#tabs {
    border-collapse: collapse;
    float: left;
    margin-left: 20px;
    padding: 0;
    width: 600px;
}
    #tabs ul {
        border-top: 0;
        border-right: 0;
        border-left: 0;
    }
        #tabs ul li.shield {
            padding: 5px 10px 0 5px;
        }
        #tabs ul li a {
            font-size: 14px;
            font-weight: bold;
        }
    #tabs div {
        border-top: 0;
    }

/* Reservations tab on profile page */
#reservations {
}
    #reservations #monthly_total {
        text-align: center;
        width: 88%;
    }
    #reservations #reservation_info {
        padding-left: 175px;
    }
        #reservations #reservation_info .reservation_date {
            font-weight: bold;
            margin-top: 20px
        }
        #reservations #reservation_info .reservation_description {
            color: #444;
            font-size: 12px;
            padding-top: 5px;
            padding-left: 20px;
        }

/* Finances tab on profile page */
#finances {
    max-height: 400px;
    overflow: auto;
}
    #finances table {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
    }
        #finances table tr {
            background-color: white;
            border-bottom: 1px solid #ccc;
            color: #333;
        }
        #finances table tr.odd {
            background-color: #f6f6f6;
        }
        #finances table tr#total_line {
            border: 0;
            border-top: 3px double black;
            color: black;
            font-weight: bold;
            text-align: right;
        }
            #finances table tr th {
                border
                color: black;
                padding-bottom: 6px;
                text-align: left;
            }
            #finances table tr th#debit_header {
                text-align: center;
            }
            #finances table tr th#credit_header {
                text-align: center;
            }
            #finances table tr th#balance_header {
                text-align: center;
            }
            #finances table tr td {
                padding: 6px;
                vertical-align: middle;
            }
                #finances table tr td div.entry_date {
                    padding-bottom: 3px;
                }
                #finances table tr td div.entry_description {
                    color: black;
                    font-weight: bold;
                }
                #finances table tr td.debit {
                    border-left: 1px dotted #ccc;
                    border-right: 1px dotted #ccc;
                    color: red;
                    text-align: right;
                }
                #finances table tr td.credit {
                    border-right: 1px dotted #ccc;
                    color: green;
                    text-align: right;
                }
                #finances table tr td.balance {
                    text-align: right;
                }


/* Adding a reservation */
#new_reservation {
    margin: 0 auto;
    overflow: hidden;
    width: 800px;
}
    #new_reservation #reservation_info {
        background-color: rgb(240, 249, 221);
        border: 1px solid #999;
        border-width: 0 1px 1px 0;
        float: left;
        padding: 10px;
        width: 300px;
    }
        #new_reservation #reservation_info form div#datepicker {
            width: 100%;
        }
            #new_reservation #reservation_info form div#datepicker #calendar-4 {
                margin: 0 auto;
            }
        #new_reservation #reservation_info form p {
            padding-top: 10px;
            text-align: center;
            width: 100%;
        }
            #new_reservation #reservation_info form p label {
                font-weight: bold;
                padding-bottom: 10px;
                text-align: right;
            }
                #new_reservation #reservation_info form p select {
                    padding-left: 15px;
                }
                #new_reservation #reservation_info form table tr a.dp-choose-date {
                    float: right;
                    width: 16px;
                    height: 16px;
                    padding: 0;
                    margin: 3px 10px 0;
                    display: block;
                    text-indent: -2000px;
                    overflow: hidden;
                    background: url(/media/themes/common/images/calendar.png) no-repeat;
                }
                #new_reservation #reservation_info form table tr a.dp-choose-date.dp-disabled {
                    background-position: 0 -20px;
                    cursor: default;
                }
                #new_reservation #reservation_info form table tr input.dp-applied {
                    width: 140px;
/*                    float: left;*/
                }
        #new_reservation #reservation_info form p.reserve {
            border-top: 1px dashed #999;
            margin-top: 10px;
            padding-top: 10px;
            text-align: right;
        }
    
    #new_reservation #popularity {
        background-color: rgb(240, 249, 221);
        border: 1px solid #999;
        border-width: 0 1px 1px 0;
        float: right;
        height: 500px;
        margin: 0 auto;
        padding: 10px;
        width: 400px;
    }
        #new_reservation #popularity h2 {
            float: left;
            padding-bottom: 10px;
        }
        #new_reservation #popularity #info_date {
            float: right;
        }
        #new_reservation #popularity .hour {
            clear: both;
            height: 50px;
            margin: 5px 10px 0 10px ;
            overflow: hidden;
        }
        #new_reservation #popularity .hour + .hour {
            border-top: 1px dotted #999;
            padding-top: 5px;
        }
            #new_reservation #popularity h3 {
                color: #999;
                font-size: .9em;
                padding: 3px;
            }
            #new_reservation #popularity p.event_title {
                font-size: 1.3em;
                font-weight: bold;
                text-align: center;
            }
            #new_reservation #popularity ul.member_list {
            }
                #new_reservation #popularity ul.member_list li {
                    display: inline;
                    font-size: 0.8em;
                    padding-left: 10px;
                }

/* Canceling a reservation */
#cancel_reservation {
    background-color: rgb(240, 249, 221);
    border: 1px solid #999;
    border-width: 0 1px 1px 0;
    height: 60px;
    margin: 20px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 350px;
}
    #cancel_reservation p {
        padding-bottom: 5px;
    }
    #cancel_reservation p.reservation {
        font-weight: bold;
    }
    #cancel_reservation a#cancel {
        bottom: 10px;
        position: absolute;
        right: 100px;
    }
    #cancel_reservation a#confirm {
        bottom: 10px;
        position: absolute;
        right: 20px;
    }

/* Directory */
#member_directory {
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    width: 1000px;
}
    #member_directory #profile_list {
        border: 1px solid #999;
        float: left;
        height: 300px;
        margin-left: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 200px;
    }
        #member_directory #profile_list .profile_link {
        }
            #member_directory #profile_list .profile_link a {
                color: black;
                display: block;
                font-size: 14px;
                height: 100%;
                margin-right: 10px;
                overflow: hidden;
                padding: 10px 0 10px 10px;
                text-decoration: none;
                width: 200px;
            }
            #member_directory #profile_list .profile_link a:hover {
                background-color: #AFE5E2;
            }
                #member_directory #profile_list .profile_link img.profile_icon {
                    float: left;
                    padding-top: 1px;
                }
                #member_directory #profile_list .profile_link span.profile_name {
                    display: block;
                    float: left;
                    padding-left: 10px;
                    width: 150px;
                }
    #member_directory #profile_details {
        border: 1px solid #999;
        float: left;
        height: 300px;
        margin-left: 5px;
        overflow: hidden;
        width: 400px;
    }
        #member_directory #profile_details .profile {
            height: 300px;
            padding-left: 115px;
            width: 280px;
        }
            #member_directory #profile_details .profile .name {
                font-size: 22px;
                font-weight: bold;
                padding-top: 90px;
            }
            #member_directory #profile_details .profile .vehicle {
                font-size: 14px;
                padding-top: 5px;
            }
            #member_directory #profile_details .profile .phone {
                font-size: 14px;
                padding-top: 30px;
            }
            #member_directory #profile_details .profile .email {
                font-size: 14px;
                padding-top: 5px;
            }
